aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* backport geocodertest to make release branch greenBananeweizen2015-02-201-11/+26
|
* fix #4691: spoiler images not recognizedBananeweizen2015-02-202-3/+4
|
* fix #4665: stackoverflow scanning for mapsBananeweizen2015-02-132-9/+16
|
* fix #4668: MapQuest geocoder returns an errorSamuel Tardieu2015-02-111-1/+1
|
* Merge pull request #4660 from rsudev/crowdin_translationsrsudev2015-02-072-3/+38
|\ | | | | crowdin: New translations
| * crowdin: New translationsrsudev2015-02-072-3/+38
|/
* Update changelog for releaseSamuel Tardieu2015-02-021-0/+1
|
* Merge branch 'issue-4633' into releaseSamuel Tardieu2015-02-021-2/+2
|\
| * fix #4633: spoiler picture link missingSamuel Tardieu2015-01-271-2/+2
| |
* | Update changelog for releaseSamuel Tardieu2015-02-011-0/+1
| |
* | Sort filter names according to the default localeSamuel Tardieu2015-02-011-1/+4
| | | | | | | | Part of work on #4641.
* | fix #4641: wrong sort order in caches filterSamuel Tardieu2015-02-012-2/+16
| |
* | Merge pull request #4640 from rsudev/crowdin_translationsrsudev2015-01-312-5/+5
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2015-01-312-5/+5
|/ /
* | crash restoring backup if no backup existsBananeweizen2015-01-272-2/+6
|/
* fix #4620: wrong location when on home coordinatesSamuel Tardieu2015-01-272-6/+10
|
* 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
|\ \ | |/