aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix #4634: export GPX for unknown crashes without crashBananeweizen2015-01-263-1/+16
|
* GPX export test doesn't recognize failureBananeweizen2015-01-261-3/+16
| | | | We exported empty GPX file from that test. Therefore verify they actually contain the cache.
* avoid NPE with user nameBananeweizen2015-01-261-1/+1
| | | happened in creation of LogEntry on emulator without any login stored
* replace stub classes by .gitkeep filesBananeweizen2015-01-264-15/+0
| | | backport to release branch, as DEX makes trouble there too
* Forgotten release noteLars2015-01-201-0/+1
| | | see IRC log of 20.01.2015 for details :)
* Version brandingLars2015-01-201-2/+2
|
* crowdin: New translationsSamuel Tardieu2015-01-205-27/+46
|
* tests: GC3XX5J has been archivedSamuel Tardieu2015-01-182-864/+860
| | | | fix #4622
* Update changelog_release.xmlLars2015-01-181-0/+2
|
* Merge remote-tracking branch 'upstream/issue-2687' into releasersudev2015-01-181-3/+8
|\
| * Fixes #2687, OSM:Offline: After selecting new map it is opend at map center ↵rsudev2015-01-161-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 memberSamuel Tardieu2015-01-163-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.xmlLars2015-01-151-0/+6
|
* fix #4618: crash due to invalid Google Play serviceSamuel Tardieu2015-01-151-2/+11
|
* fix #4617: NPE in some cases when trackable cannot be foundSamuel Tardieu2015-01-151-1/+1
|
* fix #4481: numerous images in description or log may lead to ANRSamuel Tardieu2015-01-132-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 observablesSamuel Tardieu2015-01-131-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 brandingLars2015-01-121-2/+2
|
* Merge pull request #4613 from rsudev/crowdin_translationsrsudev2015-01-126-55/+82
|\ | | | | crowdin: New translations
| * crowdin: New translationsrsudev2015-01-126-55/+82
|/
* #4566: move voting menu item downBananeweizen2015-01-121-6/+6
|
* crowdin: New translationsSamuel Tardieu2015-01-1210-124/+211
|
* fix #4596: UI delay when building the list of caches to refreshSamuel Tardieu2015-01-122-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.xmlLars2015-01-121-0/+1
| | | Manual alignment of branches as first commit was made on wrong branch.
* Merge branch 'issue-3078' into releaseSamuel Tardieu2015-01-121-2/+2
|\
| * Make the test the right waySamuel Tardieu2015-01-101-1/+1
| |
| * fix #3078: live map should start at last position except in follow modeSamuel Tardieu2015-01-101-2/+2
| |
* | fix #4608: own rating is saved even if vote could not be uploadedSamuel Tardieu2015-01-102-55/+41
|/
* crowdin: New translationsSamuel Tardieu2015-01-0918-38/+22
|
* Use %d instead of %s for cache countSamuel Tardieu2015-01-091-2/+2
|
* Merge branch 'release' of github.com:cgeo/cgeo into releaseSamuel Tardieu2015-01-091-0/+1
|\
| * Update changelog_release.xmlLars2015-01-091-0/+1
| |
* | Clear changelog_masterSamuel Tardieu2015-01-091-3/+0
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-091-2/+7
|\ \ | |/
| * Remove doubled entry from changelogLars2015-01-091-1/+0
| |
| * Changlog update and resortingLars2015-01-091-2/+8
| |
* | Add plurals for caches_remove_{all,selected}_confirmMadanKumarB2015-01-092-4/+10
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-081-0/+1
|\ \ | |/
| * Merge changelogsSamuel Tardieu2015-01-082-3/+1
| |
* | Free memory as soon as cgeo gets to the middle of the background LRU listSamuel Tardieu2015-01-081-2/+9
|/
* Revert "Use bindView instead of bindActivity/bindFragment where appropriate"Samuel Tardieu2015-01-086-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 oneSamuel Tardieu2015-01-081-1/+1
|
* Favor the orientation sensor over the rotation oneSamuel Tardieu2015-01-081-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 upstreamSamuel Tardieu2015-01-084-2/+10
|\
| * crowdin: New translationsSamuel Tardieu2015-01-084-2/+10
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-081-0/+1
|\ \ | |/
| * Update changelogSamuel Tardieu2015-01-081-0/+1
| |
* | fix #4603: do not query the magnetic field sensorSamuel Tardieu2015-01-083-11/+9
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-086-1/+107
|\ \ | |/
| * fix #4602: add system information in "about" and mailsSamuel Tardieu2015-01-085-1/+106
| |