Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #4540: no current position since last update | Samuel Tardieu | 2014-12-18 | 1 | -8/+3 |
| | | | | Propagate onError as well as onNext to subscribers. | ||||
* | fix #4544: amount of favpoints no longer shown for own caches | Samuel Tardieu | 2014-12-18 | 1 | -10/+10 |
| | |||||
* | fix #4538: favorite points display not updated after change | Samuel Tardieu | 2014-12-16 | 1 | -6/+12 |
| | |||||
* | Keep a reference on the whole "name: value" line in description | Samuel Tardieu | 2014-12-16 | 3 | -32/+41 |
| | |||||
* | Update ChangeLog for release | Samuel Tardieu | 2014-12-16 | 1 | -0/+3 |
| | |||||
* | Merge branch 'issue-4529' into release | Samuel Tardieu | 2014-12-16 | 2 | -3/+3 |
|\ | |||||
| * | fix #4529: missing back pressure on location observable | Samuel Tardieu | 2014-12-13 | 2 | -3/+3 |
| | | |||||
* | | crowdin: New translations | rsudev | 2014-12-15 | 3 | -30/+59 |
| | | |||||
* | | Remember last orientation | Samuel Tardieu | 2014-12-15 | 1 | -2/+2 |
| | | | | | | | | This might help with #4533. | ||||
* | | crowdin: New translations | rsudev | 2014-12-12 | 19 | -61/+24 |
|/ | |||||
* | fix #4525: number format exception when parsing coordinates | Samuel Tardieu | 2014-12-12 | 1 | -14/+17 |
| | |||||
* | Changelog and version code | Lars | 2014-12-12 | 1 | -0/+3 |
| | |||||
* | fix #4524: invalidation of options menu must happen on the UI thread | Samuel Tardieu | 2014-12-12 | 1 | -3/+9 |
| | | | | This also fixes #4523. | ||||
* | Version code | Lars | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Fix errors in commons lang3 definition | Samuel Tardieu | 2014-12-09 | 1 | -2/+2 |
| | |||||
* | Remove obsolete Javadoc files | Samuel Tardieu | 2014-12-09 | 3 | -0/+0 |
| | |||||
* | Add commons libraries to automatic update | Samuel Tardieu | 2014-12-09 | 9 | -6/+21 |
| | |||||
* | Upgrade to RxJava 1.0.2 and Jackson 2.4.4 | Samuel Tardieu | 2014-12-09 | 26 | -16/+16 |
| | |||||
* | Fix #4517: reference to gc.com regardless of the cache origin | Samuel Tardieu | 2014-12-09 | 3 | -8/+6 |
| | |||||
* | Update changelog_release.xml | Lars | 2014-12-09 | 1 | -0/+1 |
| | |||||
* | Added Latvian | rsudev | 2014-12-08 | 1 | -0/+656 |
| | |||||
* | crowdin: New translations | rsudev | 2014-12-07 | 1 | -0/+14 |
| | |||||
* | Fixes #4514, Null pointer in SettingsActivity.java when loading navigation ↵ | rsudev | 2014-12-05 | 1 | -0/+5 |
| | | | | | | app preferences - added missing menu preference entry for wear navigation | ||||
* | crowdin: New translations | rsudev | 2014-12-04 | 6 | -2/+57 |
| | |||||
* | Syntax correction | Lars | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Shortened changelog | Lars | 2014-12-03 | 1 | -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 branch | Samuel Tardieu | 2014-12-03 | 2 | -22/+20 |
| | |||||
* | crowdin: New translations | rsudev | 2014-12-02 | 5 | -4/+16 |
| | |||||
* | Help Eclipse by adding assertion | Samuel Tardieu | 2014-12-01 | 1 | -0/+1 |
| | |||||
* | Update changelog_master.xml | Lars | 2014-12-01 | 1 | -0/+4 |
| | |||||
* | Upgrade to RxJava 1.0.1 | Samuel Tardieu | 2014-12-01 | 8 | -4/+4 |
| | |||||
* | fix #4505: sporadic crash when trying to navigate to a waypoint | Samuel Tardieu | 2014-12-01 | 1 | -1/+2 |
| | |||||
* | crowdin: New translations | rsudev | 2014-11-28 | 9 | -3/+72 |
| | |||||
* | Revert "fix #4481: cache rendering leads to ANR" | Samuel Tardieu | 2014-11-28 | 1 | -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 ANR | Samuel Tardieu | 2014-11-28 | 1 | -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 parameters | Samuel Tardieu | 2014-11-28 | 3 | -9/+9 |
| | |||||
* | Make compass disabling transient | Samuel Tardieu | 2014-11-28 | 1 | -3/+5 |
| | |||||
* | Inline constant | Samuel Tardieu | 2014-11-28 | 1 | -3/+1 |
| | |||||
* | Merge pull request #4502 from rsudev/issue4247 | Samuel Tardieu | 2014-11-28 | 4 | -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.x | rsudev | 2014-11-27 | 4 | -12/+107 |
| | | | | | | | | | | Enable 2.x implementation for 3.x. as well. Additionally fix options menu for 3.x | ||||
* | | Add GCLogin tests | Samuel Tardieu | 2014-11-28 | 1 | -2/+7 |
| | | |||||
* | | fix #4503: cache with repeated images may corrupt the on-disk copy | Samuel Tardieu | 2014-11-28 | 2 | -6/+54 |
| | | |||||
* | | Use Scheduler and helper for consecutive action on different threads | Samuel Tardieu | 2014-11-28 | 4 | -57/+81 |
| | | |||||
* | | More precise string | Lars | 2014-11-27 | 1 | -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 correction | Lars | 2014-11-27 | 1 | -1/+1 |
|/ | | | ...at least I hope so. | ||||
* | crowdin: New translations | rsudev | 2014-11-26 | 2 | -0/+8 |
| | |||||
* | fix #4332: no history when navigate via compass | Samuel Tardieu | 2014-11-26 | 1 | -23/+27 |
| | |||||
* | remove Eclipse compile error | Bananeweizen | 2014-11-26 | 1 | -0/+1 |
| | | | | Unfortunately Eclipse cannot be told which null contract is valid for external calls. | ||||
* | crowdin: New translations | Samuel Tardieu | 2014-11-25 | 18 | -18/+3 |
| | |||||
* | fix #4325: retrieve home location from geocaching.com | Samuel Tardieu | 2014-11-25 | 7 | -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. |