aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'issue-4620' into upstreamSamuel Tardieu2015-01-271-4/+4
|\ \ | |/
| * fix #4620: wrong location when on home coordinatesSamuel Tardieu2015-01-271-4/+4
* | Merge branch 'release'Bananeweizen2015-01-262-2/+2
|\ \ | |/
| * fix #4634: export GPX for unknown crashes without crashBananeweizen2015-01-261-1/+1
| * avoid NPE with user nameBananeweizen2015-01-261-1/+1
| * Merge remote-tracking branch 'upstream/issue-2687' into releasersudev2015-01-181-3/+8
| |\
* | | fix #3082: confirmation on backup/restoreBananeweizen2015-01-252-7/+47
* | | Merge pull request #4629 from marco-dev/optimizePreviewForTabletMarco Jacob2015-01-251-2/+1
|\ \ \
| * | | fixes #4072 -larger preview for larger displayMarco Jacob2015-01-231-2/+1
* | | | Merge branch 'issue-2687'rsudev2015-01-161-3/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixes #2687, OSM:Offline: After selecting new map it is opend at map center b...rsudev2015-01-161-3/+8
* | | | Merge branch 'issue-4619' into upstreamSamuel Tardieu2015-01-163-18/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | fix #4619: ANR when loading direction images for basic memberSamuel Tardieu2015-01-163-18/+21
| |/ /
* | | refactoring: move LocusDataStorageProvider to external source folderBananeweizen2015-01-152-63/+1
* | | null annotations in apps, contacts, calendarBananeweizen2015-01-157-34/+56
* | | Merge branch 'release' into upstreamSamuel Tardieu2015-01-151-2/+11
|\ \ \ | |/ /
| * | fix #4618: crash due to invalid Google Play serviceSamuel Tardieu2015-01-151-2/+11
* | | refactoring: convert list app factory to actionproviderBananeweizen2015-01-156-109/+129
* | | Merge branch 'release' into upstreamSamuel Tardieu2015-01-151-1/+1
|\ \ \ | |/ /
| * | fix #4617: NPE in some cases when trackable cannot be foundSamuel Tardieu2015-01-151-1/+1
* | | Merge branch 'issue-4481' into upstreamSamuel Tardieu2015-01-133-15/+80
|\ \ \ | |/ / | | / | |/ |/|
| * fix #4481: numerous images in description or log may lead to ANRSamuel Tardieu2015-01-132-14/+70
| * Share bitmaps in addition to sharing observablesSamuel Tardieu2015-01-131-1/+10
* | Merge branch 'issue-4596' into upstreamSamuel Tardieu2015-01-122-15/+36
|\ \ | |/
| * fix #4596: UI delay when building the list of caches to refreshSamuel Tardieu2015-01-122-15/+36
| * Merge branch 'issue-3078' into releaseSamuel Tardieu2015-01-121-2/+2
| |\
* | | use static acccesBananeweizen2015-01-111-1/+1
* | | remove unnecessary nested elseBananeweizen2015-01-111-2/+1
* | | Merge branch 'issue-4608' into upstreamSamuel Tardieu2015-01-102-55/+41
|\ \ \ | |/ /
| * | fix #4608: own rating is saved even if vote could not be uploadedSamuel Tardieu2015-01-102-55/+41
* | | Merge branch 'issue-3078' into upstreamSamuel Tardieu2015-01-101-1/+1
|\ \ \ | | |/ | |/|
| * | Make the test the right waySamuel Tardieu2015-01-101-1/+1
* | | Merge branch 'issue-3078' into upstreamSamuel Tardieu2015-01-101-2/+2
|\ \ \ | |/ /
| * | fix #3078: live map should start at last position except in follow modeSamuel Tardieu2015-01-101-2/+2
| |/
* | Add TargetApi annotation to silence lint warningSamuel Tardieu2015-01-101-0/+1
* | use level21 for building and as targetBananeweizen2015-01-103-6/+10
|/
* Add plurals for caches_remove_{all,selected}_confirmMadanKumarB2015-01-091-2/+2
* Free memory as soon as cgeo gets to the middle of the background LRU listSamuel Tardieu2015-01-081-2/+9
* Revert "Use bindView instead of bindActivity/bindFragment where appropriate"Samuel Tardieu2015-01-086-12/+14
* Use new setting for low-power instead the of the current oneSamuel Tardieu2015-01-081-1/+1
* Favor the orientation sensor over the rotation oneSamuel Tardieu2015-01-081-9/+7
* fix #4603: do not query the magnetic field sensorSamuel Tardieu2015-01-083-11/+9
* Merge branch 'release' into upstreamSamuel Tardieu2015-01-083-1/+64
|\
| * fix #4602: add system information in "about" and mailsSamuel Tardieu2015-01-083-1/+64
* | fix #4595: read trackable URI from NFCSamuel Tardieu2015-01-071-3/+12
* | Use MapQuest reverse geocoder if the Android one failsSamuel Tardieu2015-01-073-36/+67
* | Make the fetching of pocket query an observableSamuel Tardieu2015-01-072-47/+44
* | Use bindView instead of bindActivity/bindFragment where appropriateSamuel Tardieu2015-01-077-13/+12
* | Upgrade to RxAndroid 0.24.0Samuel Tardieu2015-01-0712-29/+29
* | Do not lazy load fields if the cache doesn't come from the databaseSamuel Tardieu2015-01-072-17/+31