| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -3/+2 |
| | | |||||
| * | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | | The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301. | ||||
| * | Use MethodUtils to call overridePendingTransition | Samuel Tardieu | 2012-03-24 | 1 | -12/+3 |
| | | | | | | | The method is not invoked often enough that it deserves caching the result of its lookup. Using MethodUtils.invokeMethod() allows the removal of boilerplate code. | ||||
| * | Fix #1326: invoke Activity.overridePendingTransitionMethod() dynamically | Samuel Tardieu | 2012-03-23 | 1 | -2/+21 |
| | | |||||
| * | refactoring: remove reflection from compatibility package | Bananeweizen | 2012-02-17 | 1 | -22/+8 |
| | | |||||
| * | fix #1110: onPrepareOptionsMenu compatible with Android 3.0 | Bananeweizen | 2012-02-17 | 1 | -0/+11 |
| | | |||||
| * | new: menu to refresh static maps in static map activity | Bananeweizen | 2012-02-17 | 1 | -0/+15 |
| | | |||||
| * | refactoring: more boxing/unboxing cleanup | Bananeweizen | 2011-12-04 | 1 | -1/+1 |
| | | |||||
| * | new: disable suggestions in trackable code fields, #839 | bananeweizen | 2011-11-27 | 1 | -0/+15 |
| | | |||||
| * | fix #120: make settings static (no singleton) | Bananeweizen | 2011-10-03 | 1 | -4/+4 |
| | | | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this... | ||||
| * | Use reflection to invoke compatibility method | Samuel Tardieu | 2011-09-30 | 1 | -9/+39 |
| | | | | | | | On some devices (e.g., G1 running Android 1.6), the verifier will try to load every referenced class. This change prevents the application from depending on AndroidLevel8. See issue #574. | ||||
| * | Use Google backup agent to backup preferences | Samuel Tardieu | 2011-09-20 | 1 | -0/+6 |
| | | | | | This will do nothing if the SDK API < 8. | ||||
| * | Simplify compatibility code | Samuel Tardieu | 2011-09-20 | 1 | -32/+6 |
| | | |||||
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -0/+72 |
| This prepares the inclusion of tests into the same repository. | |||||
