aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* fix #4540: no current position since last updateSamuel Tardieu2014-12-181-8/+3
| | | | Propagate onError as well as onNext to subscribers.
* fix #4544: amount of favpoints no longer shown for own cachesSamuel Tardieu2014-12-181-10/+10
|
* fix #4538: favorite points display not updated after changeSamuel Tardieu2014-12-161-6/+12
|
* Keep a reference on the whole "name: value" line in descriptionSamuel Tardieu2014-12-163-32/+41
|
* Update ChangeLog for releaseSamuel Tardieu2014-12-161-0/+3
|
* Merge branch 'issue-4529' into releaseSamuel Tardieu2014-12-162-3/+3
|\
| * fix #4529: missing back pressure on location observableSamuel Tardieu2014-12-132-3/+3
| |
* | crowdin: New translationsrsudev2014-12-153-30/+59
| |
* | Remember last orientationSamuel Tardieu2014-12-151-2/+2
| | | | | | | | This might help with #4533.
* | crowdin: New translationsrsudev2014-12-1219-61/+24
|/
* fix #4525: number format exception when parsing coordinatesSamuel Tardieu2014-12-121-14/+17
|
* Changelog and version codeLars2014-12-121-0/+3
|
* fix #4524: invalidation of options menu must happen on the UI threadSamuel Tardieu2014-12-121-3/+9
| | | | This also fixes #4523.
* Version codeLars2014-12-091-1/+1
|
* Fix errors in commons lang3 definitionSamuel Tardieu2014-12-091-2/+2
|
* Remove obsolete Javadoc filesSamuel Tardieu2014-12-093-0/+0
|
* Add commons libraries to automatic updateSamuel Tardieu2014-12-099-6/+21
|
* Upgrade to RxJava 1.0.2 and Jackson 2.4.4Samuel Tardieu2014-12-0926-16/+16
|
* Fix #4517: reference to gc.com regardless of the cache originSamuel Tardieu2014-12-093-8/+6
|
* Update changelog_release.xmlLars2014-12-091-0/+1
|
* Added Latvianrsudev2014-12-081-0/+656
|
* crowdin: New translationsrsudev2014-12-071-0/+14
|
* Fixes #4514, Null pointer in SettingsActivity.java when loading navigation ↵rsudev2014-12-051-0/+5
| | | | | | app preferences - added missing menu preference entry for wear navigation
* crowdin: New translationsrsudev2014-12-046-2/+57
|
* Syntax correctionLars2014-12-041-1/+1
|
* Shortened changelogLars2014-12-031-76/+0
| | | | As usual for a new feature release the old changes are taken out of the changelog to keep it comprehensive. I also had to remove the link to the github milestone as "Detailed list of changes" as this does no longer seem to be a permalink but an URL built with the milestone name which might change. Any idea for that?
* Merge changelogs on release branchSamuel Tardieu2014-12-032-22/+20
|
* crowdin: New translationsrsudev2014-12-025-4/+16
|
* Help Eclipse by adding assertionSamuel Tardieu2014-12-011-0/+1
|
* Update changelog_master.xmlLars2014-12-011-0/+4
|
* Upgrade to RxJava 1.0.1Samuel Tardieu2014-12-018-4/+4
|
* fix #4505: sporadic crash when trying to navigate to a waypointSamuel Tardieu2014-12-011-1/+2
|
* crowdin: New translationsrsudev2014-11-289-3/+72
|
* Revert "fix #4481: cache rendering leads to ANR"Samuel Tardieu2014-11-281-7/+2
| | | | | | This reverts commit b181ef02fa057df18f0d071acbd628806d130591. Some caches will not cope with partial redraws, such as http://coord.info/GC53417.
* fix #4481: cache rendering leads to ANRSamuel Tardieu2014-11-281-2/+7
| | | | | | This fix is only partially correct, in that it will not recompute the whole layout (including the position of line breaks) when images are loaded.
* Better names for Twitter key parametersSamuel Tardieu2014-11-283-9/+9
|
* Make compass disabling transientSamuel Tardieu2014-11-281-3/+5
|
* Inline constantSamuel Tardieu2014-11-281-3/+1
|
* Merge pull request #4502 from rsudev/issue4247Samuel Tardieu2014-11-284-12/+107
|\ | | | | Fix #4247, No action bar on map activities on Android 3.x
| * Fix #4247, No action bar on map activities on Android 3.xrsudev2014-11-274-12/+107
| | | | | | | | | | Enable 2.x implementation for 3.x. as well. Additionally fix options menu for 3.x
* | Add GCLogin testsSamuel Tardieu2014-11-281-2/+7
| |
* | fix #4503: cache with repeated images may corrupt the on-disk copySamuel Tardieu2014-11-282-6/+54
| |
* | Use Scheduler and helper for consecutive action on different threadsSamuel Tardieu2014-11-284-57/+81
| |
* | More precise stringLars2014-11-271-1/+1
| | | | | | | | While in english home might be also fine, the more precise string will help translators to understand and translate. The length should fit.
* | Grammar correctionLars2014-11-271-1/+1
|/ | | ...at least I hope so.
* crowdin: New translationsrsudev2014-11-262-0/+8
|
* fix #4332: no history when navigate via compassSamuel Tardieu2014-11-261-23/+27
|
* remove Eclipse compile errorBananeweizen2014-11-261-0/+1
| | | | Unfortunately Eclipse cannot be told which null contract is valid for external calls.
* crowdin: New translationsSamuel Tardieu2014-11-2518-18/+3
|
* fix #4325: retrieve home location from geocaching.comSamuel Tardieu2014-11-257-18/+64
| | | | | | | | | | When the device does not have a location, the address from geocaching.com (persisted accross sessions) will be used if it is available instead of the last fallback (Paris). However, the location will be retrieved only the second time the application is launched, as we need an initial location before we can get the home location from geocaching.com.