aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/SelectMapfileActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanupsSamuel Tardieu2014-05-141-2/+1
|
* refactor: upgrade to butterknife 4Bananeweizen2013-11-271-2/+2
|
* Fixes part of #2976, allow to manually select map directoryrsudev2013-10-181-0/+55
| | | | | | Add a directory selection button to map selection. Fix issues with updating map sources preference after selecting a map file. Fix issues with listing map source if only a directory was defined.
* refactoring: move storages detection to LocalStorage classBananeweizen2013-08-051-1/+1
|
* Implements #750, use preference activitykoem2013-07-091-0/+1
|
* refactoring: minor cleanup, experimenting with CheckstyleBananeweizen2013-07-071-1/+1
|
* #2684: use view injection libraryBananeweizen2013-05-011-5/+0
| | | | * If you have compile errors after pulling, please consult the issue on github.
* code cleanupBananeweizen2013-02-241-0/+77
* rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings