aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/activity
Commit message (Collapse)AuthorAgeFilesLines
* Implements #750, use preference activitykoem2013-07-092-29/+34
|
* ViewPager - Notify when contents of adapter changecampbeb2013-06-121-4/+9
| | | | | Some missing calls to notifyDataSetChanged discovered when testing latest version of support library
* Restore regular progress dialog stylingcampbeb2013-06-101-1/+1
| | | | Reverts one of the changes in d146f6e25ceaa65983b51e46f2dfa89f71182be8
* Fix #2527 - Apply dialog theme to dialogscampbeb2013-06-081-1/+1
| | | | | | | Ensures the dialog is properly positioned on the screen and treated like a dialog instead of a semi-floating window Fixes #2527
* 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
| | | | * If you have compile errors after pulling, please consult the issue on github.
* refactoring: rename cgeo activity to MainActivityBananeweizen2013-04-281-2/+2
| | | | * this avoids compiler errors when using fully qualified class names as they all start with cgeo.subpackage
* Fixes #2589, Light skin not workingrsudev2013-03-291-1/+3
| | | | | | Re-added background attribute to select view definitions where 2.x doesn't correctly apply the theme background. Additionally disabled light theme for dialogs on 2.x, as it doesn't work there
* Fixes #2445, Light theme brokenrsudev2013-02-141-0/+16
| | | | Added theme application to some dialogs Forced dark theme on custom AlertDialog views, as these are always dark.
* 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
| | | | | Also, this requires the use of a Loader to visit a cache, since data cannot be retained accross a configuration change.
* code cleanup: remove debug codeBananeweizen2012-12-261-2/+2
| | | * fixed some more issues of Findbugs and CodePro
* new: view pager in trackable activityBananeweizen2012-12-231-4/+13
|
* refactoring: extract view pager activity for re-useBananeweizen2012-12-221-0/+263
|
* fix #2217: Click on filter bar crashes c:geoBananeweizen2012-12-041-0/+11
|
* fix #1312: Strange progress indicator on GPX-importBananeweizen2012-10-061-22/+37
|
* Don't cancel progress dialog when clicking outsidecampbeb2012-06-301-0/+2
|
* refactoring: extract logging UI to its own classBananeweizen2012-06-034-43/+0
| | | * use alert builder instead of sub menus
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-233-0/+12
| | | | This was requested by SammysHP.
* refactoring: remove more duplicated code from new popupsBananeweizen2012-05-051-25/+0
|
* Import Android drawables (from API version 8)SammysHP2012-04-271-1/+1
| | | See #852 for reason. This will increase the apk size by 82 KiB.
* Refactoring: remove final modifier on some methodsSamuel Tardieu2012-04-221-7/+7
| | | | | final adds nothing to methods declared in classes declared final or to private methods.
* refactoring: rest in peace, cgBaseBananeweizen2012-04-182-5/+0
|
* Refactoring: separate Cookies into their own fileSamuel Tardieu2012-04-171-3/+3
|
* Simplify IAbstractActivity interfaceSamuel Tardieu2012-04-111-11/+0
|
* Reset Progress internal var progress to 0 on resetMarco Jacob2012-03-251-0/+1
|
* Fix for issue 1309Marco Jacob2012-03-211-3/+10
|
* GPXImporter now showing imported cache count on cancelMarco Jacob2012-03-151-0/+11
|
* added abort button to GPXImporter and skip button for static maps importMarco Jacob2012-03-141-0/+2
|
* 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
* replace ProgressDialog with Progress in cgeocachesStephan Merker2012-03-061-0/+1
| | | | | | | - ensures that screen is not switched off during operations (e.g. import from web) - cgeocaches is configured to keep screen on so it is inconsistent when it screen goes off during lengthy operations triggered from cgeocaches - followup for #1204
* fix #1204: keep screen on during GPX-import Stephan Merker2012-03-041-0/+2
| | | | - is achieved by keeping screen on for all progress dialogs using Progress class
* fix #1110: onPrepareOptionsMenu compatible with Android 3.0Bananeweizen2012-02-174-0/+16
|
* 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-243-0/+24
|
* fix: avoid "NaN" in progress dialog of importerBananeweizen2011-12-181-0/+2
|
* Use of Logtype instead of intblafoo2011-12-141-5/+4
|
* refactoring: remove all accesses to preferences besides central SettingsBananeweizen2011-12-041-4/+0
| | | class
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-1/+1
|
* refactoring: more Findbugs cleanupsbananeweizen2011-12-011-5/+0
| | | | * Used Findbugs 2.0 RC1. You are encouraged to also give it a try to find issues in the new version before release.
* new: disable suggestions in trackable code fields, #839bananeweizen2011-11-271-0/+5
|
* missing localizationBananeweizen2011-11-221-1/+1
|
* refactoring: cgBase no longer instantiatedBananeweizen2011-11-192-4/+3
|
* new: allow offline log without any login data stored, fixes #793Bananeweizen2011-11-151-12/+10
|
* Merge remote branch 'stephanme/importwpt'Bananeweizen2011-11-131-0/+28
|\ | | | | | | | | | | | | Conflicts: tests/src/cgeo/geocaching/files/GPXImporterTest.java tests/src/cgeo/geocaching/files/GPXParserTest.java tests/src/cgeo/geocaching/files/LocParserTest.java