| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: extract logging UI to its own class | Bananeweizen | 2012-06-03 | 1 | -6/+0 |
| | | | | * use alert builder instead of sub menus | ||||
| * | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 1 | -0/+6 |
| | | | | | This was requested by SammysHP. | ||||
| * | refactoring: remove more duplicated code from new popups | Bananeweizen | 2012-05-05 | 1 | -25/+0 |
| | | |||||
| * | refactoring: rest in peace, cgBase | Bananeweizen | 2012-04-18 | 1 | -3/+0 |
| | | |||||
| * | Refactoring: separate Cookies into their own file | Samuel Tardieu | 2012-04-17 | 1 | -3/+3 |
| | | |||||
| * | refactoring: first part of removing cgBase | Bananeweizen | 2012-03-10 | 1 | -1/+54 |
| | | | | | | | | * extract network stuff (non GC related) * extract GC login stuff * move UI related pieces to activities * to do: move parsing and searching to better places, remove cgBase completely afterwards | ||||
| * | fix #1110: onPrepareOptionsMenu compatible with Android 3.0 | Bananeweizen | 2012-02-17 | 1 | -0/+5 |
| | | |||||
| * | new: menu to refresh static maps in static map activity | Bananeweizen | 2012-02-17 | 1 | -0/+3 |
| | | |||||
| * | fix #368: turn off stand-by mode in list view | Bananeweizen | 2012-01-24 | 1 | -0/+9 |
| | | |||||
| * | refactoring: remove all accesses to preferences besides central Settings | Bananeweizen | 2011-12-04 | 1 | -4/+0 |
| | | | | class | ||||
| * | new: disable suggestions in trackable code fields, #839 | bananeweizen | 2011-11-27 | 1 | -0/+5 |
| | | |||||
| * | refactoring: cgBase no longer instantiated | Bananeweizen | 2011-11-19 | 1 | -2/+2 |
| | | |||||
| * | ask for restore after reinstallation, fixes #777 | Bananeweizen | 2011-11-12 | 1 | -1/+1 |
| | | |||||
| * | Make cgBase a singleton | Samuel Tardieu | 2011-11-07 | 1 | -1/+1 |
| | | | | | | This avoids reinitializing the object (which needs a context to get localized strings) at every launch of a list or map activity. | ||||
| * | Save cookie store to preferences | Samuel Tardieu | 2011-10-19 | 1 | -0/+3 |
| | | | | | | | | | The cookie store is saved just after a succesful login to geocaching.com, and cookies are restored when the activity is restarted. See issue #686. | ||||
| * | Display user avatar if it exists when checking login/password | Samuel Tardieu | 2011-10-05 | 1 | -3/+8 |
| | | |||||
| * | fix #120: make settings static (no singleton) | Bananeweizen | 2011-10-03 | 1 | -9/+3 |
| | | | | | | | | | | | * 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... | ||||
| * | Reorganize HTTP traffic | Samuel Tardieu | 2011-09-26 | 1 | -1/+1 |
| | | |||||
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -0/+86 |
| This prepares the inclusion of tests into the same repository. | |||||
