tzugen
|
a3b97fef47
|
Delegate all handling of the Intent receiver registering to our Service Class.
|
2021-05-04 16:32:17 +02:00 |
Nite
|
fb74d6465e
|
Merge branch 'develop' into rogue-session
|
2021-05-02 12:04:23 +02:00 |
tzugen
|
adc350b5c4
|
Fix wrong injection method after rebase
|
2021-05-01 10:50:54 +02:00 |
tzugen
|
98ba9ecd3e
|
Migrate from deprecated registerMediaButtonReceiver to MediaSession equivalent
|
2021-05-01 10:49:23 +02:00 |
tzugen
|
4af0d1db25
|
executeOnStartedMediaPlayerService takes a lambda now
|
2021-05-01 10:49:23 +02:00 |
tzugen
|
ce2f5a95d9
|
Remove unused parameter
|
2021-04-27 20:41:14 +02:00 |
tzugen
|
fe69141e19
|
Don't leak context in model
|
2021-04-27 20:41:14 +02:00 |
tzugen
|
25f072a5d5
|
Cleanup some methods
+ Ktlint WS fixes
|
2021-04-27 20:40:57 +02:00 |
tzugen
|
dca26f14eb
|
Fix more compiler warnings
|
2021-04-27 20:39:52 +02:00 |
tzugen
|
1802e91fa7
|
Use lambdas in Listeners, fix various warnings
|
2021-04-27 20:39:52 +02:00 |
tzugen
|
fa4f4d6c9c
|
Move loading functions into ViewModel
|
2021-04-27 20:39:48 +02:00 |
tzugen
|
1f57fb334b
|
Refactor: LoadTask to Coroutines.
|
2021-04-27 19:52:13 +02:00 |
tzugen
|
4f70c61592
|
Fix Magic Number problem in DownloadFile (caused by #431).
|
2021-04-27 10:21:57 +02:00 |
tzugen
|
3e8cf63603
|
Merge branch 'develop' into modern-notification-2
|
2021-04-27 08:18:49 +02:00 |
James Wells
|
d084270c4b
|
Add a retry count to stop infinite downloads
Signed-off-by: James Wells <james@jameswells.net>
|
2021-04-25 23:08:12 -04:00 |
tzugen
|
0a170918c8
|
Adjust Timber debug level
|
2021-04-25 16:49:14 +02:00 |
tzugen
|
cd27734c04
|
Emulate keycode for the Session callbacks
|
2021-04-23 15:04:01 +02:00 |
tzugen
|
8004bc31fe
|
Add PlaybackState actions
.. and map PlayerStates more precisely.
|
2021-04-23 11:26:15 +02:00 |
tzugen
|
0ad6d0b691
|
Move MediaPlayerService to Kotlin dir
|
2021-04-23 11:26:15 +02:00 |
tzugen
|
205f477b43
|
Refactor all event listeners to lambdas
|
2021-04-23 11:26:10 +02:00 |
tzugen
|
2adb9ffc7e
|
Remove two warnings
|
2021-04-23 11:21:28 +02:00 |
tzugen
|
f27212f263
|
Set AudioAttributes in LocalMediaPlayer
|
2021-04-23 11:21:24 +02:00 |
tzugen
|
5f8e3ce851
|
Modernize AudioFocusHandler
|
2021-04-23 11:20:09 +02:00 |
tzugen
|
37632dd031
|
Convert AudioFocusHandler to Kotlin
|
2021-04-23 11:13:44 +02:00 |
tzugen
|
0550116b35
|
Rename .java to .kt
|
2021-04-23 11:13:44 +02:00 |
tzugen
|
116307df56
|
Fix a regression were we accidentally reset our current MediaPlayer
Fixes #418
|
2021-04-23 11:13:43 +02:00 |
tzugen
|
19580cda8b
|
We can now remove the deprecated Remote Control API
|
2021-04-23 11:13:43 +02:00 |
tzugen
|
8d4d1ba660
|
Move function out of companion object
|
2021-04-17 12:32:29 +02:00 |
tzugen
|
0efb3547c3
|
Update license of two files.
|
2021-04-17 12:32:29 +02:00 |
tzugen
|
d9d82b77d4
|
Rename a function semantically
|
2021-04-17 12:32:25 +02:00 |
tzugen
|
a97cb30d1c
|
Move DownloadFile.kt to Kotlin directory
|
2021-04-17 12:11:21 +02:00 |
tzugen
|
aac74d1eef
|
Make SongView display a percentag while downloading
Closes #403
|
2021-04-17 12:11:20 +02:00 |
tzugen
|
cf68038e20
|
Migrate DownloadFile to Kotlin
|
2021-04-17 12:11:17 +02:00 |
tzugen
|
a13306c680
|
Remove unused parameters from getDownloadInputStream()
|
2021-04-17 12:02:45 +02:00 |
tzugen
|
b438559da6
|
Update license of MediaStoreService.kt
|
2021-04-16 11:47:16 +02:00 |
Nite
|
fbcbc65be8
|
Merge branch 'develop' into mediastore
|
2021-04-15 09:48:07 +02:00 |
James Wells
|
e5158c8a2f
|
correct for swipe refresh
Signed-off-by: James Wells <james@jameswells.net>
|
2021-04-14 22:25:31 -04:00 |
James Wells
|
39c94fe1e9
|
Clean empty text view
Signed-off-by: James Wells <james@jameswells.net>
|
2021-04-13 22:35:06 -04:00 |
James Wells
|
38b6066258
|
small change to view group
Signed-off-by: James Wells <james@jameswells.net>
|
2021-04-13 00:12:38 -04:00 |
James Wells
|
3a1e2c96fc
|
Don't show header when using ID3 tags
Signed-off-by: James Wells <james@jameswells.net>
|
2021-04-11 16:02:07 -04:00 |
tzugen
|
0349746228
|
Move Kotlin file
|
2021-04-11 01:20:16 +02:00 |
James Wells
|
268a41d1f4
|
Don't use musicFolderId in Recently Added filter
Signed-off-by: James Wells <james@jameswells.net>
|
2021-04-10 17:48:52 -04:00 |
James Wells
|
f00a487b51
|
loads music folder list
Signed-off-by: James Wells <james@jameswells.net>
|
2021-04-09 22:41:38 -04:00 |
James Wells
|
580fc1aa89
|
review comments
Signed-off-by: James Wells <james@jameswells.net>
|
2021-04-06 22:55:21 -04:00 |
James Wells
|
2672ea7edf
|
Merge branch 'develop' into SelectMusicFolderView
Signed-off-by: James Wells <james@jameswells.net>
|
2021-04-06 18:36:12 -04:00 |
James Wells
|
3e54e4cf05
|
restrict header to album list only
Signed-off-by: James Wells <james@jameswells.net>
|
2021-04-04 15:30:31 -04:00 |
James Wells
|
191f9512bb
|
Introduce the SelectMusicFolderView
Signed-off-by: James Wells <james@jameswells.net>
|
2021-04-01 23:00:01 -04:00 |
tzugen
|
f738bca1ad
|
Merge remote-tracking branch 'origin/develop' into NPE
|
2021-03-30 14:39:09 +02:00 |
tzugen
|
05067aaf3c
|
Rename onCreate/onDestroy functions; create a new MediaPlayer instance on release()
|
2021-03-30 14:38:59 +02:00 |
Nite
|
fa5df96ee3
|
Fixed VideoPlayer using wrong context
|
2021-03-27 20:14:56 +01:00 |