0
0
mirror of https://github.com/MuntashirAkon/Metro.git synced 2024-09-20 12:02:20 +02:00
Commit Graph

295 Commits

Author SHA1 Message Date
Prathamesh More
7b85fce485 Bump versionCode 2022-01-27 21:16:26 +05:30
Prathamesh More
c7d309f44a Updated AGP and dependencies 2022-01-27 13:19:39 +05:30
Prathamesh More
2557b6950b Bump version code 2022-01-22 22:39:58 +05:30
Prathamesh More
9f668e5bf8 Updated changelog 2022-01-15 15:25:25 +05:30
Prathamesh More
061c0a8a3c Added insetter https://github.com/chrisbanes/insetter 2022-01-14 21:32:59 +05:30
Prathamesh More
7d3e1f4e28 Code Cleanup 2022-01-13 17:45:41 +05:30
Prathamesh More
8607b0d4ee Code Cleanup 2022-01-11 22:45:56 +05:30
Prathamesh More
75cdf4d57f Code Cleanup 2022-01-07 22:23:59 +05:30
Prathamesh More
508bfde5cb Added reset in Playback speed dialog 2022-01-07 19:59:10 +05:30
Prathamesh More
c974d7fefc Bump versionCode & Updated change-log 2022-01-05 16:19:26 +05:30
Prathamesh More
5a5b464057 Added grow animation to LrcView 2022-01-04 14:26:22 +05:30
Prathamesh More
78c765fcac Bump version code 2022-01-01 13:00:12 +05:30
Prathamesh More
ab5015d4b1 Added Java 8+ API desugaring, so we can use Java 8+ features on any API 2021-12-31 19:48:06 +05:30
Prathamesh More
d74fe1eb7d Actually fixed incorrect Artist Images 2021-12-29 10:44:20 +05:30
Prathamesh More
5d45754342 Bump versionName, versionCode & updated Change-log 2021-12-28 15:00:10 +05:30
Prathamesh More
bcd3126885 Updated dependencies 2021-12-28 14:06:50 +05:30
Prathamesh More
b4529e071f Fixed Shuffle button margin 2021-12-28 14:06:49 +05:30
Prathamesh More
cd594967bf Updated Changelog and also show Changelog at start 2021-12-24 18:34:32 +05:30
Prathamesh More
5a310ec329 Added Snowfall effect 2021-12-24 16:47:57 +05:30
Prathamesh More
a10459c08a Fixed Search fragment keyboard visibility bug
https://github.com/RetroMusicPlayer/RetroMusicPlayer/issues/1185
2021-12-23 13:37:26 +05:30
Prathamesh More
f660c6147a [Now playing] Applied fading edges to LrcView 2021-12-21 09:42:02 +05:30
Hemanth S
80739f412a Merge branch 'dev' of https://github.com/RetroMusicPlayer/Private into dev 2021-12-20 17:14:45 +05:30
Prathamesh More
b68947c672 Use proguard-android-optimize.txt 2021-12-20 16:03:02 +05:30
Prathamesh More
10ee02929b Cleanup 2021-12-18 11:58:25 +05:30
Prathamesh More
30bc178b86 Updated dependencies 2021-12-16 10:53:18 +05:30
Prathamesh More
9806e2119a Updated dependencies 2021-12-15 13:37:25 +05:30
Prathamesh More
268e077ab5 [Now Playing: Circle] Replaced SeekArc with Circular Seekbar
[Now Playing: Circle] Replaced SeekArc with Circular Seekbar
2021-12-14 22:50:18 +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
Hemanth S
669c402fd6 internal release 5.4..4 2021-12-13 02:05:45 +05:30
Prathamesh More
144fcf29bd Removed spotless 2021-12-12 16:53:58 +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
996506c44a Updated versionCode & versionName 2021-12-05 14:56:31 +05:30
Prathamesh More
91a4282581 [BottomNavigation] Better animations for BottomNavigationView 2021-12-02 23:56:07 +05:30
Prathamesh More
13d9b6ab71 Updated dependencies 2021-12-01 00:44:40 +05:30
Prathamesh More
a78100c0ea Fixed ForegroundServiceStartNotAllowedException when song ended on Android 12.
This was due to Android 12's foreground service restrictions.
2021-11-28 13:37:48 +05:30
Prathamesh More
21a2014385 Updated Dependencies 2021-11-28 13:35:30 +05:30
Prathamesh More
fa976b1cba [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
Prathamesh More
d080a5e944 Updated versionCode & versionName 2021-11-25 10:39:41 +05:30
Prathamesh More
16f76bc12d Updated Kotlin & Room 2021-11-24 01:39:15 +05:30
Prathamesh More
3c07edb5e5 Targeting Android 11, Android 12 foreground service restrictions causes multiple crashes 2021-11-23 22:22:26 +05:30
Prathamesh More
ad81ceb592 Updated version code and version name 2021-11-23 10:57:03 +05:30
Hemanth S
19c1bafeb8 towards android 12 fixing 2021-11-22 17:40:10 +05:30
Prathamesh More
484d003a3b Updated Dependencies 2021-11-21 08:46:11 +05:30
Prathamesh More
9fa4d0bcc6 Updated dependencies 2021-11-17 18:20:32 +05:30
Prathamesh More
97c56f9e57 Fixed IllegalStateException when deleting multiple songs 2021-11-15 11:26:59 +05:30
Prathamesh More
5fa3b8febc Migrated to Play billing v4 2021-11-08 11:08:52 +05:30
Prathamesh More
824e77f59b Updated Dependencies 2021-11-08 11:07:41 +05:30
Prathamesh More
aa583614d2 Updated dependencies 2021-10-28 17:26:28 +05:30
Prathamesh More
cde2e0b229 Fixed Storages not loading in FoldersFragment 2021-10-26 16:28:56 +05:30
Prathamesh More
e35311ff85 Reverted to anjlab billing 2021-10-21 17:04:12 +05:30