aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files/SimpleDirChooser.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release'rsudev2014-02-281-2/+9
|\
| * Fixes #3628, Array out of bounds in simple dir chooserrsudev2014-02-281-2/+9
| | | | | | | | - hide ok button when diving into a directory
* | refactoring: remove unnecessary constructsSamuel Tardieu2014-01-111-2/+2
|/
* fix findbugs issuesBananeweizen2013-12-171-13/+12
|
* fixes #2976 - make SimpleDirChooser path editableMarco Jacob2013-11-021-0/+42
|
* fix: dir chooser shows multiple checkboxesBananeweizen2013-10-041-1/+1
| | | * happened when directories without sub directories where clicked
* fixes #3303 - SimpleDirChooser shows all readable directories nowMarco Jacob2013-10-021-6/+20
|
* Add note about Waypoint natural orderingSamuel Tardieu2013-09-151-0/+3
|
* Merge branch 'release'Bananeweizen2013-09-111-0/+1
|\
| * fixes #3261 - reset lastPosition on descend dirMarco Jacob2013-09-111-0/+1
| |
* | refactoring: findbugs cleanupBananeweizen2013-08-261-1/+1
|/ | | * don't catch raw exceptions
* fix #2702: Don't allow to check ".." in path selectionBananeweizen2013-05-071-4/+3
|
* #2684: use view injection libraryBananeweizen2013-05-011-6/+5
| | | | * If you have compile errors after pulling, please consult the issue on github.
* fixes #2651 - exclude inaccessable dirs from choiceMarco Jacob2013-04-101-1/+1
|
* Make our dir chooser return the same thing as the OI oneSamuel Tardieu2013-01-271-4/+3
|
* Isolate intent extras into a new classSamuel Tardieu2013-01-271-3/+2
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-01-081-10/+13
|\ | | | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/files/SimpleDirChooser.java
| * fix #2361: index out of bounds in dir chooserSamuel Tardieu2013-01-081-7/+13
| |
* | code cleanupBananeweizen2012-12-151-7/+1
| | | | | | * some CodePro Analytix findings
* | Merge branch 'release' into upstreamSamuel Tardieu2012-12-131-1/+1
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/files/SimpleDirChooser.java
| * fix #2208 - notifyDataSetChanged instead only one viewMarco Jacob2012-12-131-1/+1
| |
| * fixes #2208 - corrected SimpleDirChooser selectionMarco Jacob2012-12-131-21/+29
| |
* | fixes #2208 - corrected SimpleDirChooser selectionMarco Jacob2012-12-031-21/+29
| |
* | NPE in SimpleDirChooserBananeweizen2012-11-301-1/+4
|/ | | * when being invoked from a different activity than normally
* Solved force close in SimpleDirChooser caused by bad default valueYraFyra2012-11-051-1/+3
| | | | | | | | If no path is entered and SimpleDirChooser is opened then it will crash due to IndexOfOfBoundsExcep. This happened to me when trying to use map themes the first time ever today. Fixed minor layout issues releated to map themes.
* Refactoring: make non-path-dependent inner class staticSamuel Tardieu2012-09-041-1/+1
|
* Refactoring: remove unnecessary this qualifierSamuel Tardieu2012-09-041-1/+1
|
* #1995: several fixes for pull requestBananeweizen2012-09-011-28/+27
| | | | | * store directories if changed directly in text field * clean up simple dir chooser and settings activity * remove code duplication, extract constants
* fixes #1794 - added gpx export dir setting with SimpleDirChooserMarco Jacob2012-07-201-0/+238