aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui/AbstractCachingPageViewCreator.java
Commit message (Collapse)AuthorAgeFilesLines
* fix lint warning: layout inflation rootBananeweizen2014-06-291-4/+6
|
* Minor cleanupsSamuel Tardieu2014-05-141-1/+0
|
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+0
|
* fix #3477: NPE in view state managementMichael Keppler2013-12-251-1/+3
|
* fix #3471: avoid null being possible in the interfaceMichael Keppler2013-12-251-1/+3
| | | | | This change also prohibits the same error to occur again in another implementation of the same interface and should therefore be preferred to just checking for null in the current interface implementation.
* findbugs: more cleanupBananeweizen2013-12-081-0/+3
| | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings
* fixes #3354 - Position not saved on logbook screenKiwiStone2013-11-291-0/+19
|
* new: view pager in trackable activityBananeweizen2012-12-231-1/+1
|
* refactoring: extract view pager activity for re-useBananeweizen2012-12-221-0/+32