This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
forked from crdroidandroid/android_vendor_crDroidOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog_lmi.txt
520 lines (468 loc) · 17.3 KB
/
changelog_lmi.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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
Highlights & Device Specific Changes:
Build type: Monthly
Device: POCO F2 Pro
Device maintainer: raystef66
Required firmware: V14.0.1.0.SJKMIXM
====================
30-06-2023
====================
* Initial crDroid 9.6 release
* updated to sec. patch level 2023.06.05 + A13 QPR3 update
* kernel upstreamed to 4.19.288-perf+
* added expanded layout option for 3-button navigation bar
* added haptic effect for brightness slider
* updated charging control support (settings > battery)
* enabled charger plug-in statusbar chip
* moved lockscreen shortcut customization to Wallpaper & Style (Theme Picker)
* fixed theme picker issue with live wallpapers
* fixed memory leak in notification panel and network traffic
* fixed washed out emojis with native keyboard
* updated theming for Gallery, DocumentsUI, Jelly browser
* removed brightness slider styles
* removed QS header styles for now
* and much more ...
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
02-06-2023
====================
* kernel upstreamed to 4.19.284-perf+
* crdroid: add acun and bang brightness slider
* crdroid: Add brightness slider styles
* Settings: Update Glide library to 4.15.1
* Settings: Add switch preference for AGPS
* WifiInfo : Increase 5 GHz network signal tolerance
* WiFiInfo: Fix crash on google setup wizard
* WifiInfo: Reduce refresh times for non-persistent MACs
* Launcher3: Fix quickstep live tile implementation
* Launcher3: Added parallax effect and center wallpaper
* Launcher3: Reload icon pack settings fragment on resume
* DeskClock: Update navigationbar color to `system_neutral1_800`
* reworked frameworks_av (should fix some issues)
* fixed menu only opening once on legacy apps
* fixed menu in legacy apps with multiple activities
* fixed freeform transition visual issue
* disabled SF backpressure (do report if helps on laggy QS)
* SystemUI: show ime switcher + cursor keys if we have space
* Sqlite: Update to version 3.42.0
* fonts: Adjust GoogleSans configuration
* updated themed icons
* update dialog radius overlays
* DocumentsUI: Use monet colors
* updated art, bionic
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
20-05-2023
====================
* kernel upstreamed to 4.19.283-perf+
* updated kernelSU
* fix the memory leak during high speed recording
* SystemUI: Import more QS Header resources
* SystemUI: Hide notification icon area if headsup is visible
* PixelPropsUtils: Update supported pixel code names
* Messaging: Use light icons on conversations select menu
* Launcher3: Corrected some permissions
* some other small Launcher3 changes
* configure font spacing for various clock fonts
* added double-line clock position setting
* added lockscreen text size settings
* moved lockscreen clock customization to lockscreen settings
* fixed system crash if font contains invalid/null font data
* fixed not setting proper call volume for LE Headset
* fixed an issue where device asks for PUK code instead of SIM PIN
* removed colorkt and themelib support
* some small recovery init changes (recommend to update)
* some small SystemUI changes and optimizations
* updated Aperture
* updates to bionic, libcore, freetype, giflib and libhevc
* updated Webview to 113.0.5672.77
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
06-05-2023
====================
* crDroid 9.5
* updated to sec. patch level 2023.05.05
* kernel upstreamed to 4.19.282-perf+
* added pixel style lockscreen weather based OmniJaws
* opengl: fix resource leak when dlsym failed
* updated themed icons
* updated HarfBuzz to 7.2.0
* allow pause/suspend app feature with parallel space
* Settings: Expose radio info (*#*#4636#*#*)
* added QS Header Image option
* Wallpaperpicker: fix overlapping when scrolling
* WallpaperPicker2: Remove the use of smaller images for thumbnails
* updated Aperture
* updated libvpx, bionic
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
22-04-2023
====================
* kernel upstreamed to 4.19.281-perf+
* vendor sec patch level 2023.03.01
* add switch to unlink ringtone and notifications volume
* add back 2-button navigation
* add toggle forcing LTE CA
* PixelPropsUtils updates
* SystemUI: Handle more exceptions for firewall
* fix activity not finishing even after pressing back key
* prevent crash with pin protected user and taskview
* fix hang when dumping local window
* fixup! System crash during dismissing split in multi-user scenario
* fix wrong ime parent in embedded activity
* fix potential crash when TaskDisplayArea is null
* fix task info null crash
* fix getRootTask may be null led to client NPE
* restoring SDR brightness immediately when entering dim state if the device is in HDR brightness scale mode
* more fixes under the hood
* Settings: Show memory usage in app info
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
18-04-2023
====================
* crDroid 9.4
* updated to sec. patch level 2023.04.05
* allow toggling VoWiFi while roaming by default
* internetDialog: Require unlocking to turn on hotspot
* added back support for unlinked ringer streams
* update Chromium Webview to 112.0.5615.101
* clean up themed icons
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
15-04-2023
====================
* remove more hardcoded fonts
* SystemUI: Align keyguard carrier text with status bar
* fixed crash on clicking internet tile
* fixed few UI crashes in few instances
* improved pause app support and firewall implementation
* fixup! Launcher3: Vibrate on double tap to sleep
* Launcher3: Add light theme for taskbar background
* Launcher3: Follow all apps background for taskbar slide in view
* update 5G+ icon to Silk design
* fixed smart charging bug on reaching threshold and plugging back
* Aperture: Add toggle for FFC horizontal flip
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
09-04-2023
====================
* launcher: Fix up custom seekbar pref disabled color views
* launcher: Shake to clear all tasks
* launcher: Vibrate on double tap to sleep
* fixup! Screenrecord: Allow to reduce 3 second screen record timer
* allow setting bottom keyguard shortcuts
* fix quick unlock not applying without reboot
* fix scramble pin layout not applying without reboot
* fixup! QSFooter: Launch crDroid Settings when long clicking settings
* fix: "Clear All" recent app screen loop bug
* fixup! Fingerprint authentication vibration
* align TotalRAMPreferenceController with MemoryUsagePrefereceController from dev settings
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
06-04-2023
====================
* kernel upstreamed to 4.19.280-perf+
* add monet customization
* fix on add VPN tile
* make clock & battery clickable again
* fix hidden apps reset after reboot
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
31-03-2023
====================
* crDroid 9.3 - Android 13 QPR2
* updated to sec. patch level 2023.03.05
* updated blobs to V14.0.1.0.SJKMIXM
* kernel upstreamed to 4.19.279-perf+
* various device tree changes
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
28-02-2023
====================
* kernel upstreamed to 4.19.274-perf+
* add additional video configs (Aperture)
* configure Telephoto/Macro ID
* adjust battery capacity
* introduce app lock
* AppLock: Allow locking all apps visible in launcher
* GameSpace: Notify in-coming call number when receiving/rejecting call
* GameSpace: Port auto answer/reject calls feature
* Launcher3: Fix crash when placing widgets
* Launcher3: Fix widget add screen on dark theme
* SystemUI: Do not add lens screenshot without google package enabled
* SystemUI: Make Lens work without independent package installed
* SystemUI: Integrate Google Lens into Screenshot UI
* DeskClock: Fix stopwatch notification
* DeskClock: Don't delete expired timers
* updated Art and Bionic
* updated themed icons
* bluetooth: audiocodecs: add 16 bit sample rate for APTX offloading
* additonal BT changes
* synced with latest sources
* updated translations
* some other fixes and improvements
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
18-02-2023
====================
* hotfix on BT/wired after V13.0.8.0.SJKEUXM extract
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
17-02-2023
====================
* update blobs from V13.0.8.0.SJKEUXM (flash fw 13.0.8)
* addressed some sepolicy
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
15-02-2023
====================
* updated to sec. patch level 2023.02.05
* crDroid 9.2
* kernel upstreamed to 4.19.272-perf+
* QS: locale Tile to toggle the primary default language
* fix screenshot sharing failure after the recent task is opened
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
10-02-2023
====================
* PixelPropsUtils: make CTS/Play Integrity pass again
* option to decrease minimum charging limit
* added Nothing font NOS 1.5
* Launcher3: Make music search icon colorful
* Launcher3: Optional music search toggle for QSB
* Launcher3: Add light theme support for translucent hotseat background
* Aperture: update
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
04-02-2023
====================
* SystemUI: fix duplicated creation of KeyguardStatusBarViewController
* SystemUI: Also blur power sub-menus
* SystemUI: Blur the power menu
* SystemUI: Fix multiple QS background scrim issues
* SystemUI: Do not show dismiss button on headsup
* SystemUI: Fix expanded QS clock color
* SystemUI: Re-evaluate theme when adjusting status bar clock text size
* SystemUI: Allow Configuring Navbar Radius
* SystemUI: Allow making Navigation Pill thinner
* NetworkTraffic: Handle flooding network requests
* don't warn for displays with no input device matching
* fix NPE when finishing remote animation
* fix disabling power menu completely on secured locscreen
* fix Camera: Skip stream size check for whitelisted apps
* Launcher: Allow widgets to have 1 row as minimum size
* Launcher: fixed some issue with some icons packs
* add strings for gesture navbar radius
* fixed permissions for ThemePicker
* Aperture: some UI updates
* updates to bionic and arm-optimized-routines
* updated Chromium Webview to 109.0.5414.118
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
27-01-2023
====================
* kernel upstreamed to 4.19.271-perf+
* Launcher3: Add background chip for memory info view
* Launcher3: Refine dock and all apps UI
* Launcher3: Hotseat: Fix normal QSB width
* Launcher3: Do not add more space on hotseat with taskbar
* Launcher3: Redesign recents app buttons
* Launcher3: Apply corner radius setting for app searchbar
* Launcher3: Match app searchbar theme with dock searchbar
* Launcher3: Clean up AssistantIconView
* Launcher3: Adjust icons on dock search bar
* Launcher3: Improve paddings for all apps search bar
* Launcher3: Multiple work profile badge colors for Launcher3
* Launcher3: Move memory info to bottom by default
* Launcher3: InfoBottomSheet: Fix NPE with AppTransitionManager
* Updated some default wallpapers
* fixed some mobial signal UI issues
* ParallelSpace: Add Android Auto to block list
* make per-app work with multi audio focus
* fixed small clock when media isn't allowed on keyguard
* GameSpace: Remove dim layer from the panel view
* fixed edge long swipe gesture
* disabled lockscreen album art by default
* updates and fixes for PixelPropsUtils
* updated some DeskClock stuff
* add support for Lockscreen clock fonts
* add support for GMS switch for ParallelSpace
* fxed Youtube application when moving to PIP animation
* fix black screen issue due to wallpaper decoding exceptions
* fixed wallpaper selector
* Styles: Use user fonts for Material UI themes
* override system fonts with user-selected overlays
* small changes to VolumePanel
* small changes to status bar icons
* small refinements to crDroidSettings
* updated bionic
* updated Aperture
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
10-01-2023
====================
* updated to sec. patch level 2023.01.05
* use user fonts for Material UI themes
* override system fonts with user-selected overlays
* added WiFi standard icon toggle (crdroid > statusbar)
* added camera & flashlight on lockscreen
* VolumePanel: various fixes and improvements for volume panel
* VolumePanel: add long click for expand icon
* Aperture: keep screen on while in Camera
* Aperture: ask for GPS permission only on the first launch
* Aperture: force portrait when launched from locked keyguard
* Aperture: overlap lockscreen only when the app is launched from it
* Launcher3: fixed RTL layout issues
* Launcher3: add toggle to show/hide app drawer search bar
* Launcher3: do not skip search animation for app icons
* Launcher3: fixed search issues
* fixed some battery styles issue
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
28-12-2022
====================
* improvements for dynamic VoLTE & VoWiFi icons
* fix VPN icon failed reloading after disabling
* fetch bluetooth battery level from any device
* launcher: Add config to place memory info below action buttons
* launcher: Add toggle for memory info view
* launcher: Display memory info above overview actions
* launcher: Introduce memory info in overview
* launcher: Add kill action to app shortcuts popup
* launcher :Calculate hotseat bar space only if QSB enabled
* package installer: show current and new version on apk installation
* add Google Sound Search tile
* systemUI: Hide oos clear all if reticker enable
* systemUI: fixup! Hide OOS clear all if panel visible because Headsup
* battery: make fill path rounded
* systemUI: Switch notification background to monet on heads up
* make center clock follow paddingTop
* systemUI: Fix up status bar end side content layout
* systemUI: Fix up statusbar clock bg chip layout
* systemUI: Fix up status bar start side content layout
* fix issues with center clock
* fixup! Custom statusbar logo customizations
* added screenshot tile
* aperture updates
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
17-12-2022
====================
* updated to sec. patch level 2022.12.05
* kernel upstreamed to 4.19.269-perf+
* added parallel space
* undo (for now) power menu styles
* added option to reset battery stats
* incoming caller number parsed correctly (VoLTE/VoWiFi)
* fixed FOD working when Smart Pixels enabled
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
26-11-2022
====================
* kernel upstreamed to 4.19.265-perf+
* update graphics and display blobs to LA.UM.9.12.r1-14400-SMxx50.0
* added power menu styles
* reworked some PixelPropUtils props
* allow toggling netflix spoofing
* implement firewall status bar indicator
* fix black screen after DOZE
* fixed issue with DeskClock not playing alarm sound if increasing sound option is used
- Updated clock widget to Monet colors
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
19-11-2022
====================
* allow toggling floating rotation button
* do not show camera indicator for Face Unlock service
* custom vibration pattern per notification channel
* allow choosing a custom vibration pattern
* add vibration patterns from OOS
* make sensor block package list configurable
* sensor block per-package switch
* launcher3: Update icons
* updated Chromium Webview to 107.0.5304.105
* updated arm-optimized-routines
* optimized art
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
12-11-2022
====================
* updated to sec. patch level 2022.11.05
* kernel upstreamed to 4.19.265-perf+
* added Face Unlock
* re-aligned statusbar start/end padding
* re-aligned statusbar top margin
* lowered horizontal burnin shift
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
09-11-2022
====================
* added aptX support
* added exFAT support for USB-OTG
* fixed screen_off FOD while on AOD
* added ANT+ service
* allow disabling clipboard overlay
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
05-11-2022
====================
* kernel upstreamed to 4.19.264-perf+
* added support for Zoom Ed. on stock cam/gcam
* added support for call recording
* added more DNS providers
* hotspot: added hidden SSID preference
* hotspot: added more bands to band preference
* synced with latest sources
* updated translations
* some other fixes and improvements
====================
29-10-2022
====================
* initial cr9 release