| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix #1401, do a nearby search on live map only for premium members | rsudev | 2012-04-14 | 1 | -1/+1 |
| * | A viewport contains points, not coordinates | Samuel Tardieu | 2012-04-14 | 1 | -12/+16 |
| * | Remove unused variable lists | Samuel Tardieu | 2012-04-14 | 1 | -2/+0 |
| * | Use Viewport instead of cooked-up list of Numbers | Samuel Tardieu | 2012-04-14 | 4 | -48/+15 |
| * | Add new Viewport method and builder | Samuel Tardieu | 2012-04-14 | 1 | -0/+47 |
| * | Refactoring: rename isInViewport() to contains() | Samuel Tardieu | 2012-04-14 | 3 | -6/+12 |
| * | fix #94: Filter for Difficulty and Terrain | Bananeweizen | 2012-04-14 | 9 | -45/+159 |
| * | refactoring: unify UI operations for stored lists | Bananeweizen | 2012-04-14 | 2 | -118/+141 |
| * | Revert "refactoring: use locale free format method for numbers" | Bananeweizen | 2012-04-14 | 3 | -11/+12 |
| * | refactoring: use locale free format method for numbers | Bananeweizen | 2012-04-14 | 3 | -12/+11 |
| * | Make method static | Samuel Tardieu | 2012-04-13 | 1 | -1/+1 |
| * | Merge branch 'common-network-code' into upstream | Samuel Tardieu | 2012-04-13 | 17 | -111/+128 |
| |\ |
|
| | * | Refactoring: use common URL builder methods | Samuel Tardieu | 2012-04-12 | 4 | -64/+45 |
| | * | Add the possibility to set headers to a GET request | Samuel Tardieu | 2012-04-12 | 1 | -10/+36 |
| | * | Cleanup: do not add Content-Type to GET request | Samuel Tardieu | 2012-04-12 | 15 | -42/+52 |
| * | | NPE in cgeocaches.onPrepareOptionsMenu | Bananeweizen | 2012-04-13 | 1 | -42/+22 |
| * | | refactorings: preparations to make #1303 easier | Bananeweizen | 2012-04-12 | 8 | -23/+33 |
| * | | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 68 | -458/+430 |
| * | | Merge remote-tracking branch 'Portree-Kid/master-new' | Bananeweizen | 2012-04-12 | 3 | -72/+115 |
| |\ \ |
|