aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1426 from RomNexus6/patch-17Samuel Tardieu2012-04-201-39/+52
|\ | | | | it-localization updates
| * minor changes, fine tuningRomNexus62012-04-131-37/+37
| |
| * update gps descriptionRomNexus62012-04-131-1/+1
| |
| * updated with Export featureRomNexus62012-04-071-0/+12
| |
| * Update main/res/values-it/strings.xmlRomNexus62012-04-031-1/+1
| |
| * Update main/res/values-it/strings.xmlRomNexus62012-04-031-0/+1
| |
* | Refactoring: use viewports where appropriateSamuel Tardieu2012-04-206-221/+75
| |
* | Add getViewport() to MapViewImpl interfaceSamuel Tardieu2012-04-203-0/+15
| |
* | Make GeopointImpl a ICoordinates as wellSamuel Tardieu2012-04-203-1/+15
| |
* | Add optional table parameter to Viewport#sqlWhere()Samuel Tardieu2012-04-202-7/+11
| |
* | Refactoring: remove dead code and cleanup code aroundSamuel Tardieu2012-04-201-101/+68
| | | | | | | | | | | | | | The code in loadCaches (now loadCachesFromGeocodes) never used the viewport-like alternative: if the geocodes list was empty, an empty set was returned right from the start, if it was not, a check ensured that we did not give any coordinates.
* | Merge branch 'fix-1714' into upstreamSamuel Tardieu2012-04-205-25/+72
|\ \
| * | Fix for #1714Portree-Kid2012-04-203-24/+65
| | |
| * | Better comment for settingPortree-Kid2012-04-201-0/+6
| | |
| * | NPE when starting without NetworkPortree-Kid2012-04-201-1/+1
| | |
* | | Update French translation stringsSamuel Tardieu2012-04-201-1/+14
| | |
* | | Restore executable bit of translation helper filesSamuel Tardieu2012-04-202-0/+0
| | |
* | | Merge branch 'fix-1347' into upstreamSamuel Tardieu2012-04-2011-91/+43
|\ \ \
| * | | make Log independent of SettingsStephan Merker2012-04-202-13/+20
| | | | | | | | | | | | | | | | | | | | - related to #1347: Unit tests fail on Intel image with VM acceleration
| * | | fix #1347: no more caching of localized texts in enumsStephan Merker2012-04-209-78/+23
| | | |
* | | | Added translation for mapfile warningLars2012-04-191-1/+1
| | | |
* | | | Merge pull request #1418 from rsudev/issue1410Bananeweizen2012-04-195-7/+25
|\ \ \ \ | |_|/ / |/| | | Fix #1410, display warning on invalid map file
| * | | Fix #1410, display warning on invalid map file and do not switch torsudev2012-04-175-7/+25
| | | | | | | | | | | | | | | | online
* | | | Merge pull request #1422 from samueltardieu/remove-ancient-database-upgrademucek42012-04-191-265/+0
|\ \ \ \ | | | | | | | | | | Remove database upgrade procedures for version < 52
| * | | | Remove database upgrade procedures for version < 52Samuel Tardieu2012-04-181-265/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first import of the open-source version of c:geo was with database version 51. We can hope that, at this stage, people have installed and used our version, and do not keep ancient databases.
* | | | | refactoring: renames and encapsulationBananeweizen2012-04-1921-220/+238
|/ / / /
* | | | Refactoring: centralize all network accesses through a single pointSamuel Tardieu2012-04-181-70/+91
| | | |
* | | | Add the possibility to merge or extend Parameters objectsSamuel Tardieu2012-04-181-5/+41
| |/ / |/| |
* | | refactoring: rest in peace, cgBaseBananeweizen2012-04-1831-960/+963
| | |
* | | fix #1414: Search nearby caches, back -> closes current cacheBananeweizen2012-04-171-12/+1
|/ /
* | Refactoring: move Login from network to connector.gcSamuel Tardieu2012-04-1715-16/+16
| |
* | Refactoring: move getRequestLogged/postRequestlogged into LoginSamuel Tardieu2012-04-174-50/+48
| |
* | Refactoring: separate Cookies into their own fileSamuel Tardieu2012-04-176-50/+59
| |
* | Refactoring: put the header into a common placeSamuel Tardieu2012-04-171-2/+1
| |
* | Refactoring: remove unused methodSamuel Tardieu2012-04-171-5/+0
| |
* | Refactoring: use Parameters as a typeSamuel Tardieu2012-04-171-4/+3
| |
* | Refactoring: response cannot be nullSamuel Tardieu2012-04-171-1/+1
| |
* | Refactoring: use isSuccess() when possibleSamuel Tardieu2012-04-171-1/+1
| |
* | Refactoring: use common method to retrieve JSONSamuel Tardieu2012-04-171-15/+7
| |
* | Refactoring: rename request into getRequestSamuel Tardieu2012-04-1716-40/+37
| | | | | | | | Those methods only do GET requests.
* | Refactoring: do not use cgBase from NetworkSamuel Tardieu2012-04-173-24/+6
| |
* | Merge pull request #1415 from rsudev/issue1402aSamuel Tardieu2012-04-162-22/+49
|\ \ | | | | | | Fix #1402, makes caches access in cgeomap synchronized
| * | Fix #1402, makes caches access in cgeomap synchronizedrsudev2012-04-162-22/+49
|/ /
* | Refactoring: make variables local and simplify codeSamuel Tardieu2012-04-161-41/+14
| |
* | Fix #1411: acknowledge that some offline searches have no coordinatesSamuel Tardieu2012-04-162-19/+30
| |
* | Work on #1411: use dummy coordinates instead of null onesSamuel Tardieu2012-04-161-0/+5
| | | | | | | | | | | | | | | | This is an immediate fix for the bug, not a proper one. Using dummy coordinates is not an acceptable solution. The issue will stay open with a lower priority until a proper fix is checked in.
* | Refactoring: now that Geopoint is parcelable, use it in bundlesSamuel Tardieu2012-04-165-19/+14
| |
* | Fix #1409: restore map information when restarting activitySamuel Tardieu2012-04-161-15/+31
| | | | | | | | | | The map information (location and zoom level) is now restored when restarting a killed activity.
* | Refactoring: now that Geopoint is parcelable, use it in bundlesSamuel Tardieu2012-04-161-11/+3
| |
* | Refactoring: replace "test ? true : false" by "test"Samuel Tardieu2012-04-161-1/+1
| |