Add support for downloading to internal storage and fix project build.

- Update outdated library com.github.QuadFlask:colorpicker in build.gradle
- Update SettingsActivity with option to select download directory.
- Add migration in PreferenceUtil to support download location storage.
- Update MusicUtil to look for user-provided location when building locations.
- Update DownloadService to download to specified location.
This commit is contained in:
天クマ 2026-01-21 16:50:32 -03:00
commit 5ca55a54d2
8 changed files with 100 additions and 36 deletions

View file

@ -89,7 +89,7 @@ dependencies {
implementation 'com.afollestad:material-cab:2.0.1'
implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1'
implementation 'com.github.QuadFlask:colorpicker:ef73ced217'
implementation 'com.github.QuadFlask:colorpicker:0.0.15'
implementation 'com.github.codekidX:storage-chooser:2.0.4.4'
implementation 'me.relex:circleindicator:2.1.6'
implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0'