| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update changelog_release.xml | Lars | 2014-03-04 | 1 | -0/+1 |
| | | |||||
| * | fix failing test | Samuel Tardieu | 2014-03-02 | 1 | -0/+5 |
| | | |||||
| * | Merge branch 'release' of github.com:cgeo/cgeo into release | Samuel Tardieu | 2014-03-02 | 1 | -0/+5 |
| |\ | |||||
| | * | Update changelog_release.xml | Lars | 2014-03-02 | 1 | -0/+5 |
| | | | |||||
| * | | fix #3634: special log types on unpublished caches | Samuel Tardieu | 2014-03-02 | 2 | -1/+3 |
| |/ | |||||
| * | fix #3594: personal note parsing is too loose | Samuel Tardieu | 2014-02-28 | 5 | -5/+44 |
| | | |||||
| * | refactoring: move waypoint parsing code in Waypoint | Samuel Tardieu | 2014-02-28 | 2 | -51/+66 |
| | | |||||
| * | Fixes #3628, Array out of bounds in simple dir chooser | rsudev | 2014-02-28 | 1 | -2/+9 |
| | | | | | - hide ok button when diving into a directory | ||||
| * | fix #3550: dialog don't show up the second time | Samuel Tardieu | 2014-02-27 | 1 | -2/+2 |
| | | |||||
| * | fix #3541: trackable geocode is null | Samuel Tardieu | 2014-02-27 | 1 | -0/+4 |
| | | |||||
| * | fix #3566: log password box missing when changing logtype | Samuel Tardieu | 2014-02-27 | 1 | -0/+1 |
| | | |||||
| * | Fix #3580, Logging with oc not possible without entering user credentials for gc | rsudev | 2014-02-25 | 1 | -1/+0 |
| | | | | | - removed no longer sensible check for gc credentials. | ||||
| * | Update changelog for release | Samuel Tardieu | 2014-02-22 | 1 | -1/+2 |
| | | |||||
| * | fix #3610: geocode search is case sensitive | Samuel Tardieu | 2014-02-22 | 1 | -1/+1 |
| | | |||||
| * | Changelog placeholder | Samuel Tardieu | 2014-02-04 | 1 | -0/+3 |
| | | |||||
| * | Update changelog for release | Samuel Tardieu | 2014-02-04 | 1 | -3/+3 |
| | | |||||
| * | Update tests | Samuel Tardieu | 2014-01-28 | 9 | -3223/+4103 |
| | | |||||
| * | fix #3585: trackable name and type not parsed | Samuel Tardieu | 2014-01-28 | 1 | -2/+2 |
| | | |||||
| * | fix #3570: crash when dismissing a progress dialog | Samuel Tardieu | 2014-01-26 | 1 | -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 release | Samuel Tardieu | 2014-01-25 | 1 | -0/+4 |
| | | |||||
| * | Set correct date (2014.01.25) in release notes | Samuel Tardieu | 2014-01-25 | 1 | -2/+1 |
| | | |||||
| * | Use ellipsis symbol to keep lint happy | Samuel Tardieu | 2014-01-24 | 1 | -1/+1 |
| | | |||||
| * | Update changelog for release | Samuel Tardieu | 2014-01-24 | 1 | -0/+1 |
| | | |||||
| * | Fix #3568: fresh image taken may fail to be added to log | Samuel Tardieu | 2014-01-24 | 1 | -40/+44 |
| | | |||||
| * | Update changelog_release.xml | Lars | 2014-01-23 | 1 | -0/+5 |
| | | |||||
| * | Fixes #3564, Tweets not posted | rsudev | 2014-01-23 | 1 | -2/+2 |
| | | | | | - Switched to https twitter api | ||||
| * | Corrections for null analysis | rsudev | 2014-01-23 | 3 | -3/+12 |
| | | |||||
| * | Set correct date (2014.01.22) in release notes | Samuel Tardieu | 2014-01-22 | 1 | -1/+1 |
| | | |||||
| * | Update changelog | Samuel Tardieu | 2014-01-21 | 1 | -0/+1 |
| | | |||||
| * | fix #3559: add picture to log fails on KitKat | Samuel Tardieu | 2014-01-21 | 2 | -4/+25 |
| | | |||||
| * | Update changelog to prepare for RC | Samuel Tardieu | 2014-01-19 | 1 | -0/+6 |
| | | |||||
| * | fix #3552: NPE in menu handler | Bananeweizen | 2014-01-18 | 2 | -0/+7 |
| | | |||||
| * | fix #3549: NPE when exporting invalid cache | Samuel Tardieu | 2014-01-17 | 1 | -2/+7 |
| | | |||||
| * | fix #3545: Opening saved caches lead to crash if "Last Page" is active | Bananeweizen | 2014-01-17 | 1 | -1/+3 |
| | | |||||
| * | fix #3543: Exception in search by user for non existing user name | Bananeweizen | 2014-01-15 | 1 | -3/+12 |
| | | |||||
| * | Merge pull request #3538 from marco-dev/fixRotatedPhotoRelease | Bananeweizen | 2014-01-12 | 1 | -4/+27 |
| |\ | | | | | fixes #3531 - correct rotated protrait photo | ||||
| | * | fixes #3531 - correct rotated protrait photo | Marco Jacob | 2014-01-11 | 1 | -4/+27 |
| |/ | |||||
| * | fix #3533: illegal longitude argument for Geocoder | Samuel Tardieu | 2014-01-09 | 1 | -1/+3 |
| | | |||||
| * | fix #3534: NullPointerException in getInternalStorageBase | Samuel Tardieu | 2014-01-09 | 1 | -2/+2 |
| | | |||||
| * | fix #3527: bad query string | Samuel Tardieu | 2014-01-08 | 3 | -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 info | Lars | 2014-01-06 | 1 | -1/+1 |
| | | |||||
| * | fix #3521: GPS would stay on after a cache list refresh | Samuel Tardieu | 2014-01-06 | 2 | -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.xml | Lars | 2014-01-06 | 1 | -0/+1 |
| | | |||||
| * | fix #3521: GPS reference count mismatch | Samuel Tardieu | 2014-01-06 | 1 | -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 about | Bananeweizen | 2014-01-05 | 1 | -1/+0 |
| | | |||||
| * | Missing german translation | Lars | 2014-01-05 | 1 | -0/+1 |
| | | |||||
| * | work on #2315: do not switch to internal storage | Samuel Tardieu | 2014-01-05 | 1 | -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 storage | Samuel Tardieu | 2014-01-05 | 1 | -13/+28 |
| | | | | | Also, switch the DB to internal storage if we could not use external one. | ||||
| * | fix #2467: recreate database if it cannot be opened | Samuel Tardieu | 2014-01-05 | 1 | -1/+14 |
| | | |||||
| * | fix #3515: crash in about | Bananeweizen | 2014-01-05 | 1 | -5/+13 |
| | | |||||
