| Commit message (Expand) | 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 |
| * | 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 |
| | * | | 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 and do not switch to | rsudev | 2012-04-17 | 4 | -6/+24 |
| * | | | Merge pull request #1422 from samueltardieu/remove-ancient-database-upgrade | mucek4 | 2012-04-19 | 1 | -265/+0 |
| |\ \ \ |
|
| | * | | | Remove database upgrade procedures for version < 52 | Samuel Tardieu | 2012-04-18 | 1 | -265/+0 |
| * | | | | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | Fix #1408: do not discard cache when saving cache data | Samuel Tardieu | 2012-04-16 | 1 | -2/+2 |
| * | 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 |
| * | 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 |
| * | refactoring: encapsulate filter selection | Bananeweizen | 2012-04-14 | 12 | -97/+159 |
| * | fix #601: Store cache from context-menu in list-view | Bananeweizen | 2012-04-14 | 1 | -5/+11 |