| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 1 | -6/+9 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | 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 |
| | | | | |||||
| * | | | Merge pull request #1418 from rsudev/issue1410 | Bananeweizen | 2012-04-19 | 4 | -6/+24 |
| |\ \ \ | |_|/ |/| | | 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 | 4 | -6/+24 |
| | | | | | | | | | | | | | 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 | 18 | -205/+223 |
| |/ / / | |||||
| * | | | 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 | 22 | -839/+818 |
| | | | |||||
| * | | 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 | 10 | -11/+12 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Make Geopoint parcelable | Samuel Tardieu | 2012-04-16 | 1 | -2/+36 |
| | | |||||
| * | Fix #1388: switch map view on resume if needed | Samuel Tardieu | 2012-04-16 | 4 | -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 data | Samuel Tardieu | 2012-04-16 | 1 | -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 network | rsudev | 2012-04-16 | 1 | -2/+2 |
| | | |||||
| * | Amend fix #1401, get cachetypes for basic members as well, create | rsudev | 2012-04-15 | 1 | -2/+6 |
| | | | | artificial bounds | ||||
| * | Fix: Android 1.6 doesn't have Log.wtf(), remove it | Samuel Tardieu | 2012-04-15 | 1 | -20/+12 |
| | | |||||
| * | refactoring: simplify list based alert dialogs | Bananeweizen | 2012-04-15 | 4 | -63/+81 |
| | | |||||
| * | refactoring: encapsulate exports | Bananeweizen | 2012-04-14 | 5 | -42/+42 |
| | | | | | * no more public classes, only ExportFactory * exports can be garbage collected immediately after use | ||||
| * | refactoring: encapsulate filter selection | Bananeweizen | 2012-04-14 | 12 | -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-view | Bananeweizen | 2012-04-14 | 1 | -5/+11 |
| | | |||||
