Commit Graph

72 Commits (350cba204226f62bc54936ae514296bd44a04388)

Author SHA1 Message Date
Prathamesh More fd639d6348 Fixed Album artist sort order in Albums tab 2021-12-01 18:05:16 +05:30
Prathamesh More 63bd71b7e6 [Library] Implemented Better saving of GridStyle
We used to store layout ID's of grid styles before which caused all sorts of trouble whenever an update was pushed. Layout ID's are generated at compile time according to alphabetical order ig, so if a layout is added or renamed, it will cause layout ID's to change, which resulted in either a Different layout than the one user stored, or totally random layout or a crash. So to counter this, 0-6 constant ID's are used to save Grid Styles which should result in stable updates.
2021-11-27 18:44:51 +05:30
Prathamesh More fa976b1cba [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
Prathamesh More 8099eb0012 Fixed back button action 2021-11-17 21:18:52 +05:30
Prathamesh More f9d5cc33cc Added AppBarLayout elevation effect to various details fragments 2021-11-08 12:16:48 +05:30
Prathamesh More 2517220f1b Fixed shared element(image) overlapping on bottom sheet 2021-10-21 17:00:37 +05:30
Prathamesh More 7b2f321693 Fixed cardview clipping in sharedElement transitions 2021-10-21 17:00:36 +05:30
Prathamesh More 9b376a2f4f Fixed invisible bottom navbar sometimes and a crash 2021-10-21 17:00:36 +05:30
Prathamesh More 520b6b74ca Code Cleanup 2021-10-21 17:00:36 +05:30
Prathamesh More 6e081f30c0 Added Shuffle fab in songs, albums & artist tab 2021-10-21 17:00:30 +05:30
Prathamesh More bd05de53d8 Changed artist and album details page a bit 2021-10-21 17:00:26 +05:30
Prathamesh More 6aedfbc2cb Migrated to Kotlin version of Material cab 2021-10-21 17:00:15 +05:30
Prathamesh More bce6dbfa27 V5 Push
Here's a list of changes/features: https://github.com/RetroMusicPlayer/RetroMusicPlayer/releases/tag/v5.0

Internal Changes:
1) Migrated to ViewBinding
2) Migrated to Glide V4
3) Migrated to kotlin version of Material Dialogs
2021-09-09 00:00:20 +05:30
Hemanth S 66618824e2 updated code 2020-12-04 23:41:49 +05:30
Hemanth S 85d8d5cba9 Fixing animations 2020-12-04 18:17:14 +05:30
Hemanth S b944ef5de6 Fixing animations 2020-12-04 02:27:44 +05:30
Hemanth S 9fce62b9c5 Fix animations 2020-12-03 20:31:27 +05:30
Hemanth S bfe03a2b06 Adding shuffle button 2020-11-28 14:33:54 +05:30
Hemanth S f9206dcfdb Ringtone permission dialog showing #937
Fix crashing on album edit or artist edit  and
2020-10-18 01:30:00 +05:30
Hemanth S a0f4394099 Added new icon
Fix bottom tabs showing rotating, coming notification or widgets
2020-10-11 22:45:27 +05:30
Hemanth S 33f4f31066 Updated
Playlist refresh
Bottom navigation shows when coming from notification
Removed animation for lyrics page
Added playlist reorder
Added refresh for album & artist details when update
Fix when scan to update library
Added sort for playlist
Fix album art not showing in lockscreen
2020-10-09 23:14:02 +05:30
Hemanth S defcd86152 Add Spotless 2020-10-06 14:16:04 +05:30
Hemanth S c23c56649e Code refactor, fix animations on Album and Artist details 2020-10-03 00:40:26 +05:30
Hemanth S fdfedf274f Added some animations
Renamed some interface classes
2020-09-28 00:29:09 +05:30
Hemanth S 209e3d58eb Updated
Item list to support big screen
Fix search for playlist
Fix playlist crash
2020-09-27 02:09:07 +05:30
Hemanth S 608330f0da I belived fixed android Navigation 2020-09-25 23:08:59 +05:30
Hemanth S 0e8010ad78 Fix issues 2020-09-24 17:39:05 +05:30
Hemanth S 3f368e186b Updated code
Added Fragment options
Renamed Interfaces
Rolled back to previous implementaion for Now playing to handle backpress
2020-09-24 02:25:12 +05:30
Hemanth S 40ceb57c45 Update AlbumDetailsFragment.kt 2020-09-21 16:17:08 +05:30
Hemanth S 4493273c69 Merge branch 'dev' of https://github.com/h4h13/RetroMusicPlayer into state 2020-09-21 16:16:18 +05:30
Hemanth S c3ddb066b7 Code refactor 2020-09-19 02:05:58 +05:30
Hemanth S 67b59f7c00 Adding animation 2020-09-18 18:26:41 +05:30
Hemanth S 765172d69f Code refactor 2020-09-18 16:31:55 +05:30
Eugeniu Olog 9e46d74507 - migrated ids from `int` to `long`
- some cleaning
2020-09-17 23:25:41 +02:00
Hemanth S 03723b62eb Now playing state management 2020-09-17 23:26:59 +05:30
Hemanth S a4b1b0a085 Code refactor 2020-09-15 23:45:35 +05:30
Hemanth S 10f56e9e6d Added Permission Screen 2020-09-13 01:09:46 +05:30
Hemanth S 6d0898a49a Code refactor 2020-09-07 15:01:27 +05:30
Hemanth S 332c2dc69b Code refactor 2020-09-06 16:17:06 +05:30
Hemanth S 5211890607 Fix Album & Artist crash when no network 2020-09-06 12:48:47 +05:30
Hemanth S 41e8aa8a03 🗑Deleted unwanted files 2020-09-05 23:54:05 +05:30
Hemanth S f7d14e13c7 Code refactor 2020-09-05 21:22:10 +05:30
Hemanth S 061b9c90ab Code refactor 2020-09-05 19:33:12 +05:30
Hemanth S ffa0749849 Added List sort, grid size, layout changes 2020-08-31 18:42:03 +05:30
Hemanth S 6f07548023 Merge branch 'room-playlist' of https://github.com/h4h13/RetroMusicPlayer into room-playlist 2020-08-31 18:04:18 +05:30
Hemanth S 6881e9a4c1 Code refactor 2020-08-31 18:00:07 +05:30
Hemanth S 34b5d01e8d Remove MainActivityFragmentCallbacks 2020-08-30 22:23:09 +05:30
Hemanth S cee4565c34 Code refactor 2020-08-23 13:31:42 +05:30
Hemanth S 2817dc1db5 Code refactor 🧑‍💻 2020-08-21 22:37:10 +05:30
Hemanth S b22b3a627f History playlist add 2020-08-21 19:49:15 +05:30