aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/activity
Commit message (Expand)AuthorAgeFilesLines
* Remove compatibility with API < 5Samuel Tardieu2014-04-011-3/+8
* Use a subscription model for GeoDirHandlerSamuel Tardieu2014-03-101-0/+1
* Automatically pair subscriptions in onResume/onPauseSamuel Tardieu2014-03-101-0/+13
* refactoring: clean progress dialog handlingSamuel Tardieu2014-02-271-11/+6
* Merge branch 'release' into upstreamSamuel Tardieu2014-02-271-2/+2
|\
| * fix #3550: dialog don't show up the second timeSamuel Tardieu2014-02-271-2/+2
* | refactoring: do not duplicate codeSamuel Tardieu2014-02-241-0/+28
* | refactoring: do not duplicate codeSamuel Tardieu2014-02-241-0/+21
* | fix #3577: show keyboard on edit noteBananeweizen2014-01-312-4/+46
* | Merge branch 'release' into upstreamSamuel Tardieu2014-01-261-1/+6
|\ \ | |/
| * fix #3570: crash when dismissing a progress dialogSamuel Tardieu2014-01-261-1/+6
* | fix #3100: Set cursor in personal notes at the endBananeweizen2014-01-171-1/+1
* | Merge remote-tracking branch 'origin/release'Bananeweizen2014-01-171-1/+3
|\ \ | |/
| * fix #3545: Opening saved caches lead to crash if "Last Page" is activeBananeweizen2014-01-171-1/+3
* | Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+0
* | fix #3522: do not asynchronously play with GPS statusSamuel Tardieu2014-01-081-23/+0
|/
* fix #3521: GPS would stay on after a cache list refreshSamuel Tardieu2014-01-061-0/+23
* findbugs casts and dereference warningsMichael Keppler2013-12-251-1/+1
* fix #3477: NPE in view state managementMichael Keppler2013-12-251-2/+7
* fix #3471: avoid null being possible in the interfaceMichael Keppler2013-12-251-2/+5
* refactoring: simplify confirmation dialogs, remove duplicate codeBananeweizen2013-12-194-50/+1
* refactor: generalize state storing for listview based viewpager pagesBananeweizen2013-12-081-2/+4
* Merge remote-tracking branch 'KiwiStone/issue-3354'Bananeweizen2013-12-081-1/+35
|\
| * fixes #3354 - Position not saved on logbook screenKiwiStone2013-11-291-1/+35
* | refactor: upgrade to butterknife 4Bananeweizen2013-11-271-2/+2
* | refactoring: remove unused codeBananeweizen2013-10-051-9/+1
* | Fixes #3318, OC Authorization activity is black on black with light skin and ...rsudev2013-10-041-1/+10
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-132-6/+6
* | findbugs: unchecked castsBananeweizen2013-08-281-2/+1
|/
* fix #3107: onscreen keyboard remains after failed searchBananeweizen2013-08-051-1/+7
* cleanup: remove redundant type castsSamuel Tardieu2013-07-141-2/+2
* Implements #750, use preference activitykoem2013-07-092-29/+34
* ViewPager - Notify when contents of adapter changecampbeb2013-06-121-4/+9
* Restore regular progress dialog stylingcampbeb2013-06-101-1/+1
* Fix #2527 - Apply dialog theme to dialogscampbeb2013-06-081-1/+1
* refactoring: fix deprecation warningsBananeweizen2013-05-271-4/+5
* fix #1781: Remove help functionBananeweizen2013-05-095-50/+3
* #2684: use view injection libraryBananeweizen2013-05-013-16/+59
* refactoring: rename cgeo activity to MainActivityBananeweizen2013-04-281-2/+2
* Fixes #2589, Light skin not workingrsudev2013-03-291-1/+3
* Fixes #2445, Light theme brokenrsudev2013-02-141-0/+16
* refactoring: move some more dialogs into new packageBananeweizen2013-01-271-1/+1
* Refactoring: remove unnecessary unboxingSamuel Tardieu2013-01-191-1/+1
* fix #2394: view pager jumps back to details on device rotationSamuel Tardieu2013-01-131-2/+6
* Mark field as finalSamuel Tardieu2013-01-091-1/+1
* Make and use a FragmentListActivity from Android sourcesSamuel Tardieu2013-01-091-2/+2
* Use FragmentActivity instead of Activity as baseSamuel Tardieu2013-01-081-2/+2
* code cleanup: remove debug codeBananeweizen2012-12-261-2/+2
* new: view pager in trackable activityBananeweizen2012-12-231-4/+13
* refactoring: extract view pager activity for re-useBananeweizen2012-12-221-0/+263