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_munch.txt
465 lines (422 loc) · 17.2 KB
/
changelog_munch.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
Highlights & Device Specific Changes:
Build type: Weekly
Device: Xiaomi Poco F4/Redmi K 40 S (munch)
Device maintainer: Akash Kakkar (@akashk07)
===== 29 June, 2023 =====
* Android June 2023 Security + A13 QPR3 update
* 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
* munch: Fix punchhole cut-out
===== 19 June, 2023 =====
- Switched to RK kernel for the time being
- Updated to MIUI 14.0.2 blobs
- Powerhint updates
- Status bar and punchhole cut-out updates
- Upstreamed with source
===== 11 June, 2023 =====
- Launcher3: Show a toast when restarting the launcher
- Launcher3: Fix black screen when clicking source pref in InfoBottomSheet
- Launcher3: Apply settings layout for bottomsheet info pref
- Launcher3: Add onClickListener for google icon in all apps searchbar
- Added more brightness slider styles
- Updated Chromium Webview to 114.0.5735.58
- Updated Eleven
- Updated Aperture
- Updated translations
- Upstreamed with rom and kernel sources
===== 04 June, 2023 =====
- Many device specific changes and fixes related to audio, battery, performance, kernel and more!
- Reverted crDroidMusic
- Added setup wizard AGPS option
- WiFiInfo: Fix crash on google setup wizard
- Increase 5 GHz network signal tolerance
- Launcher3: Fix quickstep live tile implementation
- Launcher3: Allow to control parallax effect and center wallpaper
- Launcher3: Some other small fixes
- SystemUI: Prevent edge lightning from pulsing outside keyguard/doze
- Added brightness slider styles
- Added acun and bang brightness slider
- GmsSwitch: Fix crash when GMS is admin app
- Added crDroidMusic
- 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
- Update dialog radius overlays
- DocumentsUI: Use monet colors
- Updated themed icons
- Updated art, bionic and harfbuzz_ng
- Updated translations
===== 24 May, 2023 =====
* Fixed the QS lag
* 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
===== 20 May, 2023 =====
- Kernel updates
- Use Xiaomi sensor implementation
- Experimental QS lag fix
- Drop doze related code
- 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
- Updated bionic
- 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 SystemUI changes and optimizations
- Switch latest clang to 17.0.2
- Updated Aperture
- Updates to bionic, libcore, freetype, giflib and libhevc
- Updated Webview to 113.0.5672.77
- Updated translations
===== 07 May, 2023 =====
- Initial crDroid 9.5 release
- Updated to May 2023 security patches (android-13.0.0_r43)
- Added pixel style lockscreen weather based OmniJaws
- opengl: fix resource leak when dlsym failed
- Switch latest clang to 17.0.1
- Updated themed icons
- Updated HarfBuzz to 7.2.0
- Updated translations
===== 03 May, 2023 =====
- WiFiInfo: Fix crash on google setup wizard
- Implement per-app refresh rate
- Performance and battery improvements
- Other fixes and improvements
===== 30 April, 2023 =====
- Increase the reserved partition size so that larger gapps package can be flashed
- Kernel and source updates
- Fixed an sepolicy denial
- Fixed logspam related to schedtune boost
- 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
- Updated translations
- Full changelog is available in OTA app
===== 27 April, 2023 =====
- Kernel and source updates
- Full changelog is available in OTA app
===== 25 April, 2023 =====
- Kernel updates- Enable deep sleep for Wifi
- Added HBM and per-app refresh rate
- Added raise to wake
- Source updates
===== 24 April, 2023 =====
- Kernel updates and improvements
- Added back 2 button navigation
- Fixed/Reworked switch to unlink ringtone and notifications volume
- Fixed process can't start because of mPendingStart is true problem
- Fixed SystemUI restart due to network traffic meter
- NetworkTraffic: Simplify stats calc to prevent issues
- PixelPropsUtils: Spoof user build
- Settings: Show memory usage in app info
- SystemUI: Rework dismiss all view in QS
- SystemUI: Handle more exceptions for firewall
- Prevent crash with pin protected user and taskview
- Fix hang when dumping local window
- Updated Webview to 112.0.5615.136
- Updated bionic, lmkd, sqlite
- Updated translations
===== 19 April, 2023 =====
=== Kernel and source fixes ===
- Merged 4.19.280
- Merged LA.UM.9.12.1.r1-05500-SMxx50.QSSI12.0
- - Added bbr2 support and set it by default
- Fixed camera memory leaks
- Removed alot of unneeded debugging
- Updated lz4 to 1.9.4
- Switched to 50hz tick rate
- Use WFI only on cpuidle (This improves deep sleep)
- Decreased scheduler latency (With sultan rice)
- Fixed logspam while charging
- Upstreamed and Backported locking
- Updated cpu freq stats
- Removed WQ_UNBOUND on some workqueues (This to avoid some latency opening certain apps)
- Imported arm64 V8 ASM lz4 decompression acceleration
===== 18 April, 2023 =====
- Initial crDroid 9.4 release
- Updated to April 2023 security patches (android-13.0.0_r41)
- Allow toggling VoWiFi while roaming by default
- InternetDialog: Require unlocking to turn on hotspot
- Added back support for unlinked ringer streams
- Fixed Eleven options such as "use as ringtone" and "delete" media due to missing MANAGE_EXTERNAL_STORAGE permission
- Update Chromium Webview to 112.0.5615.101
- Updated translations
- SystemUI: Align keyguard carrier text with status bar
- SystemUI: Prevent InternetDialog crashing system
- Fixed pause apps feature
- Launcher3: fixed double tap to sleep option
- Launcher3: Fix monkey crash in createSurfaceParams
- Launcher3: Fix crash in SurfaceTransactionApplier
- Removed some UI hardcoded fonts (better UI consistency with custom font)
- PixelPropsUtils: Add support for Asphalt 9
- Updated art
- Updated translations
- Disable immersive mode confirmation (should fix dialog issue)
- SystemUI: keyguard: preview: Catch InterruptedException
- SystemUI: Reduce keyguard indication text padding
- SystemUI: Use better icon for camera keyguard affordance
- Launcher3: Follow all apps background for taskbar slide in view
- Launcher3: Add light theme for taskbar background
- Launcher3: PageIndicatorDots: null pointer Exception
- Fixed smart charging bug on reaching threshold and plugging back
- Updated translations
- Doze-on-charge: Add few improvements
- SystemUI: Make clock & battery clickable again
- ParallelSpace: Prevent system crash for blocking notification of blocked apps
- Added back bottom keyguard shortcuts
- Settings: Align TotalRAMPreferenceController with MemoryUsagePreferenceController from dev settings
- AppLock: Fix hidden apps reset after reboot
- Fixed viewing app info dashboard of hidden work app
- Fixed monet customization
- Fixed wallpaper based colors
- fixup! SystemUI: Add VPN tile
- fixup! Screenrecord: Allow to reduce 3 second screen record timer
- fixup! Fingerprint authentication vibration
- fixup! QSFooter: Launch crDroid Settings when long clicking settings
- Fixed "Clear All" recent app screen loop bug
- Fixed scramble pin layout not applying without reboot
- Fixed quick unlock not applying without reboot
- Fixed memory leak of JobScheduler, WindowProcessController and GroupExpansionManager
- Enabled smart charging (untested)
- Enabled burn in protection in ambient mode
- Enabled screen off udpfs support
- Removed split notification shade
- Some more improvements under the hood
- Updates to GameSpace
- Updated art, bionic and libjpeg-turbo
- Updated translations
===== 13 April, 2023 =====
* Add MIUI camera
* add monet customization
* fix on add VPN tile
* make clock & battery clickable again
* fix hidden apps reset after reboot
* Fix scramble and quick unlock after reboot
* Fix SystemUI related crashes
* synced with latest sources
* updated translations
* some other fixes and improvements
===== 2 April, 2023 =====
- Initial crDroid 9.3 release
- Updated to March 2023 security patches (android-13.0.0_r35)
- Implemented Android 13 QPR2
- Full source rework (some stuff got added, some got removed)
- Battery, performance,kernel and 5G improvements
- Lots of other improvements and fixes
!!! This update requires 14.x firmware !!!
===== 12 March, 2023 =====
- Updated to MIUI V14.0.1.0.TLMMIXM blobs
- Switched to Nexus kernel
- Adjust status bar padding
- crDroid-Settings: Use SystemSettingListPreference for status bar logo style
- Added "Linux" logos icons for status bar
- Add CookieRun Font
- Add back button for freeform window
- SystemUI: Implement Bluetooth dialog
- SystemUI: Prevent systemui crash when reinflating QS
- SystemUI: add haptic feedback for qs tiles
- SystemUI: Refactor notification reticker
- Settings: Update AppLock API
- Launcher3: Add a preference to manually restart the launcher
- Launcher3: Update AppLock API and integrate hidden apps
- Launcher3: Restore blur depth on configuration change
- Launcher3: Improve CustomSeekBarPreference drawables
- Allow enabling ethernet tethering independent of link state
- Fixed Youtube application animation when moving to PIP
- Fixed a possible crash of players using ExoPlayer when rotating phone from landscape to portrait
- Some other PIP fixes
- Less boring heads up: Don't skip heads up for most messaging apps
- Updated themed icons
- Updated art and bionic
- Updated translations
- Introduce App Lock (initial code, may be buggy)
- Launcher3: Switch to AppLock API for protected apps
- Allow locking all apps visible in launcher
- Fixed some possible Messaging issues
- Hide wifi standard icon if not connected to wifi
- Set alert dialog message to use system font
- Some other small theming changes
- Some other small refinements
- Updated translations
- GameSpace: Notify in-coming call number when receiving/rejecting call
- GameSpace: Port auto answer/reject calls feature
- DeskClock: Don't delete expired timers
- Launcher3: Fix widget add screen on dark theme
- Launcher3: Fix crash when placing widgets
- Launcher3: Update themed icons
- SystemUI: Integrate Google Lens into Screenshot UI
- SystemUI: Make Lens work without independent package installed
- SystemUI: Do not add lens screenshot without google package enabled
- Some brightness logic changes
- Some small bluetooth changes
- Updated art and bionic
- Updated translations
===== 24 Feb, 2023 =====
- Fixes for battery
- Upstreamed the source
===== 17 Feb, 2023 =====
- Improved battery backup
- Feb security patch
- Many bugfixes and improvements
- Brand new UI sounds
- Upstreamed with source
===== 09 Feb, 2023 =====
- Safetynet fixed
- Switched to NoKernel
- Battery and performance optimizations
- Many bugfixes
- Upstreamed with source
===== 29 January, 2023 =====
- Removing KernelSU because it is still causing the battery drain. although not as much as before, but still it is huge.
===== 28 January, 2023 =====
- KernelSU is back after some ironing out and polishing
- Added some reserved space in system partition for flashing the additional mods
- Disabled volume leveler for Dolby
- Disabled audio boost
===== 27 January, 2023 =====
- Moto Dolby
- Deep sleep fixes
- Kernel updates
- Source updates
===== 23 January, 2023 =====
- Included IH8SN for safetynet passing
- Battery improvements
- A small, hidden surprise for everyone
===== 22 January, 2023 =====
- Dropped Dolby again but it is a temporary removal for stability.
- Some minor fixes and improvements.
===== 21 January, 2023 =====
- Fixed status bar padding issues
- Fixed wifi display
- Updated the graphic drivers
- Added Moto Dolby (It is experimental for now. may not work properly)
- Upstreamed source and kernel
===== 18 January, 2023 =====
- Huge improvements related to Wifi, Battery and performance.
- Switched to AOSP Wifi Display
- Audio optimizations
- Fix display animation while AOD on/off
- Updates for Wifi 5 GHZ band
- Fixes for video calls
- Huge optimizations and under the hood improvements
- Kernel updates
- Source updates
===== 09 January, 2023 =====
- January security patch (Android 13-R20)
- StatusBar and UI fixes
- SystemUI crashes fixed
- RIP RealKing kernel
- Nexus kernel is back
===== 04 January, 2023 =====
- Removed the LZ4 compression for ramdisk
- Hence fixed the regression where TWRP or oOrangefox recoveries were not booting on last build
- Other misc fixes and improvements.
- RealKing kernel 8.4
- Upstreamed with source
===== 02 January, 2023 =====
- Built with RealKing kernel on users' demand
- Removed MiuiCamera and Dolbi
- Upstreamed the source
- UI updates
- Removed bundled firmware in order to reduce the size
===== 30 December, 2022 =====
- UI fixes
- Upstreamed
===== 25 December, 2022 =====
- Upstreamed with ROM and Kernel source.
- Misc changes
===== 25 December, 2022 =====
- Upstreamed with latest source and hence plenty of fixes
- Kernel updates
===== 21 December, 2022 =====
- UI and kernel updates
===== 18 December, 2022 =====
- December 2022 security update
- Switch to clang 16.0.2 for kernel compilation
- Added Parallel Space support (crdroid > misc)
- Camera enhancements
- Kernel enhancements
- Added power menu styles (crDroid Settings -> Buttons -> Power menu -> Power menu style)
- Added support for Google Dialer Call recording
- Changed internet connectivity check method
- Added toggle for internet connectivity check via Google under network & internet settings
- Fixed network leaks with split-tunnel VPNs
- Restricted Networking Mode fixes
- Added firewall statusbar icon with toggle
- Launcher3: Fix spacing and colors related to All Apps header
- Launcher3: Disable all caps from Personal and Work tabs
- Tweaked RAM and storage usage with some apps
- Fix potential memory leaks
- Fixed possble crashes with formatting SD card and pressing back button
- About: Make kernel version clickable
- About: Added deep sleep info
- Updated calendar colors
- Updated translations
===== 05 December, 2022 =====
- Compiled with Nexus kernel now
- Built with Clang 16.0.1
- Fixed audio crackling issues
- Performance optimizations
===== 30 November, 2022 =====
- Added Dolbi
- Added MIUI camera
- Added High Brightness Mode (HBM)
- Inlined with n0 Kernel
- Many performance and battery related improvements
- Fixed tons of Sepolicy denials
===== 21 November, 2022 =====
- Fixed Google Recorder
- Wifi, performance and battery improvements
===== 16 November, 2022 =====
- Fixed call recording
- Updated to November security patches (android-13.0.0_r13)
- Added face unlock support
- Added option to disable clipboard overlay
- Optimized performance and stability
- Optimized art
- Updated translations