Commit graph

85 commits

Author SHA1 Message Date
dkanada
8f3ee30399 remove empty song placeholder and fix related null errors 2021-05-19 02:05:08 +09:00
dkanada
097e72d290 move some methods around 2021-05-16 23:56:30 +09:00
dkanada
404a0a28d2 implement batch downloads for most media types 2021-05-16 23:51:58 +09:00
dkanada
589f966655 refactor arguments for shared element transitions 2021-05-16 18:52:55 +09:00
dkanada
86d20c044b add notification for download progress 2021-05-16 12:08:36 +09:00
dkanada
f283886d07 remove album name from notification subtext 2021-05-16 12:06:25 +09:00
dkanada
1b9c79ad5f fix issues with audio paths and download service 2021-05-13 19:24:48 +09:00
dkanada
d2afefe595 add internal preference for custom storage locations 2021-05-13 19:19:39 +09:00
dkanada
2454c73836 always utilize audio files when they exist 2021-05-12 02:04:42 +09:00
dkanada
395b1227c9 utilize downloaded files within detail activities 2021-05-09 13:44:31 +09:00
dkanada
dd7722fd7f add download service with limited functionality 2021-05-04 21:03:09 +09:00
dkanada
d629311768 fix external storage access with a legacy flag 2021-05-04 20:22:09 +09:00
dkanada
d8d5b97d4b update shortcut overrides and other code changes 2021-05-04 09:34:42 +09:00
dkanada
fc6a71b2c0 simplify service folder structure 2021-05-04 00:21:13 +09:00
dkanada
9f40b7281c implement asynchronous login to prevent several common crashes 2021-04-27 12:22:42 +09:00
dkanada
704502f653 minor changes and refactoring 2021-04-26 14:18:50 +09:00
dkanada
beca66459b fix a large amount of deprecated and ide warnings 2021-04-25 10:20:10 +09:00
dkanada
2b7d7308d3 update version codes and application id throughout the codebase 2021-04-24 18:47:18 +09:00
dkanada
2c15037bfb reduce number of folders in main directory 2021-04-22 03:08:11 +09:00
dkanada
c6d17d7589 fix back on main activity 2021-04-18 19:58:21 +09:00
dkanada
113c2a8481 possible fix for exoplayer errors 2021-04-18 01:04:46 +09:00
dkanada
bc92f9a22c fix issues with notification when queue is cleared 2021-04-17 13:19:00 +09:00
dkanada
8327c7d1ba fix an issue manually seeking during playback 2021-04-10 12:59:21 +09:00
dkanada
1bd6f4cb04 move MultiPlayer class to playback directory 2021-03-09 01:31:58 +09:00
dkanada
d66409797f add log for position discontinuity 2021-03-06 16:28:45 +09:00
dkanada
0a9582c509 use exoplayer design for player callbacks 2021-03-06 16:15:16 +09:00
dkanada
185076c4ec merge branch 'master' into buffering-indicator 2021-02-21 10:20:31 +09:00
dkanada
e52029d47a fix issue with queue playback on app start 2021-02-20 12:26:38 +09:00
dkanada
102a745718 fix possible crash in progress handler 2020-12-23 12:54:31 +09:00
dkanada
f584cff697 update exoplayer and implement custom media source factory 2020-12-23 12:53:43 +09:00
Maxr1998
f668e51ba3
Add buffering indicator 2020-12-21 20:36:34 +01:00
dkanada
12443be2ce simplify queueDataSource method 2020-12-18 12:42:07 +09:00
dkanada
f2c3a1f51f update media queue next logic 2020-12-18 12:39:53 +09:00
dkanada
ea78038120 update event listener and fix play state 2020-12-18 12:32:27 +09:00
dkanada
93066be3f2 remove some global variables from exoplayer 2020-12-14 12:11:12 +09:00
dkanada
3cb2f78206 change formatting on exoplayer logs 2020-12-14 11:48:35 +09:00
dkanada
53657919af move activities to root directory 2020-12-13 22:08:21 +09:00
dkanada
5b7d2600c5 fix another crash from the database 2020-11-21 21:23:59 +09:00
dkanada
f114b31976 possible fix for repeating songs 2020-11-21 21:20:52 +09:00
dkanada
9560b2d4cb fix crash from null value 2020-11-21 21:18:27 +09:00
dkanada
44c1bb63b6 replace queue store with room database 2020-11-08 13:12:19 +09:00
dkanada
632061bb7f add empty constructor for song model 2020-10-30 14:24:37 +09:00
dkanada
295df08a46 release simple cache on stop 2020-10-30 00:17:42 +09:00
Maxr1998
7e89e2ebf4
Change location of ExoPlayer cache 2020-10-27 21:23:44 +01:00
dkanada
c0c02c42b9 fix item details for playlist songs 2020-10-27 01:57:21 +09:00
dkanada
38b3d57122 small changes to progress handler 2020-10-24 12:31:29 +09:00
dkanada
ccce5623b1 add preference for media cache size 2020-10-23 05:47:08 +09:00
dkanada
60d82c16d7 fix minor issue with playback state 2020-10-22 00:29:44 +09:00
dkanada
0e84e99a6c move progress handler to separate thread 2020-10-20 23:01:51 +09:00
dkanada
5c965cfbd1 update intent actions 2020-10-19 22:29:35 +09:00