Nite
77f857b1c6
Added setting to disable Now Playing List sending for incompatible bluetooth devices
2021-09-17 16:45:33 +02:00
Nite
84d28178bf
Fixed media session null checks
2021-09-05 09:34:38 +02:00
Nite
9f1315b6dc
Merge branch 'develop' into semanticDownloadView
2021-09-01 18:19:55 +02:00
tzugen
d08a38ea1c
Small fixes
2021-08-28 11:43:33 +02:00
tzugen
ad81f3bf6d
Use semantically correct API endpoint when streaming/downloading.
...
Fixes #257
2021-08-28 11:39:32 +02:00
tzugen
594e94eea7
Finish
2021-08-28 11:29:47 +02:00
tzugen
f9aac1ca43
Add parallel downloading, better priority handling
2021-08-28 11:29:47 +02:00
tzugen
e0df24182e
Add nullability annotation
2021-08-28 11:29:47 +02:00
tzugen
662cb1728b
Fix a number of minor warnings in Util.kt
2021-08-27 11:50:31 +02:00
Maxence G (Hello-Fluffy)
0a2e7358fa
Fix CI
2021-08-26 22:58:39 +02:00
Maxence G (Hello-Fluffy)
7eb3d01ae8
Limit GetSongs if length is too short
2021-08-26 22:58:39 +02:00
Maxence G (Hello-Fluffy)
a23e5ff794
Add better offline Support
2021-08-26 22:58:39 +02:00
Nite
2655a4a606
Merge branch 'develop' into video-cleanup
2021-08-25 14:27:05 +02:00
tzugen
a051d4d040
Clean up Util.kt after conversion
...
(currentSong was assigned but never actually used)
2021-08-20 20:53:17 +02:00
tzugen
54f39be7ca
Video call can be static
2021-08-18 09:09:08 +02:00
tzugen
3afb86c22c
Video call can be static
2021-08-18 09:07:57 +02:00
Nite
9546bdeab5
Fixed playing single track in empty playlist
2021-07-19 15:31:52 +02:00
James Wells
961c726da8
restore previous code
2021-07-18 16:14:43 -04:00
Nite
c9f2050c46
Suppress detekt LongMethod
2021-07-18 13:23:20 +02:00
Nite
982639d2c7
Fixed lint errors
...
Added comments
2021-07-18 13:17:29 +02:00
Nite
cf05d3c781
Implemented Media Browsing
2021-07-18 11:33:39 +02:00
Nite
f50d6f13f4
Started implementing Media Browser
...
Added root menus, playlists and artists
2021-07-16 17:29:21 +02:00
Nite
51dbdfb39a
Implemented track detail display in the playlist
...
Fixed playback position disappearing when paused
2021-07-14 16:09:52 +02:00
Nite
56af9e4bf2
Moved MediaSession handling to its own class
...
Fixed queue and position handling on Now Playing screen
2021-07-13 19:25:37 +02:00
Nite
83c6b76d0a
Updated Android Auto to use MediaPlayerService separately
...
Added some missing features found in the docs
2021-07-12 16:13:34 +02:00
James Wells
db0669098c
Another Attempt at Auto
2021-07-04 16:42:18 -04:00
James Wells
04de4544ee
merge develop
2021-07-04 15:41:56 -04:00
tzugen
b546f2c2fb
The Tests actually caught an error :)
...
If shortcuts were set, these were added as duplicates to the list.
2021-06-29 18:01:26 +02:00
tzugen
dbdb59bbff
Add a Room database for Artists, Indexes and MusicFolders.
...
* There is one database for each Server
* Index items are saved with a "musicFolderId" prop, which makes it possible to filter the database by musicFolder without necessarily having to query the server for it.
* Databases for new Servers are created on the fly
* If the user removes a server, the respective database is deleted.
2021-06-29 18:01:26 +02:00
tzugen
c99c4478f2
Remove file storage code from RESTAPI class
2021-06-29 18:01:26 +02:00
tzugen
e3e8d36f5c
Save the correct field to the server preferences
2021-06-25 17:47:11 +02:00
tzugen
2da4f79098
Increase memory cache size
2021-06-23 17:31:41 +02:00
James Wells
4ff167e497
merge develop
2021-06-22 20:08:49 -04:00
tzugen
1132ec6c87
Merge branch 'develop' into fix-save-playlist
2021-06-21 18:49:25 +02:00
tzugen
bc16b64be4
Avoid unnecessary reloads when navigating back,
...
this preserves the scroll position.
2021-06-21 13:41:39 +02:00
tzugen
36dccc845b
Use ListAdapter class to calculate Diff off the main thread
2021-06-20 08:31:12 +02:00
tzugen
1ecb577c50
Use DiffUtil for better performance when refreshing the data..
2021-06-20 00:29:35 +02:00
tzugen
8c2896ea16
Remove static field leaks on SeekBar,
...
cleanup code and update baseline
2021-06-19 23:52:24 +02:00
tzugen
d8b032e2e3
Cleanup code
2021-06-19 23:52:24 +02:00
tzugen
28336c8bf7
Convert PlayerFragment to Kotlin
2021-06-19 23:52:24 +02:00
tzugen
38f1f5f5c6
Nicer catch all
2021-06-19 23:25:02 +02:00
James Wells
793c4a6ca7
working version
2021-06-19 00:05:19 -04:00
James Wells
3853fce818
Merge branch 'develop' into AndroidAuto
2021-06-18 22:52:56 -04:00
Maxence G
d440b8c76d
Fix no server call when starring song from notification
2021-06-16 20:33:21 +02:00
tzugen
57d740af12
Properly generate the Video stream url, without actually making a request!
2021-06-14 20:53:55 +02:00
tzugen
bc295a825b
Merge branch 'develop' into remove-flash
2021-06-14 19:10:56 +02:00
Nite
a02b620531
Fixed typos
2021-06-14 15:42:24 +02:00
tzugen
db31fefe83
Remove flash support
2021-06-12 15:31:21 +02:00
tzugen
172cbd0476
Add an option to load the demo database for new users
2021-06-12 15:04:17 +02:00
James Wells
8855d19113
Merge branch 'develop' into AndroidAuto
2021-06-10 19:19:29 -04:00