aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant prefixSamuel Tardieu2014-03-221-14/+14
* Do not open images from geocheck.org in external applicationSamuel Tardieu2014-03-223-10/+24
* Use existing variableSamuel Tardieu2014-03-221-2/+2
* Better handling of unsubscriptionsSamuel Tardieu2014-03-221-7/+6
* Upgrade to RxJava 0.17.1 + cgeo patchSamuel Tardieu2014-03-2211-15/+15
* refactoring: simplify CompassMiniView logicSamuel Tardieu2014-03-221-36/+11
* Add more @NonNull annotationsSamuel Tardieu2014-03-224-6/+11
* Do not try to compute the reverse canvas rotation by handSamuel Tardieu2014-03-221-2/+4
* No need to synchronize UI thread called methodsSamuel Tardieu2014-03-222-31/+26
* refactoring: do not call getResources() repeatidlySamuel Tardieu2014-03-221-8/+11
* refactoring: use shorter nameSamuel Tardieu2014-03-201-3/+3
* Merge branch 'master' of git://github.com/letiziaj/cgeo into upstreamSamuel Tardieu2014-03-201-9/+25
|\
| * fix #3612: filtered list can't be shown on map, with refactoringletiziaj2014-03-201-11/+13
| * fix issue #3612letiziaj2014-03-171-0/+14
* | fix compiler warningsBananeweizen2014-03-192-25/+26
* | fix #3667: "load more" missing in search resultsSamuel Tardieu2014-03-191-3/+3
* | fix #3664: long press on list items doesn't workSamuel Tardieu2014-03-182-28/+16
* | Separate initialization and update of list adapterSamuel Tardieu2014-03-181-38/+21
|/
* Merge branch 'release'SammysHP2014-03-171-1/+1
|\
| * Fix #3662: Pocket Query Download function - empty listSammysHP2014-03-171-1/+1
* | fix #3661: add ability to open image from cache descriptionSamuel Tardieu2014-03-152-4/+30
* | refactoring: moveDatabase belongs to DataStoreSamuel Tardieu2014-03-153-59/+50
* | Fixes #3547, Nearby search does not respect type filter for OX-cachesrsudev2014-03-151-24/+71
* | Merge branch 'release' into upstreamSamuel Tardieu2014-03-151-1/+2
|\ \ | |/
| * fix #3655: bad HTML decoding in image titleSamuel Tardieu2014-03-151-1/+2
* | Use RxJava to load trackable imageSamuel Tardieu2014-03-151-30/+13
* | Fixes #3639, Type filters on live map unreliablersudev2014-03-141-7/+70
* | #3586: share location listener instancesSamuel Tardieu2014-03-121-20/+27
* | #3586: add debugging information to help trace the issueSamuel Tardieu2014-03-121-0/+7
* | Use RxJava async utilsSamuel Tardieu2014-03-111-5/+5
* | Use already defined method to put viewstatesSamuel Tardieu2014-03-111-10/+1
* | refactoring: remove cache thread operationsSamuel Tardieu2014-03-112-75/+24
* | refactoring: factor out code for cache droppingSamuel Tardieu2014-03-114-37/+19
* | refactoring: factor out code for cache refreshingSamuel Tardieu2014-03-115-44/+22
* | Use a subscription model for GeoDirHandlerSamuel Tardieu2014-03-105-73/+40
* | Automatically pair subscriptions in onResume/onPauseSamuel Tardieu2014-03-108-24/+22
* | Use basic synchronization on infrequent access patternSamuel Tardieu2014-03-101-10/+6
* | Remove no-longer used fieldsSamuel Tardieu2014-03-101-2/+0
* | Use RxJava instead of thread for getting GCVoteSamuel Tardieu2014-03-092-15/+16
* | Always use a combined geodata and direction providerSamuel Tardieu2014-03-0613-269/+144
* | refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-0621-85/+106
* | Use onDestroyView() for symmetrySamuel Tardieu2014-03-061-2/+2
* | Add missing serialVersionUID to TileCacheSamuel Tardieu2014-03-061-1/+3
* | Fix FindBugs warningSamuel Tardieu2014-03-061-1/+1
* | refactoring: factor out common codeSamuel Tardieu2014-03-061-19/+7
* | refactoring: use a LRUSet instead of a LRUMap for tile cacheSamuel Tardieu2014-03-064-29/+16
* | Fix java warningsSamuel Tardieu2014-03-061-2/+2
* | refactoring: factor out common codeSamuel Tardieu2014-03-051-167/+123
* | Avoid synchronization if not neededSamuel Tardieu2014-03-051-8/+12
* | refactoring: do not keep the cacheid aroundSamuel Tardieu2014-03-051-9/+6