| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #4634: export GPX for unknown crashes without crash | Bananeweizen | 2015-01-26 | 3 | -1/+16 |
| | | |||||
| * | GPX export test doesn't recognize failure | Bananeweizen | 2015-01-26 | 1 | -3/+16 |
| | | | | | We exported empty GPX file from that test. Therefore verify they actually contain the cache. | ||||
| * | avoid NPE with user name | Bananeweizen | 2015-01-26 | 1 | -1/+1 |
| | | | | happened in creation of LogEntry on emulator without any login stored | ||||
| * | replace stub classes by .gitkeep files | Bananeweizen | 2015-01-26 | 4 | -15/+0 |
| | | | | backport to release branch, as DEX makes trouble there too | ||||
| * | Forgotten release note | Lars | 2015-01-20 | 1 | -0/+1 |
| | | | | see IRC log of 20.01.2015 for details :) | ||||
| * | Version branding | Lars | 2015-01-20 | 1 | -2/+2 |
| | | |||||
| * | crowdin: New translations | Samuel Tardieu | 2015-01-20 | 5 | -27/+46 |
| | | |||||
| * | tests: GC3XX5J has been archived | Samuel Tardieu | 2015-01-18 | 2 | -864/+860 |
| | | | | | fix #4622 | ||||
| * | Update changelog_release.xml | Lars | 2015-01-18 | 1 | -0/+2 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/issue-2687' into release | rsudev | 2015-01-18 | 1 | -3/+8 |
| |\ | |||||
| | * | Fixes #2687, OSM:Offline: After selecting new map it is opend at map center ↵ | rsudev | 2015-01-16 | 1 | -3/+8 |
| | | | | | | | | | | | | | but not at the previous location - re-apply current position and zoom after changing the source without re-starting the map activity | ||||
| * | | fix #4619: ANR when loading direction images for basic member | Samuel Tardieu | 2015-01-16 | 3 | -18/+21 |
| |/ | | | | | There is no need to preload direction images from the parsing, they will be loaded asynchronously in the list adapter instead. | ||||
| * | Update changelog_release.xml | Lars | 2015-01-15 | 1 | -0/+6 |
| | | |||||
| * | fix #4618: crash due to invalid Google Play service | Samuel Tardieu | 2015-01-15 | 1 | -2/+11 |
| | | |||||
| * | fix #4617: NPE in some cases when trackable cannot be found | Samuel Tardieu | 2015-01-15 | 1 | -1/+1 |
| | | |||||
| * | fix #4481: numerous images in description or log may lead to ANR | Samuel Tardieu | 2015-01-13 | 2 | -14/+70 |
| | | | | | | | | | | | | The forced redrawing of a text view caused by settings of text is a lengthy operation. When we do it for every image, we might end up with hundredths of operations waiting to do the same thing, with only the first few ones being actually useful because images won't change afterwards. We now use a queue to ensure that consecutive redraw orders are done as one operation. | ||||
| * | Share bitmaps in addition to sharing observables | Samuel Tardieu | 2015-01-13 | 1 | -1/+10 |
| | | | | | | | | | BitmapDrawable objects can be shared and reused. Sharing drawables ensures that we load the resources only once, but when drawing the result we can as well share the drawables. Part of work on #4481. | ||||
| * | Changelog update and version branding | Lars | 2015-01-12 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #4613 from rsudev/crowdin_translations | rsudev | 2015-01-12 | 6 | -55/+82 |
| |\ | | | | | crowdin: New translations | ||||
| | * | crowdin: New translations | rsudev | 2015-01-12 | 6 | -55/+82 |
| |/ | |||||
| * | #4566: move voting menu item down | Bananeweizen | 2015-01-12 | 1 | -6/+6 |
| | | |||||
| * | crowdin: New translations | Samuel Tardieu | 2015-01-12 | 10 | -124/+211 |
| | | |||||
| * | fix #4596: UI delay when building the list of caches to refresh | Samuel Tardieu | 2015-01-12 | 2 | -15/+36 |
| | | | | | | | | | | | The list of caches to refresh was partitioned into caches already having static maps and others, the later being prioritized in the refresh. This computation was done on the UI thread, which led to a pause for large lists. The list building in now done in the background, with emission of caches to refresh as soon as possible to reduce the user wait. | ||||
| * | Update changelog_release.xml | Lars | 2015-01-12 | 1 | -0/+1 |
| | | | | Manual alignment of branches as first commit was made on wrong branch. | ||||
| * | Merge branch 'issue-3078' into release | Samuel Tardieu | 2015-01-12 | 1 | -2/+2 |
| |\ | |||||
| | * | Make the test the right way | Samuel Tardieu | 2015-01-10 | 1 | -1/+1 |
| | | | |||||
| | * | fix #3078: live map should start at last position except in follow mode | Samuel Tardieu | 2015-01-10 | 1 | -2/+2 |
| | | | |||||
| * | | fix #4608: own rating is saved even if vote could not be uploaded | Samuel Tardieu | 2015-01-10 | 2 | -55/+41 |
| |/ | |||||
| * | crowdin: New translations | Samuel Tardieu | 2015-01-09 | 18 | -38/+22 |
| | | |||||
| * | Use %d instead of %s for cache count | Samuel Tardieu | 2015-01-09 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'release' of github.com:cgeo/cgeo into release | Samuel Tardieu | 2015-01-09 | 1 | -0/+1 |
| |\ | |||||
| | * | Update changelog_release.xml | Lars | 2015-01-09 | 1 | -0/+1 |
| | | | |||||
| * | | Clear changelog_master | Samuel Tardieu | 2015-01-09 | 1 | -3/+0 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-09 | 1 | -2/+7 |
| |\ \ | |/ | |||||
| | * | Remove doubled entry from changelog | Lars | 2015-01-09 | 1 | -1/+0 |
| | | | |||||
| | * | Changlog update and resorting | Lars | 2015-01-09 | 1 | -2/+8 |
| | | | |||||
| * | | Add plurals for caches_remove_{all,selected}_confirm | MadanKumarB | 2015-01-09 | 2 | -4/+10 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-08 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Merge changelogs | Samuel Tardieu | 2015-01-08 | 2 | -3/+1 |
| | | | |||||
| * | | Free memory as soon as cgeo gets to the middle of the background LRU list | Samuel Tardieu | 2015-01-08 | 1 | -2/+9 |
| |/ | |||||
| * | Revert "Use bindView instead of bindActivity/bindFragment where appropriate" | Samuel Tardieu | 2015-01-08 | 6 | -12/+14 |
| | | | | | | | | This reverts commit d3dc2be5040ea3f4846d9b948c3a0f95b9359f71 and fixes #4604. Conflicts: main/src/cgeo/geocaching/MainActivity.java | ||||
| * | Use new setting for low-power instead the of the current one | Samuel Tardieu | 2015-01-08 | 1 | -1/+1 |
| | | |||||
| * | Favor the orientation sensor over the rotation one | Samuel Tardieu | 2015-01-08 | 1 | -9/+7 |
| | | | | | | | | | | | | | On some devices, it looks like the orientation sensor may be bogus. This confirms what the author of GPS Status wrote in private mail. This commits favors the rotation sensor over the orientation one, unless low-power mode is used, in which case the orientation sensor (which may benefit from low-power mode if it has a gyroscope-less mode) will be preferred. Part of work on #4599. | ||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-08 | 4 | -2/+10 |
| |\ | |||||
| | * | crowdin: New translations | Samuel Tardieu | 2015-01-08 | 4 | -2/+10 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-08 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Update changelog | Samuel Tardieu | 2015-01-08 | 1 | -0/+1 |
| | | | |||||
| * | | fix #4603: do not query the magnetic field sensor | Samuel Tardieu | 2015-01-08 | 3 | -11/+9 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-08 | 6 | -1/+107 |
| |\ \ | |/ | |||||
| | * | fix #4602: add system information in "about" and mails | Samuel Tardieu | 2015-01-08 | 5 | -1/+106 |
| | | | |||||
