Commit Graph

866 Commits

Author SHA1 Message Date
CappielloAntonio 9fdc9ff44d Renaming functions 2022-01-02 17:45:11 +01:00
CappielloAntonio 40866a2855 Saved the playback position when the player is paused 2022-01-02 17:43:30 +01:00
CappielloAntonio e4d09f3bc0 Renamed DownloaderTracker to DownloaderManager 2022-01-02 16:40:23 +01:00
CappielloAntonio 134d4e33e5 In ViewModels passed the LifecycleOwner instead of the Activity 2022-01-02 16:19:16 +01:00
CappielloAntonio d2ad0188b7 Saved in database downloaded playlists 2022-01-02 15:50:59 +01:00
CappielloAntonio b41e3e641b Deleted unused interfaces 2022-01-02 15:50:12 +01:00
CappielloAntonio 0b6c195e9d Deleted unused object 2022-01-02 12:30:01 +01:00
CappielloAntonio 827dd7d2ae Get correct stream uri for downloaded content 2022-01-02 11:54:34 +01:00
CappielloAntonio f416bfda8f Save in the database what has been downloaded 2022-01-02 11:30:16 +01:00
CappielloAntonio 81e9b5c3d9 Changed function visibility 2022-01-01 22:35:48 +01:00
CappielloAntonio bc5669c6ce Reimplemented a basic track download functionality for playlist 2022-01-01 22:34:42 +01:00
CappielloAntonio dee845ebff Reimplemented a basic track download functionality 2022-01-01 21:55:15 +01:00
CappielloAntonio b7a77cf32b Removed all references to drm 2022-01-01 12:30:16 +01:00
CappielloAntonio 9feaeec7cc Initialization of the download logic 2021-12-31 21:36:50 +01:00
CappielloAntonio 6aafc7dfac Pause (but not reset) music on bottom sheet collapsed 2021-12-31 16:50:14 +01:00
CappielloAntonio d526b3163f Implemented lyrics loading logic 2021-12-31 16:08:19 +01:00
CappielloAntonio c046533d49 Fix a bug on playNext 2021-12-30 20:49:28 +01:00
CappielloAntonio 0c8a3035b6 Bump up app version 2021-12-30 20:29:40 +01:00
CappielloAntonio 6dfc010a5d Removed unused imports 2021-12-30 20:27:57 +01:00
CappielloAntonio 82d9a8bb16 Method renamed 2021-12-30 20:27:08 +01:00
CappielloAntonio 7b5bbd7d53 Queue elements are now clickable and customized 2021-12-30 20:25:51 +01:00
CappielloAntonio 15e7c28b14 The last element listened to is the first in the list at the next start 2021-12-30 20:07:20 +01:00
CappielloAntonio 9328ec87ab Init media3 queue on startup 2021-12-30 19:31:13 +01:00
CappielloAntonio 60b741bc11 Finally fixed the music queue and swap logic 2021-12-30 18:13:50 +01:00
CappielloAntonio fc271e8b44 Removed logging line 2021-12-30 18:10:57 +01:00
CappielloAntonio c9010607fe Moved queue conversion logic to MappingUtil 2021-12-30 13:48:00 +01:00
CappielloAntonio 9d61ac87bf Removed unused adapter 2021-12-30 13:47:25 +01:00
CappielloAntonio 88d8a8c620 Modified the queue update logic 2021-12-30 13:47:07 +01:00
CappielloAntonio 747431423e Temporary fix for next button state 2021-12-30 09:42:10 +01:00
CappielloAntonio 3ed6a6074f Set readable metadata in MediaItem 2021-12-30 09:19:49 +01:00
CappielloAntonio 60295c9608 Removed comments 2021-12-30 09:15:19 +01:00
CappielloAntonio 6bc7c1e6cf Removed duplicated code 2021-12-30 09:13:50 +01:00
CappielloAntonio 41eeafdbc0 Code cleanup 2021-12-30 09:11:27 +01:00
CappielloAntonio 49ffcd500a Start playing music from SearchFragment and SongListPageFragment 2021-12-30 09:10:15 +01:00
CappielloAntonio a8b014296f Initialized the song recovery logic 2021-12-29 21:22:52 +01:00
CappielloAntonio a50375d50f Import cleanup 2021-12-29 20:40:52 +01:00
CappielloAntonio 00f0b5263a Set up shuffle and play button in album page 2021-12-29 20:40:40 +01:00
CappielloAntonio f9508966e0 Set up shuffle and play button in artist page 2021-12-29 20:40:14 +01:00
CappielloAntonio ce65167f71 Set readable string as title and artist name 2021-12-29 20:39:34 +01:00
CappielloAntonio 57320c25e6 Set bottomSheet in peek if a song is playing 2021-12-29 20:13:34 +01:00
CappielloAntonio 1926c7a696 TEST - MediaBrowserListenableFuture passed from activity to fragment to adapter 2021-12-29 19:10:55 +01:00
CappielloAntonio 279272a3af Moved MediaSession connection in fragment 2021-12-29 19:10:08 +01:00
CappielloAntonio 9a2b0356c1 Moved MediaSession connection in fragment 2021-12-29 19:09:46 +01:00
CappielloAntonio ed3f0cfaa3 Cleanup service code 2021-12-29 19:08:39 +01:00
CappielloAntonio 586054240f Moved ListenableFuture waiting logic to MediaManager 2021-12-29 19:08:10 +01:00
CappielloAntonio f8defb7337 Cleanup code and removed unused code 2021-12-29 19:05:08 +01:00
CappielloAntonio 73ef8a7cd8 Moved MediaBrowser management to BaseActivity 2021-12-29 19:04:36 +01:00
CappielloAntonio a32c39867f Deleted all references from the adapters and dialogs to the old queue management system 2021-12-29 10:22:10 +01:00
CappielloAntonio 4e968a8c4b Initializing the service from the base activity 2021-12-29 10:21:07 +01:00
CappielloAntonio 03c9e89bf5 getSongStreamUri now return an URI 2021-12-29 10:20:03 +01:00