-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog_lynx.txt
2667 lines (2461 loc) · 178 KB
/
changelog_lynx.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
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
====================
09-17-2024
====================
* frameworks/base
1c922df50c80 - aapt2: add freeze IDs for ContextualSearch (by Matt Filetto)
315c471efc84 - services: Whitelist quickstep from activity start checks (by minaripenguin)
f3722612bd98 - PinnerService: Try to pin SystemUIGoogle if SystemUI fails (by AnierinB)
ffb13fb3f842 - Revert "Spoof a valid certificate chain for hardware attestations" (by Matt Filetto)
ade2461199f2 - SystemUI: Revamp QS data usage UI (by minaripenguin)
f6def00f71a6 - SystemUI: Fix QS row count for split shade (by minaripenguin)
8462bd9c4917 - SystemUI: Implement Split notification shade changes [SQUASH] (by minaripenguin)
ad2c8b9156aa - core: Update freeze IDs for UDC QPR3 used by HbmSvManager (by Alvin Francis)
f37d5aa70321 - SystemUI: Update Battery Drawables dimens to scale with font like the other icons (by Matt Filetto)
97bba0925295 - SystemUI: Fix AOD and pulsing scrim color (by minaripenguin)
1c87d45312bf - SystemUI: Fix some Notification Styles not working correctly (by Matt Filetto)
de08994bd5fc - SystemUI: Media player mode toggle [1/2] (by minaripenguin)
19cb6be42cbb - SystemUI: Shorten timeout between Volume Panel Haptic feedback pulses (by Matt Filetto)
dcb65e65e3dc - SystemUI: shorten the time between triggering vibration on birghtness bar slider changes (by Matt Filetto)
a541c86fd42b - SystemUI: Improve brightness slider haptics (by minaripenguin)
1154b40fc1e7 - VolumeDialogImpl: Improve volume haptics feedback (by minaripenguin)
0fca7459aa65 - SystemUI: Intensity based qs fling haptics (by minaripenguin)
b22647424819 - SystemUI: Use VibrationUtils for QS/Status bar haptics (by minaripenguin)
5be9b3135d08 - [HACK]: SplitShade: drop notch cutout overlay. (by Matt Filetto)
dae339f06a2c - SystemUI: Fix volume dialog colors (by elpaablo)
38542e5b060e - SystemUI: Simplify volume percent checks (by minaripenguin)
869cdd25ea8e - SystemUI: Use the same volume panel layout for landscape (by minaripenguin)
7e598c28beed - VolumeDialogImpl: Fix volume panel horizontal translation (by minaripenguin)
b17befe0a54e - SystemUI: Add toggle for volume percent [1/2] (by minaripenguin)
de5584381d9b - Revert Dialog dismiss changes [SQUASH] (by minaripenguin)
765aee6ef3df - VolumeDialogImpl: Add toggle for media output button on volume panel (by minaripenguin)
df9b25d6f74d - SystemUI: Separate buttons from volume seekbar (by minaripenguin)
f962eb1c9975 - SystemUI: Animate volume panel dialog opening from button (by Adithya R)
2bf38b87c399 - Volume panel styles framework support (by elpaablo)
7a0518230c82 - Revert "SystemUI: Add Volume panel TextView[1/2]" (by Matt Filetto)
0c4a709081f1 - Implement QS Split Shade (1/3) (by elpaablo)
1fd5789b8c18 - ContrastColorUtil: silence some span (by elpaablo)
90ba7982a829 - SystemUI: refactor percentage view for brightness bar to work with new QS Panel Style Impl (by elpaablo)
83dce1726eb4 - QS panel styles cleanup (by elpaablo)
bd0dd0bd7412 - QS styles fixup (by elpaablo)
0717969efb3e - base: rework QS panel styles implementation (by elpaablo)
2d3dad6d1d43 - Cleanup QS panel styles (by elpaablo)
b2f284c24c11 - Add missing bootleggers color (by elpaablo)
f4580c978d77 - core: Update freeze IDs for UDC QPR2 used by HbmSvManager (by Alvin Francis)
cfef1c45110a - RecenTasks: Restore default quickswitch behavior (by minaripenguin)
afdf7e8a2845 - QuickSwitch: Remove dead code (by minaripenguin)
0281feecee42 - QuickSwitch: Add lawnchair launcher package 1/2 (by Alvin Francis)
1571da1770ab - base: Introduce built-in QuickSwitch feature [1/2] (by minaripenguin)
c75735cc2838 - services: Introduce RisingServicesStarter (by minaripenguin)
f181beaf3614 - Fixup!: SystemUI: Introduce Depth Wallpaper feature [1/2] (by minaripenguin)
e06dd7fab0c6 - base: Bring back DeviceIntegrationUtils class (by Matt Filetto)
132602c52131 - SystemUI: increase pulse duration fade in on doze duration (by Matt Filetto)
3cfffa95d0c3 - KeyguardIndicationController: Fix SystemUI F/C with some devices when showing charging info (by Matt Filetto)
38764e1bed4a - Revert "SettingsLib: Import xdroid-OSS collapsing toolbar layout" (by Matt Filetto)
1daddc226fe8 - increase back gesture intensity (by Matt Filetto)
908d12b12f34 - increase default edge scrolling haptics intensity (by Matt Filetto)
8073f4b43dd1 - SystemUI: Fix keyguard carrier start margin (by minaripenguin)
519efa93ba62 - Enable brightness slider haptics by default (by minaripenguin)
1df92cecae40 - QSTile: Enable haptic feedback by default (by Matt Filetto)
f59803ad80f4 - UdfpsAnimation: default to style 26 (McLaren) (by Matt Filetto)
5d4c0fcfad02 - SystemUI: Introduce RisingThemeController (by minaripenguin)
ade43479443a - SystemUI: Implement intensity-based qs tiles haptic feedback (by minaripenguin)
96475d8925b9 - Move vibration haptics callbacks to VolumeUtils (by minaripenguin)
5b2fe6e709b2 - SystemUI: Implement volume row sound haptics based on audio stream (by minaripenguin)
41f0ecbfa4e7 - SystemUI: Implement intensity-based volume slider haptics (by minaripenguin)
1afca972d876 - EdgeEffect: Implement intensity-based edge scroll fling haptics (by minaripenguin)
0ce08603e47f - SystemUI: Implement intensity-based back gesture haptics (by minaripenguin)
8f6e05e2ac8e - SystemUI: Implement intensity-based brightness slider haptics (by minaripenguin)
7411b7e2d90a - SystemUI: Implement intensity-based qs tiles haptic feedback (by minaripenguin)
1f69f5b2dd4d - core: Introduce VibrationUtils (by minaripenguin)
153a409cbad6 - base: Toggle vertical swipes on Ambient display [1/2] (by Shubham)
d2c004a9125f - Implement extended feature support to misc apps Change-Id: I8643f0ec50b8074c037ba5e45095605c409ddee1 (by minaripenguin)
f52f79311a3e - Don't enable extra StrictMode features for userdebug builds (by Sultan Alsawaf)
be171505667c - SystemUI: Enable production-ready feature flags (by Danny Lin)
5b60e50c6582 - speedup window animation scale (by elpaablo)
523368655250 - android.view: reduce animation speeds (by Mazda)
db8297fdf736 - QSPanel: Increase label text size a step (by minaripenguin)
fefb428b087a - QSTiles: Allow changing tile label size independently. (by Matt Filetto)
4a2ff61550d9 - SettingsLib: add category for Sigma settings (by Matt Filetto)
564b9a26d6a9 - DozeParameters: Add content observer for pickup gesture ambient and update raise to wake gesture accordingly (by Matt Filetto)
13de042fa3f3 - SystemUI: Implement Adaptive charging mode (by minaripenguin)
05f35d4e9934 - Revert "SystemUI: Try disabling smartspace weather by default" (by Matt Filetto)
fc9414340f6e - Introduce Dashboard Style (by LurdRaiden)
d08cc6eecdec - sounds: update to oneplus sound effects (by arsalan-zeus)
c97ed8e78a87 - Add support for SuperDart Charger. (by arsalan-zeus)
7a0d3cd1d80e - SystemUI: match brightness slider track height with the progress drawable (by jhonboy121)
3386ed7f1a3d - Silence ExifInterface logspam (by minaripenguin)
d9f8ba29b547 - base: Allow to hide screen capture status from apps [1/2] (by someone5678)
0c9b7a39aaf2 - ExternalStorageProvider: Conditionally remove SAF restrictions [1/2] (by Richard Raya)
e4080c399842 - SystemUI: Use darkest neutral shade for island dark mode bg (by minaripenguin)
b061d74f3030 - SystemUI: Show island notification on landscape (by minaripenguin)
87ef4752ab26 - DisplayModeDirector: Allow to enforce user selected resolution (by cjh1249131356)
516751eca4c0 - [Bugfix] Remove publish map if provider is dying (by mositing)
a0ef7b236eac - Revert "Add AppOps listening to STService" (by aswin7469)
e01bdaf1718c - aapt2: support freezing private resource IDs (by nift4)
4d86b5e1055c - navigationbar: Remove typos (by mukesh22584)
ffdcd5dc5234 - base: core: Unregister broadcast receiver only when registered (by Soo-Hwan Na)
cf6f80403389 - SystemUI: BackPanel: Always add second arrow in front on long swipe (by someone5678)
ea36cd0c7294 - SystemUI: navigationbar: Flip canvas if gesture started from left (by someone5678)
1f99cc707c69 - services: Scale max cached processes based on total ram size (by minaripenguin)
336dd6bc7ed8 - AudioService: Do not touch ringer mode on volume change when device has alert slider (by cjh1249131356)
515bd38abe20 - SystemUI: Add monet customization [1/2] (by Pranav Vashi)
6623aa858bc1 - Revert "SystemUI: monet: Allow a more granular control over shades [1/2]" (by mukesh22584)
7a0584b990f7 - Revert "SystemUI: monet: Remove unused colorSchemeIsApplied" (by mukesh22584)
90bec2d76858 - SettingsLib: Update battery drawables (by minaripenguin)
ae6a99db2424 - Custom FP Icon: Fix up Custom(User Selected Image) UDFPS icons (by SuperDroidBond)
940a3ecc0bc5 - base: Custom(User Selected) UDFPS Icon [1/2] (by Vachounet)
f5193d0f3113 - SystemUI: Max Notif Panel Notification count [1/2] (by SuperDroidBond)
ec95409972d7 - SystemUI: Max Lockscreen Notification count [1/2] (by Co-authored-by: beanstown106)
400cf89bd6d2 - Gestures nav: Add Partial Screenshot action (by spezi77)
f20c140c66c6 - Gestures nav: Add Power menu action (by kdrag0n)
42c9604d07b6 - Show a double arrow when almost triggered in new back affordance as well (by DennySPb)
7ceab59eee15 - [SQUASH] Advanced navigation "extended/L" gestures (by ezio84)
2a3d551d2519 - [SQUASH] Add actions for advanced navigation gestures in systemUtils (by ezio84)
344cb90da7ac - Reverse actions for QS and notification panel (by ezio84)
27a73f001c5d - Add api to get or kill foreground app (by ezio84)
385802e2ce33 - base: Add api to take screenshots (by bigrushdog)
895c58556bce - Utils: Add more helpers (by Alex Cruz)
dcba985d383a - Add isVoiceCapableMethod for in-call vibrations in systemUtils (by ѕнυвнαмв)
18bc4313db00 - Utils: Update notch check logic (by Anushek Prasal)
537ee46f9996 - Utils: Method to detect a notch'd device (by Alex Cruz)
265498208bd0 - Add api to toggle flashlight and check if device has flashlight (by ezio84)
645daac501fd - [SQUASH] Revert long swipe gesture implementation [1/2] (by SuperDroidBond)
8acc8033bb4f - ToastAnimation: add rotate animations for toasts [1/2] (by SuperDroidBond)
f326bc455e60 - FW_Base - XuiMod: Toast Animations [1/2] (by GwonHyeok)
0107373e7da8 - Fw_base - add Rotate animation to Power Menu [1/2] (by LorDClockaN)
3654aea8b7a4 - FWBase: Add 7 more power menu animations [1/2] (by westcripp)
f918ac1c9787 - Power Menu animations [1/2] (by Alex Cruz)
33a2c6a21a86 - FWB: Power/reboot menu transparency (1/2) (by LorDClockaN)
3f4b020007fd - Allow setting custom symbol near text on charging [1/2] (by Pranav Vashi)
feacb709b339 - Lockscreen timeout: Make timeout configurable [1/2] (by Alex Cruz)
a423b5eccbb3 - SystemUI: KeyguardUnlockAnimationController: Catch all exception (by someone5678)
4f1f21094e39 - SystemUI: ScrimState: Make some components transparent (by someone5678)
a3a1b766f18b - systemui: Add 24 hrs. option to snooze times (by mukesh22584)
fe385d3ac20c - Workaround bad GC of tombstone watcher. (by Mitch Phillips)
3e41aaad2cc1 - fixup! AudioService: Reduce redundant volume broadcast (by nift4)
45efda11cb2f - AudioService: Reduce redundant volume broadcast (by minaripenguin)
c78cf21b9da2 - hwui: Compile without no-omit-frame-pointer (by Sourajit Karmakar)
119c5ca1f858 - base: Don't send interaction hint for unnecessary events (by Alex Naidis)
3df9331ff03c - core: res: config: speed up tooltip animations (by Simao Gomes Viana)
f425b106b8f2 - Make the spinners faster (by Simao Gomes Viana)
4f7baad2c0c6 - Make spinners even smoother (by Simao Gomes Viana)
1e93fa6ae169 - ViewConfiguration: Align coding style to AOSP (by Harsh Shandilya)
66128d247e8c - ViewConfiguration: add support for max/min fling velocity sysproperties (by Simao Gomes Viana)
6b8b1ce24ab2 - ViewConfiguration: set scroll friction to 0.006f (by Simao Gomes Viana)
4c0a1eef0138 - ViewConfiguration: misc changes (rev) (by Simao Gomes Viana)
85fb8c678602 - core: jni: use -O3 (by Simao Gomes Viana)
981d8e63d1a9 - os: Process: Fix wrong code in isThreadInProcess (by leo zhang)
4493313d1697 - Shorten wait time for shutdown time optimization (by zljing)
f338698ecd71 - Makes the loading "spinner" animation smoother (by Sar Castillo)
240866b37754 - KernelCpuUidTimeReader: Decrease log level on non-eng builds (by Han Wang)
82de1ce5904e - SystemUI: Remove power menu shadow (by Danny Lin)
f751611e7160 - AppErrors: Respect appsNotReportingCrashes for ANRs (by Danny Lin)
1cf218967761 - base: Improve IME space feature overlay (by Rizky Benggolo)
4917248b48a1 - base: Remove IME space under keyboard feature [1/2] (by timjosten)
6d7c2042e645 - Revert "Allow adding space below IME on disabling navigation hint [1/3]" (by mukesh22584)
8da6332e5df1 - BootReceiver: Return early if trace_pipe doesn't exists (by minaripenguin)
71edd3c5555c - core: Broadcast intent when display power state changes (by Adithya R)
c03bae3fde1c - SystemUI: Use a more common haptic effect for volume panel (by minaripenguin)
fc58435fb4b8 - base: Add optional haptic feedback to volume panel [1/2] (by Blaster4385)
e1380a06f045 - SystemUI: Add Volume panel TextView[1/2] (by Idc)
cef23dff7d88 - SystemUI: Adjust volume style landscape height - It's so tiny.... (by mukesh22584)
9ed5dba70d4b - Allow user to select low power refresh rate [1/2] (by Pranav Vashi)
dfe57e8d290e - SystemUI: Fix Qs tile dialog color (by minaripenguin)
fbf1169ff6fc - SystemUI: Match systemui dialogs background with power menu (by minaripenguin)
a1c4391d6fac - base: Pulse: fix changes not applied correctly in SolidLineRenderer (by Jenna-they-them)
1cdd2c1119ea - base: Pulse: Fix Fadingblockrenderer if custom gravity is top (by Jenna-they-them)
1efe2091fdea - Pulse: Prevent systemui-related crashes (by minaripenguin)
725c2d3fb85e - Pulse: Fix orientation checks (by minaripenguin)
6da64cc7662a - Pulse: Vertical mirror [1/2] (by TikkiTikki)
8d13ec8ab4d3 - Pulse: Custom gravity and Center mirrored [1/2] (by TikkiTikki)
50a0210ebfda - Remove duplicate imagehelper (by mukesh22584)
bccf4d848a81 - Revert "AudioService: do not log sound effects in audio dumpsys" (by jro1979oliver)
92f3b49b7068 - Battery charge warning [1/2] (by Nicolas Dhouailly)
7aec680c5741 - VolumeDialogControllerImpl: Do not use broadcast for volume change event (by minaripenguin)
52411ced55a0 - Volumepanel:disable row header for AOSP modified style (by drkphnx)
bd6e378f6bdf - base: HideDeveloperStatus: Query all apps installed by any user [1/2] (by someone5678)
14f4be124eb4 - base: LockscreenCharging: Bring in °F/°C toggle [1/2] (by calebcabob)
d01f6ac5f840 - Base: Ambient batterybar color options [1/2] (by pimpmaneaton)
c9205c12e587 - SystemUI: Color the battery bar red when the level drops to 15%. (by spezi77)
d29d2c5d5989 - SystemUI: Introduce keyguard battery bar settings [1/3]. Squashed-in: * SystemUI: keyguard battery bar in aod on charging [1/2] or always with an switch (maxwen) [micky387] Remove tuner dependency and add settings for our OmniGears (by maxwen)
695e97889809 - base: Always turn on sensors when disabling sleep mode (by cjh1249131356)
dd906bd7cf2c - base: Introduce automated Sleep Mode [1/2] (by Anushek Prasal)
53157d26abf8 - TwilightService: Save and use last fetched location (by Ido Ben-Hur)
b6fe5429e549 - TwilightService: Use temporary TwilightState when location is not available (by rituj)
dec829cc24b4 - IdleManager: update packagelist (by dlwlrma123)
148ac4e1195b - IdleManager: CleanUp (by spkal01)
100d31433d51 - base: Implement background process killer [1/2] (by Dil3mm4)
6090b30f540f - VoLTE: Improve design of "VO" icon (by mukesh22584)
ec14a429ad18 - VoLTE: return our favorite "VO" icon (by SuperDroidBond)
630aa0bf9a64 - SystemUI: Add 14 New VoLTE icon [1/2 (by R15Hi)
f8de5b83d1d7 - SystemUI: Add Vivo X60 Pro VoLTE Icon [1/2] (by AshutoshSundresh)
4ce636bedd5f - SystemUI: Add 2 more VoLTE icons [1/2] (by Advaith Bhat)
45ad46ce7b79 - SystemUI: Add EMUI VoLTE icon [1/2] (by DennySPb)
c84e725ff940 - Add MIUI 11 VoLTE icon [1/2] (by Lup Gabriel)
b9eb6b3419b7 - User Selectable VoLTE-VoWiFi Icons [1/2] (by SuperDroidBond)
c76d62a53d36 - SettingsLib: Import xdroid-OSS collapsing toolbar layout (by mukesh22584)
6b7d643144ab - base: Allow setting wake for notifications separately from doze [1/2] (by Ido Ben-Hur)
4df11740246d - base: Double tap to trigger doze [1/2] (by SKULSHADY)
617628cfd400 - base: Introduce Smart 5G service [1/2] (by Adithya R)
b7b80e29b99b - HACK: telephony: Conditionally force enable LTE_CA (by DarkJoker360)
2fd7efc7d70f - Change default refresh rate and default peak refresh rate. (by Ying Wei)
ed34ea05c246 - set config "config_showNavigationBar" to "true" to fix CtsInputMethodTestCases (by Dandan Sun)
66693ea2f189 - BrightnessTextView: Match text color with QS themes [1/2] (by mukesh22584)
233984f643fc - Add Ambient Customizations [1/2] (by elpaablo)
34a5e0cf3495 - drawable: remove tumb from seekbar * looks ODD AF (by darkphnx)
60d4879a4918 - Revert "Update Media Seekbar Thumb Shape" (by spkal01)
e095b9cc6d21 - drawable: Fix seekbar when disabled (by Erfan Abdi)
06075bc97054 - SystemUI: Redesign seekbar (by SagarMakhar)
99ee8378ad6b - Systemui: Add Brightness TextView[1/2] (by Idc)
17dac47d4167 - SystemUI: Implement Volume Styles [1/3] (by minaripenguin)
0ab49f69e49c - services: Silence AppsOps debugging messages (by minaripenguin)
a6becb9f98a5 - SystemUI: Refactor status bar chip bg (by minaripenguin)
74508f38630c - Statusbar Clock background chip [SQUASH] (by minaripenguin)
cce9de9af011 - PowerOffAlarmService: Return if NotificationManager is NULL (by someone5678)
68f3f1c6cce0 - PowerOffAlarmService: Handle NPE with shared preferences (by Adithya R)
556ac414d135 - base: PowerOffAlarmService: Add a notification (by Ido Ben-Hur)
782f3e1b5747 - base: Introduce PowerOffAlarmService (by Ido Ben-Hur)
60855e2fbfd3 - SystemUI: Add tunings for status bar paddings [1/2] (by minaripenguin)
361a54f34e9e - SystemUI: Introduce preferred network tile (by cjh1249131356)
f370ccdae231 - fixup!base: Add support for UI Styles (by El Dainosor)
9383175899be - base: Declare a gradient end color (by ElDainosor)
40790edbd6ab - base: Add support for UI Styles (by El Dainosor)
c0566ce60007 - Frameworks: Enable VoNR by default (by johnmart19)
9bc19f73347a - SystemUI: Whitelist SystemUI Clocks from privilege checks (by minaripenguin)
0c3921a4b574 - SystemUI: Hide custom clocks by default (by minaripenguin)
a76b3c069a4d - SystemUI: Fix user profile icon for custom clock 2 (by minaripenguin)
a273a12a15a3 - SystemUI: Custom clock style improvements (by minaripenguin)
523e556b63a0 - Lockscreen Clock: Fix custom clock time updates (by minaripenguin)
45c0528cc9cd - SystemUI: Add more LS Clocks [1/2] (by Subratam6296)
2adc8e639307 - SystemUI: Add support for Custom fonts for Custom LS Clocks (by Subratam6296)
a1b3c19c1f36 - Lockscreen Clock: Dedupe requestLayout() calls when updating status area layout (by minaripenguin)
7b2b5c7fb785 - Introduce Lockscreen Style [1/2] (by 703joko)
ae852cb26a4a - base: Allow locking tasks to recents [1/2] (by SagarMakhar)
5c0ee3a987ba - Clock: Statusbar Clock Customization [1/2] Add Clock size, color & font style. (by SuperDroidBond)
9e5e1d9a9a8d - Clock: Add ability to resize QS & Statusbar Clock [1/2] (by StarkDroid)
cdd2b688339a - SystemUI: Introduce Depth Wallpaper feature [1/2] (by minaripenguin)
0ee00178cc34 - SystemUI: Define colorPrimary/colorSecondary colors for dual tone QS (by minaripenguin)
ea41f3d0c964 - SettingsProvider: Resolve google gms configurator denials (by minaripenguin)
37e87f80ba93 - core: Workaround for ASI crash (by minaripenguin)
b3a65cb879e8 - ServiceRecord: Don't post running notification for selected apps (by cjh1249131356)
c768449c35de - SettingsLib: Use San Francisco font for iOS battery styles (by minaripenguin)
988a9ad5e0bc - Battery Styles: Add MIUI pill battery icon (by DrDisagree)
c92d47d4b3e1 - Battery styles: add Origami battery icon (by DrDisagree)
cd30d9ef1be8 - Battery Styles: Add Landscape iOS battery styles from Iconify [1/2] (by helliscloser)
45c46b3ed482 - Battery Styles: Added 9 more battery styles [1/2] (by R15Hi)
ab5f3facb1ba - SettingsLib: Initialize battery drawables colors for light/dark theme (by minaripenguin)
1e754d281139 - base: Extend showing Ambient instead of fully waking to single tap gesture [1/2] (by aswin7469)
f8d5830659e8 - base: Allow showing Ambient instead of fully waking [1/2] (by ezio84)
52a7fe590e8a - SettingsLib: Implement preference category UI changes (by minaripenguin)
066026588bb0 - base: services: Introduce AutoDimService [1/2] (by Ido Ben-Hur)
eb5747c4b186 - base: services: Create abstract AutoSettingService (by idoybh)
e13b59a1ea29 - core: Import SystemUtils from branch thirteen (by Pranav Vashi)
441d3d85231c - Ignore window secure flags [1/2] (by LibXZR)
3df9f6f2dd5e - base: Hide ADB and developer setting enable status [1/2] (by someone5678)
029f6a233cc6 - SystemUI: StatusBar: Introduce Sigma logo (by Matt Filetto)
9f44242adb59 - Call log limit 500=>5000 (by psyafter)
0c3c60698eb4 - base: Force fullscreen for Google Dialer (by cjh1249131356)
f58ec6256461 - SystemUI: Introduce dynamic VoLTE & VoWiFi icons (by SagarMakhar)
eb9d790426f7 - keystore: Resolve conflicts with custom keybox (by minaripenguin)
edffd23671e8 - Spoof a valid certificate chain for hardware attestations (by chiteroman)
f8f34aa4e154 - Revert "Keystore: Spoof locked bootloader on local attestations" (by minaripenguin)
9f521e9d3577 - Revert "keystore: Resolve conflicts with strong integrity bypass modules" (by minaripenguin)
0331a3b42d2a - SystemUi: Prevent crash when restoring personalization settings (by Alvin Francis)
267f60abcde8 - PackageManager: Add nexuslauncher to hasSystemFeature (by Alvin Francis)
e91e5238dba0 - PixelPropUtils: Do not spoof mainline models to google photos (by minaripenguin)
b66a82e7f833 - PixelPropUtils: Switch to SystemProprties for mainline spoofing (by minaripenguin)
c83579db01ad - PPU: Update default values for gms spoof (by minaripenguin)
9ad6e4c4821d - build: Don't check for fingerprint mismatch (by Dan Cartier)
d182f3c2c16c - Make Build.TYPE and Build.FINGERPRINT consistent for apps (by Danny Baumann)
dc789576d0de - keystore: Resolve conflicts with strong integrity bypass modules (by minaripenguin)
89e77fc1dda4 - PPU: Add more spoofing properties for gameprops -> per-app transition (by minaripenguin)
68e037306979 - PixelPropUtils: Handle empty gms spoofing properties (by minaripenguin)
ca584d8281b8 - ContextImpl: Whitelist system launchers from permission enforcement (by minaripenguin)
3d10c05ea085 - PixelPropUtils: Implement json-based game spoofing [1/2] (by minaripenguin)
e8c3aa7998f0 - PixelPropsUtils: Update fingerprint to pass play integrity (by chiteroman)
fb05b27a09d2 - PixelPropUtils: Add support for json-based (PIF) spoofing [1/2] (by minaripenguin)
5fb74b4b6d03 - FileUtils: Silence Logspam (by minaripenguin)
bf1e066fd4a1 - ignore virtual and overlay displays when turning displays off (by Yoel Gluschnaider)
6e90f51d2104 - PixelPropsUtils: Spoof as husky beta (by chiteroman)
33896f015d86 - PixelPropsUtils: Final cleanup (by Alvin Francis)
3715ec8e2e7d - PixelProps: Add option to disable all spoof entries (by EliteBlackKaiser)
6e3bacfff5ee - PixelProps: Remove games and pixel5 spoofs (by Alvin Francis)
ad3d3ace05fa - PixelProps: Spoof pixel launcher for circle to search feature (by minaripenguin)
022c9e7f1616 - PixelPropUtils: Do not spoof unspecified packages as barbet (by minaripenguin)
80765f61092a - ActivityManagerService: Exclude more packages for receiver check (by Pranav Vashi)
a4b3e9fb09cd - Disable FP lockouts (by AndyCGYan)
7b6dce6663d7 - SystemUI: Add RESTRICTED_ASSIST_GESTURE_PROVIDER permission (by aswin7469)
514423512748 - services: Bypass shortcut enforcement for default launchers (by minaripenguin)
d10e51ab144f - Add shouldBypassTaskPermission for pixel launcher (by minaripenguin)
99a9c7a3d028 - Revert PixelPropUtils conflicts [SQUASH] (by minaripenguin)
* lineage-sdk
e3043f79 - Rebrand as SigmaDroid (by Matt Filetto)
* manifest
e77dc97 - Revert "[TEMP]: switch to WIP branches" (by Matt Filetto)
* packages/apps/Settings
84edbcc4799 - Update recents component retrieval method to use new QuickSwitchService launcherComponents array (by Matt Filetto)
ed557fd6296 - Fix back gesture sensitivity setting handling (by Matt Filetto)
328b545e737 - Allow vendor Security Patch to be selectable (by Matt Filetto)
6eaac7eba45 - Remove deprecated FirmwareVersionSettings and related code (by Matt Filetto)
4eb64afb73a - DeviceInfo: Remove deprecated BuildStatusPreferenceController and related code (by Matt Filetto)
5b2f052e0d3 - Revert "Settings: move navigation gestures to Navigation menu [1/2]" (by Matt Filetto)
82f972410fa - Remove duplicate Adaptive Charging Preference (by Matt Filetto)
f51e8e29a53 - Fix build status strings for About Phone (by Matt Filetto)
1145eede0a6 - Settings: Fix search bar & avatar icon now showing (by Matt Filetto)
c5f296751f5 - Bring back system navigation type preference in System>Gesture (by Matt Filetto)
be0d189e90a - Revert "Settings: Introduce contextual dashboard messages" (by Matt Filetto)
167f110e249 - Fixup!: Settings: support black theme for dark mode [2/4] (by Matt Filetto)
bef763e3d6e - Drop lineage:position (by Matt Filetto)
94047c09972 - Revert "Battery: Implement background process killer [2/2]" (by Matt Filetto)
385e38ecff6 - Settings: stop with the transparent collapsing toolbar (by Matt Filetto)
d0050c59cfe - Settings: adjust Sigma Header layout dimens (by Matt Filetto)
cd76130bf2a - Add Optimized Charging Toggle to Battery Settings (by Matt Filetto)
63c429860eb - fixup: add back some permissions to AndroidManifest that got removed during the Matrixx Purge (by Matt Filetto)
6aa8ba6ead9 - Revert "Optional haptic feedback on back gesture [2/2]" (by elpaablo)
c8ef14d4cbf - MetricsCategory: CRDROID_SETTINGS -> SIGMA (by Matt Filetto)
0731866a60a - Settings: Drop Lineage Health Charging Control [1/2] (by Matt Filetto)
beac3a20c28 - Settings: Toggle vertical swipes on Ambient display [2/2] (by cjh1249131356)
8f02abf64ab - DashboardFragmentRegistry: add category for Sigma Settings [1/2] (by Matt Filetto)
10711581b13 - Settings: Make Ambient Display toggle show on single tap sensor (by Cyber Knight)
7a6aa589f49 - Sigma Dashboard change icon accent to white (by LurdRaiden)
f5123494767 - Set Sigma Toolbox as the default menu key (by LurdRaiden)
6544669892e - Enable Sigma dashboard widgets [2/2] (by LurdRaiden)
ed990d95a02 - TopLevelSettings: Homepage Widgets [1/2] (by LurdRaiden)
790d1460a47 - Add accent to sigmainfo headers (by LurdRaiden)
5c78c1d9037 - TopLevelBatteryPreferenceController: add null check (by elpaablo)
6d79df2b0a9 - AboutPhone: rework (by Matt Filetto)
5082c5d2771 - TopLevelSettings: rework dot dashboard layout (by LurdRaiden)
78698b3d154 - Introduce Sigma Dashboard (2/2) (by LurdRaiden)
7a238bdb6a3 - Settings: Redesign PreferenceCategory (by rohanpurohit)
8ede5ad8c28 - Introduce settings styles (by Matt Filetto)
90a8b393168 - Rework firmware version (by elpaablo)
451a3eb6471 - Introduce Sigma Settings (by Matt Filetto)
214a9c6c870 - [SQUASH] Revert MatrixxSettings changes (by Matt Filetto)
bf74af76f39 - Settings: move navigation gestures to Navigation menu [1/2] (by SuperDroidBond)
e6326de0f8c - settings: some misc changes (by darkphnx)
60245cd1bac - Settings: yet again redesign about phone ui a bit (by drkphnx)
9f3c6da2554 - Settings: Update some icons to MD2 (by Anushek Prasal)
aa836854781 - Settings: Use MD2 icon for Phone Msg (by chandu078)
2aab66d4d49 - Settings: Introduce contextual dashboard messages (by drkphnx)
f6ea1a40a15 - WifiDisplaySettings: Fix some NPE (by Ido Ben-Hur)
b171d097a42 - Settings: Remove IME space under keyboard feature [2/2] (by timjosten)
e2880a8096a - Revert "Allow adding space below IME on disabling navigation hint [2/3]" (by mukesh22584)
ae0dd74dfe7 - themes: Introduce True Amoled dark mode (by minaripenguin)
d28b4c947c8 - Allow extended/"L" back swipe to trigger actions/app/activities [2/2] (by ezio84)
2110d2dce9b - Settings: Allow user to select low power refresh rate [2/2] (by Pranav Vashi)
99c20404304 - Revert "Changelog: Rework with Activity [1/2]" (by mukesh22584)
11d9a593c9d - Settings: Restrat SystemUI on resolution change (by SuperDroidBond)
8d0f665a17d - Settings: Fix total RAM calculation - Showing 11GB for 12GB RAM variant device (by SuperDroidBond)
eafa46e7056 - Settings: Introduce new refresh rate selector page (by Adithya R)
8c0a9c213e7 - Settings: Make lockscreen timeout configurable [2/2] (by Alex Cruz)
93b67cbb35b - Settings: Battery charge warning [2/2] (by Nicolas Dhouailly)
b0d787f77d5 - Settings: Update & import illustration From afterlife (by darkphnx)
291172f9c43 - fixup! Settings: Hide ADB and developer setting enable status [2/2] (by someone5678)
3cd560a726f - fixup! Settings: Add hide developer settings (by someone5678)
24fb2613baa - Settings: Also apply "Fix a null pointer exception" to HideDevStatus (by someone5678)
d81863cfc50 - Settings: HideDeveloperStatus: Query all apps installed by any user [2/2] (by someone5678)
c7b04244048 - Settings: HideDeveloperStatus: Add "Show system" menu (by someone5678)
20f70c0f610 - Settings: Fix homepage icons theming issue (by mukesh22584)
d7217210ac2 - Settings: Introduce automated Sleep Mode [2/2] (by Anushek Prasal)
95799b91c23 - Battery: Implement background process killer [2/2] (by Dil3mm4)
2f4e99097d5 - Settings: DoubleTapGesture: Use new material-you illustration preference (by Akash)
2382a3d1e97 - Settings: Double tap to trigger doze [2/2] (by SKULSHADY)
3d36ff89534 - Settings: Add toggle for Smart 5G [2/2] (by Adithya R)
99d0e9b4408 - Settings: Add a toggle to force LTE_CA (by DarkJoker360)
bf4e784eed9 - Settings: Allow to always show the time in media player [2/2] (by Ido Ben-Hur)
a6d25a1813f - Revert "[Wi-Fi] Remove 'Do not validate' option in CA certificate spinner" (by TogoFire)
14b2c158c05 - Settings: Improve darkmode pref (by rdx420)
3555669e731 - Settings: Redesign Dark Mode pref (by Dixzz)
4c1ac61d2a6 - Settings: display actual device peak refresh rate in summary (by gardiol)
5a186e90602 - InstalledApp: Hide GooglePlay icon for webapps (by DarkJoker360)
5b1c7c36298 - Settings: Long press to copy wifi password (by Ido Ben-Hur)
fdfc31a4035 - InstalledApp: show link to Google Play (by George G)
820a45749c4 - Settings: Improve about page design mukesh22584: - Update numbers,unverified and verified drawable - Use already present drawable for build status background - Adjust build status text style - Switch Device name & hastag place (by darkphnx)
0078d6fa3c4 - Settings: Make Settings homepage widget compact (by mukesh22584)
0bd0832f712 - Settings: Use solo card for Matrixx Settings (by mukesh22584)
b12d9ed7855 - Settings: Solo card style theming changes (by Ghosuto)
f537df38c2b - Settings: Redesign about phone ui (by minaripenguin)
be63b7ca870 - Settings: About Phone: Cleanup & Improvements (by mukesh22584)
274f6ff3443 - Settings: Nuke memory info from About phone - We have same device with different memory options, It doesn't make sense to use fix values. (by mukesh22584)
6db13480ece - Settings: Implement simple/no widgets homepage ui (by minaripenguin)
55db225a09d - Settings: Import Setting's homeapge & About phone ui from Rising (by minaripenguin)
8422684041c - Fix LTE Only mode on World Mode (by flawedworld)
77f08de95f4 - LTE Only Mode (by Pratyush)
f5b25b333a4 - Settings: Allow editing all APNs and APN types (by Justin Crawford)
c1741224eb4 - Settings: Allow setting wake for notification separately from doze [2/2] (by Ido Ben-Hur)
68f0fbcb792 - Settings: Allow showing Ambient instead of fully waking [2/2] (by Ido Ben-Hur)
a5ca759c71a - [SQUASH] Settings: Allow scheduling always on display [2/2] (by Ido Ben-Hur)
c36c5cc0f75 - Settings: Extend showing Ambient instead of fully waking to single tap gesture [2/2] (by aswin7469)
b7da68b60da - Settings: Not everything need to be copied or selectable (by SuperDroidBond)
1803ca9544d - Settings: Rearrange Display of ROM version/type/variant (by mukesh22584)
7fe59704312 - Settings: Add Default USB Configuration (by ZeNiXxX)
34fffe58612 - Settings: Fix gestures navigation theming (by minaripenguin)
0f39af41151 - Settings: add maintainer info to firmware page (by TheStrix)
b6f4c24c9c4 - Adapt firmware version to Matrixx (by Christian Oder)
f46bfeb5a48 - Settings: CustomScreenResolution: Update RESOLUTION_METRIC_SETTING_KEY Signed-off-by: AnierinB <[email protected]> (by AnierinB)
c4936b7109b - display: Add custom screen resolution setting (by Luofan Chen)
bddbcdf475a - Settings: Introduce AutoDimService [2/2] (by Ido Ben-Hur)
54a2ace8988 - Settings: Hide ADB and developer setting enable status [2/2] (by someone5678)
3d3e9acb859 - Settings: Initial Matrixx conversion (by mukesh22584)
* packages/apps/crDroidSettings
30d60d1 - misc: update QuickSwitch onPreferenceChanged implmentation. (by Matt Filetto)
* system/security
6eb2dabd - SomeInternetGuyToldMe28 (by Matt Filetto)
* vendor/lineage
0d5eab76 - PIhooks: update Pif fingerprint (by Matt Filetto)
b987f1e6 - rro: AndroidOverlay: add recentsComponentName (by Matt Filetto)
d7c08a3f - update QuickSwitch properties (by Matt Filetto)
bc681e61 - rro: AndroidOverlay: remove device_config overrides (by Matt Filetto)
b9c2916a - overlay: update device_config entries (by Matt Filetto)
====================
09-16-2024
====================
* vendor/gms
0257654 - overlays: update PixelConfigOverlayCommon (by Matt Filetto)
1c6f41a - Update GoogleConfigOverlay (by Matt Filetto)
====================
09-15-2024
====================
* packages/apps/Aperture
a7cf2bf - Automatic translation import (by LineageOS Infra)
* packages/apps/Car/Settings
e0d3f5213 - Automatic translation import (by LineageOS Infra)
* packages/apps/DeskClock
153ae3fc3 - Automatic translation import (by LineageOS Infra)
* packages/apps/Dialer
6605f828e - New Crowdin updates (#119) (by Lup Gabriel)
* packages/apps/Eleven
471efbe9 - Automatic translation import (by LineageOS Infra)
* packages/apps/Etar
bbd8137f - Automatic translation import (by LineageOS Infra)
* packages/apps/FlipFlap
fb78ed2 - Automatic translation import (by LineageOS Infra)
* packages/apps/Glimpse
b94bd96 - Automatic translation import (by LineageOS Infra)
* packages/apps/Jelly
a60352a - Automatic translation import (by LineageOS Infra)
* packages/apps/Recorder
65c080b - Automatic translation import (by LineageOS Infra)
* packages/apps/TvSettings
e54a7573a - Automatic translation import (by LineageOS Infra)
* packages/providers/DownloadProvider
932125c1 - Automatic translation import (by LineageOS Infra)
* packages/resources/devicesettings
31374c0 - Automatic translation import (by LineageOS Infra)
* vendor/crowdin
7841332 - Automatic translation import (by LineageOS Infra)
* vendor/gms
1422dcf - common: update NexusLauncherRelease (by Matt Filetto)
* vendor/qcom/opensource/usb
8ebfad2 - USBGadgetHAL: Set vid, pid for basic functions if exist in usb_compositions.conf (by Luofan Chen)
====================
09-14-2024
====================
* frameworks/base
e152c49b4e1a - Refresh vpn lockdown allowlist on package added/removed (by Oliver Scott)
a0de66de0b95 - Fix PackageManager#getPackageArchiveInfo to cache derived fields (by Han Wang)
0986d7d03682 - SystemUI: FileHeaderProvider: Fix resource leaks (by Pranav Vashi)
96b3409f15ef - ImageHelper: Improvements for retrieving compress bitmap (by Pranav Vashi)
39d59eab7306 - SystemUI: Rewrite and cleanup for header provider (by Pranav Vashi)
====================
09-13-2024
====================
* frameworks/base
deccd63a885f - PixelPropsUtils: spoof to Pixel 9 Pro XL (by Lup Gabriel)
46393e2d3de8 - AvatarPhotoController: Fix resource leak and recycle bitmap (by minaripenguin)
ac14ad192089 - Revert "hwui: Add NULL pointer check in AnimatorManager::pushStaging" (by Pranav Vashi)
743b1bad33b2 - Revert "hwui: Prevent a null pointer on renderthread" (by Pranav Vashi)
* lineage-sdk
e5ef18e2 - Merge 'lineage-21.0' into 14.0 (by Pranav Vashi)
* packages/apps/Settings
d09566b9d16 - Merge pull request #152 from kamikaonashi/14.0 (by Pranav Vashi)
2d56e51598b - Add BatteryDivider to fuelgauge (by kamikaonashi)
* system/sepolicy
4be0790ab - Merge 'lineage-21.0' into 14.0 (by Pranav Vashi)
====================
09-12-2024
====================
* art
9037dbbb35 - Don't filter default package list for first boot dexopt (by Rashid Zaman)
bf1867b798 - Fix leak introduced by aosp/3111768 (by Hans Boehm)
5ac187b978 - Allow RunCheckpoint to lock mutator repeatedly (by Hans Boehm)
* frameworks/base
19283b7f20da - Revert "BrightnessController: Prevent possible memory leak" (by Pranav Vashi)
9533af9a9ad6 - NetworkTraffic: Fix leak in network callback (by Pranav Vashi)
ae7c313ba418 - MobileSignalController: Prevent possible memory leak (by minaripenguin)
02ebaace1d29 - QSImpl: Prevent possible memory leak (by minaripenguin)
a3d94c1fd9d9 - CollapsedStatusBarFragment: Prevent memory leak (by minaripenguin)
51cdae695dd1 - OmnijawsClient: Fix memory leak (by minaripenguin)
0a41e0fc0555 - Ensure DisplayTracker callback is not GC (by Alex Stetson)
* packages/apps/Aperture
e570a4f - Aperture: Enable ZXing-C++ tryInvert option (by LuK1337)
* packages/apps/Gallery2
b51a5f5b5 - Fix uses_libs properties for Gallery2. (by Jiakai Zhang)
====================
09-11-2024
====================
* build/make
bab846466c - buildinfo: add props for mainline Spoofing (by Matt Filetto)
9d591eac38 - buildinfo: add PIF spoofing property overrides (by Matt Filetto)
660a9d706a - cleanup systemimage-changelog introduced by "build: build changelog [1/2]" (by Matt Filetto)
5f7b02c912 - build: stop running the changelog generation script twice. (by Matt Filetto)
cf12533886 - envsetup: bump CCACHE_MAXSIZE to 80G (by Matt Filetto)
45ef2d689b - releasetools: fixup mergefail in non_ab_ota.py (by Matt Filetto)
67fbbf1339 - change product type prefix to sigma_ from lineage_ (by Matt Filetto)
0af77d03ce - Rebrand to SigmaDroid (by Matt Filetto)
4cd81f7338 - [SQUASH] build: build changelog [1/2] (by Akhil Narang)
* build/soong
0df3a5237 - Rebrand as SigmaDroid (by Matt Filetto)
* device/lineage/sepolicy
a624abc - common: msft: Integrate PhoneLink 14-3 sepolicy change (by chawan)
0746f20 - common: msft: Allow system_server to add cross_device_service (by minaripenguin)
0020fea - common: Import phone link sepolicy for non-Qcom devices (by Arthur Shuai)
bbb659b - update sepolicy for OTA Updater app name change (by Matt Filetto)
30b7476 - missing GMS policy (by Matt Filetto)
* external/boringssl
4d2b3953 - Add keystore2 to libbssl_sys visibility (by chiteroman)
* frameworks/base
6ba08a05ceb1 - Revert "PackageInstaller: fix NPE due to a race condition in PackageUtil" (by ShevT)
* manifest
73e3c10 - [TEMP]: switch to WIP branches (by Matt Filetto)
4534093 - initial SigmaDroid Project manifest (by Matt Filetto)
* packages/apps/Launcher3
66eaa583da - Rebrand as SigmaDroid Launcher (by Matt Filetto)
239c2f3493 - Launcher3: Adapt strings to Alphadroid (by kamikaonashi)
73178559ab - Restore 4x4 workspace (by elpaablo)
5b8c1b79b9 - Disable shake to clean recents by default (by elpaablo)
0b41e9ed94 - Ship as AlphaDroid based on crDroid (by elpaablo)
* packages/apps/LineageParts
c63112e - [SQUASH] LineageParts: Rebrand as SigmaDroid (by Matt Filetto)
* packages/apps/Messaging
86df71b - Messaging: FrameSequence -> ImageDecoder (by Ido Ben-Hur)
* packages/apps/SetupWizard
8624d0f - Revert "SetupWizard: skip a couple of steps" (by Matt Filetto)
ef11937 - res: drop duplicate string (by Matt Filetto)
6a5e27c - Use correct Updater package name (by Matt Filetto)
564014b - fixup! SetupWizard: Add step for changing theme (by elpaablo)
bf5de4f - SetupWizard: skip a couple of steps (by elpaablo)
bccf1b5 - Ship as SigmaDroid based on CrDroid (by Matt Filetto)
* packages/apps/Updater
5743627 - [HACK]: Skip package verification for local update (by Matt Filetto)
40c95a7 - Update URL for sigma-14.3 (by Matt Filetto)
a895087 - Updater: correct updater server URLs (by Matt Filetto)
90b828a - blueprint: rename Updater to SigmaUpdater (by Matt Filetto)
2ead8e9 - Rebrand as SigmaDroid (by Matt Filetto)
* packages/apps/crDroidSettings
b946c4a - Revert "crdroid: monet: Allow a more granular control over shades [2/2]" (by Matt Filetto)
3669c6b - misc: Update Spoofing fragment to use new PIF implmentation (by Matt Filetto)
b61024a - Spoofing: update preference key names & add Snapchat Spoofing preference (by Matt Filetto)
dcf0bb7 - matrixx: Allow to hide screen capture status from apps [2/2] (by someone5678)
cecfe7a - matrixx: ExternalStorageProvider: Conditionally remove SAF restrictions [2/2] (by someone5678)
2299302 - refactor to use exclusively systemUtils instead of mix and match between that and CustomUtils. (by Matt Filetto)
035a183 - Fix SystemUI not restarting after QS Compact Player preference changed (by Matt Filetto)
94ec4e6 - QuickSettings: Move "Vertical Layout" preference to "Layout" preference category (by Matt Filetto)
ed40c31 - QuickSettings: tweak some names for the font preferences to be more descriptive (by Matt Filetto)
4735883 - StatusBar: rework VoLTE & VoWiFi Icons logic (by Matt Filetto)
d1335ad - Sound: Drop the old toggle preference for Volume Panel haptics (by Matt Filetto)
e5311b2 - Organize submenu settings order and groups to be more intuitive. (by Matt Filetto)
9a22d1c - add Volume Slider haptic intensity settings (by Matt Filetto)
80b6813 - Add QS Fling haptics intensity settings (by Matt Filetto)
ab40679 - misc: nuke the non-functional Volume Slider haptics intensity pref. (by Matt Filetto)
00b1464 - QS Drop split shade cutout overlay (by Matt Filetto)
449e537 - Re-organize the "Sound" fragment's preferences after merging nwe volume panel styles impl (by Matt Filetto)
1c94cdd - Alpha styles code optimization (by elpaablo)
5156377 - Introduce volume styles (by elpaablo)
320e695 - VolumeDialogImpl: Add toggle for media output button on volume panel (by minaripenguin)
9545d56 - Add toggle for volume percent [2/2] (by Matt Filetto)
2c388d7 - Make "Show Brightness Bar Percentage" Preference (by Matt Filetto)
0696b82 - Implement QS Split Shade (2/3) (by elpaablo)
b6dc392 - notifications: Move notification styles preference position up (by Matt Filetto)
4a85716 - Move System Haptics from Sound to Misc (by Matt Filetto)
4522628 - Update statusbar paddings implementation (by minaripenguin)
dcb9a36 - Fix depth wallpaper default and max value (by Matt Filetto)
d060f6c - sync Navigation Settings with ProjectMatrixx (by Matt Filetto)
0b03e2a - Add media compact icon (by Matt Filetto)
c409d6b - QuickSettings: Media player mode toggle [2/2] (by minaripenguin)
4c3e6c1 - misc: change default to false for Google Photos Unlimited Storage when reset (by Matt Filetto)
50edfbf - misc: drop duplicate "Higher FPS in games" preference (by Matt Filetto)
a52966f - misc: add Default Launcher preference (by Matt Filetto)
cadba1e - Add Pif settings (by Matt Filetto)
4f9bb2e - Rework QS panel styles (by elpaablo)
84b680d - Drop lineage:position (by Matt Filetto)
3595230 - SystemUI: Introduce Depth Wallpaper feature [2/2] (by minaripenguin)
a2624b2 - import missing ic_numbers drawable (by Matt Filetto)
0aea930 - matrixx: Add volume pannel text style [2/2] (by Idc)
6ea477f - matrixx: Max Notif Panel Notification count [2/2] (by SuperDroidBond)
4e19f83 - matrixx: Max Lockscreen Notification count [2/2] (by Co-authored-by: beanstown106)
79149f3 - SigmaSettings: drop old no-op placeholder methods from TopLevel SigmaSettings layout (by Matt Filetto)
134caad - fixup (by Matt Filetto)
70b4f98 - SigmaSettings: Don't show title on the TopLevel SigmaSettings (by Matt Filetto)
97b1b35 - SigmaSettings: Stop hiding the toolbar (by Matt Filetto)
6824328 - SigmaSettings: Fix sigma toolbox dashboard style for SigmaSettingsActivity (by Matt Filetto)
9b4b8be - SigmaSettings: System Haptics Intensities settings [1/2] (by Matt Filetto)
06e6d9b - SigmaSettings: change MetricsEvent from CRDROID_SETTINGS -> SIGMA (by Matt Filetto)
1f33b30 - UdfpsAnimation: change default animation style to McLaren (by Matt Filetto)
e08e1dc - SigmaSettings: Add strings for "Optimized Charging" (by Matt Filetto)
b04efb0 - Doze: enable Pickup Gesture wake by default (by Matt Filetto)
de291d0 - MetricsCategory: CRDROID_SETTINGS -> SIGMA (by Matt Filetto)
4c802a7 - Doze: update key value for wake for notifications (by Matt Filetto)
6e849c6 - Doze: refactor raise to wake gesture preference handling. (by Matt Filetto)
f5d826d - QS: Allow changing the size of the secondary label on QS Tiles (by Matt Filetto)
bfc2869 - fixup Settings Widgets enable/disable switches (by Matt Filetto)
42637e0 - Enable Sigma dashboard widgets [1/2] (by LurdRaiden)
78e42ad - TopLevelSettings: Homepage Widgets [2/2] (by Matt Filetto)
f7b64ef - Introduce SigmaSettings (by Matt Filetto)
6f212e3 - [SQUASH] Revert MatrixxSettings Changes (by Matt Filetto)
96cd58d - Revert "crdroid: Add strings for space below IME" (by mukesh22584)
c777ca9 - Revert "matrixx: Update strings & arrays for Clock background chip style" (by mukesh22584)
04d64ab - matrixx: Pulse: Add gravity and mirror prefrences (by mukesh22584)
ec4b08f - matrixx: Allow user to customize max visible notification icons [2/2] (by elpaablo)
434093f - matrixx: Implement new font picker (by minaripenguin)
b3eabc9 - matrixx: ToastAnimation: add rotate animations for toasts [2/2] (by SuperDroidBond)
b0c8a4f - matrixx: Toast Animations [2/2] (by GwonHyeok)
fd19327 - matrixx: Power/reboot menu transparency (2/2) (by LorDClockaN)
d62a0e1 - matrixx: add Rotate animation to Power Menu [2/2] (by LorDClockaN)
407ec3f - matrixx: Add 7 more power menu animations [2/2] (by westcripp)
337ee62 - matrixx: Power Menu animations [2/2] (by Alex Cruz)
ae2c8e9 - matrixx: Allow setting custom symbol near text on charging [2/2] (by Pranav Vashi)
6207fdc - matrixx: Rearrange categories (by mukesh22584)
406d9d8 - matrixx: Cleanup few icon & illustration (by mukesh22584)
947368b - matrixx: Fix default lock clock fonts (by mukesh22584)
43bfd04 - matrixx: Add haptic feedback to volume slider [2/2] (by drkphnx)
d23c71a - matrixx: Update some illustration (by drkphnx)
77d181c - matrixx: Add more LS Clocks [2/2] (by Subratam6296)
530a4e4 - matrixx: Show correct Font Styles on Dashboard (by Subratam6296)
33317d9 - matrixx: Introduce Lockscreen Style [2/2] (by 703joko)
95bf5b5 - matrixx: BrightnessPercentText: Add strings properly (by mukesh22584)
bd402fd - matrixx: user selectable VoLTE & VoWiFi Icons [2/2] (by SuperDroidBond)
12c6386 - matrixx: LockscreenCharging: Bring in °F/°C toggle [2/2] (by calebcabob)
bfbded9 - matrixx: Ambient batterybar color options [2/2] (by pimpmaneaton)
a53dd44 - matrixx: Introduce keyguard battery bar settings [2/3] * Show keyguard battery bar in aod on charging (omnirom) * Always show keyguard battery bar (pixeldust extension) (by spezi77)
16fba11 - matrixx: Allow ambient custom image selection from any app (by Pranav Vashi)
3e31609 - matrixx: Add Ambient Customizations [2/2] (by TikkiTikki)
3dcc739 - matrixx: Add brightness percent drawable (by mukesh22584)
7f7291f - matrixx: Categorize Miscellaneous (by mukesh22584)
2a92b48 - matrixx: Update illustration (by mukesh22584)
b8f600d - matrixx: : Volume panel styles (2/3) (by minaripenguin)
5706805 - matrixx: Update strings & arrays for Clock background chip style (by mukesh22584)
7a0a3f6 - matrixx: Add Brightness TextView[2/2] (by Idc)
06e26e5 - matrixx: Homepage widgets: Adapt for our use case (by SuperDroidBond)
5d08ea0 - matrixx: Add toggle to enable settings homepage widget (by minaripenguin)
55613fe - matrixx: Add tunings for statusbar paddings (2/2) (by elpaablo)
afbc86e - matrixx: Add support for UI Styles (by ElDainosor)
2717753 - Revert "Changelog: Rework with Activity [2/2]" (by mukesh22584)
2856502 - matrixx: Refactor About Matrixx (by mukesh22584)
b90aaaa - matrixx: Drop show_qs_clock dependency (by mukesh22584)
52f7155 - matrixx: Statusbar Clock Customization [2/2] (by SuperDroidBond)
da4b5e7 - matrixx: Re-enable statusbar clock size settings (by mukesh22584)
529688d - matrixx: Battery styles: add Landscape Origami (by elpaablo)
be951b4 - matrixx: Battery Styles: Add Landscape iOS battery styles [2/2] (by helliscloser)
5dcbb31 - matrixx: Battery Styles: Added 9 more battery styles [2/2] Thanks to Another substratum theme for many icons:- https://t.me/AnotherTheme Thanks to @Fakeriz for battery icon style A. Thanks to @Ndikarizki for battery icon style B. (by helliscloser)
e239f7d - matrixx: Add more illustrations (by mukesh22584)
0efd29f - matrixx: Import illustrations from motorola (by minaripenguin)
81c995f - matrixx: Add matrixx banner (by Ghosuto)
dfcb494 - matrixx: Use setting's card style for MatrixxSettings (by minaripenguin)
e216973 - matrixx: Initial Matrixx conversion (by mukesh22584)
2b7635b - matrixx: Add hide developer status preference (by mukesh22584)
9fa2bb6 - matrixx: Ignore window secure flags [2/2] (by libxzr)
* system/security
b5d6cfde - Free X509 if other ptr are null (by chiteroman)
e8ef37ac - Modify issuer of leaf certificate to match first certificate chain subject (by chiteroman)
0f304293 - Better memory management + new hooks (by chiteroman)
8eb02cf8 - Spoof locked bootloader in hardware attestations with valid certificate chain (by chiteroman)
ca978447 - Include libbssl_sys (by chiteroman)
* vendor/lineage
8467f177 - createjson.sh: attempt to auto populate more fields when generating <codename>.json (by Matt Filetto)
73825c3e - config: add pihooks mainline device properties (by Matt Filetto)
c02f7eb6 - PIF: spoof as husky_beta (by Matt Filetto)
f8e8957f - config: fix PIF default properties (by Matt Filetto)
2df92afc - config: update default PIF GMS spoof fingerprint (by Matt Filetto)
163509b7 - config: stop shipping PifPrebuilt.apk (by Matt Filetto)
60c087f9 - config: set default PIF GMS spoof values (by Matt Filetto)
510c17a4 - config: add PIF build properties (by Matt Filetto)
fc7e2a47 - Fix Quick-tap sensitivity preference not showing (by Matt Filetto)
7cdc304f - rro: drop SettingsOverlay (by Matt Filetto)
94800591 - set default launcher to Launcher3 (by Matt Filetto)
2ce553b7 - roomservice: update default branch to sigma-14.3 (by Matt Filetto)
d43269bf - import CarrierSettingsOverlays to fix issues with global carriers (by Matt Filetto)
43b333d0 - bacon: update after our modifications to play nicely with QPR2 base (by Matt Filetto)
bc326ce2 - Add SIgmaDroid ASCII console output (by Matt Filetto)
d49b5f32 - introduce updatepackage build wrapper (like bacon, but fastboot) (by Matt Filetto)
652a5ec2 - bacon: refactor for our usage (by Matt Filetto)
f960f4cc - stop globally disabling blurs on app launch (by Matt Filetto)
28c06fdf - config: fix guard for some pixel features [SQUASH] (by Matt Filetto)
41b1e967 - roomservice: refactor and add support for clone-depth (by Matt Filetto)
5db600c6 - Introduce SigmaDroid Boot Animation (by Matt Filetto)
f55bc3a2 - common_full: don't build Seedvault (by Matt Filetto)
69259143 - common: add build properties to inject if TARGET_SUPPORTS_QUICK_TAP = true (by Matt Filetto)
b00d2ba8 - Guard AOSPA Face Unlock implementation (by Matt Filetto)
8378c77f - Add RRO Overlays (by Matt Filetto)
36096cb0 - Add initial SigmaDroid properties (by Matt Filetto)
====================
09-10-2024
====================
* frameworks/base
e4b2bcd9edca - ThermalManager: Don't hold mSamples lock while calling power HAL (by Abhishek Gadewar)
a4cb7b4b6c39 - EdgeBackGestureHandler: Prevent possible memory leak (by minaripenguin)
eca5630b5a18 - NotificationMediaManager: Prevent possible memory leak (by minaripenguin)
3828154c78de - BrightnessController: Prevent possible memory leak (by minaripenguin)
ed9dc508fbd8 - ClockController: Prevent possible memory leak (by minaripenguin)
166fcfe4933f - Udfps Icons: Prevent possible memory leak (by minaripenguin)
09770bfed83d - NSSLC: Prevent possible memory leak (by minaripenguin)
8b26e54f80e8 - QsAnimator: Prevent possible memory leak (by minaripenguin)
07545935aaf1 - CurrentWeather: Prevent possible memory leak (by minaripenguin)
01ae08140837 - memory leak: Closes leaked instance (by LiLei)
====================
09-09-2024
====================
* frameworks/base
cb6571d7c94d - SystemUI: UdfpsView: minor code improvement (by Ido Ben-Hur)
54ff364f2e61 - fixup! SystemUI: udfps: fix framework dimming (by Pranav Vashi)
* lineage-sdk
99eca47a - Remove services dependency from org.lineageos.platform.internal (by Michael Bestas)
* packages/apps/GameSpace
a3775dd - New Crowdin updates (#87) (by Lup Gabriel)
* packages/apps/Jelly
6cc9c29 - Jelly: Update AGP to 8.6.0 (by Luca Stefani)
ff04d37 - Jelly: Update Gradle wrapper to 8.10 (by Luca Stefani)
39e0548 - Jelly: Migrate to Room (by Luca Stefani)
* packages/apps/Launcher3
7fed65a679 - New Crowdin updates (#432) (by Lup Gabriel)
* packages/apps/Recorder
ff23879 - Recorder: Use medium localized datetime for filename (by Luca Stefani)
330f45c - Recorder: Remove intent-filter from recorder service (by Luca Stefani)
c587995 - Recorder: Move from tasks to coroutines and flows (by Sebastiano Barezzi)
73e00e2 - Recorder: Rework edit name dialog (by Luca Stefani)
* packages/apps/crDroidSettings
d3cc3ac - New Crowdin updates (#1168) (by Lup Gabriel)
* tools/extract-utils
2e47015 - extract_utils: Fix package generation for x86/x86_64 (by LuK1337)
dd283e9 - extract_utils: Remove useless DISABLE_DEPS declaration (by Cosmin Tanislav)
fa5a421 - extract_utils: Remove second parameter of write_makefiles from templates (by Cosmin Tanislav)
90b34e8 - extract_utils: Add FIX_{SONAME,XML} helper functions (by Michael Bestas)
9c657f5 - extract_utils: Implement DISABLE_DEPS (by Michael Bestas)
4c30806 - extract_utils: Add MODULE_SUFFIX support (by LuK1337)
17465ca - extract_utils: Fix multiple args parsing for automatic fixup (by LuK1337)
====================
09-08-2024
====================
* build/make
a65e54af30 - Merge 'lineage-21.0' into 14.0 (by Pranav Vashi)
* build/soong
2ba9975a7 - cc/lto: add property for not restricting instr limit (by John Galt)
ae712c4a6 - soong: Allow size path command for new clang (by Pranav Vashi)
cda255955 - cc/config: do not generate additional debug info for AFDO (by John Galt)
fd383fb26 - lto: enable O3 optimizations on explicit lto modules (by John Galt)
0544ff260 - cc/lto: instr limit of 40 for explicit LTO modules (by John Galt)
63839264b - build: soong: use jemalloc by default and allow opt-in to scudo (2/4) (by Juhyung Park)
eb1f91bdc - check_boot_jars: add Nothing package to whitelist (by zahid)
dc1da84b5 - Enable crypto extensions for armv9-a (by Adithya R)
87df93b1e - check_boot_jars: add more OnePlus packages to whitelist (by ShevT)
6a7e143a8 - config: Update cortex a75 flags (by Ronalds)
679fdb102 - config: do not force cortex-a76 as cortex-a75 (by Ronalds)
086d0c0a3 - cc: Enable more features when using armv8.2-a+dotprod (by Jason Edson)
6897aa3ff - soong: add kryo785 architecture variant for arm64. (by Sungwook Jung)
2ddee1a03 - soong: Add kryo300 variant support (by Pranav Vashi)
a81ad32f8 - Define AArch32 soong variable (by Jake Weinstein)
330adb985 - arm_device: Change cortex-a76 mcpu from a55 to a75 (by Pranav Vashi)
3cbee9e30 - arm64_device: Change cortex-a76 mcpu from a55 to a75 (by Jason Edson)
6df954fcc - Use -march=armv9-a+nosve for Armv9-A arch variant (by Jake Weinstein)
051219c00 - Introduce Cortex-A510 CPU variant (by Jake Weinstein)
6cc14c153 - soong: increase heap size for metalava (by LeddaZ)
cde27ef98 - soong: Allow various path commands (by Pranav Vashi)
a55d4ce80 - soong: Change to CR_VERSION (by Pranav Vashi)
* frameworks/av
b1be3a4256 - Merge 'lineage-21.0' into 14.0 (by Pranav Vashi)
* frameworks/base
f77f97ec338e - New Crowdin updates (#1139) (by Lup Gabriel)
03914d462113 - Update Crowdin configuration file (by Lup Gabriel)
c40d3228b93f - fix "Comparison method violates its general contract!" IllegalArgumentException (by roy li)
bcfefbb03cdf - Make it easier to match SurfaceControl names when debugging (by Vishnu Nair)
56173275d514 - Migrate to best practise to read network state (by Shen Lin)
a0efbf0d6fcc - Fix splashscreen VRI leak (by Zhenhua Deng)
b458b14cb897 - services: Implement exit app animation boost (by minaripenguin)
c3fc3e0b76a8 - services: Implement activity boost optimization (by minaripenguin)
6bf196fa350f - services: Implement transition boosting (by minaripenguin)
6f1277ef705f - services: Implement scroll gesture boosting (by minaripenguin37)
cfc69b07e089 - Changing misleading log line (insetsType != animationsType) (by Felix Stern)
00a6b025c2c5 - Prevent changing mFromState during insets resize animation (by Tiger)
d37fb24d95ad - Only play insets resize animation when needed (by Tiger)
5ad705860ca5 - Process: Use audio-app cpuset if available (by Haynes Mathew George)
25e6f16cf16c - Fix the string reference equality comparison in MusicFxHelper (by Shunkai Yao)
a7b2ef816dbd - Fix unbind service error for MusicFxHelper (by ot_chenqi.c)
c1b61b1f7f0f - Keep a null check before accessing the BluetoothA2dpWrapper APIs. (by Satheesh Kumar Pallemoni)
70f79f2f56f6 - services: Disallow max cached processes above 128 (by Pranav Vashi)
30a9d1217448 - CUR_MAX_CACHED_PROCESSES is not greater than the maximum value allowed (by huyuxin)
a8a5b33cd514 - Stop adding large proto tombstones to dropbox. (by Siim Sammul)
ef672d013484 - Clear dns cache when restoring network access (by Suprabh Shukla)
a562d72d7086 - AudioService: Add makeHearingAidDeviceUnavailableLater (by chenxin20)
318672e02dca - AudioDeviceBroker/Inventory: fix misc error-prone warnings (by Jean-Michel Trivi)
8ffd804dbf12 - AudioService: do not mute music systematically in setBluetoothA2dpOn (by Eric Laurent)
0ae079f9e33c - AudioService: initialize spatial audio state on first device connection (by Eric Laurent)
212af9fdb7ae - AudioDeviceBroker: avoid acquiring mDeviceStateLock when not necessary (by Eric Laurent)
0eae179ea099 - am:fix the dead lock. (by lijilou)
27b39872a987 - Remove unnecessary std::move (by Yi Kong)
77d94ba706b8 - JobSchedulerService:fix arrayIndexOutOfBoundsException to aviod systemServer crash. (by lijilou)
8f5b4ddee55b - Split the lock synchronizing LMKD socket reads/writes (by Suren Baghdasaryan)
ba4667dab5ab - Binder: avoid GC while holding lock (by Steven Moreland)
e4fb2b464ccf - Add a finalizer to LockscreenCredential to wipe the LSKF on GC (by Ellen Arteca)
2ffde3ba402a - Wipe the LockscreenCredential in DPMS#resetPasswordInternal (by Ellen Arteca)
e3df88633eef - Adjust procfs heap buffer growth limit to 64 MiB (by T.J. Mercier)
7a6ba29266e2 - Don't restart procfs reads from scratch (by T.J. Mercier)
0cadc38fe608 - Fix UAF in android_os_Process_readProcFile when kDebugProc==true (by T.J. Mercier)
14d731be8120 - Keep reading until end-of-file in reading procfs (by Jing Ji)
eb51b0d0bd82 - Fix carrier and userSwitchName text style flaw (by Shen Lin)
ad64b423afca - Should update surface position of the window before report resize (by tanxiaoyan)
d6cc1d0dea48 - Rotation: fix orientation error when remove window with exit anim (by heyoukang)
154b7d336590 - Simplify POSIX capabilities to bitmask (by Shai Barack)
bb778207741a - Add metaData null check in isRequiredAppDeclaredInMetadata (by Jeongik Cha)
b04794d2dc27 - HDMICEC: handle hdmi_control help command (by Dominic Lemire)
679aaf40d2f1 - Fixed device restart caused by starting Activity under split-screen root task. (by 张倞诚)
75a422418bdd - Fingerprint: BugFix: add null judgement (by liudongmei1)
7725527eb0a4 - Fix null dereference in WMShell transition (by Igor Chernyshev)
94ce5de44db7 - Fix potential NPE when dumping child nodes (by Daniel Peykov)
3a392d3b7d94 - Synchronize listeners in ConfigurationControllerImpl (by Dave Mankoff)
caa15b2d3d57 - Add TimeZoneProviderStatus' nullness check. (by hupeng3)
ff5c5fe04832 - Do not start fingerprint HAL if it is unstartable (by Xiao Lei)
008b2da54e51 - SystemCertificateSource: Mitigate NPE when checking updateable certs directory (by Syed Zaidi)
ee5ec4f60b0a - Mitigate LSKF leaks in RecoverableKeyStoreManager (by Ellen Arteca)
2f2c8271ab33 - Mitigate LSKF leaks through the LockscreenCredential in KeyguardManager (by Ellen Arteca)
23c267b7da1c - Fix EmbeddedWindow leaked when client binder death (by WangYuanyuan)
b55a6fc2cb0d - Reapply "SharedMemory: mark fdsan ownership" (by Josh Gao)
294672b0a326 - Fix memory leak of lastArray when newArray == NULL (by T.J. Mercier)
84a5e043da26 - ITvInputManagerCallback leak when client died (by shaofeng qiang)
7a108ec39021 - Fix the memory leak caused by the accessibility menu in SystemUI (by Shao Mengchuan)
dfbc7a0b70c0 - Fix UiModeManager context memory leak for SearchManager (by Lu Poyuan)
a19729467764 - VolumeDialog: Fix systemui crash nullpointerexception while casting (by Alvin Francis)
0f3ec07bdac2 - profcollect: Guard binder calls with null checks (by Yi Kong)
076b39331b1a - profcollect: Use postDelayed instead of starting a thread and sleep (by Yi Kong)
db102865be5d - profcollect: Remove unused DEBUG logs (by Yi Kong)
677399f8c1cc - profcollect: Make binder call on a background thread (by Yi Kong)
7dcb3f24ef03 - profcollect: create and upload profile on every idle maintenance (by Yi Kong)
102622d38ebf - profcollectd: call jobFinished even if failed (by Yi Kong)
2133a1c2da20 - Call jobFinished after ProfcollectBGJobService processing completes (by Abhishek Gadewar)
12b21edde00d - base: Do not enforce camera shutter sound (by Pranav Vashi)
319f0116a867 - Use originalView's context (by hee.youn)
30a575a5a36f - Fix null pointer exception issue when animation (by hanguohui)
25a72ad68a40 - Update statusBarState in KeyguardStatusBarViewController (by junklu)
8761668facc4 - Trace: Disable debug tracing on production builds (by Danny Lin)
c0bb22db829b - VPN: fix crash on missing CCM (by Tomasz Wasilczyk)
d446a4f22cb2 - Optimize AbsListView to reduce click operation latency (by Jun Wang)
95b8be5f0081 - ViewConfiguration: Set scroll friction to 0.009 (by Alex Naidis)
fda1e05c2359 - AbsListView: Improve scrolling cache (by Pawit Pornkitprasan)
54ae9f53e020 - Speed up Orientation Listener (by Chet Kener)
4e5c24e54f5f - SystemUI: Speed up actions expansion animation (by Danny Lin)
4a014e67d05a - DSR: Fix DSR when we have toast window (by Shashi Shekar Shankar)
7b90d877b781 - DSR: Fix broken DSR (by Karthik Gopalan)
460917b8955d - ActiveServices: Add delayed service restart (DSR) due to app launch (by Pranav Vashi)
32f3e482144d - CachedAppOptimizer: Fix persistent compact skipped (by Zhuo Fu)
80cc324b413a - CachedAppOptimizer: Set thread group to background (by Pranav Vashi)
391cf7273ff4 - CachedAppOptimizer : Pageout File pages during system compaction (by Divyanand Rangu)
57b172acede8 - OomAdjuster: B-service aging propagation on memory pressure (by Pranav Vashi)
9ec19b076c35 - SystemUI: Fix fontinterpolator unable to interpolate due to unknown default axes value (by Alvin Francis)
00d856d44074 - PackageInstaller: fix NPE due to a race condition in PackageUtil (by Dmitry Muhomor)
9fc4e41d6fd4 - services: Add NPE check for updating system app from play store (by Pranav Vashi)
436f5e4f6212 - Spoof a valid certificate chain for hardware attestations (by chiteroman)
dcb88f78dd8d - SystemUI: Update track title and artist on metadata change (by alphime)
d48317ba6a98 - SystemUI: Remove unnecessary updates for QS tiles layout (by Pranav Vashi)
55270641e16d - Remove default action for three finger swipe (by Pranav Vashi)
d2d53f0c1d27 - services: Simplify registering for three fingers swipe actions (by Pranav Vashi)
e0c0f6f518b1 - Improvements for three fingers swipe actions (by Henrique Silva)
a323822e01eb - Add three fingers swipe actions [2/3] (by Pranav Vashi)
e46d443f4f20 - PhoneWindowManager: Prevent NPE with voice search action (by Pranav Vashi)
7903e998f549 - SystemUI: Fix crash when switching QS view parents (by minaripenguin)
6557b54939a5 - Add null-checks to an optional dream service (by Abhishek Gadewar)
cc5093d491da - SystemUI: Fix crash when click rotation button on keyguard (by minaripenguin)
18f9fe22096b - Fix memory leak on MediaProjectionPermissionActivity (by Shao Mengchuan)
082026675f62 - ScrimController: Ensure alpha is fully transparent during AOD mode (by Matt Filetto)
ac55dc388ffb - ScrimController: Ensure the tint is set to black during AOD mode (by Matt Filetto)
504969712f51 - JobScheduler: Remove jobs for non-existent packages (by Pranav Vashi)
dc610bf7a2cc - base: Add support for strict standby policy [SQUASH] (by LibXZR)
072fc8340049 - Scale PS4/PS5 controller touchpad input (by Håkan Kvist)
b7430b40dfa1 - SystemUI: Add dimens to set max offset of navigation bar burn-in protection (by qwmnerbvqwmn)
9b41e1773f95 - SystemUI: Debounce QS data usage updates (by minaripenguin)
3730d6b222dd - ImageReader: Allow skipping of nativeDetachImage (by minaripenguin)
e5d50deab006 - Screenrecord: Hide HEVC screen recording when no HW codec is available (by Ido Ben-Hur)
1bc894a543a7 - Screenrecord: Option to keep the screen awake while screen recording (by Dhina17)
bce0c086b5ab - PhoneWindowManager: Check NPE for LineageHardware (by Pranav Vashi)
335fc0c4b2d4 - Fix NullPointerException in android.widget.TimePickerSpinnerDelegate.updateInputState (by Lee Jones)
2a6853328f48 - SystemUI: Update QS customizer background color (by Pranav Vashi)
fb01d4b40db0 - SystemUI: Explicitly enable background tint optimization (by minaripenguin)
8f7754ebb6c9 - SystemUI: Fix SystemUI crash when removing status area (by minaripenguin)
af848a00e8a7 - SystemUI: Correctly monet theme the new volume panel (by Ido Ben-Hur)
41fa2155f1a0 - SystemUI: Fix systemui crash when checking headups whitelist packages (by minaripenguin)
2365d3bdb034 - Fix exception when setTorchMode (by Xiaohui Niu)
3d9c3cc60d52 - SystemUI: Fix QS light theme issues (by minaripenguin)
1dc5395b3af9 - ThemeOverlayApplier: Exclude Launcher3 and Themepicker overlays (by minaripenguin)
8c650604583f - SystemUI: Fix Udfps animation positioning logic (by minaripenguin)
58266d7dfbd1 - BtHelper: handle BT crash (by yaoliang1)
afee2cbf86ed - SystemUI: Fix multiuser usage for less boring notifications (by Pranav Vashi)
f414a9523637 - SystemUI: Update ChatGPT quickaffordance activity (by aswin7469)
e3af70d6e1e1 - SystemUI: Add affordance shorcut for AI Voice Assistant (by minaripenguin)
ce952d515043 - SystemUI: screenshot: Catch RejectedExecutionException (by someone5678)
0b3350f36dbc - SystemUI: customization: Avoid NPE in ClockRegistry (by someone5678)
13e4086ffee6 - Cancel backup on transport error (by Tommy Webb)
3ef6496c3762 - Fix the restriction of odm partition overlays (by gang.huang)
194f33ad3b3f - SystemUI: Fix Internet Tile showing no service (by Tommy Webb)
a302613aaea3 - SystemUI: Don't animate QS tile text when opening activity/dialog from A11QS ui (by Tim Zimmermann)
5783fe036620 - WallpaperManagerService:fix potential null pointer exception in onDisplayRemoved method. (by lijilou)
27815ef911ec - PhoneWindowManager: Check camera availability on camera key long press (by dantmnf)
842b04cda6e3 - base: Fix gamespace on secondary users (by Dhina17)
09a6c00bf4c1 - base: Fix NPE in GameManagerService (by Dhina17)
6d17e0a3969c - Add required priv-app permissions for SystemUIGoogle (by Pranav Vashi)
0671e0bd13c6 - Integrate Pixel framework hooks and wrappers (by minaripenguin)
188b472dd0d9 - Fix NPE in UiAutomationManager (by Xiaohui Niu)
c3def8641ddd - AutoFill:fix NPE to aviod systemServer crash. (by lijilou)
3169a008d538 - SystemUI: Remove tracing in `NoRemeasureMotionLayout` (by minaripenguin)
7d85ece55383 - SystemUI: Fix crash when resetting ShadeController views (by minaripenguin)
4ac7e7f8f4a6 - Fix NPE when traversing viewgroup display list (by minaripenguin)
312695e7be8c - SystemUI: Ignore R8 optimizations warnings (by minaripenguin)
63855916e9c1 - SystemUI: Do not shrink resources (by minaripenguin)
62c38edebe24 - SystemUI: Fix wrong thread exception when updating smartspace views (by minaripenguin)
6bab78c24bfd - SystemUI: Fix suspicious spaces around new mobile icons (by lgjint)
47c17af3ebda - Fix TypedArray instance leak in ParsingPackageUtils. (by Arnab Banerjee)
55500dc547c1 - ActivityManagerNative: Prevent possible soft-reboot (by fusionjack)
3a5a0d7340fb - AppWidgetServiceImpl:fix NPE in pruneWidgetStateLocked mthod . (by lijilou)
231170198d35 - SystemUI: Drop unused rounded corner padding (by Pranav Vashi)
d5055d0f2b32 - SystemUI: Fix thread safety issue when adding tunables (by minaripenguin)
e6dd9b397fd7 - WallpaperManagerService:fix NPE happen in onDisplayReadyInternal method . (by lijilou)
8ade04bae8e5 - Fix nullptr exception when using do-while (by zhuning3)
dd52761cab69 - FileRotator:fix NPE due to The File.list() method may be return null. (by lijilou)
24c77f2e64cc - Gnss:fix NPE due to the arraymap store the null key. (by lijilou)
a568301f0180 - Wakelock: Ensure `inner` wakelock is not null before releasing it (by minaripenguin)
98a2cc5afff4 - AppRestrictionsHelper: Check managed restrictions (by Tommy Webb)
9ec8f96c8672 - Fix "Manage App & Content access" for profiles (by Tommy Webb)
6a1589533fc4 - SystemUI: Adapt "Extend kill button to notification conversation guts" to A14 QPR2 (by someone5678)
cdbc9cb65e88 - RuntimeInit: Prevent bootloop trying to handle app crash of null service (by Pranav Vashi)
13758272cfa6 - StringBlock: Prevent SystemUI crash when inflating QS (by Pranav Vashi)
d91714af8a05 - libandroid_defaults: explicitly enable ThinLTO (by John Galt)
165fe28c819e - Check light sensor is null for biometric logging (by Wenhui Yang)
693a87efec6c - Unregister the existing RegisteredAttribution before adding new one. (by Alekhya Karavadi)
f806e8a752f2 - Prevent crashing with several child profiles (by Tommy Webb)