-
Notifications
You must be signed in to change notification settings - Fork 224
/
beryllium_changelog.txt
586 lines (479 loc) · 19 KB
/
beryllium_changelog.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
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
Highlights & Device Specific Changes:
Build type: Monthly
Device: Pocophone F1 (beryllium)
Device maintainer: Lup Gabriel (gwolfu)
===== 16 November, 2024 =====
- Initial crDroid 10.10 release
- November security patches
- UdfpsAnimation: Address memory leaks and improvements
- QuickSpaceView: Prevent memory leaks
- MemInfoView: Fix free memory calculation
- Some other small changes
- Updated translations
===== 02 November, 2024 =====
- Fixed Play Integrity (soon to die I guess)
- Added option to allow tuning extra padding for statusbar
- Updated translations
===== 28 October, 2024 =====
- Fixed crash with pulse visualizer in some instances
- Added customization to select action when swiping up from bottom corner (crDroid Settings > Navigation)
- Added customization to hide carrier on lockscreen (crDroid Settings > Lockscreen)
- Updated translations
===== 13 October, 2024 =====
- Initial crDroid 10.9 release
- October security patches
- SystemUI: Implement bouncer face unlock animation
- Updated translations
===== 08 October, 2024 =====
- Hotfix for bootloop issue on clean flash
- Updated translations
===== 06 October, 2024 =====
- BrightnessController: Prevent possible memory leak
- Reworked BatteryMeterView
- PixelPropsUtils: Restore keystore safetynet attestation blocking
- PixelPropsUtils: update to latest komodo beta
- addons: BlackTheme: Affect more background colors
- addons: Update themed icons
- Fixed QS tile layout settings
===== 22 September, 2024 =====
- PixelPropsUtils: Updated fingerprint to oriole
- Removed certificate chain for hardware attestation
- Fixed possible memory leak in WiFi
- SystemUI: Tune wifi standard icon margins
- More improvements for three finger swipe
- Set AOSP webview as fallback
- Some other small optimizations
- Updated translations
===== 14 September, 2024 =====
- Fixed integrity (for now)
- Fixed brightness toggle issue in QS panel
- Fixed package installation regression in some instances
- Fixed various memory leaks
- Fixed UDFPS dimming
- Jelly updates
- Recorder updates
- Updated translations
===== 09 September, 2024 =====
- Initial crDroid 10.8 release
- September security patches (android-14.0.0_r67)
- Improvements made to memory consumption
- Launcher3: Improve hide keyboard when transitioning to home screen
- Launcher3: Expose force monochrome themed icon flag as a user preference
- OmniJaws: Update default icon package
- OmniJaws: iconpack: Add Google's new material weather icons
- Updated translations
===== 02 September, 2024 =====
- Rebased theme engine source to fix memory leak (hopefully - do test and report back please)
- Launcher3: Add an option to hide/show scrollbar in app drawer
- Launcher3: Fix keyboard disappear on empty search
- Launcher3: Allow setting transparency for hotseat search bar
- Launcher3: Allow setting stroke width for hotseat search bar
- Updated translations
===== 30 August, 2024 =====
- services: Add NPE check for updating system app from play store
- services: Simplify registering for three fingers swipe actions
- Disabled app launch blur
- Update Chromium Webview to 128.0.6613.88
- Updated translations
===== 24 August, 2024 =====
- Added option to customize QS rows
- Reworked three fingers swipe actions
- PixelPropsUtils: Update model for call of duty to Lenovo Y700
- PixelPropsUtils: Clean up blocking key attestation
- Spoof a valid certificate chain for hardware attestations
- SystemUI: Update track title and artist on metadata change
- Updated translations
===== 16 August, 2024 =====
- Fixed Play Integrity (proabbly for a day or two as Google is on us again)
- Launcher3: Enable freeform shortcut by default
- Small GameSpace changes
- SystemUI: Fix crash when click rotation button on keyguard
- Fixed memory leak on MediaProjectionPermissionActivity
- Fixed UiModeManager context memory leak for SearchManager
- Fixed Allow to suppress notifications sound/vibration if screen is ON
- Some other small changes
- Updated translations
===== 14 August, 2024 =====
- Fixed Play Integrity
- Fixed pure black issues reverting back to dark after AOD is displayed
===== 12 August, 2024 =====
- Fixed possible crash with screen rotation to landscape on lock screen
- Enabled some performance optimizations in art and bionic
- Removed Muted and Content monet settings (unused)
===== 11 August, 2024 =====
- Initial crDroid 10.7 release
- August security patches (android-14.0.0_r55)
- Added option to toggle Google Play Integrity spoofing
- crDroid Settings: Roaming indicator moved to status bar icons
- SystemUI: Resolve regressions caused by continuous updating of notification icons
- art: Optimize the entirity of ART for performance
- Fixed Quick Tap open apps apps list crashing
- Add back extreme battery saver preference controller (if Flipendo app installed)
- Update preinstalled apps config
- Updated Webview to 127.0.6533.103
- Updated translations
===== 05 August, 2024 =====
- Launcher3: Hide keyboard when transitioning to home screen
- Launcher3: some other small changes
- SystemUI: Fix SystemUI crash when removing status area
- SystemUI: Update QS customizer background color
- Fixed memory leak in FrameTracker
- Fixed carrier text font flaw after theme changed
- Screenrecord: Option to keep the screen awake while screen recording
- Settings: SoftAP: Add client manager
- Settings: SoftAp: add support for setting shutdown timeout
- Settings: SoftAp: add Hidden SSID preference
- Dialer: Fixed long call recording
- Update themed icons
- Updated translations
===== 26 July, 2024 =====
- Fixed possible issue with phone numbers not being displayed properly
- Fixed notifications sound/vibration if screen is ON
- Settings: Follow system theme for SD card activities
- Increased QS tile vertical margin for A11 QS
- Fixed QQS and QS panel paddings for notch devices on A11 QS
- Fixed DocumentsUI possible crash
- Updates to dark theme
- Updated bionic
- Updated APNs
===== 22 July, 2024 =====
- Hotfix: fixed issues with RIL due to bad carrier info data
===== 20 July, 2024 =====
- Fixed network can't handle simultaneously SS request for both subs
- Fixed possible display freeze during playing animation
- SystemUI: Move bluetooth dialog creation to LongClick method
- SystemUI: Fix QS light theme issues
- SystemUI: Enable clipboard shared transitions
- SystemUI: Enable color fidelity
- SystemUI: Fix systemui crash when checking headups whitelist packages
- SystemUI: Correctly monet theme the new volume panel
- SystemUI: Integrate Google Lens into Screenshot UI
- Battery Styles: Never enable dual tone on landscape battery styles
- Keep app in freeform when started from Home screen
- Improve color shades for AndroidBlackTheme
- Dont enforce navigation mode for hiding hint
- LatinIME: Update emojis
- Some other small adjustments
- Updated translations
===== 07 July, 2024 =====
- Initial crDroid 10.6 release
- July security patches (android-14.0.0_r53)
===== 18 June, 2024 =====
- Fixed possible battery drain issue caused by WiFi
===== 17 June, 2024 =====
- SystemUI: Match keyguard carrier text font with system
- SystemUI: Fix suspicious spaces around new mobile icons
- SystemUI: Improve QS data usage info
- Fixed crash in SystemUI in Multi-User case for PIP
- Some other fixes here and there
- Updated Aperture
- Updated Chromium to v125.0.6422.165
- Updated Etar
- Updated translations
===== 02 June, 2024 =====
- Fixed some Monet issues
- Fixed InstallRestriction for Seedvault
- SystemUI: Improve QS data usage info
- Updated Aperture
- Updated translations
===== 28 May, 2024 =====
- Fixed Play integrity (for God knows until)
- Fixed high CPU usage caused by QS layout that drained battery
- Fixed SCREEN_BRIGHTNESS inconsistency issue before and after reboot
- SystemUI: Fix suspicious spaces around new mobile icons
- Added back Quick Tap (Google will probably break it again next QPR)
- Added option to edit APNs
- Updated Glimpse
- Updated Seedvault
- Updated Webview to 125.0.6422.113
- Updated translations
===== 20 May, 2024 =====
- Fixed Play integrity (for now)
- Fixed possible bluetooth issues with some devices
- ThemePicker: Replace Gallery2 with Glimpse
- Updated Aperture
- Updated translations
===== 12 May, 2024 =====
- Initial crDroid 10.5 release
- May security patches (android-14.0.0_r35)
===== 11 May, 2024 =====
- Fixed media playback issues with VP9 dependend apps
- Launcher3: Quickspace: Clean up and fix random message when disabled
- Launcher3: Fix search bar background on light theme
- Launcher3: Fix active tab color on light theme
- OmniJaws: Mass weather icon additions
- OmniJaws: Fix weather icons for Scattered & Overcast clouds on OWM for Google icon pack
- Added back increasing ring feature
- Re-add fingerprint vibration settings
- Updated Webview to 124.0.6367.82
- Updated translations
===== 28 April, 2024 =====
- Updated KernelSU to v0.9.3
- Fixed NPE in SystemUI
- Added option to toggle Bluetooth when pressing QS tile
- Added option to toggle hide headsup
- Added San Francisco font
- Added Play font
- Updated some APNs
- Updated translations
===== 22 April, 2024 =====
- Launcher3: quickstep: TouchInteractionService: Do not crash on boot
- SystemUI: Some dark theme fixes
- SystemUI: screenshot: Also post a notification with a preview
- Reworked Monet settings
- bionic Updates
- Updated translations
===== 14 April, 2024 =====
- Added back systemui clocks
- Added back pixel-framework
- Added back system-wide AppLock
- Fixed Radio FM
- Fixed default QS columns in landscape
- Fixed SMS and Calls preference summary displays empty
- Fixed starting Style & wallpaper from search
- Fixed the memory leak caused by the accessibility menu in SystemUI
- Fixed font update failure
- SystemUI: Don't animate QS tile text when opening activity/dialog from A11QS ui
- SystemUI: Animate volume panel dialog opening from button
- SystemUI: Use color accent for charging animation
- SystemUI: Clean up for Tile layout
- SystemUI: Filter out duplicate notification icons on statusbar
- SystemUI: Workaround for systemui crash caused by gboard
- SystemUI: Fix RecodingController NPE with GameSpace
- SystemUI: Adapt long press on QS settings to launch crDroid Settings
- SystemUI: Fix secondary label alignment on A11 QS UI Style
- SystemUI: Show big keyguard clock when media controls are hidden
- Enabled O3 when compiling for increased performance
- Launcher3: Fix all apps drawer themed icons toggle
- Some other small fixes
- Updated translations
===== 06 April, 2024 =====
- Initial crDroid 10.4 release
- April security patches (android-14.0.0_r31)
- Rebased on top of QPR2
- Everything else...
===== 10 March, 2024 =====
!!! Depending on the build your coming from, booting may take a bit of time due to some app level optimizations !!!
--- Wait for it to finish ---
- SystemUI: Fix QS tile dialog background color
- ChargingControl: Respect 24 hour locales in TimePicker
- Fix "Abnormal while playing netflix in PIP mode"
- Allow adding space below IME on disabling navigation hint
- Reworked QS Header Image customization (the return of OmniStyle)
- Screenrecord: Dismiss notification on stop
- SystemUI: RecordingService: Fix non dismissing notifications
- Fixed signal icons in circular icon pack
- Dialer: show blocked calls in call log
- Update various icon packs
- Various other fixes
- Updated translations
===== 04 March, 2024 =====
!!! Due to some app level optimizations, booting may take a bit of time !!!
--- Wait for it to finish ---
- Fixed Play integrity (for now)
- Dialer fixed margin to back icon
- Dialer: some other fixes
- Fixed ambient pulse notification
- Fixed show face icon in lockscreen if faceunlock is enabled
- SystemUI: Follow light/dark theme in SplitShade Header
- Some other small fixes here and there
- Updated Aperture
- Updated Chromium to v122.0.6261.90
- Updated translations
===== 26 February, 2024 =====
- Updated KernelSU to v0.8.1
- Removed blur (causes UI lags)
- Replaced Gallery2 with Glimpse
- Reworked battery usage
- OmniJaws: added 3 more icon packs
- Launcher3: Add scrollview for task options menu
- ScreenOffAnimation: Fix system animation disable check
- Fixed WFD
- Dialer fixes everywhere :)
- Some other small fixes and improvements
- Updated Aperture
- Updated Etar
- Updated Recorder
- Updated Webview to 121.0.6167.164
===== 10 February, 2024 =====
- Initial crDroid 10.2 release
- February security patches (android-14.0.0_r25)
- Island: Improve text filtering to support symbols
- crdroid: Enable island notification now playing
- Updated Dialer
- Updated Aperture
- ART optimizations
- Updated translations
===== 04 February, 2024 =====
- SystemUI: enable fading squiggle animation of qs media player
- SystemUI: Align the QS carrier text to its gravity bias
- SystemUI: Cleanup screenshot sound/vibration logic
- Fixed device reboot caused by SecurityException
- Optimizations to ART
- Some other small optimizations
- Removed battery info from About page
- Updated Dialer
- Updated Eleven
- Updated Webview to 121.0.6167.101
- Updated translations
===== 28 January, 2024 =====
- Rebased some source changes
- Fixed Google translate login issues
- Set default landscape rows to 1
- Removed split notification shade
- Removed custom kernel string (causes Integrity issues - thx Google)
- Added customization for flashlight blink on incoming calls (crDroid Settings -> Notifications)
- Added in-call vibration options (Settings -> Sound)
- Added vibration pattern customization (Settings -> Sound)
- Added option to schedule always on display
- Launcher3: Introduce overview scrolling scale animation
- Launcher3: Fix overview scrolling scale animation
- Launcher3: Fix Uninstalling work app
- Launcher3: fix uninstalling apps from recents
- Reworked volume stream steps option
- SystemUI: VolumeDialogImpl: Do not override the layout direction
- Lots of other small changes
- Updated KernelSU to v0.7.6
- Updated Aperture
- Updated Webview to 120.0.6099.230
- Updated translations
===== 18 January, 2024 =====
- Fixed SafetyNet
- Fixed social media apps video playback (ex: YT)
- Added missing face unlock animation
- Added native monet settings to change theme style
- Fixes to IslandView
- Increased QS & QQS header Space for A11 QS style
- Updates to ThemePicker
- Updated ART
- Updated Aperture
- Updated translations
===== 13 January, 2024 =====
- Initial crDroid 10.1 release
- January security patches (android-14.0.0_r20)
- Updated KernelSU to v0.7.5
- Updated GameSpace icon
- Launcher3: Allow widgets to have 1 row as minimum size
- Launcher3: Some other general fixes
- Fixed tile shades in QS reflected panel style
- Small changes for hiding Magisk better
- Some other small changes and fixes
- Updated translations
===== 05 January, 2024 =====
- Updated KernelSU to v0.7.2
- Added system-wide App Lock
- Added Gravis GamePad Pro support
- Enabled Android 14 based Clone Apps feature (experimental)
- Launcher3: fixed some issues
- Fixed SystemUI issues
- Some general fixes here and there
- Updated translations
===== 29 December, 2023 =====
- Performance improvements (system-wide ThinLTO support)
- Improvements to blur
- Disabled lockscreen live wallpaper
- Extended settings for QS Header Image (should be abke to import your own iamges also)
- Launcher3: Prevent NPE with taskbar drag controller
- Launcher3: Make music search icon dependent on google search
- Launcher3: Prevent hotseat QSB crash with google stub
- Some PiP improvements adn fixes
- SettingsIntelligence: Style search bar to match new Settings UI
- VolumeDialog improvements and fixes
- SystemUI fixes
- Rework QS11 dimens
- Added sans-serif font package
- Fixed support for app signature spoofing (fixes microG)
- SetupWizard improvements
- Updated Webview to 120.0.6099.144
- Aperture: Updated CameraX to 1.4.0-alpha03
- Updated translations
===== 22 December, 2023 =====
- Initial crDroid 10 release
- Merge of Android 14 QPR1
===== 10 December, 2023 =====
- Fixed possible NPE in GameSpace
- Launcher3: Fix Personal/Work profile tab colors in AllApps
- SystemUI: Disable smartspace weather by default
- SystemUI: Fixes for 4G/LTE icon switch
- Island: Implement Now Playing music ticker
- Implemented checks so that all packages can use signature spoofing (should fix microG)
- OmniJaws: Do not apply tint for weather widget by default
- PixelPropsUtils: Update spoof fingerprint (fixes SN for now)
- Small FaceUnlock fixes
- General fixes for Dialer
- General stability fixes
- General performance improvements
- Updated translations
===== 02 December, 2023 =====
- Added statusbar roaming indicator
- libhwui: Improvements to performance
- OmnijawsClient: Fix widget theme
- NotificationShade: Make blur crossfading more gradual
- Some other small changes here and there
- Updated translations
===== 01 December, 2023 =====
!!! Note that this build requires new Gapps to enable new features (check gapps button on download page) !!!
- FaceUnlock: Fix SecurityException with registerReceiver
- Added some missing themed icons
- OmniJaws: Restore style for widget config activity
- Allow using 4G icon instead of LTE
- Fixed SystemUI crash caused by Gboard
- Island: Improvements and fixes
- Updated translations
===== 28 November, 2023 =====
- Fixed SafetyNet and Play Integrity
- Fixed continuous crash issue in persistent apps
- Added Quick Tap
- Added face unlock (neeeds reboot after setup - for now)
- Added optional weather text on lockscreen and clean up
- Added Island notifications
- Added separate customization for QS footer transparency
- Added dual tone QS background
- Added QS footer data usage
- Moved blur toggle to display options
- Move Extra Dim feature to display
- Launcher3: Show toast when clearing all apps
- Improvements to stability and performance
- Settings: Add icon for emergency broadcasts
- DataSwitchTile: Set default data subid when data is enabled
- Removed ReTicker
- Updated OmniJaws
- Update Google Sans font
- Updated sqlite
- Updated translations
===== 24 November, 2023 =====
- Fixed slow RIL loading (hopefully for good)
- Fixed crash when clicking Spell Checker
- Fixed AlarmManager high CPU issue
- Fixed some memory leaks
- Fixed BatteryStyles
- Fixed Settings: Allow to quickly open Running Services from meminfo view
- Fixed Launcher3 showing actual memory without rounding up
- Added KernelSU 0.7.1
- Some other small fixes
- Added missing icons for some settings
===== 19 November, 2023 =====
- Implemented glass blur effect
- Remove MIUI poweroff charging animation (using AOSP now)
- Fixed possible GPS issues
===== 17 November, 2023 =====
- Fixed issue with Desk Clock not ringing when increase ringing is enabled
- Desk Clock: Improved theming options
- Fixed SafetyNet
===== 16 November, 2023 =====
- Added quick unlock
- Launcher3: Little revamp for app info bottom sheet
- Fixed some sepolicy denials
- Created brightness slider category under crDroid Settings
- Fixed animations
- Fixed padding in keyguard carrier
- Fixed security patch level not being listed in about page
- SystemUI: Add charging icon to the charging animation
- SystemUI: Improved charging animation
- Battery Styles: Fixes and clean up
- Updated Chromium Webview to 119.0.6045.134
- Fixed some Updater issues
- Some small ART optimizations
- Improved responsiveness
===== 11 November, 2023 =====
- initial release