aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/github/daneren2005/dsub/view/CacheLocationPreference.java
AgeCommit message (Collapse)Author
2020-09-12Go back to just using getExternalFilesDirs on Android 11+Scott Jackson
getExternalMediaDirs was depreciated in Android 11 since they want people to just contribute to MediaStore directly instead: https://developer.android.com/reference/android/content/Context#getExternalMediaDirs()
2016-01-04Only change user input for cache location instead of changing the preference ↵Scott Jackson
itself on Internal/External button press
2016-01-01#141 Add buttons for internal/external dir locations instead of requiring ↵Scott Jackson
user to manually type it