Commit graph

845 commits

Author SHA1 Message Date
2cf06cff40 Edit app name, package name and branding. 2026-01-21 18:50:48 -03:00
5ca55a54d2 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.
2026-01-21 16:50:32 -03:00
dkanada
c659447dcd
Merge pull request #233 from tinywombat765/download-ind
Add cached indicator to song list
2023-03-04 20:35:22 +09:00
Sashanoraa
bf261d394c Add cached indicator to song list 2023-02-21 23:55:20 -05:00
Sashanoraa
feaf5bbcda Add gain adjustment
As I had requested in issue #230, I've added a setting to adjust the
global volume output of the player separate from the system volume. If
you'd like me to make any changes before merge I'd be happy to.
2023-02-20 23:21:01 -05:00
dkanada
b7f3d21637 remove broken sponsor button from navigation menu 2022-08-28 08:48:19 +09:00
dkanada
02bda4b7dc migrate to maven central and bump exoplayer version 2022-08-27 11:56:12 +09:00
dkanada
fb3102c06b dependency updates and compatibility fixes 2022-08-27 10:19:12 +09:00
Chikage0o0
4f9e91199f fix action_sort_order action_sort_method translate 2022-03-09 21:42:47 +08:00
Chikage0o0
3be09beb59
fix Chinese Translate 2022-03-06 22:12:52 +08:00
dkanada
cac64c53c7 add cancel action to download notification 2021-08-09 23:58:35 +09:00
dkanada
ec649b5417 small changes to cab holder interface 2021-08-08 12:55:52 +09:00
dkanada
b500c83d32 remove references to dimensions from MaterialDialogs library 2021-06-20 16:07:47 +09:00
dkanada
6daf166172 remove all traces of theme helper library 2021-06-19 12:18:15 +09:00
dkanada
7fbb5b85f8 match HorizontalAlbumAdapter items to the rest of the grid styles 2021-06-16 13:20:00 +09:00
dkanada
a7cb077cee replace all text color helper methods 2021-06-13 14:39:16 +09:00
dkanada
e507495fa5 delete unused file and fix a few ide warnings 2021-06-12 14:04:23 +09:00
dkanada
e48d5cdfd2 remove AppThemeHelper elements from xml files 2021-06-12 13:14:14 +09:00
Jakob Kukla
b0be2e2c3c refactor: remove unused string 2021-06-06 22:39:01 +02:00
Jakob Kukla
0eabd7eecf refactor: remove audio ducking setting because it's useless now (unfortunately exoplayer is always "ducking") 2021-06-06 22:39:01 +02:00
dkanada
a68066fa61 refactor some code and fix ide warnings 2021-06-06 16:17:41 +09:00
dkanada
a3eb514e96 fix several issues with playlist menus 2021-06-06 16:16:42 +09:00
dkanada
e87c6ad85e simplify fragments directory structure 2021-05-30 13:54:05 +09:00
dkanada
56298b08c3 add custom color preference for primary and accent colors 2021-05-30 11:58:05 +09:00
dkanada
dd599c6979 add file select preference for media downloads 2021-05-30 11:43:46 +09:00
dkanada
0acbba651c remove direct play preference dialog 2021-05-28 13:01:51 +09:00
dkanada
e5f59cc81a align navigation header text with icons 2021-05-27 14:16:21 +09:00
dkanada
f80a8e48b5 hide dividers and improve category layout in preferences 2021-05-27 14:16:21 +09:00
dkanada
2c5c229ee7 fix contrast issue for TextInputLayouts on login activity 2021-05-27 14:16:21 +09:00
dkanada
06c40d3733 fix a bunch of lint warnings 2021-05-23 22:38:44 +09:00
dkanada
37eb40e79a fix warnings and add some type safety for preferences 2021-05-22 12:27:52 +09:00
dkanada
abcb807518 implement custom preference category element 2021-05-21 08:41:34 +09:00
dkanada
d8a0ba23b6 use long type for cache sizes 2021-05-21 08:34:55 +09:00
dkanada
1b3a85f40e add download feature to detail activities 2021-05-19 02:18:28 +09:00
dkanada
404a0a28d2 implement batch downloads for most media types 2021-05-16 23:51:58 +09:00
dkanada
7d43f7e9ae rename similar menu xml files 2021-05-16 18:13:41 +09:00
dkanada
9bd539f7ab refactor context menus for playlist song adapters 2021-05-16 17:42:36 +09:00
dkanada
86d20c044b add notification for download progress 2021-05-16 12:08:36 +09:00
dkanada
1b9c79ad5f fix issues with audio paths and download service 2021-05-13 19:24:48 +09:00
dkanada
23280a88df fix text color for navigation drawer 2021-05-12 02:44:09 +09:00
dkanada
67d7391c53 add lots of missing newlines 2021-05-12 01:19:47 +09:00
dkanada
ec2162b4b7 reduce dependence on deprecated theming library 2021-05-12 01:06:51 +09:00
dkanada
8c2fb62fa6 inherit regular preference fragment for simplicity 2021-05-06 18:21:33 +09:00
dkanada
d85f95da91 support batch actions for parent items 2021-05-06 15:13:15 +09:00
dkanada
d5f8d54199 fix launcher shortcuts and shuffle button 2021-05-06 15:10:30 +09:00
dkanada
3d40db2675 remove invalid string from translation file 2021-05-06 14:48:28 +09:00
dkanada
e1818e52d1 update xml files for main and player menus 2021-05-06 14:47:59 +09:00
dkanada
e68c11f38e refactor menu xml files and shortcut type package 2021-05-06 14:45:09 +09:00
dkanada
dd7722fd7f add download service with limited functionality 2021-05-04 21:03:09 +09:00
dkanada
6a194a7952 move battery optimization request to base activity 2021-04-26 12:14:40 +09:00