aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog_release.xmlLars2014-03-041-0/+1
|
* fix failing testSamuel Tardieu2014-03-021-0/+5
|
* Merge branch 'release' of github.com:cgeo/cgeo into releaseSamuel Tardieu2014-03-021-0/+5
|\
| * Update changelog_release.xmlLars2014-03-021-0/+5
| |
* | fix #3634: special log types on unpublished cachesSamuel Tardieu2014-03-022-1/+3
|/
* fix #3594: personal note parsing is too looseSamuel Tardieu2014-02-285-5/+44
|
* refactoring: move waypoint parsing code in WaypointSamuel Tardieu2014-02-282-51/+66
|
* Fixes #3628, Array out of bounds in simple dir chooserrsudev2014-02-281-2/+9
| | | | - hide ok button when diving into a directory
* fix #3550: dialog don't show up the second timeSamuel Tardieu2014-02-271-2/+2
|
* fix #3541: trackable geocode is nullSamuel Tardieu2014-02-271-0/+4
|
* fix #3566: log password box missing when changing logtypeSamuel Tardieu2014-02-271-0/+1
|
* Fix #3580, Logging with oc not possible without entering user credentials for gcrsudev2014-02-251-1/+0
| | | | - removed no longer sensible check for gc credentials.
* Update changelog for releaseSamuel Tardieu2014-02-221-1/+2
|
* fix #3610: geocode search is case sensitiveSamuel Tardieu2014-02-221-1/+1
|
* Changelog placeholderSamuel Tardieu2014-02-041-0/+3
|
* Update changelog for releaseSamuel Tardieu2014-02-041-3/+3
|
* Update testsSamuel Tardieu2014-01-289-3223/+4103
|
* fix #3585: trackable name and type not parsedSamuel Tardieu2014-01-281-2/+2
|
* fix #3570: crash when dismissing a progress dialogSamuel Tardieu2014-01-261-1/+6
| | | | | | This crash should never happen if we handled lifecycles more correctly. But to avoid penalizing users in the meantime, this temporary fix will allow the application to go on.
* Update changelog for releaseSamuel Tardieu2014-01-251-0/+4
|
* Set correct date (2014.01.25) in release notesSamuel Tardieu2014-01-251-2/+1
|
* Use ellipsis symbol to keep lint happySamuel Tardieu2014-01-241-1/+1
|
* Update changelog for releaseSamuel Tardieu2014-01-241-0/+1
|
* Fix #3568: fresh image taken may fail to be added to logSamuel Tardieu2014-01-241-40/+44
|
* Update changelog_release.xmlLars2014-01-231-0/+5
|
* Fixes #3564, Tweets not postedrsudev2014-01-231-2/+2
| | | | - Switched to https twitter api
* Corrections for null analysisrsudev2014-01-233-3/+12
|
* Set correct date (2014.01.22) in release notesSamuel Tardieu2014-01-221-1/+1
|
* Update changelogSamuel Tardieu2014-01-211-0/+1
|
* fix #3559: add picture to log fails on KitKatSamuel Tardieu2014-01-212-4/+25
|
* Update changelog to prepare for RCSamuel Tardieu2014-01-191-0/+6
|
* fix #3552: NPE in menu handlerBananeweizen2014-01-182-0/+7
|
* fix #3549: NPE when exporting invalid cacheSamuel Tardieu2014-01-171-2/+7
|
* fix #3545: Opening saved caches lead to crash if "Last Page" is activeBananeweizen2014-01-171-1/+3
|
* fix #3543: Exception in search by user for non existing user nameBananeweizen2014-01-151-3/+12
|
* Merge pull request #3538 from marco-dev/fixRotatedPhotoReleaseBananeweizen2014-01-121-4/+27
|\ | | | | fixes #3531 - correct rotated protrait photo
| * fixes #3531 - correct rotated protrait photoMarco Jacob2014-01-111-4/+27
|/
* fix #3533: illegal longitude argument for GeocoderSamuel Tardieu2014-01-091-1/+3
|
* fix #3534: NullPointerException in getInternalStorageBaseSamuel Tardieu2014-01-091-2/+2
|
* fix #3527: bad query stringSamuel Tardieu2014-01-083-11/+21
| | | | | | Let's hope that the bad formatting occurring for, at least, very small negative values in `String.format()` with a `null` Locale will not happen with `StringBuilder.append(double)`.
* Version infoLars2014-01-061-1/+1
|
* fix #3521: GPS would stay on after a cache list refreshSamuel Tardieu2014-01-062-1/+29
| | | | | | | | | | The previous fix for #3521 was incomplete and only reduced the time window during which the GPS could be turned on in a race condition (4c5ef68f45a2b35537b89f857c1aa9fcb117ae83). This one prevents the GPS from being turned on again when the activity is paused (which includes a dead activity as well if the user has left).
* Update changelog_release.xmlLars2014-01-061-0/+1
|
* fix #3521: GPS reference count mismatchSamuel Tardieu2014-01-061-4/+0
| | | | | | There is no need to explicitely turn on the GPS when cancelling a list refresh operation as this is done afterwards even when the information has been cancelled. The reference counter was not correct.
* fix #3515: exception in aboutBananeweizen2014-01-051-1/+0
|
* Missing german translationLars2014-01-051-0/+1
|
* work on #2315: do not switch to internal storageSamuel Tardieu2014-01-051-6/+0
| | | | | | Switching to internal storage has the potential for destructing some user data if the user reinserts an absent SD card and reswitches the applicatioon to use it.
* work on #2315: preserve corrupted database on SD storageSamuel Tardieu2014-01-051-13/+28
| | | | Also, switch the DB to internal storage if we could not use external one.
* fix #2467: recreate database if it cannot be openedSamuel Tardieu2014-01-051-1/+14
|
* fix #3515: crash in aboutBananeweizen2014-01-051-5/+13
|