aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Caches can always be opened in browserSamuel Tardieu2015-01-022-5/+0
* Use System.currentTimeMillis() instead of new Date().getTime()Samuel Tardieu2015-01-023-19/+8
* Use IllegalStateException instead of IllegalAccessErrorSamuel Tardieu2015-01-022-2/+2
* URL for geocache / waypoint / trackable cannot be nullSamuel Tardieu2015-01-0217-3/+22
* remove redundant code for cache size null checksBananeweizen2015-01-023-7/+2
* Inline local variableSamuel Tardieu2015-01-021-2/+1
* Fix disappearance of the standard list in drop-down menuSamuel Tardieu2015-01-021-1/+1
* fix #4569: crash while refreshing listSamuel Tardieu2015-01-021-11/+8
* Cache size can never be nullSamuel Tardieu2015-01-023-13/+11
* refactoring: assert without parenthesisBananeweizen2015-01-012-3/+3
* fix Javadoc visibility issueBananeweizen2015-01-011-19/+29
* use more nullable annotationsBananeweizen2015-01-018-29/+66
* Remove extra debugging informationSamuel Tardieu2015-01-011-1/+0
* Merge branch 'issue-4563' into upstreamSamuel Tardieu2015-01-011-1/+1
|\
| * Cache end observable even after unsubscriptionSamuel Tardieu2015-01-011-1/+1
* | Minor refactoringSamuel Tardieu2015-01-012-23/+24
* | Do not request static maps for 30 seconds after a permission deniedSamuel Tardieu2015-01-011-14/+32
* | Add thread information in debug messagesSamuel Tardieu2015-01-012-16/+20
* | Refresh single cache information from refresh schedulerSamuel Tardieu2015-01-011-1/+1
* | Remove verbose debug information from sensorsSamuel Tardieu2015-01-011-10/+2
* | Use utility methodsSamuel Tardieu2015-01-011-1/+1
* | Use an initial value in rotation sensorsSamuel Tardieu2015-01-012-5/+5
* | Use GPS when compass is disabled or absentSamuel Tardieu2015-01-0120-201/+252