Nite
|
ef774cf0bf
|
Merge pull request #419 from SaintDubious/emptyText
Clean empty text view
|
2021-04-15 07:53:17 +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 |
Nite
|
9e16b69fc3
|
Merge pull request #410 from SaintDubious/SelectMusicFolderView
Introduce the SelectMusicFolderView
|
2021-04-13 09:52:10 +02: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
|
8fbc2a9fa3
|
Remove scanMedia(), as ACTION_MEDIA_SCANNER_SCAN_FILE is deprecated,
in favour of the MediaStore API which we are already using.
|
2021-04-11 08:49:17 +02:00 |
tzugen
|
0349746228
|
Move Kotlin file
|
2021-04-11 01:20:16 +02:00 |
tzugen
|
86db983f81
|
Migrate MediaStore to Kotlin, fix issues wih wrong path
|
2021-04-11 01:19:27 +02:00 |
tzugen
|
46a56a1797
|
Rename .java to .kt
|
2021-04-11 01:14:17 +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 |
Nite
|
2650b51a6c
|
Merge pull request #405 from tzugen/NPE
Refactor LocalMediaPlayer to Kotlin, fix #390
|
2021-04-06 07:49:16 +02: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
|
97d68eb08f
|
Merge pull request #408 from nitehu/fix/video_player
Fixed VideoPlayer using wrong context
|
2021-03-27 20:28:04 +01:00 |
Nite
|
fa5df96ee3
|
Fixed VideoPlayer using wrong context
|
2021-03-27 20:14:56 +01:00 |
tzugen
|
974afda777
|
Merge remote-tracking branch 'mine/NPE' into NPE
|
2021-03-25 20:34:48 +01:00 |
tzugen
|
970d93bd91
|
Pass down the autoPlay value to BufferTask()
|
2021-03-25 20:33:51 +01:00 |
tzugen
|
b64a4d1320
|
Merge branch 'develop' into NPE
|
2021-03-25 18:44:30 +01:00 |
tzugen
|
bf106b0384
|
Handle a case when reset() is called after release().
|
2021-03-25 18:37:41 +01:00 |
tzugen
|
51dafd542a
|
Static analysis fixes
|
2021-03-25 18:37:41 +01:00 |
tzugen
|
8e7cf487fd
|
Checkstyle fixes
|
2021-03-25 18:37:41 +01:00 |
tzugen
|
8d65b1d25f
|
Private BufferTask() accepts only non-null now
|
2021-03-25 18:37:41 +01:00 |
tzugen
|
2171c971a3
|
Make remoteControl code more functional
Fixes #390
|
2021-03-25 18:37:41 +01:00 |
tzugen
|
60a0fe17dd
|
Fix a bad cast
|
2021-03-25 18:37:41 +01:00 |
tzugen
|
493a587b37
|
Introduce postRunnable helper function
|
2021-03-25 18:37:41 +01:00 |
tzugen
|
93eced9516
|
Move bufferAndPlay to another position in the file; annotate some possible bugs.
|
2021-03-25 18:37:41 +01:00 |
tzugen
|
09fb6aa487
|
Make doPlay method a private method, and play the only public entry point.
|
2021-03-25 18:37:41 +01:00 |
tzugen
|
d017ca9fb2
|
Initialize some vals onCreate, thus making them explicitely non-null
Also modify setNextPlaying to accept only non-null files.
|
2021-03-25 18:37:41 +01:00 |
tzugen
|
a467abf10b
|
Fix errors and warnings
|
2021-03-25 18:37:40 +01:00 |
tzugen
|
2260cc311f
|
Automatic conversion of LocalMediaPlayer to Kotlin
|
2021-03-25 18:37:40 +01:00 |
Nite
|
031c969730
|
Merge pull request #400 from nitehu/fix/repeat_all_next
Fixed Next button behavior when Repeat All is enabled
|
2021-03-19 19:52:27 +01:00 |
Nite
|
d1af2d568e
|
Merge branch 'develop' into fix/repeat_all_next
|
2021-03-19 19:41:01 +01:00 |
Nite
|
ef29f26893
|
Fixed Next behavior in additional places
|
2021-03-19 19:25:34 +01:00 |
Nite
|
6a53644355
|
Fixed Next button behavior when Repeat All is enabled
|
2021-03-19 17:47:32 +01:00 |
Óscar García Amor
|
4747aa3ce4
|
[skip ci] Updated fastlane changelogs
|
2021-03-19 12:27:28 +01:00 |
Óscar García Amor
|
f361f584b9
|
Bump version to 2.19.2
|
2021-03-19 12:09:35 +01:00 |
Óscar García Amor
|
4cda3730f1
|
Merge branch 'SaintDubious-convertSelectAlbumFragment3' into develop
|
2021-03-19 12:06:00 +01:00 |
James Wells
|
f0be828bbf
|
Convert SelectAlbumFragment to kotlin
Signed-off-by: James Wells <james@jameswells.net>
|
2021-03-18 23:23:00 -04:00 |
Nite
|
63572d84ea
|
Merge pull request #395 from nitehu/fix/podcasts
Fixed layout to correctly display podcasts
|
2021-03-17 17:41:23 +01:00 |
Nite
|
a9ea033802
|
Fixed layout to correctly display podcasts
Added working swipe refresh
|
2021-03-17 17:26:16 +01:00 |
Óscar García Amor
|
88cd866e03
|
[skip ci] Updated fastlane changelogs
|
2021-03-07 18:02:31 +01:00 |
Óscar García Amor
|
0828f7bffe
|
Bump version to 2.19.1
|
2021-03-07 17:52:16 +01:00 |
Óscar García Amor
|
0bf0c1cd21
|
Don't remove NowPlayingFragment
|
2021-03-07 17:49:30 +01:00 |
Óscar García Amor
|
670a8c7886
|
[skip ci] Updated fastlane changelogs
|
2021-03-07 16:00:20 +01:00 |