Commit Graph

524 Commits

Author SHA1 Message Date
CappielloAntonio c1496d01a2 Removed unused methods from queue repository 2021-04-19 14:57:39 +02:00
CappielloAntonio ed5661c667 Removed unused methods from genre repository 2021-04-19 14:56:12 +02:00
CappielloAntonio 1ef6fe2d92 Android Studio setting 2021-04-19 14:53:57 +02:00
CappielloAntonio b6a432c50f Removed unused methods from artist repository 2021-04-19 14:53:43 +02:00
CappielloAntonio 0e9ec60195 Removed unused methods from album repository 2021-04-19 14:49:47 +02:00
CappielloAntonio fc240c273f Removed unused methods 2021-04-19 14:44:30 +02:00
CappielloAntonio 78333d56d4 Add preference to set instant mix song number 2021-04-19 14:20:00 +02:00
CappielloAntonio 862ea71b11 Revert exoplayer upgrade 2021-04-19 14:06:37 +02:00
CappielloAntonio 308ddf6c7c Fix instant mix overriding added value in songs 2021-04-19 11:20:01 +02:00
CappielloAntonio 7576fbb75b Added song InstantMix 2021-04-18 20:23:09 +02:00
CappielloAntonio fc430e5811 Fix condition race in deleting element and insert new one 2021-04-18 19:26:54 +02:00
CappielloAntonio 3addc3b561 Implemented playlist 2021-04-18 19:06:07 +02:00
CappielloAntonio d72b37725c Save scrolling state in Album/Artist CatalogueFragment 2021-04-18 17:21:07 +02:00
CappielloAntonio ef1deea33a Added song/artist and album/artist synchronization 2021-04-18 17:08:07 +02:00
CappielloAntonio b577ce7e2e Set different text color to already played tracks 2021-04-18 11:38:44 +02:00
CappielloAntonio 5c4520ea37 Updated ExoPlayer to 2.13.3 2021-04-18 11:00:51 +02:00
CappielloAntonio 9bc48c7800 Added artist's random-song playing 2021-04-18 10:36:15 +02:00
CappielloAntonio 7adeac1e01 Added song duration in queue's adapter 2021-04-18 10:10:53 +02:00
CappielloAntonio e23075e4a8 Decreased padding of genres card in library 2021-04-18 09:52:36 +02:00
CappielloAntonio 2aa15ed7da Increased size of bottom_sheet button 2021-04-18 09:52:02 +02:00
CappielloAntonio 821ab6149b Added play next button in bottom_sheet_header 2021-04-17 22:35:27 +02:00
CappielloAntonio 032250b296 Fix SQL query in SongDao 2021-04-17 22:14:22 +02:00
CappielloAntonio 68bec3d6ec Removed NestedScrollView where possible to speed-up scrolling performance 2021-04-17 19:25:55 +02:00
CappielloAntonio 8d637c9452 Removed unused dependencies 2021-04-17 11:34:13 +02:00
CappielloAntonio fc4be8096f Add padding to favorite icon button in bottom_sheet 2021-04-17 11:33:53 +02:00
CappielloAntonio 4696474db5 TESTING - Queue changing (enqueue/play_next) 2021-04-17 11:23:53 +02:00
CappielloAntonio a2770daaa8 Add option to order and delete elements from queue by dragging and swiping 2021-04-16 18:00:19 +02:00
CappielloAntonio 49c3d60ed1 Removed unused resources 2021-04-16 10:30:19 +02:00
CappielloAntonio 1c5356402a Removed bottom_sheet_x image padding 2021-04-16 10:15:35 +02:00
CappielloAntonio c190e8777e Removed cardview overlay where possible 2021-04-16 10:08:31 +02:00
CappielloAntonio 277a07ef92 Fix textview width in track_item 2021-04-15 16:43:38 +02:00
CappielloAntonio 1e2e1c0bc6 Added bottom padding to SettingsFragment 2021-04-15 10:57:12 +02:00
CappielloAntonio a68f45e7dc Added sync settings in preferences 2021-04-15 10:37:08 +02:00
CappielloAntonio 26ba9467f1 Deleted unused method 2021-04-15 09:50:06 +02:00
CappielloAntonio 5e6d28ece3 Quit service when bottom_sheet_header is dragged down 2021-04-15 09:49:04 +02:00
CappielloAntonio 12b23ab3c2 Added progressbar under header_bottom_sheet 2021-04-15 09:40:06 +02:00
CappielloAntonio d29c7c67c3 Fix rounded ripple around icon button 2021-04-15 09:39:13 +02:00
CappielloAntonio 6b0e4929c1 Add marquee text effect to song items 2021-04-15 08:45:48 +02:00
CappielloAntonio 3bdfd66dfc Redirection to library fragment after sync 2021-04-14 17:37:24 +02:00
CappielloAntonio 3286215462 Removed swipe2refresh action from home 2021-04-14 14:55:28 +02:00
CappielloAntonio 0c401fce95 Add function to increase song count when track is changed 2021-04-14 14:07:57 +02:00
CappielloAntonio 2b5a686fe4 WIP Added possibility to switch default image when absent the original one 2021-04-14 14:06:35 +02:00
CappielloAntonio a21a0132bd Possible fix viewpager2 changing page on starting 2021-04-14 09:13:26 +02:00
CappielloAntonio c0088ff224 Fix music sync with info/cover/notification 2021-04-13 18:13:22 +02:00
CappielloAntonio dfc10c76ca Set seekbar background tint 2021-04-13 08:47:09 +02:00
CappielloAntonio b3ae8b1fff Fix theme and icon color on startup 2021-04-12 17:56:09 +02:00
CappielloAntonio ecc941dc11 Removed PAUSING/PLAYING toast 2021-04-12 14:54:01 +02:00
CappielloAntonio 41c04ab302 Use getBindingAdapterPosition() instead of getAdapterPosition() 2021-04-12 14:51:25 +02:00
CappielloAntonio bbba68bc70 Pause song on bottomSheet hiding 2021-04-12 12:50:10 +02:00
CappielloAntonio 898f23b9a1 Added play/pause toggle button and seekbar text 2021-04-12 12:43:34 +02:00