aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Use assertj assertionsSamuel Tardieu2015-01-061-57/+44
* | Alternate workaround for missing method in testsSamuel Tardieu2015-01-062-4/+11
* | Limit workaround to specific geocodeSamuel Tardieu2015-01-061-2/+2
* | Tentative fix for missing method at test timeSamuel Tardieu2015-01-061-1/+4
* | Add workaround for testing (#3777)Samuel Tardieu2015-01-062-9/+15
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-061-38/+3
|\ \ | |/
| * Merge branch 'issue-4570' into releaseSamuel Tardieu2015-01-061-91/+110
| |\
| * | Update changelog_release.xmlLars2015-01-061-38/+3
* | | 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
* | Reinitialize master changelogSamuel Tardieu2015-01-051-0/+3
|/
* Merge changelogsSamuel Tardieu2015-01-052-7/+5
* Update IntelliJ IDEA filesSamuel Tardieu2015-01-052-0/+20
* Update IntelliJ IDEA filesSamuel Tardieu2015-01-059-10/+1798
* Update changelog_master.xmlLars2015-01-051-0/+1
* Performance: do not box integer valuesSamuel Tardieu2015-01-041-1/+1
* #4585: fix Ant buildBananeweizen2015-01-044-2/+13
* #4585: workaround for build issues with empty src foldersBananeweizen2015-01-042-0/+15
* #4585: update IDEA project structureBananeweizen2015-01-041-1/+0
* #4585: update IDEA project structureBananeweizen2015-01-044-2/+44
* fix #4585: split play servicesBananeweizen2015-01-04248-718/+1170
* 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
* Merge pull request #4584 from rsudev/crowdin_translationsrsudev2015-01-0319-35/+38
|\
| * crowdin: New translationsrsudev2015-01-0319-35/+38
|/
* Merge branch 'release'rsudev2015-01-031-0/+0
|\
| * Fixes #4127, ic_menu_mylocation_off.png missing in hdpirsudev2015-01-031-0/+0
* | Use only one shared images directorySamuel Tardieu2015-01-035-24/+28
* | some code cleanups with Android StudioMichael Keppler2015-01-037-46/+49
* | use current build tools version in gradle buildsMichael Keppler2015-01-035-5/+5
* | 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-0233-68/+168
* | refactoring: more null annotationsBananeweizen2015-01-0242-177/+377
* | Do not use toasts for non-existing possibilitiesSamuel Tardieu2015-01-024-9/+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
* | IDEA: Do not keep invalid or empty parameters in JavadocSamuel Tardieu2015-01-021-0/+4
* | 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