| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused getRotation from AndroidLevel8Interface | Samuel Tardieu | 2013-03-10 | 3 | -26/+6 |
| | | | | | | Also, there are only four values that can be returned by Android getRotation(). | ||||
| * | ImageUpload - fine-tuning | rsudev | 2013-02-18 | 4 | -0/+28 |
| | | | | | | | Removed test code and comments Some error-handling Localizability | ||||
| * | #2083: target level 17 changes | Bananeweizen | 2012-11-19 | 9 | -46/+151 |
| | | | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes | ||||
| * | refactoring: minor lint cleanups | Bananeweizen | 2012-06-29 | 2 | -0/+4 |
| | | | | * If you get compile errors, upgrade to ADT 20 and SDK 20 | ||||
| * | Refactoring: normalize Compatibility#getDirectionNow | Samuel Tardieu | 2012-06-01 | 1 | -8/+8 |
| | | |||||
| * | Fix #1685: make sure the compass range fits within bounds | Samuel Tardieu | 2012-05-31 | 1 | -4/+11 |
| | | |||||
| * | Remove JavaDoc @author tag. | SammysHP | 2012-05-23 | 2 | -6/+0 |
| | | | | Files are edited by many people, also all editors are visible in the log. | ||||
| * | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 4 | -0/+6 |
| | | | | | This was requested by SammysHP. | ||||
| * | Removed deprecated warnings | blafoo | 2012-05-10 | 1 | -1/+1 |
| | | |||||
| * | refactoring: remove unused code | Bananeweizen | 2012-05-04 | 1 | -9/+0 |
| | | |||||
| * | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 2 | -5/+3 |
| | | |||||
| * | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 2 | -2/+2 |
| | | | | | | | | | 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 | 4 | -25/+34 |
| | | |||||
| * | fix #1110: onPrepareOptionsMenu compatible with Android 3.0 | Bananeweizen | 2012-02-17 | 4 | -0/+53 |
| | | |||||
| * | 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 | 2 | -6/+6 |
| | | | | | | | | | | | * 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 | 2 | -13/+45 |
| | | | | | | | 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. | ||||
| * | Make some methods static | Samuel Tardieu | 2011-09-29 | 1 | -1/+3 |
| | | |||||
| * | Use Google backup agent to backup preferences | Samuel Tardieu | 2011-09-20 | 2 | -0/+10 |
| | | | | | This will do nothing if the SDK API < 8. | ||||
| * | Remove extra bogus line | Samuel Tardieu | 2011-09-20 | 1 | -1/+0 |
| | | |||||
| * | Do not use an intermediate AndroidLevel8Internal class | Samuel Tardieu | 2011-09-20 | 2 | -29/+4 |
| | | | | | | | | It looks like going through one level of indirection is enough, as the verifier won't work recursively. Tested on Android 1.5 emulator and on SDK API >= 8. | ||||
| * | Simplify compatibility code | Samuel Tardieu | 2011-09-20 | 1 | -32/+6 |
| | | |||||
| * | Updated test data | blafoo | 2011-09-18 | 1 | -4/+1 |
| | | |||||
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 3 | -0/+114 |
| This prepares the inclusion of tests into the same repository. | |||||
