aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/activity/Progress.java
Commit message (Expand)AuthorAgeFilesLines
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-171-1/+1
* 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
* 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
* fix #1204: keep screen on during GPX-import Stephan Merker2012-03-041-0/+2
* 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
* Make Progress a regular classSamuel Tardieu2011-10-181-5/+5
* Synchronize access to Progress methodsSamuel Tardieu2011-10-181-4/+4
* The dialog should be removed even if it is not showingSamuel Tardieu2011-10-181-1/+1
* 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