forked from crdroidandroid/android_vendor_crDroidOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog_avicii.txt
951 lines (840 loc) · 42.6 KB
/
changelog_avicii.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
====================
11-25-2020
====================
* device/lineage/sepolicy
f7bfcb0 sepolicy: Allow SetupWizard to set recovery update prop
* frameworks/base
27634b819ae Battery light: 100% charged level (1/3)
6692168212e Nfc adapter randomly returns null on devices having Nfc
ba90543eec9 Improve NfcAdapter APIs to report correct nfc state
7ab682f5d26 base: weather panel improvements
4d34b67d435 SystemUI: Uncouple the temperature from the image
2344d931747 base: SwipeToScreenshot: Import MIUI implementation
c98528f2528 base: Improvements for swipe to screenshot
f8e1e329c6b base: Add three-fingers-swipe to screenshot [1/2]
ce16568fea3 base: Smart Charging (1/4)
79f6afa9a42 frameworks: Reset battery stats
64cd7759a7b Less boring headsup: allow any sms/dialer app set as default by user
dc0f9bc2a34 Less boring heads up option [1/2]
a7c013b587e Bring back Gaming mode [1/3]
3a66cc2ceef SystemUI: FPS Info Overlay & Tile
cd0578cc485 Disable long click for CPU Info tile
991ae68e1c1 QS: Add CPUInfo toggle tile
80af3eb8be9 Add SystemSetting class analogous to SecureSetting
21945db2a8f base: add CPU info overlay
4f68b56f97e SystemUI: update Bluetooth battery level assets.
6a7c41f48b8 SystemUI: Update NFC tile drawable
0bd7d4ee0d3 AutoBrightness: Remove handler's messages before send.
dfd45d7f5ab SystemUI: FingerprintDialogView: Use accent color instead of teal
541b0fc4ce9 Use proper coded alphabet when a contact is written into EF_ADN of USIM.
99d30d85599 Use mContext directly
4d9ff47f1d5 Unregistering PackageMonitor only when has registered it
38bf8f585b1 Fix NetworkPolicyManagerService deadlock
b71a9f2b84b Properly set fonts and icons on keyguard when changing styles
394cd6bc53c VibratorService: implement OnePlus proprietary vibrator format
4d0e4194d24 Adaptive Playback: Convert to seconds
9002cee61bf SystemUI: Introduce Adaptive Playback [1/2]
1734aaf8db1 Volume dialog timeout (1/2)
87a4fbb0e9f Live Volume Steps [1/2]
1159a05dc81 Disable/Enable screenshot sound [1/2]
0f7025cf94f power: Re-introduce custom charging sounds
6a1995cb520 Adding P20 icon styles
2f1ce34f510 Provide isWirelessCharging() in BatteryController
e4647bcf900 Add null check for default proximity sensor.
255205a2e98 Don't turn on prox when wirelessly charging.
2e0ad8a5f08 Ensure doze sensors can be registered when screen on.
90f00fd260e More defensive checks for ProximitySensor
ecbbe097621 Leave Prox registered when safe to do so.
50717e555bb Keep secondary prox registered when covered.
8c9fd5f1fa0 Add latching threshold for ThresholdSensorImpl
6543232da35 Prevent paused ThresholdSensorImpl event delivery.
b137d8de2aa Prevent NPE in ProximitySensor.
4f9da3f1050 Ensure that brightness sensor is registered in AOD
ad2927f96c6 Don't turn on prox until after screen is off/dozed
9f92c157bcc RESTRICT AUTOMERGE ProximitySensor now supports dual-sensor approach.
1c24fb4ab71 Extend SUPL network request timeout for consecutive SUPL request
526169af858 Add SharedPreferences key for reverse
354a5956046 Allow separate top and bottom rounded.xml layouts
b89e907c7f2 DO NOT MERGE Filter out suppressed notifications in entry manager
06918f6031b Fix race condition in UidRecord cleanup
32c875705f9 Give SysUi top-app while playing charging anim
26e2e5c9244 Modify WirelessChargingLayout for reverse charging
23057d0775e Skip loading tiles from non-current user if primary profile only
bf44ce913d9 Revert "Reparent bounds layer if surface was replaced."
6daddf4d538 Alert ProxCheck listeners directly when timing out.
605c2a6928f Fix duplicate devices when multiple mediums scanning requested
35c4e24402d Allow Power-button to temporarily ignore proximity sensor.
a827b407b87 Keep USB disconnected receiver active when ADB activity in bg
579f96e1989 Revert "Update FocusFinder"
56e17a427f2 EventSequenceValidator: Only record the debug log in debugging level.
a2552184040 Add a space after bullet point is recommended
e9a3fc0ea30 Add setRelativeLayer to TransactionCompat
d53b44c8b9f Fix typo that leads to attention not working
996f66b87c0 Update FocusFinder
42014581e03 Alerts not respecting dark theme
c445618188a Flag the falsing threshold for attention
2045b242d36 Update the maximum extension due to attention
9e848f4b7b9 Improve compatibility of WallpaperCompat
86f320bdd5c Keep warming services out of cached adj
32b444f9db2 Correct the return value of applyAnimationLocked.
d941f49ae3b Fix fd leak in KeepaliveTracker.
6e91434289e Shorten month on AOD date
f7ee8c36eb4 Change date format for better 'ja' compatibility
dbf07b7f91d Resume next activity if pausing app died
2e15d472325 Refine system bar position restoring
cad28f09d1a Remove home snapshot immediately
72f7d3e4ef7 Do not animate padlock when fp
4af63204eef Only apply back gesture device config if there are existing insets
64feb8bd0dc Add relative layer to SurfaceParams
b8d94ccdb4c Don't delay frame scheduling
fc7c131ce60 Cache Display.Mode so we can ignore refresh rate changes
53df29ce5fe Add Wallpaper scale methods to be used by WallpaperPicker
1203cb113c5 Update ChargingStarted sound
296a6db2a3c Change field type for reverse
8c04d06aeed SystemUI: Update automatic brightness drawables
0e889a83310 Navbar: Switch gesture navbar to new navigation bar key event source
a33c3d01852 NPMS lock improvement.
1cb678a0b78 Improve notification/headsup group header layouts
6a70ea17578 SystemUI: Move charging animation above FOD icon if In-display fingerprint is active
b94f3709db4 SystemUI: Update keyguard indication margin when fod is in use
b52b7de3513 KeyguardUpdateMonitor: Fix race condition before listening for biometrics
e4efbd30640 SystemUI: Allow listening for face only on pin/pass view
3eeeb5e9553 base: add more notification channels to blockable
868491ac9a8 base: fix google copy pasta error :)
79e5edb056e Base: fix facelock crash when lock screen is disabled
b6c0dbdc671 Keyguard: Actually kill the Fancy Colon
c2fab2053b9 SystemUI: Fix SystemUI Crash
b49bedea6f0 SystemUI: thread protect keyguard callbacks
6149129db7a BatteryService: Add VOOC charging support
0fe2835c6c5 BatteryService: Add Warp charging support
d97d9cb8d3f BatteryService: add dash charging support
67374678ecb DisplayManager: Fix synchronization issue
74bcfd58701 CarrierConfigManager: Enable payphone call blocking option
bc960575564 Port face unlock feature
1ea41ea098e base: fix tapered rect overlay
bccfc4dc86f base: Supress telephony crashing platform
542af45aa35 Fix NPE with void android.view.VelocityTracker.clear()
ac250884fcc Fonts: Restore light font styling of AOSP
403781dc9b9 Fonts: Add regular / light font config
adf516f0eb9 Update default config for headline fonts
3224003d9c9 Wire up default fonts with font engine
39ba56c1689 base: Add more custom actions [1/3]
75feaa3bffe base: Add device key action to expand notifications panel [1/3]
127719f1691 base: Add device key action to Clear all notifications [1/3]
f002ab2f4cb base: Add device key action to toggle volume panel [2/3]
dcb10e60565 Utils: Add toggleVolumePanel action
65b8a43b96a Add device key action to take screenshot [2/3]
060549ffdcd Add device key action to toggle flashlight [2/3]
a27d91ca2ff Add api to toggle flashlight
87de35f49c8 Add customizable action for back long press button [2/3]
5361bca5dc8 PhoneWindowManager: Clean up arguements in MSG_CAMERA_LONG_PRESS
e1ddfd1281a Add device key action to kill app [2/3]
a3727cfd786 base: Micro optimization for accidental touch prevention
015c1260f2a base: Add accidental touch prevention for assist key
85209edcfb0 base: Introduce Accidental Touch
6453df6c89e base: Introduce new navigation bar key event source
04d1131a09c Add toggle to disable HW keys [1/2]
5a5920e7128 SystemUI: Hide back icon when screen pinned and gestural mode enabled
71b145ecbd3 Add tunables for navbar layout customization [1/2]
57c8dedd9ab Revert "SystemUI: Implement hide gestural navigation hint bar [1/5]"
138307493e1 Make Quick Unlock compatible with long PIN/Password [1/2]
0fdba473749 audio: Don't play sound effects if stream is muted
e6f9c8e902a QS: Add and use Bluetooth Panel instead of full Settings
726a56ba71f QS: Use Mobile Data panel for CellularTile
94288d4a972 QS: Add and use Mobile Data panel
ef2d678fe13 DataSwitchTile: dont show toast on click
5d3c056d316 DataSwitchTile: collapse notification panel onClick
e5865d50591 SystemUI: Introduce DataSwitchTile
270bfc0f9b9 QS: Use Settings.Panel intent for Volume Tile
04ac8e56083 QS: Use Settings.Panel intents for WiFi and NFC
c25dd05a935 AODTile: Improve code
ffdc9993285 DefaultPermissionGrantPolicy: Silence harmless errors
16731141efa base: Grant storage permissions to Google Markup
39ada9bbd24 base: Grant wallpaper permissions to prebuilt wp picker
cf133acf572 base: Grant suspend permission to Wellbeing
3f801cb439a base: Grant storage permission to ThemePicker
31bdc657fb1 Fix Google dialer FC due to missing permissions
a76231b0cc8 Allow chromium to sign in
a69075c0de3 Fix Google Calendar FC
095fdbc8efb Fix Fi permissions
60688b7cb71 Fix Android 7.0 GApps permisions which were causing F/C
e96d1a710c0 base: Add permissions for OmniJaws
35b55712e3b SystemUI: make qs weather page follow system font setting
44c0b656c9b Lockscreen Weather: Improvements
49d377cac0e KeyguardSlice: Fix up changing icon pack
c59a3df0e13 WeatherTile: Do not show if not installed
53a7e4d286a base: add keyguard weather style [1/2]
05e77f2bec1 base: add weather to keyguardSlice
8cee54473f3 base: keyguard weather view [1/2]
62828c50c38 base: add back weather parts [1/3]
00ef4291489 Add an option to ask pin for shutdown/reboot on secure lockscreen [1/2]
80933d0875a Allow wallpaper surface in preview to scale to a rect
4f8d76256a7 Fingerprint authentication vibration [1/2]
c32ede65f99 Disable PIN entry after successful quick unlock
2405c6f5925 Keyguard: Forward port lockscreen quick unlock (1/2)
6ff97bf07f2 Hide power menu on secure lockscreen [1/2]
1a5304cc03a Disable QS pulldown on secure lockscreen (1/2)
b824233aeff Add toggle to hide lock icon on lockscreen [1/2]
0a89ca2a8ea SystemUI: hide lock icon while dozing
6989d33ed69 Add lockscreen battery info as TunerService tunable
5b3e4ba3aa1 SystemUI: KG Charging Animation: Add more animations [1/3]
20fc08f4d67 Add toggle for charging animation [1/2]
3aa30c47b27 SystemUI: Animate the keyguard when charging
0d65c850138 Add Lockscreen album art filter [1/2]
cc0d785b523 Lockscreen charging info: show decimal in battery temperature
4e1328dbf37 SystemUI: keyguard show charging watt
26b9bd7af66 LockscreenCharging: squashed (1/3)
b67ed90937a SettingsLib: Don't show system overlays on apps list
b64cffaf110 Add toggle to completely hide status bar on lockscreen [1/2]
8fc089fe1bd Separate double tap to sleep on lockscreen [1/2]
4a483fdd607 PebbleBerry: Remove black/white accent check on theme change
033e2d52fa5 Disable double tap power button camera gesture by default [1/2]
3041ad0ec97 AdvancedReboot: Adjust dimensions to match main menu
4b64c03f5ec SystemUI: increase global action icon size
ca00de3b849 SystemUI: remove black bg from power menu
4b02a54c756 SystemUI: tint emergency icon only
9d10a67d677 Revert "Global Actions - Remove outside touches"
39384819ea1 base: Disable stock accent overlays
8eeb010faa9 Allow overriding default volume dialog position
e6aa1031416 VolumeDialogImpl: Use TunerService properly
97a741b80a9 base: QS panel opacity [1/2]
4ecea9559ff base: Add qs status bar header image [1/2]
2c5db22f34d Quick settings: Add Haptic Feedback to tiles [1/2]
513f7abaa25 QS tile titles visibility [1/2]
5bfe0946738 Add config for default QS columns and rows [1/2]
ecae92abc7b Allow to set QS panel columns and rows [1/2]
3f438f895f9 Allow tapping battery icon in header to go to Power usage summary
7cb6a3227ed base: Add overlays from Android 10
a067999c993 base: add missing shape overlays
478494837ca base: themes: dont use colorPrimary for active qs
a79280f8655 BatteryBar [1/2]
a43b2feb9c2 CollapsedStatusbar: Fix phantom spaces in status bar
bc2046fe1e8 Use alphaoptimized layout for icons on left
8f99c53a925 Remove unnecessary battery meter view impl in keyguard statusbar
25cfc0cd1f3 ThemedMeterDrawable: Fix system crash on theme change
61fc0a266b6 SystemUI: show a bolt ⚡ when charging
e8495f33074 Prevent battery tunables crashing on first boot
8ae63ade9f8 BatteryMeterView: More robust for showing estimate
ce74921b50e Add toggle to display battery in quick status bar [1/2]
88b1d63a18f Separate battery estimate from percent for QS [1/2]
bc9dfa15ea1 base: Add Solid battery style from PA [1/2]
b6251dc6431 Add battery styles and customizations for Android 10 [1/2]
ff68b5a6aff Revert "SystemUI: Bring back good ol' circle battery style"
8aa9daa7b0c Option to Display Data Disabled Indicator Icon [1/2]
314eb89f4c1 Allow using 4G icon instead LTE [1/2]
6f2c6c3bbe4 Make roaming indicator optional [1/2]
141332f48d2 SystemUI: Override VoLTE icon with VoWiFi when available [1/2]
37f7fae1cf1 SystemUI: Add more VoWiFi icon styles [1/2]
189a96e078e SystemUI: support VoWIFI icons
fe12bece0d9 SystemUI: Use old padding values for VoLTE icon
96e4e406a9a Add option to select VoLTE icon [1/2]
4c543790bd1 Ability to toggle VoLTE icon in statusbar [1/2]
7662354564a SystemUI: Use our default VoLTE icon
66b5764bb81 SystemUI: Fix VoLTE icon color on Light statusbar
86afede64c7 MobileSignalController fix corresponding to upstream FeatureConnector change
499ae200250 ImsManager.Connector became FeatureConnector.
84e0c3a5786 SystemUI: Enhancement for volte icon
f8a54c1092b SystemUI: Query IMS state after CapabilityCallback is regisered
9c9eab5ff17 SystemUI: Fix HD icon missing
3e90bc79a5d Adapt to IMS registration changes.
abe3f3d5c8a SystemUI: Refactor the feature of volte icon
e18796ad415 SystemUI: Fix volte icon doesn't update in real time
6b37cc3b8c5 SystemUI: Add new configuration for displaying Volte icon
ac0cf3ea425 Add ability to toggle bluetooth battery level [1/2]
db17e00ea0b Network traffic mode for status bar [2/3]
8904efe6d83 base: Export bodyFontFamily and bodyFontFamilyMedium symbols
d07a8a579b2 Revert "SystemUI: Network Traffic [1/3]"
263fb1da959 SystemUI: Add case to quick pull down status bar anywhere
2195b85de2f Do not apply date customization to QS clock [1/2]
4399b21d8b5 Allow using position tunable to hide clock
42e2335877b Add option to auto hide status-bar clock [1/2]
abd9aea386c Statusbar clock customizations [1/2]
7f5376375f7 Add separate tunable for clock seconds
07b19dc607e PebbleBerry: Allow dark style selection and accent check
6c595d2b2f4 Revert "SystemUI: support black theme for dark mode [1/4]"
c3ac4f224fc base: Improve navigation bar hiding toggle
19b534b4ccd Use FORCE_SHOW_NAVBAR to actually toggle navbar
995cf4fde61 Statusbar: Fix Tunerservice usage
e30d49e7dd8 ListView: Disable dividers by default
ba4865ed43a core: Add support for MicroG
26a665b86d6 Avoid MotionEvent no finish raise unnecessary ANR
608be15e50c Fix NullPointerException of AMS
10d3dce5304 Updates to various icons:
e6290d7f41e Optimize AbsListView to reduce click operation latency
04cb7b40240 avoid duplicate doFrame calls.
8f595fabb79 make ui touch optimization work normally.
f00661acdf7 add VSYNC scheduled flag and avoid two doFrame calls in one period
9bbdd868bb8 core: touch response optimizations
24cd30a121b SystemUI: Allow using tuner API for Global settings
493978cabe4 TunerService: Prevent NPE with tunable
8bfc4a404ca pm: Add flags for UFS card for encryption in vold
24585460ea0 ChooserActivity: remove ugly separator
2cd6d965aaa BatteryStatsImpl.java: Stop resetting battery stats after reboot with battery level >= 90
6b33b9c4e02 telephony: URI cannot be created with negative subIds
3e671c6ef9c Close file descriptor to avoid socket leak
b3fd9460fad Set alert dialog message to use system font
264d8ccc6bb Fix list style alert dialog to use system font
d69ca2c9d5d services: LightsService: Mute an annoying error message.
63a1973c855 base: Change dividers from Holo Blue to Pixel Blue
9c5f7c0654f EnhancedEstimates: Get estimates from Device Health Services
7ec83d7f135 Shorten wait time for shutdown time optimization
55ef1771dd9 TelephonyRegistry: Avoid adding duplicate listener
c6384c54252 Fix navigation input consumer not working when first window is invisible
376f4c64de7 Fix deadlock between AppOpsService and HistoricalRegistry.
0271536b629 Do not re-initialize synthetic password
440321a7232 Excessive battery usage fix.
addccefe3d5 Fix override setBufferCount
ef755cedb97 SQLite: Do integrity_check only once
2c0bb13355c SQLiteDatabase: Catch corrupt exception during transaction
f2a2d7e76a1 MountService: Prevent NPE with DropBoxManager
4512c16c0a5 Settings:Bugfix for NPE, Only valid screen power consumption need to smear
c97fa39deb0 ParcelFileDescriptor: can we stop the panic here?
859d57fb4a0 FATAL EXCEPTION IN SYSTEM PROCESS: android.ui
f11a45068ce Framelayout: Fix NPE when view is missing
b1ccbd0dfbd SystemUI: Keyguard: Check for a null errString
135c8cb86a4 Prevent crash in TTS engine due to improper configuration
89ea9f25ced Fix Another SystemUI crash
0cae11bae31 Fix SystemUI crash
bf31e5df235 CarrierConfigManager: enable LTE+ icon by default
03cfdb1f512 screenrec: Show dialog on bottom
517dc99d508 SystemUI: Remove GarbageMonitor tile
658f24bacab Suppress FingerprintManager logspam
bc41187f3f2 Kill off provider info logspam
6be29a76eab Reduce log verbosity: Don't spam logcat
0cce737be59 base: Add START_ACTIVITIES_FROM_BACKGROUND on phone priv-app whitelist
ee2ad57ca0a SystemUI: Remove build version from qs footer
5977983bf85 Restore cache clean up code in PackageManagerService
91484257703 Add crdroid utils
2cb4413636e base: Add metric for crDroid Settings
65633bb65bf base: Add stub files
* lineage-sdk
1fe8caf3 NotificationLights: Allow overriding for all apps [1/2]
a3832270 Battery light: 100% charged level (3/3)
* packages/apps/Dialer
d3a5baea9 Merge 'lineage-18.0' into 11.0
* packages/apps/Settings
496fb7a379 Merge 'lineage-18.0' into 11.0
* packages/apps/SetupWizard
45aaf46 Ship as crDroid based on LOS
bec2986 SetupWizard: Bring it on our side
* packages/apps/Updater
e41331c Updater: Retrieve recovery update setting using the prop itself
95e8825 Updater: Add setting for updating recovery
8e2e278 Updater: Use accent_device_default_{dark,light} for colorAccent values
* system/bt
b675d8cf4 Add support to force disable enhanced sco commands
* system/core
49b4965fa Merge 'lineage-18.0' into 11.0
* vendor/lineage
0358c5ed apn: Add netzclub
a789ff5d apn: Add MEDIONmobile
7413dd74 atv: Remove AppDrawer
df2f0735 repopick: Use * revision if available
2966ccb6 kernel: Make system/vendor images depend on modules
2d1dbaef build: Remove hardware/qcom-caf/thermal pathmap
9351919a apn: Update Greek APN list
7a19b671 overlay: Add ignored backup transport overlay for Settings
====================
11-24-2020
====================
* android
e0925c4 Merge 'lineage-18.0' into 11.0
* device/oneplus/avicii
64de141 avicii: enable Smooth Display
6fa763f avicii: overlay: Enable min_refresh_rate setting
bc21447 avicii: Add local OpFeatures implementation and unpin affected blobs
73383c8 avicii: Import and build QTI vibrator HAL
c80168b avicii: remove BT qti leftover
3dc98c4 avicii: Replace BOARD_CHARGER_DISABLE_INIT_BLANK with ro.charger.disable_init_blank
05e06ba avicii: Satisfy wfdservice dependencies
1ad530b avicii: Drop dummy libplatformconfig
0211b3c avicii: overlay: Add translatable="false" tags to ims package overlays
f7fa30d avicii: overlay: Remove old configuration and use new config for MMTEL/RCS
6516402 avicii: ANT: Support new ANT stack
06bef6c avicii: Update priv app permission whitelist
* external/e2fsprogs
b3e6ac35 resize: Make a target for standalone resize2fs_static binary
* frameworks/base
99e5a73c086 SystemUI: Allow privileged system apps to access screenshot service
2ca9b626d45 core: Expose method to start assistant through Binder
* hardware/qcom-caf/msm8996/audio
13e39bb47 audio: Drop LOCAL_COPY_HEADERS usage
* hardware/qcom-caf/msm8996/display
bc83fe53a display: Drop LOCAL_COPY_HEADERS usage
* hardware/qcom-caf/msm8996/media
0f04f3c6a media: Switch to display_headers lib include
921034c99 media: Drop LOCAL_COPY_HEADERS usage
* hardware/qcom-caf/sdm845/audio
3b1daa1de audio: Drop LOCAL_COPY_HEADERS usage
* hardware/qcom-caf/sdm845/display
81bffd168 display: Drop LOCAL_COPY_HEADERS usage
* hardware/qcom-caf/sdm845/media
1bdf4586f media: Switch to display_headers lib include
61321c7e0 media: Drop LOCAL_COPY_HEADERS usage
* packages/apps/Camera2
167df0eb1 jni: Build libs against current sdk
db64316f6 Camera2: Remove LOCAL_NDK_STL_VARIANT
====================
11-23-2020
====================
* android
63b616f manifest: Switch to our e2fsprogs fork
7276563 manifest: Switch to our gptfdisk fork
86f30d4 lineage: Re-sync QCOM vibrator HAL
59889dc lineage: Re-enable sm8250 CAF HALs
50c6af8 lineage: Enable QCOM thermal repo
31d9a62 manifest: Switch to our e2fsprogs fork
677a4a8 manifest: Switch to our gptfdisk fork
* device/oneplus/avicii
f6fff5a avicii: overlay: Update in pinned files.
0c30afa avicii: sepolicy: Switch away from hal_attribute() macro
12b20da avicii: gpt-utils: Drop unnecessary include
fb22dd2 sm8250-common: Update carrierconfig overlay from OOS11
4485205 sm8250-common: Fix config.fs product path
23d32cc avicii: Switch to blob_fixup()
d66442e avicii: sepolicy: Access denied finding property "persist.vendor.qmi_log_on"
* device/qcom/sepolicy-legacy
006ec9dd sepolicy: Complete the removal of uce service definitions
* device/qcom/sepolicy-legacy-um
01522d79 sdm660: Label 4.4 mmcblk0rpmb again
* hardware/lineage/interfaces
7a83877 Revert "Add [email protected] (configurable MAC address)"
* hardware/qcom-caf/msm8996/audio
04074617e hal: use omx core headers as a header library
* hardware/qcom-caf/msm8996/media
2e5db0f85 mm-core: Generate omx core header library.
* hardware/qcom-caf/sdm845/audio
bf8d32424 hal: use omx core headers as a header library
* hardware/qcom-caf/sdm845/media
99f60a755 mm-core: Generate omx core header library.
* hardware/qcom-caf/thermal
aec37d4 thermal: Remove libhidltransport deps
* kernel/oneplus/sm7250
08306c0de5d4 Add toggle for disabling newly added USB devices
29b9f52e8429 drm: msm: Remove DMS internal mode flag after switching
b3fbbf8014c6 drm: msm: Implement codepath variations for cont-splash DMS
3d84540e5843 msm/sde: prevent double register of input handler
* packages/apps/Dialer
06a730400 Dialer: handle database downgrade from lineage-16.0
* packages/apps/Settings
d52cc4ac06 Settings: Add preference for KEY_MIN_REFRESH_RATE
* system/core
07c02388b fs_mgr: autodetect filesystem type
* vendor/qcom/opensource/interfaces
762d152 Merge tag 'LA.QSSI.11.0.r1-07500-qssi.0' of https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/interfaces into lineage-18.0
* vendor/qcom/opensource/power
133ea34 power: Remove no longer used files
* vendor/qcom/opensource/vibrator
f1366d3 aidl: Simplify soc check and drop prop dep
====================
11-22-2020
====================
* kernel/oneplus/sm7250
e9704bda6a6b techpack: audio: Make all litoauto drivers built in
b5d003698e94 techpack: audio: Build tfa9894
62780955f0f1 techpack: audio: Correct symlinks
4a386cb93eb7 techpack: audio: Remove Android.mk
5875daffdf43 Add 'techpack/audio/' from commit '3f0fa8299433fcde8cafdef736c4afa3735ee053'
* packages/apps/Camera2
01de52edf Camera2: Fix missing permissions failure on boot
* packages/apps/Settings
deac40cfb9 Settings: Check if we have any color modes declared in overlay
====================
11-21-2020
====================
* android
76f6c50 lineage: Re-enable sm8150 CAF HALs
6735915 lineage: Enable legacy qcom sepolicy
* build/make
688e58093 soong: Add ability to enable product_shipping_api_level variant.
* build/soong
821b1f7f soong: Add ability to enable product_shipping_api_level variant.
* device/oneplus/avicii
c40038b avicii: enable Smart Charging
d7fc480 avicii: Fix qmipriod crashes
e0ccbf6 avicii: overlay: Warp Charging
* device/oneplus/sm8250-common
aebca76 [DNM] sm8250-common: Disable qti-telephony-common injection
436a6d1 sm8250-common: Import and build QTI vibrator HAL
b5c3b5c sm8250-common: Replace BOARD_CHARGER_DISABLE_INIT_BLANK with ro.charger.disable_init_blank
46f11c4 sm8250-common: Import WifiResCommon from stock
2f909a4 sm8250-common: Update blobs from OOS11
20b1593 Revert "sm8250-common: Switch to QTI bt stack"
d1edb03 Revert "sm8250-common: Disable BT A2DP AAC whitelist"
8202757 sm8250-common: Satisfy wfdservice dependencies
8681663 sm8250-common: Drop dummy libplatformconfig
fcc838b sm8250-common: Add fingerprint configuration to overlay
e2ffe89 sm8250-common: overlay: Remove wifi related internal overlays
cf50219 sm8250-common: overlay: Add translatable="false" tags to ims package overlays
935a44a sm8250-common: overlay: Remove old configuration and use new config for MMTEL/RCS
c0da98e sm8250-common: overlay: Update pinner list for new SystemUI location
d497842 sm8250-common: overlay: Update in pinned files.
3984922 sm8250-common: power: Rebase on LA.UM.9.12.r1-09000-SMxx50.0
* frameworks/base
59b14ef302f WifiDisplayController: handle preexisting p2p connection status
828744778f6 Merge changes for launching wifidisplay from system settings
5ae53f89b34 PowerManagerService: Add nullptr checks around button/keyboard lights
* frameworks/native
a844b6d5d RenderEngine: Rev down blur filter shader when device is legacy
* packages/apps/crDroidSettings
38631fc5 crdroid: Add three-fingers-swipe to screenshot [2/2]
* vendor/oneplus
0d24efc sm8250-common: HAXXX
d51b923 sm8250-common: Reextract NQNfcNci.apk and ims.apk
====================
11-20-2020
====================
* android
35101d3 manifest: Track external_scudo
d046b4a Merge 'lineage-18.0' into 11.0
1131de3 lineage: Reenable AOSP FM app and add QCOM libfmjni
* device/lineage/sepolicy
711b2ac Allow platform access for fps info
3d2ea79 sepolicy: Smart Charging (3/4)
* device/oneplus/avicii
8bb164d avicii: Use custom vibration configs
c56eea5 avicii: enable auto brightness while dozing
961e2f7 avicii: adress some denials
6cddc70 avicii: DeviceSettings
* device/oneplus/kebab
4790783 kebab: Initial commit
* device/oneplus/sm8250-common
058fab1 sm8250-common: Disable /odm overlays
75f78ff sm8250-common: RIP custom lights HAL
6782e07 sm8250-common: ANT: Support new ANT stack
cc0d8ab sm8250-common: Update priv app permission whitelist
51b433e sm8250-common: sepolicy: hal_display_color -> vendor_hal_display_color
6af0760 sm8250-common: Add system_ext to dynamic partitions list
e38c605 sm8250-common: sepolicy: Switch away from hal_attribute() macro
8b6a59f sm8250-common: Include QSSI sepolicy
44b1416 sm8250-common: gpt-utils: Drop unnecessary include
dd86632 sm8250-common: Remove libhwbinder/libhidltransport deps
7c3e803 sm8250-common: Unset TARGET_COPY_OUT_ODM
0a8f493 sm8250-common: Bump PRODUCT_TARGET_VNDK_VERSION to 30 (R)
7239ef8 sm8250-common: Update carrierconfig overlay from OOS11
48f5720 sm8250-common: Add kebab to build guards
029a335 sm8250-common: Fix config.fs product path
d996e39 sm8250-common: Switch to blob_fixup()
* frameworks/base
68d9459775d Implement edge long swipe gesture [1/3]
* hardware/lineage/interfaces
9a78a4b Regenerate HIDL blueprints
* hardware/qcom-caf/sm8250/audio
bade6f2cb audio: adsprpcd: Drop dependency on proprietary headers and fix build errors
21752f028 hal: Support the audio amplifier hook
8e9c25af5 hal: Add missing includes
1dfa5ea0a audio_extn: Allow skipping compilation of audio HAL extensions
efffecf5a audio: Skip libhdmipassthru on OSS builds
91f4698ef audio: Use direct * pathmap
* hardware/qcom-caf/sm8250/display
9c611c9ac gralloc: Add option for YCrCb venus camera preview
e84c2e9dd gralloc: Allow devices to opt-in for YCrCb camera preview
49e649f9a Add C2D_FORMAT_BT601_FULLRANGE to C2D_FORMAT_MODE
905e63f1a Add C2D_COLOR_FORMAT_420_TP10 to C2D_YUV_FORMAT
275572d32 Don't build lights module if vendor supplies it
a50857e26 display: Use * pathmap
553886f48 Add 'display-commonsys-intf/' from commit '9e007e8c997fef5aa3cb595df1748bf09bf20f1f'
* hardware/qcom-caf/sm8250/media
04b52418c media: Include display_headers instead of display_intf_headers
1ed6e081f media: libOmxSw encoders require prop headers :(
40571415e media: Use * pathmap
* kernel/oneplus/sm8250
fee65c65d28b Add toggle for disabling newly added USB devices
943226426846 input: touchscreen: Expose every possible gesture
ff090418ede5 arm64: dts: Drop amb655x 1080@60 timings
08410d74a7a0 arm64: dts: Switch amb655x 1080@120
aaa30f5d25ba arm64: dts: Drop ana6706 1080p timings
c0987e070011 arm64: dts: Drop ana6706 1440@60 timings
2ea76282a45c arm64: dts: Switch ana6706 to 1440@120
f6b4eab55131 drm: msm: Remove DMS internal mode flag after switching
3db48ad35a73 drm: msm: Implement codepath variations for cont-splash DMS
c7ffbfd0ec93 msm/sde: prevent double register of input handler
efa2c5ecd14c kernel: module: Make modversions always pass
f130066af1f6 kernel: module: Ignore all magic mismatches
7118ad1ed977 defconfig: Disable CONFIG_MODULE_SIG_FORCE, enable CONFIG_MODULE_FORCE_LOAD
a8a5e13ca610 defconfig: Enable CONFIG_BUILD_ARM64_DT_OVERLAY
7f35ab595944 headers_lib: rename Android.bp
8331e137a43e Android: Add empty Android.mk file
24ad383ae33e techpack: audio: Make all konaauto drivers built in
1fd03fd01853 techpack: audio: Build tfa9894
722d7d837dbf techpack: audio: Correct symlinks
bb7f789a2502 techpack: audio: Remove Android.{bp,mk}
c70baa0706a6 Add 'techpack/audio/' from commit '2029d0a2bde96c7d6dc2082c2b3f94aa323254e5'
* packages/apps/Camera2
36fc8db3c Camera2: Move to /system_ext
* packages/apps/Settings
8bc845f36e Backup: Don't hardcode ignored backup transports
bbc2150289 Bring back Gaming mode [2/3]
* packages/apps/crDroidSettings
0a818248 crdroid: Bring up Misc fragment
* tools/repohooks
fc3ee95 Fix issue with triple quoted relnotes
* vendor/lineage
0054fe1c crdroid: Smart Charging (4/4)
baec6c00 overlay: Enable smart replies for apps that target APIs below 28
* vendor/oneplus
646256f sm8250-common: Update blobs from 11.4.5
43a7b8f sm8250-common: Disable ELF check for shared libraries
472dd9c sm8250-common: Add kebab to build guards
2f27f2f sm8250-common: Update blobs from 10.5.12
b9c0cd4 sm8250-common: Add QCOM disp apis and its dependency
4391448 sm8250-common: Bring back prebuilt NxpNfcNci
e845d49 sm8250-common: Initial commit
====================
11-19-2020
====================
* android
73684b0 track LOS sdm845 HALS
* external/scudo
2cae70d Add new mallopt options.
1565b8e Scudo: Modify Class table and MaxSizelog
d6d41d9 Skip irrelevant regions during release
51afff1 mallopt runtime configuration options
1312883 Scudo hotfix: Improve memory allocation performance.
00c8dc5 scudo: Re-order Allocator fields for improved performance. NFCI.
* frameworks/av
eb896336a9 nuplayer: Renderer: force negative media time to zero
424d6d1a02 Codec2: Initialize InputSurfaceWrapper::Config structure fields
76d6444381 Nuplayer: Handle a corner case during stop
1b60e81bd1 Camera: Fix request metadata override for repeating request
2933d45811 audio policy: fix attributes for strategy "rerouting"
a8d0b5736f MediaMetric:Save each item indiviually for AudioPowerUsage
* frameworks/opt/telephony
d8a3b11c2 Phone exception Issue
0d3c494a2 Telcel: Fix data call retry for apn change event
a3b64f01e Retry temp dds switch for UI setting
eae1c9422 Add support to extend methods from VendorPhoneSwitcher
e297cc375 Restore getSubIdFromNetworkRequest method
d1ace1dd1 Restore isEmergency method
d688da7a6 Telephony: Fix crash while updating Operator Name
9d0470540 SimPhoneBook: Add ANR/EMAIL support for USIM phonebook.
6d5eb2ca9 Define EF MSPL/MLPL/PRL values and paths
9e3a48a3a Fix imsi info error when insert some china operator card.
ad67dd051 FR57912: Add support for pdp data reject with cause code 29,33,55
d1180666c Fix to block sim selection popup for data
60bd8fbe5 Add support for retry with new DDS API and update QtiPhoneSwitcher
67855b382 CDMA MO SMS follow on DC feature
9476c15cb Enable vendor Telephony plugin
0cff47543 Enable vendor Telephony plugin: MSIM Changes
* packages/apps/SetupWizard
d93e0e1 SetupWizard: Add activity to toggle recovery updates
7423d88 SetupWizard: Add seedvault restore page in GMS flow
* system/core
034038589 health: Add CAP_BLOCK_SUSPEND
* vendor/lineage
f94f7fff crdroid: Let devices opt out from blur
====================
11-18-2020
====================
* android
58d9567 lineage: Enable sdm845 CAF HALs
87f3403 Merge 'lineage-18.0' into 11.0
2de1174 manifest: Track msm8998 HALs
e1bf7e3 manifest: Untrack qcom interfaces
54e4d3f manifest: Sync our chromium-webview
e515041 Revert "track recovery"
63ffef8 Merge 'lineage-18.0' into 11.0
* build/make
954c583bd build: Add backuptool by default
7ac5078a0 build: execute changelog generator script
b8b969931 build: Add ANSI name and build info
966f53ca1 envsetup: Automatically set CCACHE_EXEC to the system's ccache
832325357 Make build ID simple
24fe17ccb build: Add ro.crdroid.device
238c9e63e releasetools: Add script to sign zips
3e089d0e7 releasetools: support reading release keys out of some sort of command
6274285c9 build tools: Fix TypeError when signing builds with Python3
* build/soong
bf33ad38 soong: Change to CR_VERSION
d179ea19 soong: whitelist updates
ef35c0b1 soong : add more tools to paths whitelist
f36fe003 soong: Add 'repo' to allowed commands
4d4868d0 soong: Whitelist cpio for prebuilt ramdisk extraction
9773ce8d Define AArch32 soong variable
* device/lineage/sepolicy
e5e9cd0 common: Move sysfs_io_sched_tuneable to vendor
e332551 common: Expose faceunlock prop for all
5cbd4b1 common: Expose hal1 camera list prop
40ee528 sepolicy: Allow key disabler access for platform
70f11c2 sepolicy: Allow system_server to read and write to sysfs_battery_supply
0a88045 selinux: Update app name for updater
c04cc91 Update ota_update path
* frameworks/av
b12bfda460 Request to reset effect buffer in clearInputBuffer
f0ced4c56d libstagefright: Fix memory leak due to lock timeout
3a2e753e34 Camera: check metadata type before releasing frame
9773ba0db0 camera/media: Support legacy HALv1 camera in mediaserver
bb715a183a camera: include: Don't override possible overlayed header
3364414391 libstagefright: use 64-bit usage for native_window_set_usage
6255680e4b libstagefright: Free buffers on observer died
58d0c356bd stagefright: ACodec: Resolve empty vendor parameters usage
1665cfa342 stagefright: omx: Don't signal dataspace change on legacy QCOM
84b5a060d4 libstagefright: Support YVU420SemiPlanar camera format
7ff2a0be5a camera: Don't segfault if we get a NULL parameter
ac375f4c04 nuplayer: Avoid crash when codec fails to load
* frameworks/base
c695ead3ceb PackageManager: allow build-time disabling of components
* frameworks/native
1c362be8d DO NOT MERGE Correct physical orientation
78b87121b Revert "Fix captureScreen when 90/180/270 LCM"
* hardware/qcom-caf/msm8998/audio
83ea09a7f Merge tag 'LA.UM.8.4.r1-06000-8x98.0' into 11.0-caf-msm8998
* hardware/qcom-caf/msm8998/display
1880ec21 sdm: Fix issue with concurrent writeback buffer
1fe9bb39 sdm : Do not call refresh callback if callback is not registered.
* hardware/qcom-caf/sdm845/display
118f53f62 fixup! sdm: Implement SetDisplayBrightness, GetDisplayBrightness
* lineage-sdk
d6cb1852 lineage-sdk: Tweak default charging sound path again
5c4ee665 Add toggle to allow advanced restart on secured lockscreen[1/2]
360a9cd7 Add more device key actions [1/3]
c280e537 Add device key action to take screenshot [1/3]
a2d3dcd4 Add device key action to toggle flashlight [1/3]
5ee2d4f0 Add customizable action for back long press button [1/3]
ed764861 Add device key action to kill app [1/3]
a318cf5e lineage-sdk: Enable advanced reboot by default
6133a2d5 Network traffic mode for status bar [1/3]
6bd45099 Allow value 3 for status bar quick pull down
4ff01d71 Allow value to hide the clock
15ee6573 lineage-sdk: Remove DB upgrade for FORCE_SHOW_NAVBAR
1aa7b3fc lineage-sdk: Disable warnings on boot
dea6f014 Ship as crDroid based on LOS
9c6f06b1 lineage-sdk: Try loading default setting value for switch
34b1a322 sdk: Kill los versioning
103e5000 sdk: Set summary automatically if required
83f1c17c sdk: Kill trust interface hint on first boot
72db0f22 crdroid: Do better for version pref
30813d94 Disable by livedisplay by default
c267ed13 sdk: Map to ro.modversion
* packages/apps/Dialer
28ce2e151 Dialer: handle database downgrade from lineage-16.0
* packages/apps/LineageParts
80cb6bf LineageParts: Tweak default charging sound path
fb553be DNM: Disable linked notification compilation
0ea2b3d Disable unused components
9362d9e Ship as crDroid based on LOS
9d31627 Charging Sounds: Consider null uri as silent
c4bc82a Kill redundant search fun party
022bd37 Make trust interface less boring
fe7a871 Add initial crDroid stats support
8ec1503 stats: Mod version switched to crdroid version
* packages/apps/Settings
ba747d8ff9 Settings: Hide AOSP auto-rotate option hide quickly
f4ac8e7620 Port face unlock feature
1fa70cfd60 Settings: Fix NPE with customdialogpref for backlight settings
fc15be432c Make Quick Unlock compatible with long PIN/Password [2/2]
0bae0fdd21 Settings: Add back arrow to Desktop backup password
a45733b480 Settings: fix hardcoded black text in storage summary
fd68fb66b0 Settings: Fix icon tinting in power detail pages
b3e17abdad Settings: Address a memory leak
be1544a072 Settings: add missing android title for top_level_settings
8f4983a45b Settings: Fix dismissal card bg color
ccb28a24af Slices: use the same string for BT and Wifi master switch
1bb6b02501 panels: Add Bluetooth panel
b8c7616402 QS panels: Improvements
a22f4e9039 panels: Add Mobile Data panel
4cfc454a1f Settings: add back weather parts [2/3]
b6e39e49ce Revert "Settings: adaptive icon"
730843e702 Keyguard: Forward port lockscreen quick unlock (2/2)
4d08c33ddb Settings: Enable advanced reboot by default
cca09ad57f Settings: Remove duplicate tap to sleep under display
2c5ee6ff38 Settings: Battery: tune design
a32e8abd30 Settings: Battery: Redesign BatteryMeterView
ad506ad67e Settings: Fix crash when going back from battery
83647d074d fuelgauge: add back battery level animation
df756db1f0 Settings: show battery times in summary
77b4fe7434 AnimationSeekbar: Accept digit vales in the hundredths
a11b7915b5 Settings: Use seekbar to allow setting arbitrary animation values
782aaa59a1 search: Impliment external searching
a8e5ff0232 Port "Battery Usage Alerts" feature from factory images
0ce17ff44b fuelgauge: Fix possible memory leaks
170c3d2c59 fuelgauge: Implement Early Warnings
bfe8b30b78 fuelgauge: Use Enhanced Battery Prediction from Turbo
87c1ef9514 Open app when clicking on icon in App Info
854f750084 Settings: Allow sorting Applications by size
735acff70b InstalledApp: show link to Google Play
876d1f7367 Settings: Add missing gesture and battery animations
4655b36890 Settings: Remove all initialExpandedChildrenCount
def288cfb6 Settings: Make dashboard search bar round like stock
1c8f174729 DisplaySettings: font size in 5% steps from 80% to 130%
67c4cb1482 SlicesDatabaseHelper: Re-index databases when version changes
fcf2ed5f73 Enable FeatureFlags on "user" builds too
14bde51360 DarkMode Settings: Use List Preference rather ugly Drop Down
ce22446889 DarkMode Settings: Include pref for selecting dark mode style
5897c596f6 Settings: Hide settings moved to crdroid
0fac6457b2 Settings: Move gesture settings under crdroid
4815cb620f Settings: Integrate crDroidSettings into Settings
01a8322480 Temp: Hide legal info for now
0f1743e5ac Settings: Hide lineage black theme toggle
aa924cf819 Settings: Use crdroid legal url prop
7ffe6d19ca Settings: hide automatic system updates preference
ad6846369d Settings: disable all bugreport settings
2e8f637da3 Hide API version
5dba997f24 Settings: Add back crdroid logo
5c6a9b2680 Settings: Disable Google Play system update check
24cfb40095 Settings: Fix CR version in About menu
4452863ca2 Set highest priority as default value to Bluetooth codec
325ea20ded Settings crashes when rotate screen in Preferred network type
70fea9789a Fix for incorrect display of preferred network type on UI
104bea4771 Avoid unexpected state changes for enhanced preferences
2c15e54f75 Fix NullPointerException, TelephonyManager.getServiceState is null
65b5477c7c subscription UI should be closed when SIM is removed
41d1bd9049 Add NR network type to "Global" mode preference
3fa613c391 Settings: Fix exception in about phone during SIM swap
f597956446 Prevent errors when updating operator pref summary
df68db5280 BluetoothPairingRequest: Add null check for action
1e0d7d94bf Improve the performance of displaying preference - multithread.
be29304e70 Remove "storage type" preference from Settings
4ab6361205 Fix mvno data field summary not update issue
92ce81b416 Fix NPE if default supervisor is not defined
5dbf07fab0 Disable 'Mobile data' selection after removing SIM
84707d095b Preserve icon for "manage space"
345239c674 Use super method for Vibration preferences
70db87fe87 Button text for app space management is overwritten
ba330a96c8 Usb preference title changed when rotating
e2db45dfbc RESTRICT AUTOMERGE Allow LockScreenPattern to be launched in the pinning screen
95d0cf2dea Fix NPE in PanelFragment
5a3067af83 Fix for User edit info dialog during rotation
1865a6a7b8 Settings: Hide carrier settings version if empty
* packages/apps/crDroidSettings
f26c671f Revert "crdroid: Disable edge long swipe settings"
* vendor/lineage
bfe6c2f8 Merge pull request #6 from kenzoreed/11.0
1c110ef4 Remove build/core/clear_vars.mk
410b04b1 apns: Update APNs for Euskaltel
====================
11-17-2020
====================
* build/make
3ea384c9b Switch boot jars package check to use dexdump xml output
eb812f224 Add $(PRODUCT_OUT)/install to INTERNAL_RECOVERYIMAGE_FILES
* hardware/qcom-caf/sdm845/media
efcabc24e Revert "media: Exclude libplatformconfig from OSS builds"
* hardware/qcom-caf/sm8150/audio
1e0885b51 audio: adsprpcd: Drop dependency on proprietary headers and fix build errors
* packages/apps/Settings
cff90fdc26 Settings: Add rotation settings
* vendor/lineage
b56f15ef SystemUI: Whitelist QuickAccessWallet plugin
d3b7a123 Build QuickAccessWallet plugin for SystemUI
====================
11-16-2020
====================
* android
8900f07 track SDM845 and SM8150 HALS & interfaces
* build/make
11df9e637 check_boot_jars: Add QCOM WFD to whitelist
f4227d926 Bring old CheckJar back and use for non-dex jars
41ff82905 Switch boot jars package check to using dex jars
* frameworks/base
c5542dc7f8a sensors: Create bool to select what timestamp to use
ba5aa5b4693 CameraServiceProxy: Loosen UID check conditionally
* frameworks/opt/telephony
168e36071 Telephony: Add option for using regular poll state for airplane mode
* hardware/qcom-caf/sdm845/audio
d6b721bd7 hal: Remove libhwbinder/libhidltransport deps
* hardware/qcom-caf/sdm845/display
03ad8658d sdm: Fix invalid string memory access
f40dd2a4f sdm: Implement SetDisplayBrightness, GetDisplayBrightness
d12f9bfc6 display: Remove C++ standard flags
bc7500e6c hwc2,libdisplayconfig: Remove libhwbinder/libhidltransport deps