aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* Add more tests for getHumanDistance()Samuel Tardieu2012-04-201-30/+34
|
* Fix small distances handling in imperial unitsSamuel Tardieu2012-04-201-8/+11
| | | | | Before this change, 123.45 meters translate to "0.08 mi" instead of the more readable "450 ft" which it now uses for human consumption.
* Refactoring: cleanup control flowSamuel Tardieu2012-04-2019-336/+241
|
* Add FIXME: message and ask for clarificationSamuel Tardieu2012-04-201-18/+17
|
* Use newly introduced yes and no attribute resource idsSamuel Tardieu2012-04-201-13/+1
|
* Refactoring: no need to use a AtomicReferenceSamuel Tardieu2012-04-201-21/+12
|
* Do not use hardcoded custom list id offsetSamuel Tardieu2012-04-202-2/+2
|
* refactoring: remove dynamic lookup of resourcesBananeweizen2012-04-202-85/+94
| | | * reduces Android lint warnings
* fix: trackable release date always parsed wronglyBananeweizen2012-04-201-5/+8
|
* increase compiler warnings level (and fix some)Bananeweizen2012-04-204-5/+10
| | | | * boxing/unboxing * name shadowing
* Acknowledge the fact that we use a deprecated classSamuel Tardieu2012-04-201-0/+1
| | | | | Adding the SuppressWarnings annotation removes the assumed use of a deprecated class.
* Refactoring: do not get through an extra Geopoint when not requiredSamuel Tardieu2012-04-204-12/+13
|
* Refactoring: remove unused Viewport constructorSamuel Tardieu2012-04-201-4/+0
|
* Refactoring: move Direction out of GeopointSamuel Tardieu2012-04-207-183/+204
| | | | Directions deserve their own package to make it clearer of who use them.
* 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.