Commit Graph

88 Commits (91a428258154c52cd80d6072c81f03dc7c9fca5c)

Author SHA1 Message Date
Prathamesh More 91a4282581 [BottomNavigation] Better animations for BottomNavigationView 2021-12-02 23:56:07 +05:30
Prathamesh More e5743ee98b [Cleanup] Converted functions of super class(AbsThemeActivity) to extension functions 2021-12-02 00:37:43 +05:30
Prathamesh More 238c54c6fb [UI] Better support for Immersive mode on notched devices 2021-12-01 13:49:52 +05:30
Prathamesh More 6ae4c3cae4 [Cleanup] Code Cleanup, Removed some unused methods 2021-11-28 22:25:18 +05:30
Prathamesh More fa976b1cba [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
Prathamesh More e0b3960374 Better Edge-to-edge support & fixed some visual glitches 2021-11-23 22:22:26 +05:30
Prathamesh More e9b7b5a203 Fixed Playlist save 2021-11-22 17:40:23 +05:30
Prathamesh More 30282e79fe Added proper transitions 2021-11-11 20:59:28 +05:30
Prathamesh More bc146d8b11 Added tint to bottomNavigationView and slidingPanel 2021-11-11 20:24:05 +05:30
Prathamesh More fe4283e3d7 Renamed files 2021-10-28 17:27:39 +05:30
Prathamesh More db01ce6ee8 Code Cleanup 2021-10-25 20:51:40 +05:30
Prathamesh More 63d2ab7b6a Took care of themes in Landscape 2021-10-23 17:34:02 +05:30
Prathamesh More efeacfa622 Fixed AppBarLayout issues 2021-10-23 17:25:48 +05:30
Prathamesh More f3ebd34531 Fixed miniplayer cutting fragment_container content 2021-10-22 20:31:43 +05:30
Prathamesh More 94ccecc012 Fixed overlapping navbar in landscape 2021-10-22 20:23:23 +05:30
Prathamesh More 65d52776f8 Fixed navbar overlapping in settings 2021-10-22 12:14:53 +05:30
Prathamesh More 9b376a2f4f Fixed invisible bottom navbar sometimes and a crash 2021-10-21 17:00:36 +05:30
Prathamesh More c2647b9160 Fixed bottom sheet for Immersive mode 2021-10-21 17:00:36 +05:30
Prathamesh More 6074cdfda2 Optimized imports 2021-10-21 17:00:33 +05:30
Prathamesh More 03b9e36014 Added extension functions to apply insets 2021-10-21 17:00:32 +05:30
Prathamesh More f23b102e41 Added new theme for Material You & a toggle 2021-10-21 17:00:31 +05:30
Prathamesh More 6e081f30c0 Added Shuffle fab in songs, albums & artist tab 2021-10-21 17:00:30 +05:30
Prathamesh More 9aa897fe7d Fixed tag-editor background 2021-10-21 16:59:54 +05:30
Prathamesh More 3722347305 Made Navigation Bar transparent and added some MD3 themes 2021-10-21 16:59:54 +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 1b08b775ac code clean 2020-12-05 19:02:49 +05:30
Hemanth S 6845f75ea0 code clean 2020-12-05 11:33:31 +05:30
Hemanth S 9fce62b9c5 Fix animations 2020-12-03 20:31:27 +05:30
Hemanth S 2d9d12f0bf Fix keyboard not showing when search fragment shows #955 2020-10-17 13:53:03 +05:30
Hemanth S f3affb76d7 Revert "Fix now showing search #955"
This reverts commit 3e63d3a6b7.
2020-10-17 13:50:28 +05:30
Hemanth S 3e63d3a6b7 Fix now showing search #955 2020-10-17 13:49:44 +05:30
Hemanth S 0fe0c2728f Removed unesscery ids, res, etc 2020-10-17 13:28:13 +05:30
Hemanth S 52dc1d9f22 Fix scaning and updateing error 2020-10-12 22:52:53 +05:30
Hemanth S acd55f249a Code refactor 2020-10-12 01:30:36 +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 defcd86152 Add Spotless 2020-10-06 14:16:04 +05:30
Hemanth S 76389c45f9 Dynamic navigation 2020-09-25 02:33:56 +05:30
Hemanth S 9850341d4c Updating
Constants names
Proper namings
Bottom tabs slide animation
Added home album list style change
2020-09-25 01:51:32 +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 7c0b3ee82c Update ViewExtensions.kt 2020-09-22 15:00:00 +05:30
Hemanth S c495c66a38 Added animation collapse when navigating to details 2020-09-22 13:50:43 +05:30
Eugeniu Olog 9e46d74507 - migrated ids from `int` to `long`
- some cleaning
2020-09-17 23:25:41 +02:00
Hemanth S 10f56e9e6d Added Permission Screen 2020-09-13 01:09:46 +05:30
Hemanth S 0ef83c7136 Code refactor 2020-09-11 00:52:10 +05:30
Hemanth S 26edcdf4da WIP Lyrics 2020-09-06 23:26:39 +05:30
Hemanth S cf3db7a76b Code refactor 2020-09-05 21:24:16 +05:30
Hemanth S 2854b33d56 Refactor code
Moving business logic from UI to ViewModel class
2020-08-30 00:23:15 +05:30
Hemanth S 543893adba Code refactor 🧑‍💻 2020-08-21 23:31:52 +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