This repository was archived by the owner on May 29, 2025. It is now read-only.
Commit bd2ec99
7.2.0 (#582)
* opt: support portrait full screen hide lyric. (#551)
* build: Compatible with SDK 36
* opt: haze blur tint
* opt: navigationBar padding
* and small window captionBar display
* opt: 优化导航页配置 (#557)
---------
Co-authored-by: YuKongA <[email protected]>
* chore: Remove restartXiaomiSystemUI
* HyperOS2.2 fixed this
* opt: cleanup code
* chore: Make navController more perfect
* opt: enableOnBackInvokedCallback
* opt: Disable onBackInvokedCallback
* build(deps): bump top.yukonga.miuix.kmp:miuix from 0.3.6 to 0.3.8
* fix: WindowInsets issue caused by miuix 0.3.8
* opt: remove SystemMediaSessionListener.kt (#560)
- Update API to 7.0.
- Optimize lyric title retrieval.
* feat: Use SuperLyricAPI instead of LyricGetterAPI (#561)
* chore: Add SuperLyric install tips
* chore: Remove useless resource files
* ci: Build CI with SuperLyric API (#563)
* Bump androidx.core:core-ktx from 1.15.0 to 1.16.0 (#564)
* Bump com.github.HChenX:SuperLyricApi from 1.3 to 1.4 (#565)
* fix: Unable to display icon
* app: Bump version to 7.2.0
* Used to determine the SuperLyricAPI version
* opt: Display lyric when unlocked
* chore: Rewrite whether lyric should be displayed
* Needs more testing
* chore: Unified log format
* chore: Fix a crash if clockView is not initialized
* opt: 缓解看不到第一句歌词的问题
* feat: enhance lyric display and control (#567)
- Added logic to show lyrics when music is playing and not hidden
- Implemented click and long-click actions on the status bar to hide/show lyrics and control music playback
- Improved lyric hiding/showing mechanism based on music playback state and user interactions
- Integrated focus notification control for a seamless user experience
- Fixed issues related to lyric view visibility and interactions with system UI components
- Optimized lyric display behavior in full-screen mode and during screen lock/unlock events
* fix: SystemUI Lyric show/hide logic when status bar collapsed (#568)
* feat: Add animation cancellation for lyric view (#569)
* ui: Switch to use foundation LazyColumn
* chore: Change link
* point to the SuperLyric download page
* chore: Add missing copyright header
* feat: 拆解焦点通知至单独类,重构逻辑(大改警告)
* opt: remove hide lyric animation.
* opt: when hide lyric, set text to "".
* fix: 点击状态栏隐藏歌词
* fix: focus notify bugs.
* chore: 一波究极大改(应该没什么问题)
* 统一全部输入框的输入逻辑
* 分离全部 Xiaomi 相关 Hook
* 修改 applicationContext 传递
* Debug 版本日志默认输出,因此移除选项
* 使用 single() 代替 first() 来确保 Hook 方法正确
* chore: Add missing copyright header again
* opt: code.
* fix: Fixed OwnSP sometimes output crash logs
also:
* 提升 minSdk 到 30,同步 SuperLyric
* 移除 onWallpaperChanged Hook,应该不需要了
* opt: 修正歌词滚动速度计算
* ci: Dont upload mapping
* feat: API to 1.7
* feat: Add Gramophone default icon
* Bump dev.chrisbanes.haze:haze from 1.5.2 to 1.5.3 (#571)
* Bump dev.chrisbanes.haze:haze from 1.5.3 to 1.5.4 (#573)
Bumps [dev.chrisbanes.haze:haze](https://github.com/chrisbanes/haze) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/chrisbanes/haze/releases)
- [Commits](chrisbanes/haze@1.5.3...1.5.4)
---
updated-dependencies:
- dependency-name: dev.chrisbanes.haze:haze
dependency-version: 1.5.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: 修复已选择锚点但可能无法挂载锚点的问题
* Bump top.yukonga.miuix.kmp:miuix from 0.4.0 to 0.4.1 (#574)
Bumps [top.yukonga.miuix.kmp:miuix](https://github.com/miuix-kotlin-multiplatform/miuix) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/miuix-kotlin-multiplatform/miuix/releases)
- [Commits](compose-miuix-ui/miuix@v0.4.0...v0.4.1)
---
updated-dependencies:
- dependency-name: top.yukonga.miuix.kmp:miuix
dependency-version: 0.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump com.android.application from 8.9.1 to 8.9.2 (#575)
Bumps com.android.application from 8.9.1 to 8.9.2.
---
updated-dependencies:
- dependency-name: com.android.application
dependency-version: 8.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump androidx.compose.foundation:foundation from 1.7.8 to 1.8.0 (#576)
Bumps androidx.compose.foundation:foundation from 1.7.8 to 1.8.0.
---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
dependency-version: 1.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* app: Allow custom horizontal screen page ratio
* build(deps): Use `miuix-android` instead of `miuix`
* app: Remove landscape navigate transition anim
* fix: 部分情况下与焦点通知冲突的问题
* fix: 优化超出分割线允许滑动范围时的效果
* Bump com.android.application from 8.9.2 to 8.10.0 (#578)
Bumps com.android.application from 8.9.2 to 8.10.0.
---
updated-dependencies:
- dependency-name: com.android.application
dependency-version: 8.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump androidx.compose.foundation:foundation from 1.8.0 to 1.8.1 (#580)
Bumps androidx.compose.foundation:foundation from 1.8.0 to 1.8.1.
---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
dependency-version: 1.8.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump androidx.navigation:navigation-compose from 2.8.9 to 2.9.0
Bumps androidx.navigation:navigation-compose from 2.8.9 to 2.9.0.
---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-compose
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* app: Set all overscrollEffect to null
* Bump top.yukonga.miuix.kmp:miuix-android from 0.4.2 to 0.4.3 (#581)
* Bump top.yukonga.miuix.kmp:miuix-android from 0.4.2 to 0.4.3
Bumps [top.yukonga.miuix.kmp:miuix-android](https://github.com/miuix-kotlin-multiplatform/miuix) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/miuix-kotlin-multiplatform/miuix/releases)
- [Commits](compose-miuix-ui/miuix@v0.4.2...v0.4.3)
---
updated-dependencies:
- dependency-name: top.yukonga.miuix.kmp:miuix-android
dependency-version: 0.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YuKongA <[email protected]>
* opt: 超时恢复的判断条件
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: YuKongA <[email protected]>
Co-authored-by: YunZiA <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c8c74f5 commit bd2ec99
File tree
48 files changed
+1745
-1565
lines changed- app
- src/main
- kotlin/statusbar/lyric
- config
- data
- hook
- module
- xiaomi
- tools
- ui
- page
- theme
- view
- res
- drawable
- values-ja
- values-zh-rCN
- values-zh-rTW
- values
- gradle
- wrapper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+1745
-1565
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
17 | | - | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | | - | |
| 24 | + | |
21 | 25 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | | - | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 52 | | |
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
| 57 | + | |
61 | 58 | | |
| 59 | + | |
62 | 60 | | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
74 | | - | |
| 73 | + | |
75 | 74 | | |
76 | | - | |
77 | 75 | | |
78 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
8 | 30 | | |
9 | 31 | | |
10 | 32 | | |
11 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
12 | 36 | | |
13 | 37 | | |
14 | 38 | | |
15 | | - | |
16 | 39 | | |
17 | 40 | | |
18 | 41 | | |
19 | | - | |
20 | 42 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
24 | 46 | | |
| 47 | + | |
| 48 | + | |
25 | 49 | | |
26 | 50 | | |
27 | | - | |
28 | 51 | | |
29 | 52 | | |
30 | 53 | | |
31 | 54 | | |
32 | 55 | | |
33 | 56 | | |
34 | 57 | | |
| 58 | + | |
35 | 59 | | |
| 60 | + | |
36 | 61 | | |
37 | 62 | | |
38 | 63 | | |
| |||
44 | 69 | | |
45 | 70 | | |
46 | 71 | | |
| 72 | + | |
47 | 73 | | |
48 | 74 | | |
49 | 75 | | |
| |||
54 | 80 | | |
55 | 81 | | |
56 | 82 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
65 | 86 | | |
66 | 87 | | |
67 | 88 | | |
| |||
80 | 101 | | |
81 | 102 | | |
82 | 103 | | |
83 | | - | |
| 104 | + | |
84 | 105 | | |
85 | | - | |
| 106 | + | |
| 107 | + | |
86 | 108 | | |
87 | 109 | | |
88 | 110 | | |
| |||
127 | 149 | | |
128 | 150 | | |
129 | 151 | | |
130 | | - | |
| 152 | + | |
131 | 153 | | |
132 | | - | |
133 | | - | |
134 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
135 | 164 | | |
136 | 165 | | |
137 | 166 | | |
138 | 167 | | |
139 | 168 | | |
140 | 169 | | |
141 | 170 | | |
142 | | - | |
| 171 | + | |
143 | 172 | | |
144 | 173 | | |
145 | 174 | | |
146 | | - | |
147 | | - | |
148 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
149 | 188 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
| 189 | + | |
159 | 190 | | |
160 | 191 | | |
161 | 192 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
179 | 196 | | |
180 | 197 | | |
181 | 198 | | |
| |||
185 | 202 | | |
186 | 203 | | |
187 | 204 | | |
188 | | - | |
| 205 | + | |
189 | 206 | | |
190 | 207 | | |
191 | 208 | | |
| |||
194 | 211 | | |
195 | 212 | | |
196 | 213 | | |
197 | | - | |
198 | 214 | | |
199 | 215 | | |
200 | 216 | | |
| |||
207 | 223 | | |
208 | 224 | | |
209 | 225 | | |
210 | | - | |
| 226 | + | |
211 | 227 | | |
212 | 228 | | |
213 | 229 | | |
0 commit comments