forked from crdroidandroid/android_vendor_crDroidOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog_tissot.txt
1197 lines (1074 loc) · 55.2 KB
/
changelog_tissot.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
Highlights & Device Specific Changes:
Build type: Monthly
Device: Xiaomi Mi A1 (tissot)
Device maintainer: Arsh Khan (Sohil876)
Required firmware: V10.0.24.0.PDHMIXM
===== 03-30-2021 =====
Changelogs
(Device)
- Some device side optimizations
- Disabled proximity on doze
- Disabled autobrightness on doze
- Disable some debuggings
(Kernel)
- Kernel upstream to 266 tag
- Kernel Built With Clang 12.05
(Source)
- April Sec patch
====================
04-21-2021
====================
* external/asus/stitchimage
336979d Merge pull request #2 from Laker87/11.0
415511f Merge pull request #3 from Laker87/UpdateSI
* frameworks/base
c0e4b8da25e Use Asus Stitchimage as default screenshot service
8e7ffd56051 Merge pull request #641 from mukesh22584/11.0
0d09d0e4216 SystemUI: Add overlay to disable assist hint on lockscreen (#433)
* frameworks/native
a05f158f7 Merge pull request #5 from Laker87/11.0
* packages/apps/Updater
d6ee83d pdater: Fix exporting updates
====================
04-20-2021
====================
====================
04-19-2021
====================
* external/asus/stitchimage
9201f46 Update prebuilt apps
* hardware/qcom-caf/msm8996/audio
514d03b6 Revert "Merge tag 'LA.UM.9.6.2.r1-04100-89xx.0' of https://source.codeaurora.org/quic/la/platform/hardware/qcom/audio into 11.0"
* hardware/qcom-caf/msm8996/display
d0b1e450 Revert "Revert "device_impl: Fix format types to avoid compilation errors""
79176416 Revert "Merge tag 'LA.UM.9.6.2.r1-04100-89xx.0' of https://source.codeaurora.org/quic/la/platform/hardware/qcom/display into 11.0"
d0d66cf3 Revert "Merge tag 'LA.UM.9.6.2.r1-04100-89xx.0' of https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/display-commonsys-intf into 11.0"
3097d348 Revert "gralloc: Remove unused variable"
* hardware/qcom-caf/msm8996/media
099260d2 Revert "Merge tag 'LA.UM.9.6.2.r1-04100-89xx.0' of https://source.codeaurora.org/quic/la/platform/hardware/qcom/media into 11.0"
====================
04-18-2021
====================
* art
d00a3eb02f art: Disable host and target debugging
* external/asus/stitchimage
405c645 StitchImage: use accent for buttons
* frameworks/base
8db3d42c1a7 New Crowdin updates (#639)
41891843317 Cache bluetooth A2DP in AudioService callback thread
a34a7b463a6 Use alphaoptimized layout for icons on left
68bbd797305 Remove lineage holder network traffic leftover
f58bf1ef286 Merge 'lineage-18.1' into 11.0
* packages/apps/FaceUnlockService
5a170d6 Ship as crdroid faceunlock service
* packages/apps/Launcher3
645e1f36e New translations (#142)
* packages/apps/crDroidSettings
ddcf37ea New Crowdin updates (#744)
* vendor/addons
c89231c addons: Add OnePlus Sans font
* vendor/lineage
f4df4b27 crdroid: Build OnePlus Sans Font
====================
04-17-2021
====================
* art
6a063a034b art: Enable compiler/dalvikvm/dex2oat/runtime -O3
3862193ed7 ARM64: FP16 min and max intrinsic for ARMv8
* build/make
0dea99218 Merge 'lineage-18.1' into 11.0
* build/soong
154b7fc1 Merge 'lineage-18.1' into 11.0
ae90578a Make sure prebuilt modules are exported before attempting to use them
* external/rsync
1f245165 config: Undef USE_ICONV_OPEN as it segfaults for us
* frameworks/base
70af95c7b26 SystemUI: Pass lock pattern size to biometrics auth
====================
04-16-2021
====================
* android
9f5d3df manifest: Switch to clang 12.0.5
* device/lineage/sepolicy
7e915b9 Merge pull request #11 from Astridxx/11.0
3205189 sepolicy: Address screenshot sound
* packages/apps/LineageParts
998e99e Merge pull request #6 from Laker87/11.0
* packages/apps/Nfc
e675f520 NfcNci: make T3T/Nfc-F HCE optional
* packages/apps/Seedvault
28f9447 Also consider contacts with account 'com.android.contacts' for backup
d5b32d1 Bump to 11-1.1
* prebuilts/clang/host/linux-x86/clang-7284624
873cfcd clang 12.0.5 (based on r416183b) from build 7284624
====================
04-15-2021
====================
* device/lineage/sepolicy
147643a Merge pull request #10 from Jabiyeff/11.0
ec80c8f updater_app: Address cache_file denials
* frameworks/base
c1cf8300d29 Revert "Use alphaoptimized layout for icons on left"
* packages/apps/FaceUnlockService
eb4c275 Automatic translation import
* packages/apps/Launcher3
c8b265acb Launcher3: Limit depth blur to overview and quick switch states
* tools/repohooks
95795d8 lint: clean up newer pylint warnings
bfa656d utils: run: fix file leakage with bad execs
a89a138 utils: run: make sure exceptions always use strings for output
====================
04-14-2021
====================
* external/asus/stitchimage
af27706 Merge pull request #1 from Jabiyeff/11.0
1cd0a46 Update prebuilt StitchImage for R
* frameworks/base
98430f2036f SystemUI: Override VoLTE icon with VoWiFi when available [1/2]
180b555f297 SystemUI: Add more VoWiFi icon styles [1/2]
744613b14f6 SystemUI: support VoWIFI icons
c75f749d2fc SystemUI: Use old padding values for VoLTE icon
d8bee02e8c6 Add option to select VoLTE icon [1/2]
892aa55b0d4 Ability to toggle VoLTE icon in statusbar [1/2]
fa2e1d35d5e SystemUI: Use our default VoLTE icon
3445566a370 SystemUI: Fix VoLTE icon color on Light statusbar
224e36a93f2 MobileSignalController fix corresponding to upstream FeatureConnector change
ab21b1cc246 ImsManager.Connector became FeatureConnector.
82887dbe16b SystemUI: Enhancement for volte icon
f92e9cfe825 SystemUI: Query IMS state after CapabilityCallback is regisered
b460a78456d SystemUI: Fix HD icon missing
12e6c99fa8e Adapt to IMS registration changes.
2dfd545f587 SystemUI: Refactor the feature of volte icon
8d18f354767 SystemUI: Fix volte icon doesn't update in real time
37849f4cf22 SystemUI: Add new configuration for displaying Volte icon
da5315e49fe Add screenshot quality setting [1/2]
d77be4128c9 Add option to use primary system color for QS tile icon [1/2]
84c0117f468 SystemUI: Hide centered_area when showing heads up
5a28ff769b4 SystemUI: Move network traffic monitor under same layout as clock
46712ee2e10 SystemUI: Make center clock layout safe insets aware
* packages/apps/crDroidSettings
585783de Revert "Remove volte/vowifi settings for now"
d9e8a3de Add screenshot quality setting [2/2]
e0dbbacb Add option to use primary system color for QS tile icon [2/2]
====================
04-13-2021
====================
* build/make
75b03c622 envsetup: Fix the way we check check_product's return value
* frameworks/base
06c5df5fbf7 base: notch-city: Dejank immersive mode with QS panel
37aaf2935d8 ScreenDecorations: Apply cutout on lockscreen
305285ba8b5 ScreenDecorations: Simplify rounded size selection
75730fb4866 ScreenDecorations: Also hide notch for Hide mode
30be7bf45c1 ThemeOverlayController: Reload homeApp on cutout mode change
4fe40abd1c5 base: notch-city: Add 3 mode display cutout handler
52156aa2d1e New Crowdin updates (#636)
5bbb01619ac LockSettingsService: Fix face removal when disabling security
bd452e80ace PixelPropsUtils: Bump FP to Redfin April 2021
a77d042c490 PixelPropsUtils: Update packages
* packages/apps/Launcher3
d59472cc5 New Crowdin updates (#141)
* packages/apps/crDroidSettings
2b462112 crdoid: notch-city: Add 3 mode display cutout handler
cd017a04 New translations (#742)
* vendor/addons
c32c968 addons: Update HideCutout
* vendor/lineage
a78bf547 crdroid: notch-city: Add 3 mode display cutout handler
====================
04-12-2021
====================
* frameworks/native
da4666495 inputflinger: Enable ThinLTO
363f43d1a sf/inputflinger: Switch to -O3 and disable debugging
* hardware/qcom-caf/msm8996/audio
b89ad3d1 Merge tag 'LA.UM.9.6.2.r1-04100-89xx.0' of https://source.codeaurora.org/quic/la/platform/hardware/qcom/audio into 11.0
* hardware/qcom-caf/msm8996/display
cf52c315 gralloc: Remove unused variable
e72aa6f7 Merge tag 'LA.UM.9.6.2.r1-04100-89xx.0' of https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/display-commonsys-intf into 11.0
bcd48096 Revert "device_impl: Fix format types to avoid compilation errors"
016e5f2b Merge tag 'LA.UM.9.6.2.r1-04100-89xx.0' of https://source.codeaurora.org/quic/la/platform/hardware/qcom/display into 11.0
* hardware/qcom-caf/msm8996/media
b68d09c0 Merge tag 'LA.UM.9.6.2.r1-04100-89xx.0' of https://source.codeaurora.org/quic/la/platform/hardware/qcom/media into 11.0
* hardware/lineage/interfaces
c8b771f Revert "Add support for anti flicker mode in LiveDisplay"
* lineage-sdk
f6a34130 Battery Fully Charged Sound [3/3]
bafe1f5e PerformanceManagerService: Account for QCOM perf HAL 2.1 and 2.2
5e08bd1a NotificationLights: Allow overriding for all apps [1/2]
80f510d7 Battery light: 100% charged level (3/3)
e8d64a04 lineage-sdk: Tweak default charging sound path again
fdbe20dd Add toggle to allow advanced restart on secured lockscreen[1/2]
d4393ab6 Add more device key actions [1/3]
ccec6e07 Add device key action to take screenshot [1/3]
be6e1535 Add device key action to toggle flashlight [1/3]
372bb6d9 Add customizable action for back long press button [1/3]
bb17a845 Add device key action to kill app [1/3]
a97d0a6f lineage-sdk: Enable advanced reboot by default
e463b459 Network traffic mode for status bar [1/3]
33369417 Allow value 3 for status bar quick pull down
8dbea937 Allow value to hide the clock
40b3f762 lineage-sdk: Remove DB upgrade for FORCE_SHOW_NAVBAR
b35acaae Ship as crDroid based on LOS
911b4dcc lineage-sdk: Try loading default setting value for switch
c0d4f081 sdk: Kill los versioning
4ae813f6 sdk: Set summary automatically if required
5518e41a sdk: Kill trust interface hint on first boot
6e71071d crdroid: Do better for version pref
fa10d736 Disable by livedisplay by default
8d1506eb sdk: Map to ro.modversion
====================
04-11-2021
====================
* android
47ba611 Merge 'lineage-18.1' into 11.0
ca067c3 manifest: Track package installer
* build/make
778e87713 Use 'release-keys' for build tag
88576a949 soong: Add ability to enable product_shipping_api_level variant.
6461559b8 build: Add backuptool by default
727c28d50 build: execute changelog generator script
659fe51c7 build: Add ANSI name and build info
7e237590f envsetup: Automatically set CCACHE_EXEC to the system's ccache
d4843f863 Make build ID simple
66156d8c4 build: Add ro.crdroid.device
* device/lineage/sepolicy
b951466 selinux: Introduce Applock [3/3]
8f3b169 updater_app: Update cache_file permission
235f0d2 sepolicy: Move in pocket service sepolicy
9d113ad Allow platform access for fps info
38db078 sepolicy: Smart Charging (3/4)
c99e5f4 common: Move sysfs_io_sched_tuneable to vendor
5380e10 common: Expose faceunlock prop for all
199075c common: Expose hal1 camera list prop
f145086 sepolicy: Allow key disabler access for platform
bfe5b4b sepolicy: Allow system_server to read and write to sysfs_battery_supply
44840bc selinux: Update app name for updater
84e5589 Update ota_update path
* external/sqlite
12552ad Update SQLite to 3.35.4
* frameworks/av
d17ca0071d mediaplayer: Fix constructor calling sequence
3490a8d968 mediaplayer: Add default constructor for media player
7a781f8ec9 stagefright: Fix stop-error-error crash
1bc072e6a3 stagefright: Fix stop-error-release crash
d267bad585 CCodec: Move lower-res workaround to C2OMXNode
c9a202c2d6 CCodec: Make HDR10/+ support detection logic work for encoders
a85b1ccaa5 Camera3Device: Fix wrong metadata pointer
a446e5e6c5 codec2: Fix software decoder display issue
c403474a70 ACodec: Reduce the TWOmxNode wrapper in GraphicBufferSource
02c21f2fe3 BufferPool: limit number of idle buffers in caches
e9bab123d9 CCodec: store flushed config as work items
5421d2b7d5 Fix AAC decoder failing to instantiate
76879ff5ed libcameraservice: Remove restrictions for faceunlock service
0e54fd6ef8 codec2: Avoid sending input done event for incomplete work
4b43d27d1e CameraDeviceClient: fix recognition of Y16 format due to unmatching sizes
ae9deb104d libstagefright: Use regex patterns for libyuv functions
2a296eba07 xmlparser: Add support for parsing target specific xml
f7b466c755 libcameraservice: add TARGET_CAMERA_NEEDS_CLIENT_INFO
ee10d136db CameraDeviceClient: make mPrivilegedClient static
3879a93e6b Camera: Skip stream size check for whitelisted apps.
dd37d68add libcameraservice: Don't pass NULL args on setCallbacks call
5c08a3ba2e av: camera: catch mad hals that mess up buffer time
c998b7e434 audiopolicy: try again with trimmed audio port name if not found
39f6a128cc audiopolicy: No longer make re-assigning legacy audio groups fatal.
7e20d92411 Nuplayer: Handle a corner case during stop
* frameworks/base
a685965215e New Crowdin updates (#632)
d3336a08c87 Update Crowdin configuration file
ef195578db2 Remove malloc/free for inline overlay values
345749045db Enforce INTERNET as a runtime permission.
733109e9a65 add special runtime permission for other sensors
923883df041 add a NETWORK permission group for INTERNET
8e4bbf92ea6 make INTERNET into a special runtime permission
22bdb853f78 support new special runtime permissions
fffb50308cc SystemUI: Add a tile to show power menu
9d2ad2419d0 Further improve redesigning screenshot menu buttons
77cd66273b9 SystemUI: Redesign screenshot menu buttons
bd49d1d3d05 Fix up preview for ShapeShift clock
19b33db5bea SystemUI: Fix ShapeShift clock on 24h format
affc903e8df Add ShapeShift lockscreen clock
7a1daef5b0c PackageInfo: Optimize ApplicationInfo creation
6de5223361a LayoutInflater: Opportunistically create views directly for performance
338c578d512 SystemServiceRegistry: Replace ArrayMap with HashMap for performance
de0645c3a72 PackageManagerService: Replace ArrayMap with HashMap for performance
fc3bebb4e07 InsetsStateController: Replace ArrayMap with HashMap for performance
b118a75767a LocalServices: Replace ArrayMap with HashMap for performance
9f9976793e6 ThemedResourceCache: Replace ArrayMap with HashMap for performance
607d60343b5 Trace: Disable debug tracing in production builds
8dddd0672c7 statsd: Disable native stats collection service
4e35141b20e EventLog: Disable event writing in production builds
16672475256 Fix Volume panel not following rounded corners partially.
8d569d691f2 Fix bug on High Contrast Text
8414cf91dd1 NetworkRegistrationInfo: add Parcel recycle
d44bd04c277 Don't enable extra StrictMode features for userdebug builds
84d41183316 base: Fallback stitchimage's broken value to unknown
cd0e7e143f3 base: Whitelist stitchimage
0d14f45acdb base: Add missing long screenshot permission
9c80b2e5942 base: Add long screenshot chip
4b131b71dfd Add zygote native fork loop
7821052f089 Zygote: Add Arm pointer authentication keychange support.
85234dce605 Cleanup of Zygote files
e0d0ba868f5 Fix issue: https://issuetracker.google.com/issues/183024999
adeb182a4e6 configure same GID based APNs as per carrier requirements
740579a68f0 SettingsProvider: Resolve package name that requires permission
32cd5a1b6fc SoundPool: Avoid busy waiting during stream restart
da8e441ada4 fix broadcast receivers overflow for system_server
39ecd06307f SystemUI: Add Executors to Dependency
0c36ba15bfd Avoid to hold wakelock for long time
72f79b772c3 Fix initialization of USER_ROTATION setting.
d721fd44af2 camera2: Remove partial result nodes for error frames.
5592a0e6fc4 camera2: Improve code readability for FrameNumberTracker.
c2850a03533 base: Update lmkd diagnostics info
4835d451c2e Update ElectronBeam screen off animation
a4e81b84b77 ScreenOffAnimation: fix surface.destroy usage
2972b839bca Screen off animations [1/2]
785ad4bb330 Add Custom Sneeky Analog Clock
71439940735 Add Custom Spectrum Analog Clock
7291d71bfc0 OronosClock: Improve layouts and fix preview
a8f3698c672 Add Oroño clock
28e99707171 FluidClock: Fix up preview rendering
040902a9e2c Introduce Fluid lockscreen clock
911b0cf56d6 Restore toast AOSP animation
72a16c50a62 base: Smart Pulldown [1/2]
8b2f9fe6330 SystemUI: Fix crash due to FOD
15b59f612fd SystemUI: BiometricPrompt: Adjust layout if FOD is present
74056fbfca4 base: Introduce Applock [1/3]
647e91714be Fix screenshot type for three-finger-screenshot
ce62369e7c0 DataUsageView: Improvements and clean up
f23d90c70bc SystemUI: QS Header data usage info [SQUASHED][1/2]
ea21f66b693 SystemUI: Fix Wakelock issue
eba196dc2b2 Fix for TestDirectBootEmulated testcase
598c40d58df BrightnessController: Fix thread exception
52bf368b736 PixelPropsUtils: Add more apps
91bb7de3bd2 PixelPropsUtils: Set device model to Pixel 3 XL for Google
7baaceb1a1a Introduce PixelPropsUtils
aba1d7240fa QS: Remove divider between QS tiles and media player
4db9ca0eeb3 AuthBiometricFingerprintView: Fix indicator text color on dark theme
d9ee2be8785 fixup - [1/2] Allow using face as auth method for apps
96021b124fb AuthContainerView: fix rare SystemUI crash
082481db53a FaceService: Nuke useless call to getAuthenticatorId
8d30e49b642 Allow using face as auth method for apps
cc2d7fa32ad cleanup - SystemUI: Allow listening for face only on pin/pass view
dc16b5a81a8 Add isFaceAuthEnabledForUser checks in KeyguardLiftController
2cdcc20f289 SystemUI: Allow listening for face only on pin/pass view
9f8c5180ec9 base: do not use new lockscreen layout for bypass
510a205936f fwb: Guard some functions against face unlock
7712023631e Port face unlock feature
42ac9500b56 Pixel Navbar: Animation enabled by default
f62927dff35 Pixel Navbar: Make animation available even without google search
2cd203ada3b VolumeDialogControllerImpl: Stop log spam with no caption service
5a319b11e68 Pixel Navbar: Remove halo, white cutout
b2ae4e52719 Pixel Navbar: Hide opa when not pressed
4dee3022951 systemui: make media widget respect notif app name style
82d15b0f7ad base: Update some icons to MD2
556332ecdd8 Pixel Navbar animation toggle [1/2]
41bf5eb4669 SystemUI: Implement assist from redfin 11
076ce72daa9 Theme settings dashboard icons [1/3]
ffab19f58a3 Add option to vibrate when fully charged [1/2]
e787ecac089 Battery Fully Charged Sound [1/3]
c66d4867098 Fix setType() return value for high angle sensor
c54d7a72e95 Fixed Handler Leak on RecyclerView
ee55eeaed8b Fixed Handler Leak on WrapperInit
1f43bde3c95 Persist screen brightness setting through upgrade
370caa1967c KernelWakelockReader: provide class level lock when updates staleStats
f5c80c96281 HwBlob: explicit size check
46895f03380 Add synchronized to make sure data correctness
097bb94bbc9 Prevent going through unnecessary networks
6be969f2b41 Use name instead of package name
b07bd62d82f Fix NPE
b86571dfc71 Fix guest icon is not clickable after adding user
55fd35593ab Fix to attach listener to transient session
2137e784092 Fix renaming file and moving file issue in MTP
ac1e1f8f091 Fix a possible race condition in updateDynamicSensorList().
a7bf67db334 Fixed a race contidion in StorageManagerService
2697e48d8a5 Catch IllegalStateException when verify APK
72df0e0ef77 Cache stream volumes to prevent ANR
40a26ef10dc AMS: Disallow requestSystemServerHeapDump on non-eng builds
d38cf74e3cb SystemUI: Fix brightness slider paddings when autobrightness icon is hidden
b3aa4fb7d04 SystemServer: Only enable fd leak tracker on eng
d47dc9325b4 core: jni: Switch to -O3
b3ff1abfc8e core: Shorten network transition timeout
e2388d24859 ViewRootImpl: Set max fling ticks per sec to 24
033746ed4e6 AbsSeekBar: Fix growRect computation
28810c6a7a6 AbsSeekBarTest: Fix dpToPixel computation
3251354dadc QS rows&columns: use fixed values if landscape and playing media
acb20abb428 base: SystemUI: Allow user to add/remove QS with one click
f70ccc51677 IDEClock: Fix preview not displaying
2d508ca90c1 Clock: Introduce 404 IDE Clock
d7441ee91eb AutoFillUI: Don't show a "null" toast
6ba9dfd889e SystemUI: use OnePlus drawables for autobrightness icon
071ddd68021 SystemUI: Add side paddings for brightness slider
18ea7bfe0a4 Rename file name for op8 icon
d95766b7e98 PebbleBerry: Switch styles [1/4]
9f032e9f00b Toast: Add proper handling for toggling icon
a385ab0b3e6 Add QS Tile tinting config
251be87fde3 Show toast icon only if enabled
2e359b59964 Add toggle for floating notification dismiss button [1/2]
e9bcc38809c SystemUI: Introduce OOS style notification clear all button
8560ccb42a6 ActivityManagerService: dont be so hectic on cpu battery stats
3c4222c733e SystemUI: Add tuner switches for privacy icons
401eb754a64 Camera: Ignore torch status update for aux or compsite camera
a4de50be335 Make sensor block package list configurable [1/2]
d8772b9779f base: Add Accelerometer and Linear Acceleration sensors in blocking list
171bddf9d7d base: Sensor block per-package switch (1/2)
3ffcb039348 Camera: Don't throw exceptions when value pairs have spaces in them
abb2dc66fd2 Guard in short-circuit evaluations for stringSplit methods.
797117aef6a core: Materialize Toast notifications
6071f9582ed base: media_seekbar: make it sexy
5a91033124f Bring back "Post a silent notification if screenshot is dismissed"
9e595dedfd5 Apply bilinear filter for Ninepatch.
9922222dd44 Check ProjectBackwards property for childrens after children's syncProperties().
13ee966d844 Fixed to prevent usagestats file corruption when writing
e5c985ec185 Don't change public API
f792fc81a4f Phone ringtone setting for Multi SIM device [1/3]
5d19b1a446c ScreenRecord: Improve low quality screen record
3b9c162306a Screenrecord: add blinking stop dot and low quality options
3cc53bcfdae PebbleBerry: Add QS tile styles [1/3]
cdd05faf180 Add deep sleep preference controller [1/2]
7d391bf3e60 Ambient Music Ticker - Allow to pulse on new tracks [1/2]
e790af8d66e SystemUI: Allow additional padding for center clock
37265332ba2 SystemUI: Make center clock follow paddingTop
6eca7a780f6 QSB: Redirect dateview to calender view
edbe7304ef7 AmbientPulse: Clean up and misc fixes
a5004eba17a Fix statusbar icons padding
b3bfcaa5885 AlertSlider: Support slider actions without broadcast from device
b6d10f169ed AlertSlider: Fix layout for 180 rotation
e3585fab689 AlertSlider: Update theme more swiftly
95b157c4f1c AlertSlider: Add more resources
aeb7b748c7c AlertSlider: Prevent crash in case of incomplete broadcast
a10f764ba39 base: AlertSlider: update resources
432d87b3e50 AlertSlider: refactor to reflect slider state
30de601493b Alert Slider: Improve layout
ed58854c008 Alert Slider: Add toggle to disable notifications [1/2]
47b8b0c383a Alert slider: Use default position behaviour if position not specified in intent
2a0e97fa8aa Alert slider: Do not hardcode slider position based on ringer mode
5d15582667a Alert slider: Work better with Key Handlers
174b9deddb6 SystemUI: Make tri-state SystemUI dialog dimensions conditional
9ef2f6bebd6 SystemUI: Improve alert slider dialog
fdbf8c6c1c9 SystemUI: Introduce user interface for Alert Sliders
1b929e794e3 GlobalScreenshot: Fix old screenshot preview appearing in screenshots
742d3d3c6ee GlobalScreenshot: Reduce screenshot dismiss delay to 3 seconds
9470f923219 GlobalScreenshot: Speed up actions expansion animation
035ea02ebb4 Screenshot: Add delete action chip intent
dfec457e9dd base: Revert secondary home handle
8fd5bdbd5a0 LockIcon: refresh icon on overlay changes
c44d0c03e4f Move delete screenrecord strings to allow translations
9a06d2a5103 base: Add back the delete action for the screen recorder notification.
7bc82030da8 Allow to suppress notifications sound/vibration if screen is ON [1/2]
51cbe8fbd45 SystemUI: Ambient Edge Pulse layout [1/2]
28a329b7c63 SystemUI: Allow changing duration of ambient edge light [1/2]
09d8c0a43b3 SystemUI: Replace pulse light drawable with our own vector
652a0cec7c9 base: Add ambient pulse notification [1/2]
e2e9d74236f QSFooterImpl: Slight improvements and fixes
7f9d1191b48 QS footer icon visibilities [1/2]
b6bd1cb86c6 QSFooterImpl: Animate multiuser avatar
ebccc12dd3a Allow to quickly open Running Services from QS panel [1/2]
5dee2929bfc SystemUI: Remove tuner icon from QS Panel
7c1a467c99a Extend Pulse to Ambient Screen [1/2]
c2eeae76bea Doze-on-charge: Improvements
60cfe29ce1a Add option to enable AOD on charging only [1/2]
ab13c3f5e82 SmartCharging: Clean up redundant settings define
9b131b4f373 QuickStatusBar: Check for privacy chip indicators earlier
4bc10adc1b2 Reload QS tiles after applying tint
c29b257a02d Set custom QS panel columns for QS Customizer too
840dfd6bd7c base: Tint QS Tile with accent color [1/2]
2d375f2304e wm: Passing a new ArraySet instance to avoid crash
6b24e1b973b DragSurface: destroy surfacecontrol in view site
fe2e3560925 SystemUI: Face Unlock animation
5da628afdb2 Move Swap capacitive buttons to Settings [1/3]
cce487a0c89 NotificationShadeDepthController: updateShadeBlur if keyguard is going away
e22482adeaf base: Incall vibration options [1/3]
dfb65b378d6 PhoneWindowManager: Properly consolidate screenshot function calls
43f11a80f15 SystemUI: Don't shift KeyguardSecurityContainer when FOD isn't available
29593a4a6fc EdgeBackGestureHandler: Change back gesture height intervals
61c790e4db3 base: Navigation mode settings [1/2]
11f0c9970f8 Avoid interface name copy in HwParcel
4bbe31ffdd3 Binder interface tokens: remove extra mallocs
b467087dc5a Avoid potential fd leaks from jniCreateFileDescriptor (2/2)
93d9e0ea097 Avoid potential fd leak from jniCreateFileDescriptor (1/2)
3bc110c6c7a Avoid allocation on Java Binder fast path
123d71ddcc4 NetworkTraffic: Remove screen on/off triggers
620cced32aa Fix black screen issue due to wallpaper decoding exceptions
ddceaad1587 Try to fix upstream status bar+keyguard bug
689e20704c0 SystemUI: QS detail improvements
12ab6eaea04 Add button to AppErrorDialog to upload crash information to dogbin
8d11a299eb0 base: QS status bar opacity [1/2]
64e9089c2b0 Camera: Skip stream size check for whitelisted apps
f7d4f37e4e9 KeyStore: Report rate limited instead of not implemented
c38f0e160cc KeyStore: Block key attestation for Google Play Services
01cb60822fa FOD: allow user to disable night light when active [1/2]
acb73f5d14a SystemUI: add more FOD icons [1/2]
51e343e62d4 SystemUI: add more FOD animations [1/3]
842fdfbb211 FOD icon for oneplus 8 series
b68bef889ee Disable FOD animation if animation resource package not installed
4aa96219cca Move FOD Animation resources to standalone package [1/2]
b0fc4a336aa SystemUI: FOD pressed colors [1/2]
611c8f70c01 SystemUI: Don't show FOD icon/pad keyguard if strong auth is required
e75e91e4dfa SystemUI: FOD icon picker [1/2]
696e95846d1 FODCircleView: Hide animation when auth fails
62688861fb8 FODCircleView: changes to FOD circle and animation visibility
d80aac438cb fwb: Add screen off fod [1/2]
0ce567a4116 SystemUI: Add OP8T Cyberpunk 2077 FOD animation [1/2]
7005ef44bef Refactor how FOD Animation is hidden
64a08089173 FODAnimation: Check if view is null before adding a new one
39aaa699f36 FODAnimation: Allow to set vertical position offset
384c60db1c0 SystemUI: Add remaining FOD animations
522d063a494 SystemUI: Separate FODAnimation into it's own class
8cb8697c6da FODCircleView: cleanup FOD animation implementation
e777bc6919d SystemUI: Recognizing FP animation effects [1/2]
ad7f823fb86 FODCircleView: Recognizing fingerprint animation [1/2]
fe4c7946c6d Use FodUtils for FOD config checking
956857dbc57 Revert "FODCircleView: Hide fod while going to sleep"
e924d6d335e iorap: Enable by default
88d04454da1 fixup! SystemUI: old style mobile data indicators
8b649751a39 base: Add bool to enable/disable doze by default
caba09d6c57 Allow tuning ambient display with sensors [1/3]
c264e89184c Fix the wrong lastBackgroundTime in UidRecord
0f4cc71af37 Allow to hide arrow for back gesture [1/2]
4098afdcb32 SystemUI: status bar mobile indicator - code sharing is caring
4cd06111d61 base: Allow to use old style icons as default [1/2]
7eaceaf63be SystemUI: old style mobile data indicators [1/2]
903241cc965 SystemUI: SIM PIN1 lock screen abnormal
fd8f34e44ed base: Properly regenerate the share drawable.
108949a2a80 base: Allow hide gesture navbar [1/3]
49505ddc60d base: allow customizing the length of gesture navbar [1/3]
672362d5649 LS/Nav Pulse: Solid render: Fix another solid render FC
c7f0bf5db83 LS/Nav Pulse: Solid render: fix FC when changing units value
7f676906afd LS/Nav Pulse: Solid render: fix FC when changing smoothness option
b580f2eccb6 LS/Nav Pulse: Use background ui executor to link the session
b6bf5750d50 LS/Nav Pulse: Clean up redundant audio session id
e84a2f37f33 LS/Nav Pulse: Consolidate functions and fix NPE
2b74344dff7 Pulse initial checkin for Android 11 [1/2]
3cfc454a783 Revert "SystemUI: Add visualizer feature"
0b74abcb153 base: Allow switching to drawable for qs icons
f374dc3cccf SystemUI: Fix display cutout handling in expanding volume panel
1ace4bd795c SystemUI: Improve volume panel expansion/contraction animation
c31a67b421f SystemUI: Fix bug with user_setup_complete setting
1304923ef1f GamingMode: Fix initial value of gaming mode
6175b2416d0 iorap: Terminate iorapd process when both tracing and prefetching are off.
49234fc4775 SFUNY Clock: Add proper preview layout
72c1e982879 DividerLines Clock: Fix margin issue in layout
609e7641faa Typeface Clock: update thumbnail
842afe5bf7c KeyguardClockPositionAlgorithm: Allow forcing default clockY positioning
160ef896146 SystemUI: fix binary clock update
bf34a375a1b Add a Tux clock controller
f659ebf412a Add time refresh capabilities for bold, digital and Samsung lockscreen clocks
8ac82dbfaea SamsungHighlight Clock: Improve layout
e06208d661b Add SamsungHighlight clock
f76c7bd82d2 MNML Clock: Add proper preview layout
347ad403447 MNMLBox Clock: Clean up hacky layouts
e56f14d62b9 Add MNML based clock desgins
5fed19ca4fe Add SFUNY clock
3fe40db8815 DividedLines Clock: Add proper preview layout
d188017d4b6 DividerLines Clock: Set 24-hr time format as well
46870f26711 Add DividedLines Clock
f2aac4b9543 Add center style Typographic clock
9c94f853a61 SystemUI: Improve Samsung clock layout
fec8e792085 Introduce bold digital and Samsung like lockscreen clocks
88e9d441dce Keyguard: add binary custom clock face
c003329c932 TypeClock: Properly calculate the height
9e8364ae6dc Add TypeClock for translations
f7773b2553d SystemUI: Restore typographic clock face
3fcfdc374bd SystemUI: AssistDisclosure respect device corners
77ed5b5a783 Language toggle QS
0bbca2ac6a5 Disable long click for Compass tile
1f75c03e9b8 CompassTile: Add a device supports compass check
606781a324f CompassTile: Do not use slashed icon
7abdeec4030 CompassTile: Set default state inactive
da128cf49f0 Add Compass tile
78564b2d051 SoundTile: Make default state inactive
a6b1f0fd568 QS: Add Sound tile to Quick Settings
0f94e585192 RebootTile: Make default state inactive
cdc58584b4d Extend reboot tile to add power off
703e5fd7353 RebootTile: Fix gradient message display for reboot to recovery
ab0b1a1d81e Add Reboot/Recovery QS Tile
5cb2e6202ab SystemUI: Disable blur wakeup animation
2c2995e3cc5 Show USB icon in ADB notification
42268288c58 overlays: Fix inactive state Wifi Icon in Circular,Filled Kai Icon Pack
4d476555365 Navbar: Introduce navbar styles [1/4]
56cd07e7fe4 Toast icon switch [1/2]
6984d98f408 Fix: No text in toast for RTL layout
3d57af7892f Show icon of package associated with Toast
65ca4ef4428 Fixed Handler Leak on DistanceClassifier
e28c03d9882 Fix long click intent for Smart Pixels tile [1/2]
afb66f98936 Smart Pixels: Dynamically register receiver
75cc803f8b2 SmartPixels: Add config to enable smartpixels support
5ab6435a70a Add smart pixels [1/2]
7c4c505c9d6 Make using light sensor for pocket lock optional
63d53de913e PocketJudge: allow register vendor pocket sensor
d13da99aada PocketLock: fix flickering on animations
16eb3eb0b45 Pocket lock: Add config_pocketModeSupported overlay
1702cb3b42e SystemUI: Block face authentication when device is in pocket mode
f48f32979b9 pocket: Reduce sleep timeout for pocket lock
8413c2b2654 pocket: Use MD2 lock drawable
1cda45ade38 Pocket lock improvements
e8c93a69a73 pocket: Fix pocket lock view for display cutouts
8574b9719ac pocket: Adjust sleep timeout for pocket lock view to 10 secs
b01a3a67a79 pocket: introduce pocket bridge
94d577f7d69 PocketService: Adjust light sensor rate to 400ms
a26b7b105e8 pocket: Add hardware acceleration and properly maintain SYSTEM_UI flags
6dce9545a8a policy: introduce pocket lock
33f293579cd pocket: introduce pocket judge
2df4c3265f7 Battery light: 100% charged level (1/3)
3af8d598e27 Nfc adapter randomly returns null on devices having Nfc
ab68b4414d7 Improve NfcAdapter APIs to report correct nfc state
e819ca0c133 base: weather panel improvements
3caf343d406 SystemUI: Uncouple the temperature from the image
a48dad82154 base: SwipeToScreenshot: Import MIUI implementation
aed11b49d69 base: Improvements for swipe to screenshot
abebb5f1d03 base: Add three-fingers-swipe to screenshot [1/2]
672879fd539 base: Smart Charging (1/4)
4beac98220c frameworks: Reset battery stats
0a03955c531 Less boring headsup: allow any sms/dialer app set as default by user
743eca7159a Less boring heads up option [1/2]
5e78c92614c Bring back Gaming mode [1/3]
21fba7af1e4 SystemUI: FPS Info Overlay & Tile
4598d33c658 Disable long click for CPU Info tile
f223a578abe QS: Add CPUInfo toggle tile
31a04a4cf5b Add SystemSetting class analogous to SecureSetting
26529308598 base: add CPU info overlay
8b2ae51c685 SystemUI: update Bluetooth battery level assets.
9626a41ef6d SystemUI: Update NFC tile drawable
38eedf35f19 SystemUI: FingerprintDialogView: Use accent color instead of teal
876cb736e23 Use proper coded alphabet when a contact is written into EF_ADN of USIM.
2d394658c29 Use mContext directly
2af816ffe9e Fix NetworkPolicyManagerService deadlock
24c8d5bf4d6 Properly set fonts and icons on keyguard when changing styles
a71350828a7 VibratorService: implement OnePlus proprietary vibrator format
2ff2d4dbb5d Adaptive Playback: Convert to seconds
4b947c73db1 SystemUI: Introduce Adaptive Playback [1/2]
265efa9472d Volume dialog timeout (1/2)
7b479b4b715 Live Volume Steps [1/2]
814d4465fde Disable/Enable screenshot sound [1/2]
a198071110d power: Re-introduce custom charging sounds
13f127ec3eb SystemUI: Update automatic brightness drawables
b9fef2d0ebd Navbar: Switch gesture navbar to new navigation bar key event source
192f2dfede8 NPMS lock improvement.
c95dddd1dac Improve notification/headsup group header layouts
762f898c722 SystemUI: Move charging animation above FOD icon if In-display fingerprint is active
f656d65a2d3 SystemUI: Update keyguard indication margin when fod is in use
e8fccf027c9 base: add more notification channels to blockable
f0eddf3365f base: fix google copy pasta error :)
3b16ff94800 Base: fix facelock crash when lock screen is disabled
6beb89e8de4 Keyguard: Actually kill the Fancy Colon
362305bf558 SystemUI: Fix SystemUI Crash
e0bfc82a5fe SystemUI: thread protect keyguard callbacks
7070a0a66a4 BatteryService: Add VOOC charging support
9ac0dcbbd52 BatteryService: Add Warp charging support
57853f4bbda BatteryService: add dash charging support
2ef4807eceb DisplayManager: Fix synchronization issue
94a63063243 CarrierConfigManager: Enable payphone call blocking option
fca2dd399b4 base: fix tapered rect overlay
5269808c557 base: Supress telephony crashing platform
112abbc5b6d Fix NPE with void android.view.VelocityTracker.clear()
0d39e715b31 Fonts: Restore light font styling of AOSP
2453a631a97 Fonts: Add regular / light font config
b56f3e95203 Update default config for headline fonts
715b647cd0f Wire up default fonts with font engine
57ef2f68b17 base: Add more custom actions [1/3]
bbd926d6ac6 base: Add device key action to expand notifications panel [1/3]
51dd36c531f base: Add device key action to Clear all notifications [1/3]
13c853bcc69 base: Add device key action to toggle volume panel [2/3]
0f6b579e883 Utils: Add toggleVolumePanel action
1ed503b6cd1 Add device key action to take screenshot [2/3]
fe0652ee4a2 Add device key action to toggle flashlight [2/3]
3d069f67eed Add api to toggle flashlight
82922fb82aa Add customizable action for back long press button [2/3]
1ed7a57ea42 PhoneWindowManager: Clean up arguements in MSG_CAMERA_LONG_PRESS
a89857bc449 Add device key action to kill app [2/3]
10300dfdb94 base: Micro optimization for accidental touch prevention
5aa9599449c base: Add accidental touch prevention for assist key
a62e43582e9 base: Introduce Accidental Touch
ff707266402 base: Introduce new navigation bar key event source
fa432cf4b26 Add toggle to disable HW keys [1/2]
9d277d73e93 SystemUI: Hide back icon when screen pinned and gestural mode enabled
4abe4707584 Add tunables for navbar layout customization [1/2]
c5afe45756c Revert "SystemUI: Implement hide gestural navigation hint bar [1/5]"
008d8f328b3 Make Quick Unlock compatible with long PIN/Password [1/2]
8e60d44e79b audio: Don't play sound effects if stream is muted
8679d4af496 QS: Add and use Bluetooth Panel instead of full Settings
cb78fc86875 QS: Use Mobile Data panel for CellularTile
a490ca5f1ba QS: Add and use Mobile Data panel
8366031e471 DataSwitchTile: dont show toast on click
2eb94afc206 DataSwitchTile: collapse notification panel onClick
38db16b8bb6 SystemUI: Introduce DataSwitchTile
312283c2109 QS: Use Settings.Panel intent for Volume Tile
3dc48f55ed8 QS: Use Settings.Panel intents for WiFi and NFC
d5c6c6b813c AODTile: Use appropriate label
001298598ee DefaultPermissionGrantPolicy: Silence harmless errors
124aab434dd base: Add permissions for Google Chrome to sign in
ce6d2735fa1 base: Grant storage permissions to Google Markup
43f7cca4f65 base: Grant wallpaper permissions to prebuilt wp picker
f053a2ac0f3 base: Grant suspend permission to Wellbeing
edfb25dcbad base: Grant storage permission to ThemePicker
88f9ca3f74e Fix Google dialer FC due to missing permissions
f172d3ac89f Allow chromium to sign in
2036b05e77d Fix Google Calendar FC
883a76734c8 Fix Fi permissions
ed6d5fe17d5 Fix Android 7.0 GApps permisions which were causing F/C
10b2e7e4f22 base: Add permissions for OmniJaws
ec6c20b9c50 SystemUI: make qs weather page follow system font setting
bef9f424e1d Lockscreen Weather: Improvements
9c21c894167 KeyguardSlice: Fix up changing icon pack
d42f497d9a1 WeatherTile: Do not show if not installed
c995e0ee7a0 base: add keyguard weather style [1/2]
52e50a11a75 base: add weather to keyguardSlice
5e083a0e5bc base: keyguard weather view [1/2]
4dc0f22c0d3 base: add back weather parts [1/3]
b6812e78f9d Add an option to ask pin for shutdown/reboot on secure lockscreen [1/2]
a6bb4ae58ff Fingerprint authentication vibration [1/2]
497c0886590 Disable PIN entry after successful quick unlock
24c1c1035e8 Keyguard: Forward port lockscreen quick unlock (1/2)
5bcb86c4aa1 Hide power menu on secure lockscreen [1/2]
4f0079bb4bf Disable QS pulldown on secure lockscreen (1/2)
5f82139a162 Add toggle to hide lock icon on lockscreen [1/2]
d4817c01ad6 SystemUI: hide lock icon while dozing
033c1dd3058 Add lockscreen battery info as TunerService tunable
f13a4a05ada SystemUI: KG Charging Animation: Add more animations [1/3]
8351addfd7d Add toggle for charging animation [1/2]
28eb846cf44 SystemUI: Animate the keyguard when charging
3ee2a6623a1 Add Lockscreen album art filter [1/2]
69ff9f57223 Lockscreen charging info: show decimal in battery temperature
e7aaaec9e1e SystemUI: keyguard show charging watt
c9f1cdc9e8e LockscreenCharging: squashed (1/3)
6e679339d9a SettingsLib: Don't show system overlays on apps list
fc11258acd4 Add toggle to completely hide status bar on lockscreen [1/2]
b2eda84f257 Separate double tap to sleep on lockscreen [1/2]
45a7ef9cbec PebbleBerry: Remove black/white accent check on theme change
09a473d75fd Disable double tap power button camera gesture by default [1/2]
81539de342e AdvancedReboot: Adjust dimensions to match main menu
081ec9f57b5 SystemUI: increase global action icon size
4f545812b40 SystemUI: remove black bg from power menu
79a32f1dec7 SystemUI: tint emergency icon only
557aa2824a8 Revert "Global Actions - Remove outside touches"
c124ef5d62a Allow overriding default volume dialog position
e25d8fa4b79 VolumeDialogImpl: Use TunerService properly
ace432157af base: QS panel opacity [1/2]
1d4d2e6d2f4 base: Add qs status bar header image [1/2]
aab2ff102da Quick settings: Add Haptic Feedback to tiles [1/2]
b1c0c6f5968 QS tile titles visibility [1/2]
081cadd1d31 Add config for default QS columns and rows [1/2]
2dc8ca52b9d Allow to set QS panel columns and rows [1/2]
8c6b1b0129f Allow tapping battery icon in header to go to Power usage summary
4a60a3e74f3 base: Disable stock accent overlays
90f85e1918b base: Add overlays from Android 10
45b1b38888e base: add missing shape overlays
bedd72ab097 base: themes: dont use colorPrimary for active qs
ea719b42e89 BatteryBar [1/2]
d48a52c28e3 CollapsedStatusbar: Fix phantom spaces in status bar
011bdc50767 Use alphaoptimized layout for icons on left
59869b94e5b Remove unnecessary battery meter view impl in keyguard statusbar
8ef3f29f402 ThemedMeterDrawable: Fix system crash on theme change
7abd14ef06c SystemUI: show a bolt ⚡ when charging
0b38f5553b1 Prevent battery tunables crashing on first boot
2a758f417e9 BatteryMeterView: More robust for showing estimate
c3df9010184 Add toggle to display battery in quick status bar [1/2]
a0b313a633d Separate battery estimate from percent for QS [1/2]
60f4c8410b3 base: Add Solid battery style from PA [1/2]
eec436d7ddf Add battery styles and customizations for Android 10 [1/2]
4c8714d2614 Revert "SystemUI: Bring back good ol' circle battery style"
d7b5456045e Option to Display Data Disabled Indicator Icon [1/2]
14fbc6b0ebb Allow using 4G icon instead LTE [1/2]
7d5cdc8b56a Make roaming indicator optional [1/2]
530e0c916ee Add support for app signature spoofing
7e4c0dadfbb Add ability to toggle bluetooth battery level [1/2]
acc5b6ad102 Network traffic mode for status bar [2/3]
587ab81b3f3 base: Export bodyFontFamily and bodyFontFamilyMedium symbols
870a11db31f Revert "SystemUI: Network Traffic [1/3]"
1a4ed506d16 SystemUI: Add case to quick pull down status bar anywhere
31ed3aa26d8 Do not apply date customization to QS clock [1/2]
85c0d2c0103 Allow using position tunable to hide clock
3765b5a5a4c Add option to auto hide status-bar clock [1/2]
2e0d7959780 Statusbar clock customizations [1/2]
d9e273ae43b Add separate tunable for clock seconds
f6947eee483 PebbleBerry: Allow dark style selection and accent check
5007f119ae0 Revert "SystemUI: support black theme for dark mode [1/4]"
a6771bafb6e base: Improve navigation bar hiding toggle
af00569c4e3 Use FORCE_SHOW_NAVBAR to actually toggle navbar
677ac8dfe0c Statusbar: Fix Tunerservice usage
bf35e285de8 ListView: Disable dividers by default
50acf3e2752 Fix NullPointerException of AMS
736f87c52c0 Optimize AbsListView to reduce click operation latency
fa6cb669c07 avoid duplicate doFrame calls.
8b711848bf8 make ui touch optimization work normally.
077b254c99e add VSYNC scheduled flag and avoid two doFrame calls in one period
528df80b5e5 core: touch response optimizations
7e7ea59ef6f SystemUI: Allow using tuner API for Global settings
7bf614641c1 TunerService: Prevent NPE with tunable
f45069c9d71 pm: Add flags for UFS card for encryption in vold
3dbe2a94478 ChooserActivity: remove ugly separator
037aa4e4b78 BatteryStatsImpl.java: Stop resetting battery stats after reboot with battery level >= 90
b6eab3831e5 telephony: URI cannot be created with negative subIds
7a50cb90905 Close file descriptor to avoid socket leak
392541e6d99 Quick settings: Add method for getting estimated battery time
c05cc866174 Set alert dialog message to use system font
be8232a5b68 Fix list style alert dialog to use system font
bf85011a7dd services: LightsService: Mute an annoying error message.
dca3ede373f base: Change dividers from Holo Blue to Pixel Blue
6d2c94c2ffa Shorten wait time for shutdown time optimization
c136a6d8a8b TelephonyRegistry: Avoid adding duplicate listener
f41704f71b9 Fix navigation input consumer not working when first window is invisible
7e94ffab5a5 Fix deadlock between AppOpsService and HistoricalRegistry.
733b03e7857 SQLite: Do integrity_check only once
6bea8916a94 SQLiteDatabase: Catch corrupt exception during transaction
3e825d4d10b MountService: Prevent NPE with DropBoxManager
0bc5b47df74 Settings:Bugfix for NPE, Only valid screen power consumption need to smear
e7e825110c7 ParcelFileDescriptor: can we stop the panic here?
d1445265a3a FATAL EXCEPTION IN SYSTEM PROCESS: android.ui
6b6344eccb6 Framelayout: Fix NPE when view is missing
b56e9261a44 SystemUI: Keyguard: Check for a null errString
8aff2c3c0a4 Prevent crash in TTS engine due to improper configuration
c8b2be98973 Fix Another SystemUI crash
1847814f6d2 Fix SystemUI crash
dea5f6e4709 CarrierConfigManager: enable LTE+ icon by default
ad735c30d2a screenrec: Show dialog on bottom
9f2114733b9 SystemUI: Remove GarbageMonitor tile
3bfbdd0f225 Suppress FingerprintManager logspam
a30b25a2c70 Kill off provider info logspam
4915df35e4f Reduce log verbosity: Don't spam logcat
4fbbe229955 base: Add START_ACTIVITIES_FROM_BACKGROUND on phone priv-app whitelist
d3ae710eb0e SystemUI: Remove build version from qs footer
98340293073 Restore cache clean up code in PackageManagerService
7abe954d1a4 Add crdroid utils
325e20e610c base: Add metric for crDroid Settings
02c8e019153 base: Add stub files
0de4290f6e6 Merge tag 'android-11.0.0_r34' into staging/lineage-18.1_merge-android-11.0.0_r34
* hardware/interfaces
d0b870bc8 Merge 'lineage-18.1' into 11.0
* hardware/lineage/interfaces
0ab21d5 Merge 'lineage-18.1' into 11.0
* packages/apps/Contacts
1e75676f0 Merge 'lineage-18.1' into 11.0
* packages/apps/Launcher3
1a4315cf0 Merge 'lineage-18.1' into 11.0
b32997b6a New Crowdin updates (#140)
6005772c6 Merge tag 'android-11.0.0_r34' into staging/lineage-18.1_merge-android-11.0.0_r34
* packages/apps/LineageParts
64ef39f Merge 'lineage-18.1' into 11.0
* packages/apps/PermissionController
c81e766ab Revert "PermissionController: Redesign Permission grant dialog"
* packages/apps/Settings
37e15739ea ProgressCategory: update title style for consistency
b88e1af04d Device picker: add title to fix offset in progressbar
1fd523d8d5 Settings: Introduce Applock [2/3]
39de65fc84 Allow using face as auth method for apps
f54f6e90c2 Port faceunlock feature
51b8d0b6b0 Revert "Port face unlock feature"
e52f030f92 Theme settings dashboard icons [2/3]
1154bc6c77 Settings: Use correct icon to reset battery stats
6c41118be0 Settings: Reset battery stats [2/2]
1da3539003 Battery: show battery temp on power summary
1b44df6433 Settings: PowerUsageSummary: open advanced usage on header click
3668232546 Settings: Battery: tune design
478b2a24a0 Settings: Battery: Redesign BatteryMeterView
0ad829aa2f Settings: Fix crash when going back from battery
febd25a4c2 fuelgauge: add back battery level animation
157a1b4a64 Remove BatteryStatusFeatureProvider and BatteryHeaderPreferenceController
367d147e6c InstalledAppDetails: Fix refreshing storage summary after force stop
05c6f091f0 Settings: Move custom density settings to Display
9262a76cf1 Phone ringtone setting for Multi SIM device [2/3]
cae81cd77f Add deep sleep preference controller [2/2]
088069ce2e Allow to quickly open Running Services from QS panel [2/2]
a3721cf84f Make selectable consistent with prefs on screen
feff436266 AboutDevice: Use ro.product.device
3736741f56 Settings: Add platform and RAM to Model & Hardware
112697b28a Settings: display fstype for mounted volumes
823b6a42f2 Settings: Show full proc/version information
ab191ffb07 Settings: Add Device codename to Firmware version window
e2e3f36687 Settings: Match shortcut colors with settings icon
d0bd25a7b5 Allow tuning ambient display with sensors [3/3]
101752a22f Settings: Show media cover art and pulse toggles for lockscreen
f9d7e2d186 Settings: Add screen off fod [2/2]
1e54fc0930 Settings: Use global fonts in styles
890fc7d986 Give new life to reset buttons
827c2bf0fb NightDisplay Settings: Use List Preference for NightLight settings
9b928e1547 Settings: Move blur toggle to Display options.
303d0a3cd0 Settings: Use actual default refresh rate
34709dfdbc Fix long click intent for Smart Pixels tile [2/2]
918c30ef5b Bring back Gaming mode [2/3]
617cd0b05f Settings: Hide AOSP auto-rotate option hide quickly
e10f2b05e6 Port face unlock feature
96827716a1 Settings: Fix NPE with customdialogpref for backlight settings
36dd76f108 Make Quick Unlock compatible with long PIN/Password [2/2]
2b0c172861 Settings: Add back arrow to Desktop backup password
7409859c68 Settings: fix hardcoded black text in storage summary
4917da3c27 Settings: Fix icon tinting in power detail pages
da121424c5 Settings: Address a memory leak
66080eb423 Settings: add missing android title for top_level_settings
bcd6560128 Settings: Fix dismissal card bg color
5b178a75f7 Slices: use the same string for BT and Wifi master switch
6c84a458e3 panels: Add Bluetooth panel
9812e8d1c7 QS panels: Improvements
d9f8a94940 panels: Add Mobile Data panel
a3d5e214a8 Settings: add back weather parts [2/3]
76aa9d01ff Revert "Settings: adaptive icon"
ea2244b5af Keyguard: Forward port lockscreen quick unlock (2/2)
8049fc3e83 Settings: Enable advanced reboot by default
0405970182 Settings: Remove duplicate tap to sleep under display
1777f5eddc Settings: show battery times in summary
a034598e76 AnimationSeekbar: Accept digit vales in the hundredths
7d4ab28e29 Settings: Use seekbar to allow setting arbitrary animation values
9eb584d247 search: Impliment external searching
0ca4f1261a Port "Battery Usage Alerts" feature from factory images
ad81fa3e28 fuelgauge: Fix possible memory leaks
fe4eefd80e fuelgauge: Implement Early Warnings
4b1e106ac0 fuelgauge: Use Enhanced Battery Prediction from Turbo
645757472b Open app when clicking on icon in App Info
d14ce05810 InstalledApp: show link to Google Play
57f1fa476a Settings: Add missing gesture and battery animations
8533ea3176 Settings: Remove all initialExpandedChildrenCount
bddd6d7fac Settings: Make dashboard search bar round like stock
6a0e457d21 DisplaySettings: font size in 5% steps from 80% to 130%
7a10f1e1e7 SlicesDatabaseHelper: Re-index databases when version changes
7bad56a73b Enable FeatureFlags on "user" builds too
8a464ca4fb DarkMode Settings: Use List Preference rather ugly Drop Down
f100bbf2ab DarkMode Settings: Include pref for selecting dark mode style