| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-03-15 | 2 | -1/+4 |
| |\ | |||||
| | * | Update changelog_release.xml | Samuel Tardieu | 2014-03-15 | 1 | -0/+1 |
| | | | |||||
| | * | fix #3655: bad HTML decoding in image title | Samuel Tardieu | 2014-03-15 | 1 | -1/+2 |
| | | | |||||
| | * | Update changelog_release.xml | Lars | 2014-03-04 | 1 | -0/+1 |
| | | | |||||
| * | | Use RxJava to load trackable image | Samuel Tardieu | 2014-03-15 | 1 | -30/+13 |
| | | | |||||
| * | | crowdin: New translations | rsudev | 2014-03-14 | 1 | -0/+2 |
| | | | |||||
| * | | Fixes #3639, Type filters on live map unreliable | rsudev | 2014-03-14 | 1 | -7/+70 |
| | | | | | | | | | - extend type filter for live map to cover all supported types | ||||
| * | | #3586: share location listener instances | Samuel Tardieu | 2014-03-12 | 1 | -20/+27 |
| | | | |||||
| * | | #3586: add debugging information to help trace the issue | Samuel Tardieu | 2014-03-12 | 1 | -0/+7 |
| | | | |||||
| * | | crowdin: New translations | rsudev | 2014-03-11 | 2 | -1/+40 |
| | | | |||||
| * | | Use RxJava async utils | Samuel Tardieu | 2014-03-11 | 2 | -5/+5 |
| | | | |||||
| * | | Update to RxJava 0.17.0 | Samuel Tardieu | 2014-03-11 | 3 | -0/+0 |
| | | | |||||
| * | | Use already defined method to put viewstates | Samuel Tardieu | 2014-03-11 | 1 | -10/+1 |
| | | | |||||
| * | | Remove unused string | Samuel Tardieu | 2014-03-11 | 16 | -16/+0 |
| | | | |||||
| * | | refactoring: remove cache thread operations | Samuel Tardieu | 2014-03-11 | 2 | -75/+24 |
| | | | |||||
| * | | refactoring: factor out code for cache dropping | Samuel Tardieu | 2014-03-11 | 4 | -37/+19 |
| | | | |||||
| * | | refactoring: factor out code for cache refreshing | Samuel Tardieu | 2014-03-11 | 5 | -44/+22 |
| | | | |||||
| * | | Remove translation until the correctness issue is settled | Samuel Tardieu | 2014-03-10 | 1 | -1/+0 |
| | | | |||||
| * | | crowdin: New translations | rsudev | 2014-03-10 | 3 | -3/+18 |
| | | | |||||
| * | | Use a subscription model for GeoDirHandler | Samuel Tardieu | 2014-03-10 | 5 | -73/+40 |
| | | | |||||
| * | | Automatically pair subscriptions in onResume/onPause | Samuel Tardieu | 2014-03-10 | 8 | -24/+22 |
| | | | |||||
| * | | Use basic synchronization on infrequent access pattern | Samuel Tardieu | 2014-03-10 | 1 | -10/+6 |
| | | | |||||
| * | | Remove no-longer used fields | Samuel Tardieu | 2014-03-10 | 1 | -2/+0 |
| | | | |||||
| * | | crowdin: New translations | rsudev | 2014-03-09 | 2 | -0/+2 |
| | | | |||||
| * | | Use RxJava instead of thread for getting GCVote | Samuel Tardieu | 2014-03-09 | 2 | -15/+16 |
| | | | |||||
| * | | Merge branch 'use-combined-provider' into upstream | Samuel Tardieu | 2014-03-08 | 22 | -382/+278 |
| |\ \ | |||||
| | * | | Always use a combined geodata and direction provider | Samuel Tardieu | 2014-03-06 | 13 | -269/+144 |
| | | | | |||||
| | * | | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 21 | -85/+106 |
| | | | | |||||
| * | | | crowdin: New translations | rsudev | 2014-03-07 | 2 | -6/+9 |
| | | | | |||||
| * | | | crowdin: New translations | rsudev | 2014-03-06 | 4 | -5/+11 |
| | | | | |||||
| * | | | crowdin: New translations | rsudev | 2014-03-06 | 15 | -72/+1455 |
| |/ / | |||||
| * | | Use onDestroyView() for symmetry | Samuel Tardieu | 2014-03-06 | 1 | -2/+2 |
| | | | |||||
| * | | Add missing serialVersionUID to TileCache | Samuel Tardieu | 2014-03-06 | 1 | -1/+3 |
| | | | |||||
| * | | Fix FindBugs warning | Samuel Tardieu | 2014-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: factor out common code | Samuel Tardieu | 2014-03-06 | 1 | -19/+7 |
| | | | |||||
| * | | refactoring: use a LRUSet instead of a LRUMap for tile cache | Samuel Tardieu | 2014-03-06 | 4 | -29/+16 |
| | | | |||||
| * | | Fix java warnings | Samuel Tardieu | 2014-03-06 | 1 | -2/+2 |
| | | | |||||
| * | | refactoring: factor out common code | Samuel Tardieu | 2014-03-05 | 1 | -167/+123 |
| | | | |||||
| * | | Avoid synchronization if not needed | Samuel Tardieu | 2014-03-05 | 1 | -8/+12 |
| | | | |||||
| * | | refactoring: do not keep the cacheid around | Samuel Tardieu | 2014-03-05 | 1 | -9/+6 |
| | | | |||||
| * | | refactoring: remove the need for PeriodicHandler | Samuel Tardieu | 2014-03-05 | 2 | -108/+24 |
| | | | |||||
| * | | Do not run proguard in development mode (Intellij IDEA) | Samuel Tardieu | 2014-03-05 | 1 | -1/+0 |
| | | | |||||
| * | | More Intellij IDEA configuration | Samuel Tardieu | 2014-03-05 | 1 | -1/+5 |
| | | | |||||
| * | | crowdin: New translations | rsudev | 2014-03-04 | 3 | -15/+72 |
| | | | |||||
| * | | String.toString() is not needed | Bananeweizen | 2014-03-04 | 1 | -1/+1 |
| | | | |||||
| * | | Clearer string for log type "Post reviewer note" | Lars | 2014-03-04 | 1 | -1/+1 |
| | | | | | | | This covers both cases: A log from a reviewer and a log to a reviewer. Therefore the translation Review Note is the most simply to cover both cases. Also changed on crowdin. | ||||
| * | | Update changelog_master.xml | Lars | 2014-03-04 | 1 | -0/+2 |
| | | | |||||
| * | | #3636: update project files | Samuel Tardieu | 2014-03-04 | 1 | -1/+22 |
| | | | |||||
| * | | #3636: add Intellij IDEA project files | Samuel Tardieu | 2014-03-04 | 1 | -0/+35 |
| | | | |||||
| * | | Merge branch '#3614' of git://github.com/darekkay/cgeo into upstream | Samuel Tardieu | 2014-03-03 | 1 | -0/+1 |
| |\ \ | |||||
