| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #3560: Search bar shall match against owner | Bananeweizen | 2014-01-21 | 1 | -2/+2 |
| | | |||||
| * | fix #3561: remove search suggestions for address | Bananeweizen | 2014-01-21 | 1 | -4/+0 |
| | | |||||
| * | sort search suggestions case insensitive | Bananeweizen | 2014-01-18 | 1 | -10/+4 |
| | | |||||
| * | new: search suggestions for all search fields | Bananeweizen | 2014-01-14 | 1 | -38/+43 |
| | | |||||
| * | new: search suggestions for caches and trackables while typing | Bananeweizen | 2014-01-12 | 1 | -1/+71 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-09 | 1 | -2/+2 |
| |\ | |||||
| | * | fix #3534: NullPointerException in getInternalStorageBase | Samuel Tardieu | 2014-01-09 | 1 | -2/+2 |
| | | | |||||
| * | | Remove onTerminate() in application | Samuel Tardieu | 2014-01-08 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | Not only it is not advised to derive from `Application` as this is often deemed useless, but also the `onTerminate()` method is never called on real devices. Since it causes issues with our tests since it accesses ressources that appear to have been cleaned up already, such as the application context, it is best to remove it entirely. | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-08 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | fix #3527: bad query string | Samuel Tardieu | 2014-01-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | 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)`. | ||||
| * | | Revert "refactoring: remove dead enumeration items and dead code" | Samuel Tardieu | 2014-01-06 | 1 | -0/+29 |
| | | | | | | | | | | | | | This reverts commit e2443f151d4d2bcd7574c19dcb3b4aedbd262a75. The enumeration items were used in a range expression. | ||||
| * | | refactoring: remove dead enumeration items and dead code | Samuel Tardieu | 2014-01-06 | 1 | -29/+0 |
| | | | |||||
| * | | #609: run directory maintenance manually | Bananeweizen | 2014-01-05 | 1 | -2/+9 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-05 | 1 | -6/+0 |
| |\ \ | |/ | |||||
| | * | 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. | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-05 | 1 | -13/+28 |
| |\ \ | |/ | |||||
| | * | 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. | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-05 | 1 | -1/+14 |
| |\ \ | |/ | |||||
| | * | fix #2467: recreate database if it cannot be opened | Samuel Tardieu | 2014-01-05 | 1 | -1/+14 |
| | | | |||||
| * | | fix #3513: do not clean offline logs during background cleanup | Bananeweizen | 2014-01-05 | 1 | -0/+29 |
| |/ | |||||
| * | fix #3494: EC attributes disappear on refresh | Samuel Tardieu | 2014-01-03 | 1 | -3/+7 |
| | | | | | | The lazy loading of attributes appeared after they had been removed from the database. | ||||
| * | #3088: batch the database requests from the live map | Bananeweizen | 2014-01-03 | 1 | -21/+52 |
| | | |||||
| * | refactoring: don't use Iterable when we have a List | Samuel Tardieu | 2014-01-02 | 1 | -2/+2 |
| | | |||||
| * | findbugs: synchronize lazy initialized objects | Michael Keppler | 2013-12-26 | 1 | -1/+1 |
| | | |||||
| * | Implements stable keys for opencaching waypoints | rsudev | 2013-11-23 | 1 | -9/+5 |
| | | | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined. | ||||
| * | fix #3377: OC waypoints get duplicated | Bananeweizen | 2013-11-09 | 1 | -1/+18 |
| | | | | * delete outdated waypoints from database after saving | ||||
| * | fix #3396: crash on logging event cache | Bananeweizen | 2013-11-09 | 1 | -2/+3 |
| | | |||||
| * | Update to CollectionUtils 4.0-alpha1 | Samuel Tardieu | 2013-09-15 | 1 | -2/+2 |
| | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html | ||||
| * | refactoring: StoredList | Bananeweizen | 2013-09-14 | 1 | -6/+11 |
| | | | | * try more encapsulation instead of ID comparisons all time | ||||
| * | refactoring: introduce PseudoList to handle non concrete lists | Bananeweizen | 2013-09-14 | 1 | -6/+8 |
| | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package | ||||
| * | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 1 | -3/+3 |
| | | |||||
| * | refactoring: cgeocaches -> CacheListActivity | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | |||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -0/+3023 |
