Commit 9988bb3
committed
• Added an initial implementation of searchFragment, supports searching by name, artist, album, or album artist
• Added an option in settings to switch app icon style (non-dynamic one only)
• Added a small info Pill in PlayerUI to display song mimeType, Sample Rate and Bitrate
• Added an option in settings to make PlayerUI screen to use app colors instead of song cover's
• Added a refresh ability to refresh songs list without restarting the app (uses SwipeRefreshLayout)
• Added a new SplashScreen Animation
• Fixed a lot of bugs and crashes, especially the ones related to Lyrics
• Fully rebased LyricView to use Canvas and ScrollingView2 (by @nift4) instead of RecyclerView and TextView
• Made Colors Interpolation on song switch much smoother
• Added a shuffle button in notification
• now notification buttons state is saved across app launches
• Fixed issues with FAB positioning
• Now telegram APKs will use preview flavor for better performance and faster app launches
• A lot more! check GitHub commits for more! 👀1 parent 605e68a commit 9988bb3
3 files changed
Lines changed: 14 additions & 44 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
45 | 15 | | |
46 | 16 | | |
47 | 17 | | |
48 | 18 | | |
49 | | - | |
| 19 | + | |
50 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments