-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog_chiron.txt
282 lines (216 loc) · 10.4 KB
/
changelog_chiron.txt
1
2
3
4
5
6
7
8
9
10
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
====================
2025-01-20
====================
* art
b9c8af1bac Revert "Remove strip.keep_symbols from libart defaults" [Dmitry Muhomor]
* build/make
fe4f5034a6 build: Always use release-keys [Pranav Vashi]
062dc37888 Install adb_keys into recovery [LuK1337]
* hardware/qcom-caf/msm8998/media
eb5d355b3 mm-video-v4l2: Disable OMX_BUFFERFLAG_DECODEONLY support [LuK1337]
* lineage/hudson
859f7f8 Regenerate device dependency mappings [LineageOS Infra]
* lineage/mirror
0604b4e Updated to 19-Jan-2025 13:01 UTC [Tim Schumacher]
* packages/apps/Messaging
28b9c1d Messaging: Make SMS delivered and MMS sent intents mutable [LuK1337]
* vendor/lineage
725de258 Sign Build [Nanhumly]
* device/xiaomi/msm8998-common
d754517 msm8998-common: Switch to common lights HAL [LuK1337]
e140fd8 msm8998-common: Remove OMX audio codecs [Michael Bestas]
f28c903 msm8998-common: Move non-A/B target flag to BoardConfigCommon.mk [Nanhumly]
4b4d31d msm8998-common: Update display flags & packages [Michael Bestas]
0d3c22d msm8998-common: Switch to QTI Memtrack AIDL HAL [Yumi Yukimura]
* vendor/xiaomi/msm8998-common
957b485 msm8998-common: Remove OMX audio codecs [Michael Bestas]
* kernel/xiaomi/msm8998
55b5fba68046 Merge tag 'v4.4.302-cip95' of https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip into lineage-22.1 [Nanhumly]
====================
2025-01-19
====================
* device/lineage/sepolicy
d3389f9 sepolicy: Allow recovery (minadbd) to use TCP and VSOCK socket [Yumi Yukimura]
* hardware/qcom-caf/common
424c71f common: Add firmware-modem mount point [Bruno Martins]
* lineage/wiki
0bbe3d58 wiki: libvirt-qemu: ADB sideload is supported since 22.1 [Yumi Yukimura]
744a0e2d wiki: libvirt-qemu: Add "GPU passthrough" section [Yumi Yukimura]
* packages/apps/Aperture
fc36f30 Aperture: Fix kotlin 2 build [Luca Stefani]
* packages/apps/Dialer
622d6b7ae Dialer: Fix blinking hint text [Michael W]
* packages/inputmethods/LatinIME
a6bea2962 LatinIME: Fix emoji delete key changing color when swiping [Michael W]
e6e1366aa LatinIME: Implement delete key repetition on emoji keyboard [Michael W]
* packages/overlays/Lineage
1d6bbeb overlays: IconPack: Apply default corner radius [ant]
* tools/extract-utils
96275fa extract_utils: add support for generating boot jars list [LuK1337]
* vendor/lineage
ff19773e soong: Make mkdir install dir optional [LuK1337]
e0ff29e9 soong: Add mkdir module [Luca Stefani]
====================
2025-01-18
====================
* device/lineage/sepolicy
6f210ac common: Unlabel aw2013 lights HAL [LuK1337]
69dde9f common: Label lineage light-service [LuK1337]
* hardware/lineage/interfaces
252de88 aidl: light: Add support for keyboard-backlight* devices [Giovanni Ricca]
1922439 aidl: light: Add support for lcd_backlight0 device [Giovanni Ricca]
e990e8d aidl: light: Add RGB sync support [LuK1337]
f2c1b4a aidl: light: Lower battery light priority [LuK1337]
6b69552 aidl: light: Support the `left` LED [danielml]
b012b37 aidl: light: Add support for button-backlight2 device [LuK1337]
dd452ec aidl: light: Add support for timed mode [Bruno Martins]
f3108da aidl: light: Refactor [Sebastiano Barezzi]
3f67d2c aidl: light: Implement attention light type [Sebastiano Barezzi]
6c128d3 aidl: light: Make rgb a normal struct [Luca Stefani]
4606a8f aidl: light: Reformat with clang-format [Sebastiano Barezzi]
78af27c aidl: light: Construct HwLight in place [Luca Stefani]
c3ca87e aidl: light: Use const on getLights' foreach loop [Sebastiano Barezzi]
5b2088d aidl: light: Fix a bug where breath wouldn't be disabled when not needed [Sebastiano Barezzi]
65c9f00 aidl: light: Uprev to V2 [Sebastiano Barezzi]
0689f70 aidl: light: Add "backlight" to the list of backlight devices [Sebastiano Barezzi]
88336c0 aidl: light: Rewrite backlight support [Sebastiano Barezzi]
404de9a aidl: light: Make RGB utils rgb_t methods [Sebastiano Barezzi]
e7e3b0e aidl: light: Don't store alpha value [Sebastiano Barezzi]
57d5d33 aidl: light: Set color and brightness data size to 8bit [Sebastiano Barezzi]
7b9814b aidl: light: Don't scale RGB brightness if alpha is 0 [BeYkeRYkt]
e4d9183 aidl: light: Wire up [Sebastiano Barezzi]
e8551f3 aidl: light: Rebrand to Lineage [Sebastiano Barezzi]
c812b94 aidl: light: Initial stub service [Sebastiano Barezzi]
7c5cffd RIP [email protected] [LuK1337]
* hardware/qcom-caf/common
446c2a8 common: Make use of newly added mkdir{} [LuK1337]
* lineage/mirror
dd500a6 Updated aosp-minimal to 17-Jan-2025 13:02 UTC [Tim Schumacher]
* packages/apps/TvSettings
f1e14982b TvSettings: Move About to top of Device page [Timi]
* packages/apps/Twelve
8385ea7 Twelve: Add retries to Api.kt [Luca Stefani]
f2d0e8b Twelve: Refactor Api.kt [Luca Stefani]
af13d66 Twelve: Provider information UI [Sebastiano Barezzi]
d203766 Twelve: MediaDataSource: Add status method [Sebastiano Barezzi]
42cc47a Twelve: Rework LocalizedString [Sebastiano Barezzi]
008b5fe Twelve: JellyfinClient: Implement getSystemInfo [Luca Stefani]
7f563b1 Twelve: SubsonicResponse: Let `ping()` return the whole response [Sebastiano Barezzi]
bc17bca Twelve: SubsonicClient: Implement getLicense [Sebastiano Barezzi]
* tools/extract-utils
e2c291b extract_utils: implement extract fn for super volume name renaming [Cosmin Tanislav]
c64e728 extract_utils: move ext4 details to separate file [Cosmin Tanislav]
bad1cea extract_utils: implement extract fn for super retrofits [Cosmin Tanislav]
2b57f84 extract_utils: add support for multiple extent sources [Cosmin Tanislav]
88c5831 extract_utils: use number of processors for parallel [Cosmin Tanislav]
4e259ab extract_utils: implement lpunpack in python [Cosmin Tanislav]
e14f32b extract_utils: implement simg2img in python [Cosmin Tanislav]
ab4a385 extract_utils: add support for list of extract fns [Cosmin Tanislav]
a90ae2c extract_utils: implement URL source [Cosmin Tanislav]
d1cc9ef extract_utils: refactor source and extraction [Cosmin Tanislav]
====================
2025-01-17
====================
* lineage/mirror
431ebd9 Updated to 16-Jan-2025 13:01 UTC [Tim Schumacher]
* lineage/wiki
8e4c7539 devices: nx: Clarify "Internal Storage" [Nolen Johnson]
* tools/extract-utils
c6f0ed4 extract_utils: remove support for extract_fns tuple key [Cosmin Tanislav]
08f86e9 extract_utils: make hashing chunked [Cosmin Tanislav]
f9088e2 extract_utils: do not redefine path name [Cosmin Tanislav]
a919768 extract_utils: create vendor path in run() [LuK1337]
====================
2025-01-16
====================
* bootable/recovery
78cde945 minadbd: Setup ADB over network (TCP/IP and VirtIO VSOCK) [Yumi Yukimura]
* frameworks/base
f3619af84ccd Automatic translation import [LineageOS Infra]
* hardware/qcom-caf/common
e2f45c7 Add conditional RFS install_symlink targets support [chaptsand]
* lineage-sdk
4796ff52 Automatic translation import [LineageOS Infra]
* lineage/mirror
e3edc96 Updated aosp-minimal to 15-Jan-2025 13:02 UTC [Tim Schumacher]
* lineage/wiki
67ed0cef wiki: Add IN2021 to instantnoodlep model numbers [LuK1337]
* packages/apps/Aperture
0d54d86 Automatic translation import [LineageOS Infra]
* packages/apps/Camelot
309e292 Automatic translation import [LineageOS Infra]
* packages/apps/DeskClock
41beedffc Automatic translation import [LineageOS Infra]
* packages/apps/Dialer
80c30c09f Automatic translation import [LineageOS Infra]
* packages/apps/Etar
8ca7de03 Automatic translation import [LineageOS Infra]
* packages/apps/FMRadio
9a65ecb Automatic translation import [LineageOS Infra]
* packages/apps/FlipFlap
cfbe2e1 Automatic translation import [LineageOS Infra]
* packages/apps/Glimpse
e679244 Automatic translation import [LineageOS Infra]
c8b0a41 Glimpse: Update deleteButton text based on trash status [Aayush Gupta]
* packages/apps/Jelly
a78d6c3 Automatic translation import [LineageOS Infra]
* packages/apps/LineageParts
0479389 Automatic translation import [LineageOS Infra]
* packages/apps/Messaging
c3f90af Automatic translation import [LineageOS Infra]
* packages/apps/Recorder
cc552a3 Automatic translation import [LineageOS Infra]
* packages/apps/Settings
a81f96bb17a Automatic translation import [LineageOS Infra]
* packages/apps/SetupWizard
160ddc5 Automatic translation import [LineageOS Infra]
* packages/apps/Trebuchet
19d21bc271 Automatic translation import [LineageOS Infra]
* packages/apps/Twelve
64df482 Automatic translation import [LineageOS Infra]
* packages/apps/Updater
d044ba1 Automatic translation import [LineageOS Infra]
* packages/inputmethods/LatinIME
1c636a468 Automatic translation import [LineageOS Infra]
* packages/resources/devicesettings
9069cb0 Automatic translation import [LineageOS Infra]
* vendor/crowdin
a54ac9c Automatic translation import [LineageOS Infra]
* vendor/lineage
06ef1498 apns: Fix GCI [Michael W]
* vendor/qcom/opensource/commonsys/fm
bb135bb Automatic translation import [LineageOS Infra]
====================
2025-01-15
====================
* frameworks/base
0737ddfbe1d2 SystemUI: Allow disabling QS tiles long click effect for specific tiles [Ido Ben-Hur]
dbdbd8162994 QSLongPressEffect: Provide a fallback for devices with no primitives [Ido Ben-Hur]
f418f61e5180 SystemUI: screenrecord: Remove blinking stop dot [Ido Ben-Hur]
* hardware/qcom-caf/common
890ac8b common: Abuse symlinks to generate mount points [Michael Bestas]
bc8b4e1 common: Sort prebuilt interfaces [Michael Bestas]
* hardware/qcom-caf/sm8250/display
248825f568 fixup! display: Switch to soong [Yumi Yukimura]
* packages/apps/TvSettings
ec0d8c3b3 TvSettings: Update banner [Asher Simonds]
* packages/apps/Twelve
5933211 Twelve: Slim down the RenderersFactory [Luca Stefani]
a83f8ac Twelve: Migrate Subsonic to Api.kt [Luca Stefani]
3b8ccf9 Twelve: Allow query parameters to be null [Luca Stefani]
90c68c4 Twelve: Introduce MediaError.INVALID_RESPONSE [Luca Stefani]
8346a97 Twelve: Migrate Subsonic auth to an interceptor [Luca Stefani]
6cf4bcf Twelve: Handle weird playback speed values [Sebastiano Barezzi]
b69b60d Twelve: Ensure pitch unlock state matches pitch parameter [Luca Stefani]
206770c Twelve: Change playback speed stepping [Luca Stefani]
====================
2025-01-14
====================
* hardware/qcom-caf/sm8250/display
34cd441318 display: Bring back gralloc.qcom [LuK1337]
* lineage-sdk
8a7af5a9 ChargingControl: Decouple charging control and main logic [Luofan Chen]
* lineage/crowdin
b79d1a9 config: Add hardware/sony/XperiaParts [LuK1337]
* lineage/hudson
d7db78e hudson: Promote xiaomi sdm710 family to 22.1 [Ivan Vecera]