aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-201-6/+9
|
* 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
| |
* | 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
| | |
* | | Merge pull request #1418 from rsudev/issue1410Bananeweizen2012-04-194-6/+24
|\ \ \ | |_|/ |/| | Fix #1410, display warning on invalid map file
| * | Fix #1410, display warning on invalid map file and do not switch torsudev2012-04-174-6/+24
| | | | | | | | | | | | 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-1918-205/+223
|/ / /
* | | 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-1822-839/+818
| |
* | fix #1414: Search nearby caches, back -> closes current cacheBananeweizen2012-04-171-12/+1
|/
* Refactoring: move Login from network to connector.gcSamuel Tardieu2012-04-1710-11/+12
|
* 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
|
* 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
|
* Make Geopoint parcelableSamuel Tardieu2012-04-161-2/+36
|
* Fix #1388: switch map view on resume if neededSamuel Tardieu2012-04-164-54/+108
| | | | | | The map to display may have changed when we come back to the current activity. In this case, change the map view or, if the map provider must be changed as well, restart the activity.
* Fix #1408: do not discard cache when saving cache dataSamuel Tardieu2012-04-161-2/+2
| | | | | There is no reason to not use the cache when saving a cache whose images are already present in the device.
* Fix #1407, NPE in live map without networkrsudev2012-04-161-2/+2
|
* Amend fix #1401, get cachetypes for basic members as well, creatersudev2012-04-151-2/+6
| | | artificial bounds
* Fix: Android 1.6 doesn't have Log.wtf(), remove itSamuel Tardieu2012-04-151-20/+12
|
* refactoring: simplify list based alert dialogsBananeweizen2012-04-154-63/+81
|
* refactoring: encapsulate exportsBananeweizen2012-04-145-42/+42
| | | | * no more public classes, only ExportFactory * exports can be garbage collected immediately after use
* refactoring: encapsulate filter selectionBananeweizen2012-04-1412-97/+159
| | | | | * filter implementations are no longer public * only public classes: FilterUserInterface, IFilter * reduce memory consumption by creating all filters lazily
* fix #601: Store cache from context-menu in list-viewBananeweizen2012-04-141-5/+11
|