forked from crdroidandroid/android_vendor_crDroidOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog_perseus.txt
961 lines (885 loc) · 48 KB
/
changelog_perseus.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
====================
02-07-2021
====================
* android
023af93 Merge 'lineage-18.1' into 11.0
f483fea manifest: Track data-ipa-cfg-mgr
* build/make
356372a34 Use 'release-keys' for build tag
80b3de843 soong: Add ability to enable product_shipping_api_level variant.
c8d2d19f7 build: Add backuptool by default
a243e4094 build: execute changelog generator script
4511001b0 build: Add ANSI name and build info
8ba45095e envsetup: Automatically set CCACHE_EXEC to the system's ccache
0aa786b78 Make build ID simple
6030e8914 build: Add ro.crdroid.device
* build/soong
6d51136a Merge pull request #6 from sileshn/11.0
0b7e5315 Add python3.9 to allowed paths
282b612d soong: Whitelist few path config for new clang
* frameworks/av
86cd874e86 CameraDeviceClient: fix recognition of Y16 format due to unmatching sizes
1126049ec6 libstagefright: Use regex patterns for libyuv functions
e9483271f7 xmlparser: Add support for parsing target specific xml
80fe045658 ACodec: refine video operating rate handling
206848f29a codec2: Disable secure encoder test
db640aa285 codec2: fix issue in allocating too many 8k buffers
d9d18001a7 codec2: Avoid invalid access to output format while print
d828e0a9c5 CCodec: limit # of active slots instead of # of client buffers
e3ef233506 Codec2: Reduce smoothness factor for >4K video
db139db75b CCodec: Do not print component name in debug logs if uninitialized
e5a6b0a155 CCodec: Do not update pipeline-watcher capacity when resuming
22b36b65a1 CCodec: Optimize output slots for decoder
eae89b84d1 Camera: Support for metadata buffer size queries
2c881619c0 CCodec: workaround for frame drops
50b5193ace ACodec: Handle HDR10+ metadata at OutputPortSettingsChangedState
483fe67a5c CCodec: GraphicBufferSourceWrapper: fix to apply nBufferCountActual for deciding number of inputs
a79469adcb CCodec: fix ByteBuffer mode image
b38b733fe2 C2AllocatorBlob: allow multiple maps
276981e38b omx: calculate nodePrefix only for components listed in IOmx
117a6e6b6d CCodec: Increase max linear buffer size for 8K video
c82d930c40 C2OMXNode: read delay from component to determine buffer count
40af699832 MediaCodec: clean up resources pending removal at init
1ce053fcab ACodec: submit extra output metadata buffers if in low latency mode
59c9696764 OMX Opus decoder omits sample rate / channel count
3333540d83 CCodec: fix underflow issue on handleImageData
41dfb8e598 libcameraservice: add TARGET_CAMERA_NEEDS_CLIENT_INFO
dd39b426c8 Revert "libstagefright: Free buffers on observer died"
45343ef0e4 CameraDeviceClient: make mPrivilegedClient static
49a756fc4b Camera: Skip stream size check for whitelisted apps.
798b1f5b3f libcameraservice: Don't pass NULL args on setCallbacks call
1a27b1b035 libstagefright: Free buffers on observer died
906ef89dda av: camera: catch mad hals that mess up buffer time
82cd0c0f79 audiopolicy: try again with trimmed audio port name if not found
92982eaa50 audiopolicy: No longer make re-assigning legacy audio groups fatal.
66c02f4383 nuplayer: Renderer: force negative media time to zero
166163e308 Codec2: Initialize InputSurfaceWrapper::Config structure fields
7aa9c0b624 Nuplayer: Handle a corner case during stop
da8563759a Merge tag 'android-11.0.0_r29' of https://android.googlesource.com/platform/frameworks/av into staging/lineage-18.1_merge-android-11.0.0_r29
* frameworks/base
d1637df457c New Crowdin updates (#579)
a4ba66d08b4 Update Crowdin configuration file
0a30321f712 AlertSlider: Add more resources
4b1b431bf98 AlertSlider: Prevent crash in case of incomplete broadcast
42429fdb4a6 base: AlertSlider: update resources
9241e520894 AlertSlider: refactor to reflect slider state
396c5c715eb Alert Slider: Improve layout
352280c9676 Alert Slider: Add toggle to disable notifications [1/2]
3bf07aafbac Alert slider: Use default position behaviour if position not specified in intent
91fe0356b31 Alert slider: Do not hardcode slider position based on ringer mode
c8ef67ac719 Alert slider: Work better with Key Handlers
d1de4e132d9 SystemUI: Make tri-state SystemUI dialog dimensions conditional
ce834f6610f SystemUI: Improve alert slider dialog
667f9fd5ad1 SystemUI: Introduce user interface for Alert Sliders
3d202ea0916 GlobalScreenshot: Fix old screenshot preview appearing in screenshots
5cecd16aaae GlobalScreenshot: Reduce screenshot dismiss delay to 3 seconds
cfc3f4564a9 GlobalScreenshot: Speed up actions expansion animation
8abc51dd7df Screenshot: Add delete action chip intent
b1bee1aaea7 base: Revert secondary home handle
55108af4aa7 LockIcon: refresh icon on overlay changes
c502dc4d343 Move delete screenrecord strings to allow translations
c2b289d3eac base: Add back the delete action for the screen recorder notification.
a81901ffe92 Allow to suppress notifications sound/vibration if screen is ON [1/2]
451152e330e SystemUI: Ambient Edge Pulse layout [1/2]
8794db59393 SystemUI: Allow changing duration of ambient edge light [1/2]
24ffed61e2f SystemUI: Replace pulse light drawable with our own vector
4468ed47d81 base: Add ambient pulse notification [1/2]
6dd3145f354 QSFooterImpl: Slight improvements and fixes
a441df99d3d QS footer icon visibilities [1/2]
76de32ad6ff QSFooterImpl: Animate multiuser avatar
1d83174b9d6 Allow to quickly open Running Services from QS panel [1/2]
1d41d9888cc SystemUI: Remove tuner icon from QS Panel
3cfae6c403c Fix: "Clear All" recent app screen loop bug
27804855db1 Extend Pulse to Ambient Screen [1/2]
278357e3cc2 Doze-on-charge: Improvements
7c844b876c9 Add option to enable AOD on charging only [1/2]
108e7b1a1bc SmartCharging: Clean up redundant settings define
3c7a02c56de FOD icon for oneplus 8 series
4ffa04ce695 SystemUI: Add anti flicker tile
ed40ef6e7bf QuickStatusBar: Check for privacy chip indicators earlier
16dd4b358b1 Reload QS tiles after applying tint
be03f1075c9 Restore one-click to add/remove tiles after r19 merge
47d829d2796 Set custom QS panel columns for QS Customizer too
47a450b9029 base: Tint QS Tile with accent color [1/2]
d09efc7d9a4 KeyStore: Report rate limited instead of not implemented
aa83eb267ab FaceService: save ourselves from NPE
69399ea7a89 wm: Passing a new ArraySet instance to avoid crash
a2d0138bc0e DragSurface: destroy surfacecontrol in view site
7c6819ff9f9 SystemUI: Face Unlock animation
2b823fa8b61 Move Swap capacitive buttons to Settings [1/3]
6b60f5b36e3 NotificationShadeDepthController: updateShadeBlur if keyguard is going away
578791b0eb9 Revert "Turn vibrator off explicitly on waveforms when amplitude is zero"
6a1ab94f936 Camera: Track native metadata allocations
92a59aed25b Turn vibrator off explicitly on waveforms when amplitude is zero
a2fcbd014aa base: Incall vibration options [1/3]
1e572c8925d PhoneWindowManager: Properly consolidate screenshot function calls
830ba31336f SystemUI: Don't shift KeyguardSecurityContainer when FOD isn't available
c4bb4dc9871 EdgeBackGestureHandler: Change back gesture height intervals
4f523c3e7cb base: Navigation mode settings [1/2]
0a06b29df36 Avoid interface name copy in HwParcel
3592cf7083d Binder interface tokens: remove extra mallocs
fcadda4fd59 Avoid potential fd leaks from jniCreateFileDescriptor (2/2)
c14d17c2b77 Avoid potential fd leak from jniCreateFileDescriptor (1/2)
cf35aa54a26 Avoid allocation on Java Binder fast path
d1273367833 core: Defy usage of NGA in Google Assistant
5529a1bf537 NetworkTraffic: Remove screen on/off triggers
14de0d19ecc Revert "Revert "Restore preferred activity filter if it not inside""
bb306b413b1 Fix black screen issue due to wallpaper decoding exceptions
3ba129b77c7 Try to fix upstream status bar+keyguard bug
6e75ef4c9fe SystemUI: QS detail improvements
a61a475b681 Add button to AppErrorDialog to upload crash information to dogbin
3b051e114c4 base: QS status bar opacity [1/2]
cdff88b5acf Camera: Skip stream size check for whitelisted apps
30d93969e1b KeyStore: Block key attestation for Google Play Services
a833e866516 Disable FOD animation if animation resource package not installed
3a1fcc82914 Move FOD Animation resources to standalone package [1/2]
c6d820b40c4 SystemUI: FOD pressed colors [1/2]
8bb5b5e7ed2 SystemUI: Don't show FOD icon/pad keyguard if strong auth is required
78a5ea06917 SystemUI: FOD icon picker [1/2]
76b784385e3 FODCircleView: Hide animation when auth fails
d439b92b079 FODCircleView: changes to FOD circle and animation visibility
6582256cf4f fwb: Add screen off fod [1/2]
8723809f35a SystemUI: Add OP8T Cyberpunk 2077 FOD animation [1/2]
e8bd5bfb7cb Refactor how FOD Animation is hidden
fc73f63f702 FODAnimation: Check if view is null before adding a new one
63cfebbd134 FODAnimation: Allow to set vertical position offset
b24859a1fb7 SystemUI: Add remaining FOD animations
b52b57537dc SystemUI: Separate FODAnimation into it's own class
8415c958b92 FODCircleView: cleanup FOD animation implementation
f671ff02d51 SystemUI: Recognizing FP animation effects [1/2]
56304bc689c FODCircleView: Recognizing fingerprint animation [1/2]
852451e7695 Use FodUtils for FOD config checking
fb1c9c5780d Revert "FODCircleView: Hide fod while going to sleep"
0e577bd201d iorap: Enable by default
77c288607eb fixup! SystemUI: old style mobile data indicators
b5f8df2b0ba base: Add bool to enable/disable doze by default
7f08daada72 Allow tuning ambient display with sensors [1/3]
c46a9d37624 Fix the wrong lastBackgroundTime in UidRecord
43379dfbe8e Allow to hide arrow for back gesture [1/2]
9405b3a73a3 SystemUI: status bar mobile indicator - code sharing is caring
3ea4fd93781 base: Allow to use old style icons as default [1/2]
bf92382d62c SystemUI: old style mobile data indicators [1/2]
c3e738d3c32 SystemUI: SIM PIN1 lock screen abnormal
84edee10d49 MediaCodecInfo: do not alter performance points for 32-bit processes
d71c6cf21ca MediaCodecInfo: limit resolution to 4K for 32-bit processes
18107c79386 base: Properly regenerate the share drawable.
8d08a33fc83 base: Allow hide gesture navbar [1/3]
f17bdb67774 base: allow customizing the length of gesture navbar [1/3]
77c5a2f88a8 LS/Nav Pulse: Solid render: Fix another solid render FC
fcd16bc4e76 LS/Nav Pulse: Solid render: fix FC when changing units value
5ef8dc47a20 LS/Nav Pulse: Solid render: fix FC when changing smoothness option
88edc766634 LS/Nav Pulse: Use background ui executor to link the session
a4ae30d770f LS/Nav Pulse: Clean up redundant audio session id
6722731274d LS/Nav Pulse: Consolidate functions and fix NPE
af3362c357e Pulse initial checkin for Android 11 [1/2]
895812dd0e2 Revert "SystemUI: Add visualizer feature"
a042d4e12d5 base: Allow switching to drawable for qs icons
5ff4fff9cd2 SystemUI: Fix display cutout handling in expanding volume panel
ce136de02cb SystemUI: Improve volume panel expansion/contraction animation
79accbb774b SystemUI: Fix bug with user_setup_complete setting
87178540542 GamingMode: Fix initial value of gaming mode
1f7a42750a5 iorap: Terminate iorapd process when both tracing and prefetching are off.
78866d69bdc SFUNY Clock: Add proper preview layout
4f6350fb01d DividerLines Clock: Fix margin issue in layout
f50112f3d61 Typeface Clock: update thumbnail
1f51df98146 KeyguardClockPositionAlgorithm: Allow forcing default clockY positioning
c39e5c7448e SystemUI: fix binary clock update
253ea47d359 Add a Tux clock controller
956bcdfbfd8 Add time refresh capabilities for bold, digital and Samsung lockscreen clocks
8c7b6080a95 SamsungHighlight Clock: Improve layout
26f321fa67b Add SamsungHighlight clock
65fcc06c83b MNML Clock: Add proper preview layout
cff9e318f10 MNMLBox Clock: Clean up hacky layouts
3fba09caf07 Add MNML based clock desgins
012f0f1d547 Add SFUNY clock
1088749c9a3 DividedLines Clock: Add proper preview layout
8a58a29a9c2 DividerLines Clock: Set 24-hr time format as well
1fc9db70b2d Add DividedLines Clock
d02e7b497ee Add center style Typographic clock
5996b24b541 SystemUI: Improve Samsung clock layout
d3d26be57a6 Introduce bold digital and Samsung like lockscreen clocks
024a5583998 Keyguard: add binary custom clock face
bc72face4bb TypeClock: Properly calculate the height
81b4d096d5f Add TypeClock for translations
2b81c656ca9 SystemUI: Restore typographic clock face
27c15837a56 FaceUnlock: Update authentication method
7fa2d549102 SystemUI: AssistDisclosure respect device corners
9f3a73b64e0 Language toggle QS
226c8f4a3e5 Disable long click for Compass tile
03390526dba CompassTile: Add a device supports compass check
af4664a55ba CompassTile: Do not use slashed icon
9509f7d2442 CompassTile: Set default state inactive
60d5fe3a636 Add Compass tile
389c2d6d691 SoundTile: Make default state inactive
c8d76e37de3 QS: Add Sound tile to Quick Settings
f7857c41c84 RebootTile: Make default state inactive
1ed08f59477 Extend reboot tile to add power off
a101743f1cb RebootTile: Fix gradient message display for reboot to recovery
b9f1e9f5a38 Add Reboot/Recovery QS Tile
236f4ad2f50 SystemUI: Disable blur wakeup animation
dc15841d7c3 Show USB icon in ADB notification
9b7b7734970 overlays: Fix inactive state Wifi Icon in Circular,Filled Kai Icon Pack
6b181a89433 Navbar: Introduce navbar styles [1/4]
2faf0e5ffb8 Toast icon switch [1/2]
009a6850974 Fix: No text in toast for RTL layout
5ee98890348 Show icon of package associated with Toast
511039c18db Fixed Handler Leak on DistanceClassifier
2c47554a126 FaceUnlock: Drop lockouts completely
47cc11e86c7 Fix long click intent for Smart Pixels tile [1/2]
fb3832b1098 Smart Pixels: Dynamically register receiver
0c4dd19bb9b SmartPixels: Add config to enable smartpixels support
e0e6661dc38 Add smart pixels [1/2]
711b5541c05 PocketJudge: allow register vendor pocket sensor
528c5dfaf4c PocketLock: fix flickering on animations
bf909dd1d94 Pocket lock: Add config_pocketModeSupported overlay
ce4912c21de SystemUI: Block face authentication when device is in pocket mode
26bfd861b3a pocket: Reduce sleep timeout for pocket lock
9be4649b8ff pocket: Use MD2 lock drawable
b4b5c7f6c95 Pocket lock improvements
448a3a084a8 pocket: Fix pocket lock view for display cutouts
2abd8889745 pocket: Adjust sleep timeout for pocket lock view to 10 secs
8d1d91f1c1f pocket: introduce pocket bridge
73cfb307dd8 PocketService: Adjust light sensor rate to 400ms
9e6b76b59a7 pocket: Add hardware acceleration and properly maintain SYSTEM_UI flags
600b40373c7 policy: introduce pocket lock
410245b21c8 pocket: introduce pocket judge
16d4acf998c Battery light: 100% charged level (1/3)
4d56007d6f5 Nfc adapter randomly returns null on devices having Nfc
66f144236d8 Improve NfcAdapter APIs to report correct nfc state
3835f39f077 base: weather panel improvements
25d7c70a6ea SystemUI: Uncouple the temperature from the image
ee456a0c95c base: SwipeToScreenshot: Import MIUI implementation
2393349ccab base: Improvements for swipe to screenshot
99188f89a0c base: Add three-fingers-swipe to screenshot [1/2]
0e7117374e7 base: Smart Charging (1/4)
96f40f91a77 frameworks: Reset battery stats
2701266ce4f Less boring headsup: allow any sms/dialer app set as default by user
d5cc8a3db81 Less boring heads up option [1/2]
cf5613ebe4f Bring back Gaming mode [1/3]
31ace1f47ed SystemUI: FPS Info Overlay & Tile
a36236822e0 Disable long click for CPU Info tile
7503dfb7180 QS: Add CPUInfo toggle tile
7a177184835 Add SystemSetting class analogous to SecureSetting
bcb16e54e9e base: add CPU info overlay
a594a96f8fa SystemUI: update Bluetooth battery level assets.
ae9f6ef6d65 SystemUI: Update NFC tile drawable
f4b484ba84a SystemUI: FingerprintDialogView: Use accent color instead of teal
11f67768fc5 Use proper coded alphabet when a contact is written into EF_ADN of USIM.
8b5a2eb4a20 Use mContext directly
118f64dc63e Fix NetworkPolicyManagerService deadlock
aef326f22a1 Properly set fonts and icons on keyguard when changing styles
4b8f55a675a VibratorService: implement OnePlus proprietary vibrator format
9d600027691 Adaptive Playback: Convert to seconds
d5d944c395e SystemUI: Introduce Adaptive Playback [1/2]
d8a9d813d92 Volume dialog timeout (1/2)
936015cf6ee Live Volume Steps [1/2]
5ec6e357794 Disable/Enable screenshot sound [1/2]
40908a2f845 power: Re-introduce custom charging sounds
a7f2c0eb1b0 overlays: Extend prev commit to Google's new icon packs
7af69b16dd5 overlays: Fix background colouring for settings themed icons
1f08a7544c9 SystemUI: Update automatic brightness drawables
4a9ab98501b Navbar: Switch gesture navbar to new navigation bar key event source
d8ac96c061d NPMS lock improvement.
e462a69b384 Improve notification/headsup group header layouts
812e5b60135 SystemUI: Move charging animation above FOD icon if In-display fingerprint is active
07b05011dd5 SystemUI: Update keyguard indication margin when fod is in use
b0546d8ef2e KeyguardUpdateMonitor: Fix race condition before listening for biometrics
2645cddad8c SystemUI: Allow listening for face only on pin/pass view
337f7aea30d base: add more notification channels to blockable
364b4bcd3b5 base: fix google copy pasta error :)
583477540f2 Base: fix facelock crash when lock screen is disabled
e42d6e04fc4 Keyguard: Actually kill the Fancy Colon
a4bf0a68730 SystemUI: Fix SystemUI Crash
30a0161a122 SystemUI: thread protect keyguard callbacks
662cd176fee BatteryService: Add VOOC charging support
0d8f222d79a BatteryService: Add Warp charging support
5b3740851bb BatteryService: add dash charging support
52c94bdd941 DisplayManager: Fix synchronization issue
cabb1c68fd1 CarrierConfigManager: Enable payphone call blocking option
859161b85bc Port face unlock feature
e624af5bb79 base: fix tapered rect overlay
a35de165c93 base: Supress telephony crashing platform
60004203412 Fix NPE with void android.view.VelocityTracker.clear()
9b57e97bb1a Fonts: Restore light font styling of AOSP
6870da00358 Fonts: Add regular / light font config
6b21eedee2e Update default config for headline fonts
3a935a67397 Wire up default fonts with font engine
533df56b98a base: Add more custom actions [1/3]
1838b45ba1f base: Add device key action to expand notifications panel [1/3]
d3a65c647c4 base: Add device key action to Clear all notifications [1/3]
84e42577b07 base: Add device key action to toggle volume panel [2/3]
d2b3e092d43 Utils: Add toggleVolumePanel action
8c58f39ba3a Add device key action to take screenshot [2/3]
608143c0e81 Add device key action to toggle flashlight [2/3]
ef2d99a7e01 Add api to toggle flashlight
057c4ca696b Add customizable action for back long press button [2/3]
c664a8c4721 PhoneWindowManager: Clean up arguements in MSG_CAMERA_LONG_PRESS
f5dc6fc3f76 Add device key action to kill app [2/3]
981e07c2040 base: Micro optimization for accidental touch prevention
56b13cb80b5 base: Add accidental touch prevention for assist key
f56fdc06354 base: Introduce Accidental Touch
8eb882f1a81 base: Introduce new navigation bar key event source
3761611f52d Add toggle to disable HW keys [1/2]
fb72f84a571 SystemUI: Hide back icon when screen pinned and gestural mode enabled
6898605fa12 Add tunables for navbar layout customization [1/2]
847c2121a72 Revert "SystemUI: Implement hide gestural navigation hint bar [1/5]"
388d7282314 Make Quick Unlock compatible with long PIN/Password [1/2]
01b5bb89af1 audio: Don't play sound effects if stream is muted
d0fe72e624a QS: Add and use Bluetooth Panel instead of full Settings
3069a6663c4 QS: Use Mobile Data panel for CellularTile
b8c46eee7b7 QS: Add and use Mobile Data panel
4f29362d9c3 DataSwitchTile: dont show toast on click
300ad7b283c DataSwitchTile: collapse notification panel onClick
7cd06ebd8b0 SystemUI: Introduce DataSwitchTile
53a515e9f6d QS: Use Settings.Panel intent for Volume Tile
e1dde1bc68c QS: Use Settings.Panel intents for WiFi and NFC
f4af4858dd4 AODTile: Improve code
b626351921d DefaultPermissionGrantPolicy: Silence harmless errors
66e8cf3612d base: Add permissions for Google Chrome to sign in
03b8e8af2d5 base: Grant storage permissions to Google Markup
6c487bd05e6 base: Grant wallpaper permissions to prebuilt wp picker
95814000cc7 base: Grant suspend permission to Wellbeing
2e57cc47cf0 base: Grant storage permission to ThemePicker
c9fe4f5d37b Fix Google dialer FC due to missing permissions
5801821d4d9 Allow chromium to sign in
3c611ad497a Fix Google Calendar FC
c7b93324417 Fix Fi permissions
93925458cb3 Fix Android 7.0 GApps permisions which were causing F/C
03b3f244eea base: Add permissions for OmniJaws
dff275e3f24 SystemUI: make qs weather page follow system font setting
73d4af32fd0 Lockscreen Weather: Improvements
bb348645701 KeyguardSlice: Fix up changing icon pack
15f32d656a0 WeatherTile: Do not show if not installed
eb250c8af28 base: add keyguard weather style [1/2]
07e062b598b base: add weather to keyguardSlice
93d241b0329 base: keyguard weather view [1/2]
41024d0a870 base: add back weather parts [1/3]
1a90df57f56 Add an option to ask pin for shutdown/reboot on secure lockscreen [1/2]
42dbb4508fb Fingerprint authentication vibration [1/2]
ff3f25243fc Disable PIN entry after successful quick unlock
adfbbf04008 Keyguard: Forward port lockscreen quick unlock (1/2)
9d72991d121 Hide power menu on secure lockscreen [1/2]
67981b9795a Disable QS pulldown on secure lockscreen (1/2)
0dc6093f589 Add toggle to hide lock icon on lockscreen [1/2]
f7060b76137 SystemUI: hide lock icon while dozing
5c212a8903e Add lockscreen battery info as TunerService tunable
7afa5338ce3 SystemUI: KG Charging Animation: Add more animations [1/3]
4b99a799da3 Add toggle for charging animation [1/2]
6a3f208481d SystemUI: Animate the keyguard when charging
3402c9e4d2a Add Lockscreen album art filter [1/2]
789bc414a56 Lockscreen charging info: show decimal in battery temperature
0629236973f SystemUI: keyguard show charging watt
b77ad923bf6 LockscreenCharging: squashed (1/3)
714b3fb0b94 SettingsLib: Don't show system overlays on apps list
d80e7ec843b Add toggle to completely hide status bar on lockscreen [1/2]
46cc1a3e466 Separate double tap to sleep on lockscreen [1/2]
471831a01b2 PebbleBerry: Remove black/white accent check on theme change
8ef1ee0a48f Disable double tap power button camera gesture by default [1/2]
f4fe4ca4e38 AdvancedReboot: Adjust dimensions to match main menu
029bb96264b SystemUI: increase global action icon size
f765f86178c SystemUI: remove black bg from power menu
d7cdd9d481d SystemUI: tint emergency icon only
597af05ad5b Revert "Global Actions - Remove outside touches"
9d1a9d6df31 Allow overriding default volume dialog position
bf71f4a41ad VolumeDialogImpl: Use TunerService properly
424778fd3c7 base: QS panel opacity [1/2]
9032446589d base: Add qs status bar header image [1/2]
8733defd8a3 Quick settings: Add Haptic Feedback to tiles [1/2]
b54c8796e8f QS tile titles visibility [1/2]
422596751e5 Add config for default QS columns and rows [1/2]
3831312953b Allow to set QS panel columns and rows [1/2]
4f45b0eda5a Allow tapping battery icon in header to go to Power usage summary
47453ca5db3 base: Disable stock accent overlays
2608b20555b base: Add overlays from Android 10
7fe313a89b5 base: add missing shape overlays
08aeea2ad48 base: themes: dont use colorPrimary for active qs
e18e53df798 BatteryBar [1/2]
bfa024e23f2 CollapsedStatusbar: Fix phantom spaces in status bar
1f852017474 Use alphaoptimized layout for icons on left
5df899bccea Remove unnecessary battery meter view impl in keyguard statusbar
ee4e29b05b2 ThemedMeterDrawable: Fix system crash on theme change
b9cec948e95 SystemUI: show a bolt ⚡ when charging
d8f04cae5c1 Prevent battery tunables crashing on first boot
d36ccc0efcb BatteryMeterView: More robust for showing estimate
925e2201116 Add toggle to display battery in quick status bar [1/2]
bc5209da9a9 Separate battery estimate from percent for QS [1/2]
7b1330696ca base: Add Solid battery style from PA [1/2]
687713df951 Add battery styles and customizations for Android 10 [1/2]
dfa55138c2d Revert "SystemUI: Bring back good ol' circle battery style"
cf2f4b85d84 Option to Display Data Disabled Indicator Icon [1/2]
276625f169e Allow using 4G icon instead LTE [1/2]
6a8ed2a13b7 Make roaming indicator optional [1/2]
6d2efe073d5 SystemUI: Override VoLTE icon with VoWiFi when available [1/2]
ff631b2af51 SystemUI: Add more VoWiFi icon styles [1/2]
38de4ba7d9d SystemUI: support VoWIFI icons
4b59fb39e2f SystemUI: Use old padding values for VoLTE icon
55b2fc5da03 Add option to select VoLTE icon [1/2]
268c143a3e8 Ability to toggle VoLTE icon in statusbar [1/2]
a452d81e58a SystemUI: Use our default VoLTE icon
cab83b250cc SystemUI: Fix VoLTE icon color on Light statusbar
d93b22afcfc MobileSignalController fix corresponding to upstream FeatureConnector change
bd6cefd806c ImsManager.Connector became FeatureConnector.
01a43491d4a SystemUI: Enhancement for volte icon
71159e61012 SystemUI: Query IMS state after CapabilityCallback is regisered
5a1ad8cb093 SystemUI: Fix HD icon missing
e665361ddbc Adapt to IMS registration changes.
74009fff581 SystemUI: Refactor the feature of volte icon
8fbdca021ec SystemUI: Fix volte icon doesn't update in real time
50267f652a8 SystemUI: Add new configuration for displaying Volte icon
c6ba152dde8 Add ability to toggle bluetooth battery level [1/2]
11ec5e2bc26 Network traffic mode for status bar [2/3]
4ba587ca655 base: Export bodyFontFamily and bodyFontFamilyMedium symbols
c8645924acc Revert "SystemUI: Network Traffic [1/3]"
c6f53096a74 SystemUI: Add case to quick pull down status bar anywhere
43f196c64cc Do not apply date customization to QS clock [1/2]
67678b8b721 Allow using position tunable to hide clock
79eb6aefa8f Add option to auto hide status-bar clock [1/2]
f909fed937b Statusbar clock customizations [1/2]
1b051e07b27 Add separate tunable for clock seconds
5f3999e4d1d PebbleBerry: Allow dark style selection and accent check
48caabb08a7 Revert "SystemUI: support black theme for dark mode [1/4]"
a47bdf65d6a base: Improve navigation bar hiding toggle
f105c6475f6 Use FORCE_SHOW_NAVBAR to actually toggle navbar
ee24cbcdf89 Statusbar: Fix Tunerservice usage
b15dc56a13d ListView: Disable dividers by default
f6c8a7fc3bb core: Add support for MicroG
2ee0ec92b39 Avoid MotionEvent no finish raise unnecessary ANR
c048e61d445 Fix NullPointerException of AMS
29db963ebf4 Optimize AbsListView to reduce click operation latency
1d78c4b2602 avoid duplicate doFrame calls.
df2556423c2 make ui touch optimization work normally.
ae9f516ab53 add VSYNC scheduled flag and avoid two doFrame calls in one period
a4d168a6c9f core: touch response optimizations
a0e16db7fe2 SystemUI: Allow using tuner API for Global settings
db7c44146d3 TunerService: Prevent NPE with tunable
bed2726fde7 pm: Add flags for UFS card for encryption in vold
64c04eea1c7 ChooserActivity: remove ugly separator
d1b5df35f95 BatteryStatsImpl.java: Stop resetting battery stats after reboot with battery level >= 90
359ff2c74f7 telephony: URI cannot be created with negative subIds
8936baea5f0 Close file descriptor to avoid socket leak
4f917314758 Quick settings: Add method for getting estimated battery time
4bb5446e572 Set alert dialog message to use system font
b2c05717bef Fix list style alert dialog to use system font
35d359fb600 services: LightsService: Mute an annoying error message.
26d1adae67d base: Change dividers from Holo Blue to Pixel Blue
d57811df443 Shorten wait time for shutdown time optimization
77a8adea3f2 TelephonyRegistry: Avoid adding duplicate listener
dadc136f904 Fix navigation input consumer not working when first window is invisible
f93286134b3 Fix deadlock between AppOpsService and HistoricalRegistry.
34dad5b7a34 SQLite: Do integrity_check only once
2889da26d12 SQLiteDatabase: Catch corrupt exception during transaction
0c7838becb6 MountService: Prevent NPE with DropBoxManager
de25a2aaa43 Settings:Bugfix for NPE, Only valid screen power consumption need to smear
e0eb6682c2a ParcelFileDescriptor: can we stop the panic here?
072d3328fad FATAL EXCEPTION IN SYSTEM PROCESS: android.ui
87b1b49a01d Framelayout: Fix NPE when view is missing
7c013fcd20e SystemUI: Keyguard: Check for a null errString
b083854971f Prevent crash in TTS engine due to improper configuration
d596b163464 Fix Another SystemUI crash
f10e1f3c125 Fix SystemUI crash
766df1dc770 CarrierConfigManager: enable LTE+ icon by default
e827db430ad screenrec: Show dialog on bottom
2bfb8c87aa8 SystemUI: Remove GarbageMonitor tile
f2015e17d1a Suppress FingerprintManager logspam
5a6d31bc484 Kill off provider info logspam
ac34e8396bd Reduce log verbosity: Don't spam logcat
7daf889d827 base: Add START_ACTIVITIES_FROM_BACKGROUND on phone priv-app whitelist
7deec762c0b SystemUI: Remove build version from qs footer
84de35a95bc Restore cache clean up code in PackageManagerService
2c205b53fc7 Add crdroid utils
7b96759eb92 base: Add metric for crDroid Settings
ac0e6696617 base: Add stub files
d7c3493bfb2 Merge tag 'android-11.0.0_r29' of https://android.googlesource.com/platform/frameworks/base into staging/lineage-18.1_merge-android-11.0.0_r29
* frameworks/native
c3946db79 InputDispatcher: allow to intercept a specific event key
03a74b53f Check for focused window before raising 'no focused window' ANR
c40f88646 Check window token when extending timeout
8a127e257 Ensure mNoFocusedWindowTimeoutTime is null when new Focused Window come
3dbb8d391 SurfaceFlinger: VSyncPredictor should be robust with inconsistent vsyncs
61a4571d1 libbinder: writeInterfaceToken char16_t* variant
1d77285f3 libbinder - avoid pthread_cond_broadcast per call
e4f664c3c gralloc4: fix PlaneLayout encode typecasting
e0acd8cde SF: handle long waiting Layer sync point
912ad9c92 libbinder: support inheriting realtime priority
30fdea7f9 sf: Validate layer bound before access
bf13c3148 RenderEngine: Rev down blur filter shader when device is legacy
90a4beef6 SurfaceFlinger: use TFD_TIMER_ABSTIME for VSP timer
ea69eaf27 touch response optimizations
bfb3a9ee5 Add dalvik-heap device configs for 8/12/16 GiB devices
f34fc94ca SF: Add retry to EventThread postEvent
* hardware/interfaces
97fe04c7f Merge 'lineage-18.1' into 11.0
* libcore
b777996e75 Merge tag 'android-11.0.0_r29' into 11.0
* packages/apps/Settings
527718e6c1 Allow to quickly open Running Services from QS panel [2/2]
e5a50e51e1 Make selectable consistent with prefs on screen
d54ab03d6a AboutDevice: Use ro.product.device
d6d5e1c171 Settings: Add platform and RAM to Model & Hardware
444f5ebc94 Settings: display fstype for mounted volumes
805635a68b Settings: Show full proc/version information
80f959576a Settings: Add Device codename to Firmware version window
91e3f52c41 Fix crash on "Connection preferences"
78c6074c9e Settings: Use correct icon to reset battery stats
a6db8950b2 Settings: Reset battery stats [2/2]
736c0b7133 Battery: show battery temp on power summary
1bdf284cd4 Settings: Match shortcut colors with settings icon
359a93c59f Settings: PowerUsageSummary: open advanced usage on header click
523747dad3 Allow tuning ambient display with sensors [3/3]
3f27f82b54 Settings: Show media cover art and pulse toggles for lockscreen
899f3fa1ed Settings: Add screen off fod [2/2]
0e0f0a6f7a Settings: Use global fonts in styles
f82964ab05 Give new life to reset buttons
816e622211 NightDisplay Settings: Use List Preference for NightLight settings
9ce0fe5098 Settings: Move blur toggle to Display options.
25fc25d77a Settings: Use actual default refresh rate
6819b7987c Fix long click intent for Smart Pixels tile [2/2]
6c954bf8f8 Bring back Gaming mode [2/3]
2dd2b54f7d Settings: Hide AOSP auto-rotate option hide quickly
dd5fc58093 Port face unlock feature
765ba8b405 Settings: Fix NPE with customdialogpref for backlight settings
95fac69c2a Make Quick Unlock compatible with long PIN/Password [2/2]
ccb7defc29 Settings: Add back arrow to Desktop backup password
18afc581e2 Settings: fix hardcoded black text in storage summary
70b58c1b53 Settings: Fix icon tinting in power detail pages
7615a1d679 Settings: Address a memory leak
8e54a15eab Settings: add missing android title for top_level_settings
ee28670d88 Settings: Fix dismissal card bg color
b07e897c5b Slices: use the same string for BT and Wifi master switch
5c7c060c29 panels: Add Bluetooth panel
ba3c72a49a QS panels: Improvements
1881ef2548 panels: Add Mobile Data panel
9d6129b43c Settings: add back weather parts [2/3]
0a69338739 Revert "Settings: adaptive icon"
01319460d4 Keyguard: Forward port lockscreen quick unlock (2/2)
89102d8e97 Settings: Enable advanced reboot by default
459a6724b2 Settings: Remove duplicate tap to sleep under display
53d53107a5 Settings: Battery: tune design
a185e7896b Settings: Battery: Redesign BatteryMeterView
ca791d23db Settings: Fix crash when going back from battery
2c13a13dad fuelgauge: add back battery level animation
1fe73c4448 Revert "Add BatteryStatusFeatureProvider"
1d358ac33a Settings: show battery times in summary
b16ddf5335 AnimationSeekbar: Accept digit vales in the hundredths
628635abdf Settings: Use seekbar to allow setting arbitrary animation values
1b59f4194e search: Impliment external searching
f83b505c6d Port "Battery Usage Alerts" feature from factory images
48cc9f7fbc fuelgauge: Fix possible memory leaks
1bc258ed9f fuelgauge: Implement Early Warnings
2aab112d85 fuelgauge: Use Enhanced Battery Prediction from Turbo
7828d2c13e Open app when clicking on icon in App Info
2583af3db8 InstalledApp: show link to Google Play
46819a5226 Settings: Add missing gesture and battery animations
86aa2e4d94 Settings: Remove all initialExpandedChildrenCount
fd9bce90cd Settings: Make dashboard search bar round like stock
f26a62be75 DisplaySettings: font size in 5% steps from 80% to 130%
f3ee17f71f SlicesDatabaseHelper: Re-index databases when version changes
17520e1f71 Enable FeatureFlags on "user" builds too
beff5de615 DarkMode Settings: Use List Preference rather ugly Drop Down
a8091693c7 DarkMode Settings: Include pref for selecting dark mode style
8e5be923b3 Settings: Hide settings moved to crdroid
bb7e724f7a Settings: Move gesture settings under crdroid
bbb8b3b5aa Settings: Integrate crDroidSettings into Settings
dd9cf9f14e Temp: Hide legal info for now
a5db1563fa Settings: Hide lineage black theme toggle
ff1b221902 Settings: Use crdroid legal url prop
aad89f0348 Settings: hide automatic system updates preference
417d2ac021 Settings: disable all bugreport settings
6f1fcf194a Hide API version
1855f1bf96 Settings: Add back crdroid logo
3f222b49d7 Settings: Disable Google Play system update check
48b8c05069 Settings: Fix CR version in About menu
* packages/apps/SetupWizard
c6bddca Merge 'lineage-18.1' into 11.0
* packages/apps/crDroidSettings
953e0453 crdroid: Rearrange additional buttons
d93de622 Alert Slider: Add toggle to disable notifications [2/2]
255097a0 Allow to suppress notifications sound/vibration if screen is ON [2/2]
* packages/inputmethods/LatinIME
2601da6a6 Merge 'lineage-18.1' into 11.0
* system/core
73184d19e Merge 'lineage-18.1' into 11.0
* vendor/lineage
fc54e9e2 crdroid: Bump to version 7.3
* vendor/qcom/opensource/data-ipa-cfg-mgr
b64bd20 Merge tag 'LA.UM.9.12.r1-10300-SMxx50.0' into 11.0
====================
02-06-2021
====================
* external/chromium-webview
d8c9c41 Update Chromium Webview to 88.0.4324.152
* external/harfbuzz_ng
3d1cff0f harfbuzz: strip harfbuzz with HB_LEAN
95ebde71 Merge tag '2.7.4' of https://github.com/harfbuzz/harfbuzz into 11.0
* packages/apps/crDroidSettings
26bf84f9 crdroid: Ambient Edge Pulse layout [2/2]
6a5a6ee4 crdroid: Allow changing duration of ambient edge light [2/2]
d0b84894 crdroid: Add ambient pulse notification [2/2]
1f210474 QS footer icon visibilities [2/2]
* vendor/lineage
e362f2cb Merge pull request #13 from GtrCraft/11.0
====================
02-05-2021
====================
* android
2572a5b manifest: android-11.0.0_r27 -> android-11.0.0_r29
* build/make
0e7a236f6 Merge tag 'android-11.0.0_r29' into staging/lineage-18.1_merge-android-11.0.0_r29
* device/xiaomi/sdm845-common
822bd47 sdm845-common: Enable iWlan legacy mode
1fae380 sdm845-common: configs: remove divx/xvid support from swcodecs
f9616e5 sdm845-common: sepolicy: update file_contexts for neuralnetworks hal
beba0fc sdm845-common: parts: Use all shared resources from devicesettings
7d69267 sdm845-common: parts: Add vector icons
3fb37da sdm845-common: ueventd: Don't modify permissions of /dev/hw_random
* frameworks/base
1a417250dcf No need to 'addChild' when start 'FLAG_ACTIVITY_CLEAR_TOP' Activity.
73c19248381 Fix a bug in the USAP Pool refill logic.
ea71eff2ca9 Partially revert "Wake up to lock screen when bouncer is visible"
bf766d53560 PhoneWindowManager: Only react to camera key when necessary
* frameworks/native
f1201c64b Merge tag 'android-11.0.0_r29' into staging/lineage-18.1_merge-android-11.0.0_r29
* kernel/xiaomi/sdm845
8770f3934b20 Merge branch 'android-4.9-q' of https://android.googlesource.com/kernel/common into HEAD
* packages/apps/Bluetooth
cc597b390 Merge tag 'android-11.0.0_r29' into staging/lineage-18.1_merge-android-11.0.0_r29
* packages/apps/Settings
513e45d3db Merge tag 'android-11.0.0_r29' into staging/lineage-18.1_merge-android-11.0.0_r29
* packages/apps/SetupWizard
2b90a7f SetupWizard: Add device specific hook page
* packages/apps/crDroidSettings
731834e9 crDroidSettings: Extend Pulse to Ambient Screen [2/2]
* packages/providers/ContactsProvider
755039c6 Merge tag 'android-11.0.0_r29' into staging/lineage-18.1_merge-android-11.0.0_r29
* system/core
7865a56d6 Merge 'lineage-18.1' into 11.0
a231505ea Merge tag 'android-11.0.0_r29' into staging/lineage-18.1_merge-android-11.0.0_r29
* vendor/lineage
890fa84f fixup! Dialer: Add visual voicemail configs from Google Dialer
cf5c58e2 Dialer: Add visual voicemail configs from Google Dialer
e085f3b3 qcom: Add bengal platform
c9d50348 init: Make encryption action an argument to mkdir
3c9af94d crdroid: targets: Add support for ATV GSI builds
f5179373 config: Remove persist.sys.dun.override again
57627e20 crdroid: More checks for copying AB backuptool scripts
* vendor/qcom/opensource/commonsys/packages/apps/Bluetooth
9a8c62b6f Check permission before sending batch scan result
3e5a7fa86 Check if advertiserId value matches valid advertiser
====================
02-04-2021
====================
* kernel/xiaomi/sdm845
2a2b02a0005e Merge 4.9.255 into android-4.9-q
823c1fe9495e Linux 4.9.255
b9c3223bb198 NFC: fix possible resource leak
c81391ce70b8 NFC: fix resource leak when target index is invalid
4db445d05dcf iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built
9bae48cca4aa iommu/vt-d: Gracefully handle DMAR units with no supported address widths
dd163aa3bc79 can: dev: prevent potential information leak in can_fill_info()
0e833abd02ff mac80211: pause TX while changing interface type
9f93bf0f1921 iwlwifi: pcie: reschedule in long-running memory reads
56cc48ab0a55 iwlwifi: pcie: use jiffies for memory read spin time limit
de291d31aaa2 RDMA/cxgb4: Fix the reported max_recv_sge value
1caa1461eea6 xfrm: Fix oops in xfrm_replay_advance_bmp
3cfe276dba82 netfilter: nft_dynset: add timeout extension to template
d3ea0d2dda68 ARM: imx: build suspend-imx6.S with arm instruction set
5ed4c87b7e73 mt7601u: fix rx buffer refcounting
953488d76e6c mt7601u: fix kernel crash unplugging the device
3aeace1ce927 leds: trigger: fix potential deadlock with libata
f5d6818a5672 KVM: x86: get smi pending status correctly
4abaecd44a91 KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
cf16e42709aa futex: Prevent exit livelock
c27f392040e2 futex: Provide distinct return value when owner is exiting
ad3466ae9d6d futex: Add mutex around futex exit
ff3a33f3c9d0 futex: Provide state handling for exec() as well
0ba263f744ee futex: Sanitize exit state handling
32d782808b84 futex: Mark the begin of futex exit explicitly
c2fd4e11980f futex: Set task::futex_state to DEAD right after handling futex exit
8a16d8a3528e futex: Split futex_mm_release() for exit/exec
394ff1207f60 exit/exec: Seperate mm_release()
2c116895783b futex: Replace PF_EXITPIDONE with a state
25f319bbcc81 futex: Move futex exit handling into futex code
bdb116cd8adc y2038: futex: Move compat implementation into futex.c
496c6a526e21 net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family
355b53d5c62b wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
2540b946aa00 ACPI: sysfs: Prefer "compatible" modalias
* packages/apps/crDroidSettings
d7244b3f Add option to enable AOD on charging only [2/2]
* system/core
e8dcabaf6 fs_mgr: Allow remounts with Magisk installed
79f606ece liblog: Always report as debuggable when building userdebug/eng
====================
02-03-2021
====================
* tools/repohooks
f1e0b3b android_test_mapping_format: drop Python 2 support
* vendor/lineage
d8a71c54 soong: introduce TARGET_INPUTDISPATCHER_SKIP_EVENT_KEY
====================
02-02-2021
====================
* android
b49a470 manifest: Track lineage interfaces
* hardware/lineage/interfaces
6d545e8 Initial audio amplifier HAL
183ec60 Add support for anti flicker mode in LiveDisplay
* lineage-sdk
11d349d6 Add support for anti flicker mode in LiveDisplay
* packages/apps/LineageParts
4a3d720 Add support for anti flicker mode in LiveDisplay
* packages/apps/crDroidSettings
9723f875 crDroidSettings: Tint QS Tile with accent color [2/2]
* tools/repohooks
42e4aa4 config: switch to stdlib get() fallback logic
====================
02-01-2021
====================
* android
9cb5251 manifest: Track our libvpx and libyuv
* build/soong
9b3f5a76 Merge pull request #5 from xNombre/11.0
be915bba soong: Allow use of aarch64-linux-gnu-as
* packages/apps/Launcher3
1e1eadf6d New Crowdin updates (#122)
8390b8bd7 New Crowdin updates (#118)
1414a1b4a Update Crowdin configuration file
2db71bce2 QuickEvents: Clean up unused functions and fixes
2892e23ef Launcher3: Fix IntentFilter leak in QuickEventsController
57df6720d Quickspace: Add contextual messages/greetings event
c5d969638 Launcher3: Reduce app label text size for 5x5 grid (#116)
ecaf3beb9 Launcher3: Let's bring back device introduction action
b79a375c6 Launcher3: Fix alt double line layout
6aad615a9 Launcher3: Add alternate Quickspace layout
1a12ee5aa Launcher3: Honor desktop show labels preference for folder icons
8b5e73e53 Launcher: Fix gesture navigation fail to move to bottom
3657519c8 Launcher3: Use MODEL_EXECUTOR directly
78eb7944c Quickstep: Fix crash in StaggeredWorkspaceAnim
e0ad61201 Launcher3: move kill all button in middle
f9bf4c0a7 Launcher3: Add back button in home settings.
9e2abb886 Launcher3: Add MANAGE_ACTIVITY_STACKS permission
c44403c6e Quickspace: Use system font
36ab49004 Launcher3: Add READ_FRAME_BUFFER permission
6b8206b06 Make double tap to sleep gesture optional
779c4f497 Launcher3: double tap on home screen to turn off screen
0ec58f766 QsbContainerView: Fix NPE in preview mode
146332469 LauncherPreviewRenderer: Fix crash with icon cache
18f1bc5a2 IconPref: Use correct mipmap icon
9d878598a Launcher3: Add simple iconpack support
76443a6d9 Launcher3: Update default workspace
501a4fc6f Launcher3: Use app opening animation for notification opening
9be0342d4 quickspace: Remove the dividers
8f78eb8f0 Quickspace: Toggle the Now Playing status
f2465fc82 quickspace: add some subtle spacing
665355f3f Launcher3: The return of the Now Playing
6a13fb1cc Add Quick events support in Quickspace
c7d8904ee Launcher3: Introduce Quickspace [squashed]
403fa9870 Launcher3: Extend notification listener with proxy
2432a8e9b Launcher3: Expose feature flag UI on user builds
4685a8fba Launcher3: Re-add priv app permissions
5c477b984 manifest: update usage permissions
e8e33c516 Launcher3: Add permission to allow updating database
16a8727f0 Recents: add kill app button
a1d27f174 Launcher3: move clear all button to actions view
563f4e2a0 Launcher3: Add restart action for toggling settings
128e3e5d7 Launcher3: Rearrange settings
f5f18a928 Elevate to 'core/platform' app'
d0dbb4354 Launcher3: Use system fonts
d97f10b77 Launcher3: Fix colors on light style
b8a4b7dcb Launcher3: Follow system color for dark style
e294dc771 quickstep: Bump max blur radius to 175 px
fa221f4b0 Add back button to Settings
a7c166f66 Launcher3: use common style for recents task menu divider
a4f400558 Launcher3: Let's make the search bar on all apps round
35b04d4f4 Launcher3: Update adaptive icon
e57313033 Launcher3: Homecoming
* packages/apps/LineageParts
0e7cd77 Move Swap capacitive buttons to Settings [3/3]
* packages/apps/Settings
2dd2222679 KeyboardSettings: Add a RemotePreference for device-specific panel
* packages/apps/SetupWizard
da735e0 SuW: Avoid showing exceptions if packages are not installed
* packages/apps/crDroidSettings
692f9580 New Crowdin updates (#699)
67b06dff Move Swap capacitive buttons to Settings [2/3]
* prebuilts/abi-dumps/vndk
29b6c8b vndk: Remove libyuv.so from ABI checks
* system/core
0a3ac9b69 adb_root: Make encryption action an argument to mkdir
====================
01-31-2021
====================
* kernel/xiaomi/sdm845
0d9602731057 Merge tag 'LA.UM.9.3.r1-00700-sdm845.0' of https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/wlan/fw-api into HEAD
e94dca3f6272 Merge tag 'LA.UM.9.3.r1-00700-sdm845.0' of https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/wlan/qca-wifi-host-cmn into HEAD
2b3db3972228 Merge tag 'LA.UM.9.3.r1-00700-sdm845.0' of https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/wlan/qcacld-3.0 into HEAD
d2dc3b12dc7c Merge tag 'LA.UM.9.3.r1-00700-sdm845.0' of https://source.codeaurora.org/quic/la/platform/vendor/opensource/audio-kernel into HEAD
24cec9aefc51 Merge tag 'LA.UM.9.3.r1-00700-sdm845.0' of https://source.codeaurora.org/quic/la/kernel/msm-4.9 into HEAD
e9d5cb008063 Merge branch 'android-4.9-q' of https://android.googlesource.com/kernel/common into HEAD
ce53f891b7d5 Merge 4.9.254 into android-4.9-q
8020355f4454 Linux 4.9.254
27d298bf97ef x86/boot/compressed: Disable relocation relaxation
04f51df12dda tracing: Fix race in trace_open and buffer resize call
4c3134adf339 Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
24c1a3d01053 net: dsa: b53: fix an off by one in checking "vlan->vid"
ed4b43069620 net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
4a6303bca518 ipv6: create multicast route with RTPROT_KERNEL
692805e5c064 skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
2b134423811e sh_eth: Fix power down vs. is_opened flag ordering
268daa2a7991 sh: dma: fix kconfig dependency for G2_DMA
73a9742caedc netfilter: rpfilter: mask ecn bits before fib lookup
599466588d25 compiler.h: Raise minimum version of GCC to 5.1 for arm64
b98481167269 bpf: Fix buggy rsh min/max bounds tracking
20089f3284b2 xhci: tegra: Delay for disabling LFPS detector
23ce98a5af66 xhci: make sure TRB is fully written before giving it to the controller
54e278d8cd5c usb: bdc: Make bdc pci driver depend on BROKEN
2434d1a38d37 usb: udc: core: Use lock when write to soft_connect
cfbce79c6dce USB: ehci: fix an interrupt calltrace error
e418332942a2 ehci: fix EHCI host controller initialization sequence
186a03e3bdd7 stm class: Fix module init return on allocation failure
97f337118d0e iio: ad5504: Fix setting power-down state
bbc6847b9b89 can: dev: can_restart: fix use after free bug
9a4928759d1c i2c: octeon: check correct size of maximum RECV_LEN packet
3ee5fd6f7dc9 drm/nouveau/i2c/gm200: increase width of aux semaphore owner fields
2a12936bcaac drm/nouveau/bios: fix issue shadowing expansion ROMs
7bbac19e604b scsi: ufs: Correct the LUN used in eh_device_reset_handler() callback
185fe2a1c35c ASoC: Intel: haswell: Add missing pm_ops
3f47fe6446b5 dm: avoid filesystem lookup in dm_get_dev_t()
5c9546d53bd4 ACPI: scan: Make acpi_bus_get_device() clear return pointer on error
75fb54e5cd39 ALSA: hda/via: Add minimum mute flag
987cd6469b37 ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()
====================
01-30-2021
====================
* external/libvpx
f93b143 libwebm: Update libwebm from upstream
588a17e Update README.version
f13a12e libvpx: Update configs for new version
d0ed084 libvpx: Import updated libvpx v1.9.0+
* external/libyuv
f5c7005 libyuv: Compile with -O3
879f0ae libyuv: Enable legacy types
75bf46f libyuv: Import updated libyuv from chromium
* external/sqlite
04a0449 Update README.version
* frameworks/base
a6eff9c9235 AudioService: Remove Analog Dock from fixed-volume devices
* hardware/google/pixel
b2333c4 pixel: Add lineage touch hal
* packages/apps/ThemePicker
7611ce0 ThemePicker: Make naming page look the same as the other ones
* tools/repohooks
d57f9c5 utils: drop Python 2 support
8349d89 config: drop Python 2 support
====================
01-29-2021
====================
* android
bf91c0f lineage: Enable msm8952 HALs
* hardware/interfaces
8fd638af7 wifi: Add provision to create/remove dynamic interface(s).
* packages/apps/Gallery2
4e96ca6f3 Gallery2: dark theme
* packages/apps/Settings
c98196ffe6 Settings: Remove empty category from Security Settings
* system/libhwbinder
623a210 Revert "Disallow shrinking threadpool size once started."