Prathamesh More
4211ed1a9b
[Tag Editor] Added artwork chooser for Song tag editor
2021-12-13 16:06:48 +05:30
Prathamesh More
305b075365
[Tag Editor] Changed JAudioTagger to https://github.com/Kaned1as/jaudiotagger
...
- We should be able to read and write to opus files
- We should be able to set artwork to Flac and other files
2021-12-13 15:01:44 +05:30
Prathamesh More
aaabd8a20a
Set overScrollMode to never for API lower than S
2021-12-13 12:01:26 +05:30
Prathamesh More
5e08b889c1
Fixed some crashes
...
- Import playlist crash
- Create new backup crash
2021-12-13 10:54:01 +05:30
Prathamesh More
ac902d0bf0
Fixed new playlist crash with same name
2021-12-12 23:39:07 +05:30
Prathamesh More
01be471576
Removed lyrics & lyrics icon from Peak theme
2021-12-12 22:20:26 +05:30
Prathamesh More
58feab5c23
MD3 look for Smart playlist buttons
2021-12-12 20:58:58 +05:30
Prathamesh More
5d8ad186d5
Edge-to-edge Code cleanup
2021-12-12 17:11:11 +05:30
Prathamesh More
421dc817a2
Fixed favorite toggle in DriveModeActivity
2021-12-12 17:09:05 +05:30
Prathamesh More
144fcf29bd
Removed spotless
2021-12-12 16:53:58 +05:30
Prathamesh More
2975a33e95
Fixed Gradient theme queue sheet
2021-12-12 12:35:46 +05:30
Prathamesh More
e27bf9d2cb
Updated dependencies and some changes to Gradle to decrease build time.
...
getDate used to run for every Build which resulted in different versionCode for every which is present in manifest, so heavy tasks used to run everytime so more build time. getDate is used for only release builds now.
2021-12-11 01:21:51 +05:30
Prathamesh More
2a3594a05a
Restore data for any version(Google Backup & Restore)
2021-12-10 22:22:43 +05:30
Prathamesh More
0cd1b5d3bd
[Notification] Made notification dismissible on API 31 and lower
2021-12-10 20:18:18 +05:30
Prathamesh More
6dc152b911
[Now Playing] Moved toolbar of Flat theme to bottom
2021-12-09 22:25:39 +05:30
Prathamesh More
4b857f6088
[Now Playing] Default Album cover theme for Now playing themes
2021-12-09 21:56:16 +05:30
Prathamesh More
766f62a1b7
[Now Playing] Fixed enterTransition for startDestination
2021-12-09 21:37:13 +05:30
Prathamesh More
dc0c4d2046
[UI] Fixed light navigation bar issues
2021-12-09 18:27:04 +05:30
Prathamesh More
558f61e905
[Settings] Fixed bottom padding issues in Setting screens on older devices
...
[Settings] Fixed bottom padding issues in Setting screens on older devices
2021-12-09 18:27:04 +05:30
Prathamesh More
581b2fb068
[Now Playing] Fixed Flat player crash
2021-12-09 08:06:15 +05:30
Prathamesh More
9fa90786f3
[UI] Rounded Banner image in UserInfo fragment
2021-12-09 08:02:03 +05:30
Prathamesh More
8cf36c1afa
[UI] Rounded popup menus everywhere
2021-12-09 08:01:26 +05:30
Prathamesh More
5e7d69f247
[Notification] Fixed favorite not updating when song is changed
2021-12-07 23:03:57 +05:30
Prathamesh More
05246729de
Fixed incorrect colors in Color Fragment for default/error/placeholder cover art and else where, where colors are extracted from image
2021-12-07 22:31:50 +05:30
Prathamesh More
6dfea43021
[Now Playing] Fixed a bug in "Plain" Now playing theme where onClick event is consumed by the views behind the bottom sheet
2021-12-07 22:08:32 +05:30
Prathamesh More
c9ac6498ae
[Menu] Rounded menu popup for songs
2021-12-07 18:13:50 +05:30
Prathamesh More
a830bc73af
Removed background of card in item_grid.xml
2021-12-06 18:02:23 +05:30
Prathamesh More
faf4c634be
Added enter transition to Folders tab
2021-12-06 17:39:31 +05:30
Prathamesh More
c81015905e
[Notification] Fixed notification not updating when Classic Notification is toggled
2021-12-06 15:50:34 +05:30
Prathamesh More
8a181607be
Fixed Player not collapsing when Queue is cleared
2021-12-06 15:42:10 +05:30
Prathamesh More
2d7567584a
Fixed transition for startDestination
2021-12-06 15:07:42 +05:30
Prathamesh More
b0800504e4
[Bottom Navigation] Fixed bottom navigation visible in Playing Queue
2021-12-06 14:10:05 +05:30
Prathamesh More
9af80592b3
Code Cleanup
2021-12-05 23:39:48 +05:30
Daksh P. Jain
350cba2042
Merge pull request #1178 from prathameshmm02/dev
...
Bug Fixes & Improvements
2021-12-05 15:11:41 +05:30
Prathamesh More
92e074d100
Merge branch 'RetroMusicPlayer:dev' into dev
2021-12-05 15:03:13 +05:30
Prathamesh More
996506c44a
Updated versionCode & versionName
2021-12-05 14:56:31 +05:30
Prathamesh More
1df50491fc
[Notification] Fixed and improved playing notification
2021-12-05 14:52:03 +05:30
Prathamesh More
ba9c928588
[Player] Fixed Show now playing not working
2021-12-03 19:53:43 +05:30
Prathamesh More
93277b8de7
[Settings] Code Cleanup
2021-12-03 00:03:04 +05:30
Prathamesh More
91a4282581
[BottomNavigation] Better animations for BottomNavigationView
2021-12-02 23:56:07 +05:30
Prathamesh More
e02e99ed02
[Glide] Added placeholder images for song, album & artist
2021-12-02 17:45:10 +05:30
Prathamesh More
652a79f14e
[ViewModel] Fixed long loading times for most played playlist
2021-12-02 17:45:10 +05:30
Prathamesh More
a6319167c9
[Lyrics] Fixed search icon not visible in LyricsFragment
2021-12-02 14:27:13 +05:30
Prathamesh More
1f84026682
[UI] Fixed white navigation bar on Now Playing
2021-12-02 01:17:23 +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
42a00dee95
[Widget] Added a new MD3 widget
2021-12-01 20:14:46 +05:30
Prathamesh More
fd639d6348
Fixed Album artist sort order in Albums tab
2021-12-01 18:05:16 +05:30
Prathamesh More
12cf446375
[UI] Fixed last playlist song hidden by mini player
2021-12-01 14:02:50 +05:30
Prathamesh More
238c54c6fb
[UI] Better support for Immersive mode on notched devices
2021-12-01 13:49:52 +05:30
Prathamesh More
c6f6317839
Remove songs from Queue when deleting songs on R
2021-12-01 12:50:44 +05:30