aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui/LoggingUI.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix #3580, Logging with oc not possible without entering user credentials for gcrsudev2014-01-261-1/+0
| | | | - removed no longer sensible check for gc credentials.
* fix #3552: NPE in menu handlerBananeweizen2014-01-181-0/+3
|
* refactoring: remove bad default case statementsBananeweizen2014-01-011-2/+0
| | | | | For methods returning directly from the switch case, at least Eclipse still needs a useless return value outside of the switch statement. This has been handled by IllegalStateExceptions after the switch.
* refactoring: findbugs cleanupsBananeweizen2013-10-021-0/+2
|
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-2/+2
|
* findbugs: unchecked castsBananeweizen2013-08-281-5/+4
|
* Implements #750, use preference activitykoem2013-07-091-1/+1
|
* Fix #2882 - Clear offline log through cache objectcampbeb2013-06-131-1/+1
| | | | | Go through cache object instead of directly to cgData so change notifications can be made
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-26/+14
|
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-4/+4
|
* code cleanup: remove debug codeBananeweizen2012-12-261-0/+1
| | | * fixed some more issues of Findbugs and CodePro
* Refactoring: remove unnecessary enum qualifiersSamuel Tardieu2012-12-181-1/+1
|
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-3/+3
|
* New: Mark current logtype, option to clear log in offline logging menuSammysHP2012-06-031-9/+49
|
* refactoring: extract logging UI to its own classBananeweizen2012-06-031-0/+104
* use alert builder instead of sub menus