aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/SelectMapfileActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Use only one shared images directorySamuel Tardieu2015-01-031-1/+1
| | | | | | The user avatar used to be stored under the "_others" pseudo-geocode while other data not tied to a particular cache was stored under "shared". Now, everything is now in "shared".
* Name ignored catch parameter as suchSamuel Tardieu2014-09-091-1/+1
|
* Do not use questionnable variable namesSamuel Tardieu2014-08-041-2/+2
|
* Make constants constantSamuel Tardieu2014-08-041-1/+1
|
* switch to Java 1.7Bananeweizen2014-07-171-1/+1
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* 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