aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/activity/AbstractActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: extract logging UI to its own classBananeweizen2012-06-031-6/+0
| | | * use alert builder instead of sub menus
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+6
| | | | This was requested by SammysHP.
* refactoring: remove more duplicated code from new popupsBananeweizen2012-05-051-25/+0
|
* refactoring: rest in peace, cgBaseBananeweizen2012-04-181-3/+0
|
* Refactoring: separate Cookies into their own fileSamuel Tardieu2012-04-171-3/+3
|
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-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.0Bananeweizen2012-02-171-0/+5
|
* new: menu to refresh static maps in static map activityBananeweizen2012-02-171-0/+3
|
* fix #368: turn off stand-by mode in list viewBananeweizen2012-01-241-0/+9
|
* refactoring: remove all accesses to preferences besides central SettingsBananeweizen2011-12-041-4/+0
| | | class
* new: disable suggestions in trackable code fields, #839bananeweizen2011-11-271-0/+5
|
* refactoring: cgBase no longer instantiatedBananeweizen2011-11-191-2/+2
|
* ask for restore after reinstallation, fixes #777Bananeweizen2011-11-121-1/+1
|
* Make cgBase a singletonSamuel Tardieu2011-11-071-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 preferencesSamuel Tardieu2011-10-191-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/passwordSamuel Tardieu2011-10-051-3/+8
|
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-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 trafficSamuel Tardieu2011-09-261-1/+1
|
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+86
This prepares the inclusion of tests into the same repository.