| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1426 from RomNexus6/patch-17 | Samuel Tardieu | 2012-04-20 | 1 | -39/+52 |
| |\ | | | | | it-localization updates | ||||
| | * | minor changes, fine tuning | RomNexus6 | 2012-04-13 | 1 | -37/+37 |
| | | | |||||
| | * | update gps description | RomNexus6 | 2012-04-13 | 1 | -1/+1 |
| | | | |||||
| | * | updated with Export feature | RomNexus6 | 2012-04-07 | 1 | -0/+12 |
| | | | |||||
| | * | Update main/res/values-it/strings.xml | RomNexus6 | 2012-04-03 | 1 | -1/+1 |
| | | | |||||
| | * | Update main/res/values-it/strings.xml | RomNexus6 | 2012-04-03 | 1 | -0/+1 |
| | | | |||||
| * | | Refactoring: use viewports where appropriate | Samuel Tardieu | 2012-04-20 | 6 | -221/+75 |
| | | | |||||
| * | | Add getViewport() to MapViewImpl interface | Samuel Tardieu | 2012-04-20 | 3 | -0/+15 |
| | | | |||||
| * | | Make GeopointImpl a ICoordinates as well | Samuel Tardieu | 2012-04-20 | 3 | -1/+15 |
| | | | |||||
| * | | Add optional table parameter to Viewport#sqlWhere() | Samuel Tardieu | 2012-04-20 | 2 | -7/+11 |
| | | | |||||
| * | | Refactoring: remove dead code and cleanup code around | Samuel Tardieu | 2012-04-20 | 1 | -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 upstream | Samuel Tardieu | 2012-04-20 | 5 | -25/+72 |
| |\ \ | |||||
| | * | | Fix for #1714 | Portree-Kid | 2012-04-20 | 3 | -24/+65 |
| | | | | |||||
| | * | | Better comment for setting | Portree-Kid | 2012-04-20 | 1 | -0/+6 |
| | | | | |||||
| | * | | NPE when starting without Network | Portree-Kid | 2012-04-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update French translation strings | Samuel Tardieu | 2012-04-20 | 1 | -1/+14 |
| | | | | |||||
| * | | | Restore executable bit of translation helper files | Samuel Tardieu | 2012-04-20 | 2 | -0/+0 |
| | | | | |||||
| * | | | Merge branch 'fix-1347' into upstream | Samuel Tardieu | 2012-04-20 | 11 | -91/+43 |
| |\ \ \ | |||||
| | * | | | make Log independent of Settings | Stephan Merker | 2012-04-20 | 2 | -13/+20 |
| | | | | | | | | | | | | | | | | | | | | | - related to #1347: Unit tests fail on Intel image with VM acceleration | ||||
| | * | | | fix #1347: no more caching of localized texts in enums | Stephan Merker | 2012-04-20 | 9 | -78/+23 |
| | | | | | |||||
| * | | | | Added translation for mapfile warning | Lars | 2012-04-19 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #1418 from rsudev/issue1410 | Bananeweizen | 2012-04-19 | 5 | -7/+25 |
| |\ \ \ \ | |_|/ / |/| | | | Fix #1410, display warning on invalid map file | ||||
| | * | | | Fix #1410, display warning on invalid map file and do not switch to | rsudev | 2012-04-17 | 5 | -7/+25 |
| | | | | | | | | | | | | | | | | | online | ||||
| * | | | | Merge pull request #1422 from samueltardieu/remove-ancient-database-upgrade | mucek4 | 2012-04-19 | 1 | -265/+0 |
| |\ \ \ \ | | | | | | | | | | | Remove database upgrade procedures for version < 52 | ||||
| | * | | | | Remove database upgrade procedures for version < 52 | Samuel Tardieu | 2012-04-18 | 1 | -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 encapsulation | Bananeweizen | 2012-04-19 | 21 | -220/+238 |
| |/ / / / | |||||
| * | | | | Refactoring: centralize all network accesses through a single point | Samuel Tardieu | 2012-04-18 | 1 | -70/+91 |
| | | | | | |||||
| * | | | | Add the possibility to merge or extend Parameters objects | Samuel Tardieu | 2012-04-18 | 1 | -5/+41 |
| | |/ / |/| | | |||||
| * | | | refactoring: rest in peace, cgBase | Bananeweizen | 2012-04-18 | 31 | -960/+963 |
| | | | | |||||
| * | | | fix #1414: Search nearby caches, back -> closes current cache | Bananeweizen | 2012-04-17 | 1 | -12/+1 |
| |/ / | |||||
| * | | Refactoring: move Login from network to connector.gc | Samuel Tardieu | 2012-04-17 | 15 | -16/+16 |
| | | | |||||
| * | | Refactoring: move getRequestLogged/postRequestlogged into Login | Samuel Tardieu | 2012-04-17 | 4 | -50/+48 |
| | | | |||||
| * | | Refactoring: separate Cookies into their own file | Samuel Tardieu | 2012-04-17 | 6 | -50/+59 |
| | | | |||||
| * | | Refactoring: put the header into a common place | Samuel Tardieu | 2012-04-17 | 1 | -2/+1 |
| | | | |||||
| * | | Refactoring: remove unused method | Samuel Tardieu | 2012-04-17 | 1 | -5/+0 |
| | | | |||||
| * | | Refactoring: use Parameters as a type | Samuel Tardieu | 2012-04-17 | 1 | -4/+3 |
| | | | |||||
| * | | Refactoring: response cannot be null | Samuel Tardieu | 2012-04-17 | 1 | -1/+1 |
| | | | |||||
| * | | Refactoring: use isSuccess() when possible | Samuel Tardieu | 2012-04-17 | 1 | -1/+1 |
| | | | |||||
| * | | Refactoring: use common method to retrieve JSON | Samuel Tardieu | 2012-04-17 | 1 | -15/+7 |
| | | | |||||
| * | | Refactoring: rename request into getRequest | Samuel Tardieu | 2012-04-17 | 16 | -40/+37 |
| | | | | | | | | | Those methods only do GET requests. | ||||
| * | | Refactoring: do not use cgBase from Network | Samuel Tardieu | 2012-04-17 | 3 | -24/+6 |
| | | | |||||
| * | | Merge pull request #1415 from rsudev/issue1402a | Samuel Tardieu | 2012-04-16 | 2 | -22/+49 |
| |\ \ | | | | | | | Fix #1402, makes caches access in cgeomap synchronized | ||||
| | * | | Fix #1402, makes caches access in cgeomap synchronized | rsudev | 2012-04-16 | 2 | -22/+49 |
| |/ / | |||||
| * | | Refactoring: make variables local and simplify code | Samuel Tardieu | 2012-04-16 | 1 | -41/+14 |
| | | | |||||
| * | | Fix #1411: acknowledge that some offline searches have no coordinates | Samuel Tardieu | 2012-04-16 | 2 | -19/+30 |
| | | | |||||
| * | | Work on #1411: use dummy coordinates instead of null ones | Samuel Tardieu | 2012-04-16 | 1 | -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 bundles | Samuel Tardieu | 2012-04-16 | 5 | -19/+14 |
| | | | |||||
| * | | Fix #1409: restore map information when restarting activity | Samuel Tardieu | 2012-04-16 | 1 | -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 bundles | Samuel Tardieu | 2012-04-16 | 1 | -11/+3 |
| | | | |||||
| * | | Refactoring: replace "test ? true : false" by "test" | Samuel Tardieu | 2012-04-16 | 1 | -1/+1 |
| | | | |||||
