aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Make the test the right waySamuel Tardieu2015-01-101-1/+1
| * fix #3078: live map should start at last position except in follow modeSamuel Tardieu2015-01-101-2/+2
* | fix #4608: own rating is saved even if vote could not be uploadedSamuel Tardieu2015-01-102-55/+41
|/
* 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
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-071-3/+3
|\ \ | |/
| * fix #4576: clearing of the only attribute on cache is not registeredSamuel Tardieu2015-01-071-3/+3
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-071-1/+1
|\ \ | |/
| * fix #4593: socket timeout is too longSamuel Tardieu2015-01-071-1/+1
* | Use a non-volatile variable to avoid warningSamuel Tardieu2015-01-061-2/+3
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-065-93/+82
|\ \ | |/
| * fix #4591: refreshing without progress leads to ANRSamuel Tardieu2015-01-065-93/+82
* | Merge branch 'issue-4590' into upstreamSamuel Tardieu2015-01-061-1/+8
|\ \
| * | Favor cgeo over other applications when transmitting a cache using NFCSamuel Tardieu2015-01-061-1/+8
| |/
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-061-2/+9
|\ \ | |/
| * Accept NFC explicitely and not only by URISamuel Tardieu2015-01-061-2/+9
* | Merge branch 'issue-4570' into upstreamSamuel Tardieu2015-01-061-91/+110
|\ \ | |/
| * fix #4570: inconsistency of pictures in image tabSamuel Tardieu2015-01-061-91/+110
* | Give the raw stream to JSON instead of loading it to a StringSamuel Tardieu2015-01-051-11/+6
|/
* Performance: do not box integer valuesSamuel Tardieu2015-01-041-1/+1
* fix #4585: split play servicesBananeweizen2015-01-042-14/+18
* Do not overprotect private fields in enumerationsSamuel Tardieu2015-01-045-62/+24
* #4557: refactoring: use double checked lockingBananeweizen2015-01-041-31/+37
* Use shared directory for temporary filesSamuel Tardieu2015-01-041-1/+1
* fix #4557: NPE when performing backupBananeweizen2015-01-041-7/+8
* Use only one shared images directorySamuel Tardieu2015-01-035-24/+28
* Do not return a geocode from an url in UnknownConnectorSamuel Tardieu2015-01-031-1/+6
* remove superfluous unboxingMichael Keppler2015-01-021-1/+1
* constants defined without staticMichael Keppler2015-01-021-2/+2
* remove unread fieldMichael Keppler2015-01-021-2/+1
* refactoring: remove unused methods, add null annotationsBananeweizen2015-01-0231-63/+160
* refactoring: more null annotationsBananeweizen2015-01-0241-177/+376
* Do not use toasts for non-existing possibilitiesSamuel Tardieu2015-01-023-8/+3
* Waypoint might not be found in the databaseSamuel Tardieu2015-01-021-0/+6
* Cache might not be found in the databaseSamuel Tardieu2015-01-021-2/+4
* Trackable might not be found in the databaseSamuel Tardieu2015-01-021-7/+7