aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-051-2/+200
* Update changelog_master.xmlLars2015-01-051-0/+1
* Performance: do not box integer valuesSamuel Tardieu2015-01-041-1/+1
* #4585: fix Ant buildBananeweizen2015-01-041-0/+3
* #4585: update IDEA project structureBananeweizen2015-01-041-2/+4
* fix #4585: split play servicesBananeweizen2015-01-044-18/+23
* 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
* 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
* | use current build tools version in gradle buildsMichael Keppler2015-01-031-1/+1
* | 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-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
* | 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
* | Upgrade to RxJava 1.0.4Samuel Tardieu2015-01-018-4/+4
* | Do not request static maps for 30 seconds after a permission deniedSamuel Tardieu2015-01-011-14/+32