aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/activity/Progress.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: clean progress dialog handlingSamuel Tardieu2014-02-271-11/+6
|
* fix #3550: dialog don't show up the second timeSamuel Tardieu2014-02-271-2/+2
|
* fix #3570: crash when dismissing a progress dialogSamuel Tardieu2014-01-261-1/+6
| | | | | | This crash should never happen if we handled lifecycles more correctly. But to avoid penalizing users in the meantime, this temporary fix will allow the application to go on.
* refactoring: move some more dialogs into new packageBananeweizen2013-01-271-1/+1
|
* fix #1312: Strange progress indicator on GPX-importBananeweizen2012-10-061-22/+37
|
* Don't cancel progress dialog when clicking outsidecampbeb2012-06-301-0/+2
|
* 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
|
* 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: avoid "NaN" in progress dialog of importerBananeweizen2011-12-181-0/+2
|
* new: cancel GPX import with back buttonStephan Merker2011-11-091-0/+28
|
* Use a cancellable handler when loading, storing and refreshing cachesSamuel Tardieu2011-10-241-2/+6
| | | | This closes #685.
* Make Progress a regular classSamuel Tardieu2011-10-181-5/+5
| | | | Part of fix for #670.
* Synchronize access to Progress methodsSamuel Tardieu2011-10-181-4/+4
| | | | This is part of #670.
* The dialog should be removed even if it is not showingSamuel Tardieu2011-10-181-1/+1
| | | | | This can happen if it has been cancelled by the user. This is part of #670 and should fix #674.
* fix: don't leak internal dialog (as requested by Samuel)Bananeweizen2011-10-121-2/+1
|
* fix #645: remove multiple progress dialogs in details activityBananeweizen2011-10-091-0/+37