forked from crdroidandroid/android_vendor_crDroidOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog_bacon.txt
1075 lines (974 loc) · 52.2 KB
/
changelog_bacon.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
====================
08-19-2018
====================
* frameworks/base/
ff741f2fa20 BatteryMeterView: Update percentage view only when charging status changed
9ee3a10506d Merge 'lineage-15.1' into 8.1
* lineage-sdk/
bc8952ce Merge 'lineage-15.1' into 8.1
* packages/apps/LineageParts/
7883205 Merge 'lineage-15.1' into 8.1
44beefa Trust: String changes for accuracy of language
* vendor/lineage/
84c3a216 config/common: Clean up debug packages
* vendor/motorola/
6e0d9ba0 albus : move netmgr dsi configs to vendor also remove duplicate qcril.db
e957c8d0 albus : remove QtiTetherService doesn't need this. Causes dataservice fc
====================
08-18-2018
====================
* packages/apps/crDroidHome3/
dd363c670 Updated translations
* packages/apps/crDroidSettings/
0d00102 Updated translations
====================
08-17-2018
====================
* crdroid/build/
697b2cf upload v4.0.6 fixed reading of version info based on config/common.mk
* device/oppo/msm8974-common/
8bc156b msm8974-common: Set TARGET_NEEDS_LEGACY_CAMERA_HAL1_DYN_NATIVE_HANDLE
* frameworks/base/
6ec4e2a2b90 Updated translations
* kernel/moto/shamupp/
541613a3b07 Popcorn v1.8.1
* lineage-sdk/
0f4766ff Regen lineage_current
* packages/apps/crDroidSettings/
2aa8cf6 Updated translations
====================
08-16-2018
====================
* device/moto/shamu/
b7551495 power-8084: reduce interactive boost
9580f2e4 power-8084: clean up code
* frameworks/av/
17ac29032 Merge 'lineage-15.1' into 8.1
* frameworks/base/
d1c60f115f0 Slashify PIE tile
d6f021f639d PIE: Set font style
55cef6817fd PIE: Hide network type if wifi is enabled
e640601b706 Implement PIE 3.0 [1/3]
* kernel/moto/shamupp/
601c8e99349 Merge branch 'lineage-15.1' of https://github.com/LineageOS/android_kernel_moto_shamu into lineage-15.1
* packages/apps/Settings/
0b13b28664 Implement PIE 3.0 [2/3]
* packages/apps/crDroidSettings/
cff7311 Implement PIE 3.0 [3/3]
* vendor/lineage/
7e539d0b soong_config: Add TARGET_NEEDS_LEGACY_CAMERA_HAL1_DYN_NATIVE_HANDLE
* vendor/motorola/
27021b3b albus: regen makefile
84f8dba0 albus : move permission files to vendor
d8e4d6da albus : update IMS and telephonyservice blobs from tissot OPM1.171019.019
====================
08-15-2018
====================
* device/moto/shamu/
fa680432 shamu: Enable camera api v2 in Snap
* frameworks/av/
691c91706 OMXNodeInstance: Allow dynamic native handle for shared mem buffer
* frameworks/base/
da3007b4440 Fix disappearing lockscreen shortcuts with weather view
9a43a890c28 Updated translations
* packages/apps/crDroidSettings/
427269a Updated translations
====================
08-14-2018
====================
* device/moto/shamu/
de8e4839 power-8084: rework power profiles
951990c1 shamu: Run ActivityManager and RenderThread as SCHED_FIFO
* frameworks/base/
39b95ad6139 SystemUI: Fix Data Usage tile to match Settings
* kernel/moto/shamu/
0dff902b084 cpufreq: interactive: fix race in cpufreq_interactive_speedchange_task
e62d1356ea6 cpufreq: interactive: use upstream validate_time struct member names
49ca8a6e331 cpufreq: interactive: fix policy locking
9a002894797 cpufreq: interactive: only apply interactive boost when enabled
* kernel/moto/shamupp/
0dff902b084 cpufreq: interactive: fix race in cpufreq_interactive_speedchange_task
e62d1356ea6 cpufreq: interactive: use upstream validate_time struct member names
49ca8a6e331 cpufreq: interactive: fix policy locking
9a002894797 cpufreq: interactive: only apply interactive boost when enabled
* packages/apps/LineageParts/
5108edc LineageParts: Add missing recycle() calls
1cc1fd4 LineageParts: Add missing cursor close
5fd45d9 LineageParts: add one finger swipe up from home gesture string
* packages/apps/Snap/
516483bf0 Snap: Allow quickreader to work with secure device
====================
08-13-2018
====================
* android/
beffcdd manifest: Update gcc remote
a5fdba0 manifest: Dont track RIL
* frameworks/base/
206489aac49 Revert "base: telephony: Add support for DC_HSPAP"
* frameworks/opt/telephony/
32f7b31a4 MSIM: Fix to update display name in subinfo record
b2e1a4f37 telephony: Fixed signal strength issue
9ce52cf8b Support enhanced call blocking function
* kernel/moto/shamu/
c2eaab3174c FROMLIST: binder: fix proc->files use-after-free
9eaa7976cdb diag: Protect the decrement of number of diag clients
aae32a4b8a4 msm: camera: Fix for Possible information leak issue
2840dd7b2f1 netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
e88c303b258 msm: ipa: rmnet: Make code changes with respect to CR#2046006
* kernel/moto/shamupp/
c2eaab3174c FROMLIST: binder: fix proc->files use-after-free
9eaa7976cdb diag: Protect the decrement of number of diag clients
aae32a4b8a4 msm: camera: Fix for Possible information leak issue
2840dd7b2f1 netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
e88c303b258 msm: ipa: rmnet: Make code changes with respect to CR#2046006
* packages/services/Telecomm/
0100c663 Telecomm: Clean up enhanced call blocking function
8e18de54 Support enhanced call blocking function
* prebuilts/gcc/linux-x86/arm/arm-eabi-4.9/
031cb28 Snapshot upload
* vendor/lineage/
b4d61eba crdroid: Fix versioning in backup tool
79e72029 Move CR_VERSION to common.mk
* vendor/motorola/
c6ad80c4 nash: update blobs from 8.1 VZW firmware
4b5ebb0a nash: move radio stack to vendor
6a7776d5 nash: update blobs with treble changes * moving acdbdata, camera firmwares/configs and ZAF to vendor
====================
08-12-2018
====================
* android/
4e4b5d4 Merge 'lineage-15.1' into 8.1
* build/make/
13791d3bc Merge 'lineage-15.1' into 8.1
* frameworks/av/
fcfc23810 Merge 'lineage-15.1' into 8.1
* frameworks/base/
79d93adf0bb Revert "SystemUI: Screen capture in physical resolution"
e91f32d1d8d Updated translations
7905d1a75f1 Set QS background opacity to 1 by default
3b11360d033 Fix some refresh issues when changing an overlay
80ce587230d Themes: expose tooltip text colors
5410699485a OMS: Add back overlay modified callback implementation
1d43e2cec9c OMS: StrictMode and files under /data/system/theme/
e50a3168596 Unbreak public api by hiding substratum interfaces
2e5ba533226 base: Introduce SubstratumService
c04c05bcc57 Hold "volume up" during boot to disable all overlays
9303059ba70 ThemeSafety: Introduce App Crash Intent
0b69ef6bec4 ApplicationsState: add filter for Substratum overlays [2/2]
42582b40c90 Extras: Add dynamic theme sound effects support
231279555fb Extras: Add dynamic theme shutdown and boot animation support
9ed1e59f69a Themes: Fix theming Qs expand/collapse drawable
a920d6ad8c0 Add snackbar updater text color to be used by overlays
e395aca3d04 base: fix notification overlay config
9b08ad83cd3 Reload more assets on overlay change
3820411dfa3 Add support for theming notifications
52727a50c27 Expose autofill save dialog text color
e58218d0030 core: Poor Man themes: fix autofill save dialog
ec975a88cc6 QS: Expose zen qs panel close button color
9641eaa472d Screenshot: Update flash color
207eef3c561 Expose screen pinning dialog background and text color
61b601e1e40 Expose notification info text color
328075607a5 Themes: Notification tint: add bool to enable algorithm for dark backgrounds
d8c7248062b Move power save warning color to projeckt
2b1aab12267 Themes: SystemUI: Expose QS background opacity
2d5cb6429ff Themes: SystemUI: Expose QS edit item decoration background color
274eb780bc2 Themes: Allow Permission Icons to be fully themed
2ce8c61e84d Themes: Allow Immersive cling colors to be fully themed
7aa83f9875f Themes: Expose resolver hardcoded colors
47315466b0c Themes: base: expose toast colors for themes
92db4deb6f3 Fix: No text in toast for RTL layout
8aff9f589c6 Themes: Expose Keyguard affordance circle background
e3954a647fc Themes: Allow volume slider and thumb to work with custom images.
213e6921f83 Themes: Expose Screenshot flash and background colors
553ca0f721b Themes: Expose Keyboard Shortcuts Dialog
d98bc0b5d76 Themes: graphics: ADB "N" icon compatible with OMS7
e05f3946274 Themes: SystemUI: Expose switch bar title
44d23dadc02 Themes: Allow Navbar ripple color to be themed
facbfa4fd49 Themes: SystemUI: Use own drawables for QS expand icon
f9bb2d87efd Themes: Notifications: extend dynamic notification bool for ambient notifications
5e8abca6c79 Themes: Notification dynamic colors bool compatible with OMS7
6340d5460a8 Themes: Notifications: Expose a bool to disable dynamic colors
48310b84e5a OMS: Dismantle FLAG_OVERLAY_TRUSTED check in isOverlayPackage
597fc23ad6c Add shortcut icons
6cdbeb02de7 Lockscreen: add user configurable lockscreen shortcuts (1/2)
6ead6d7aed6 Added several Slim helper classes and constants back
c3bcfc4de2d base: SystemUI: we need moar ripple now for alarm and date
9520d42753b base: SystemUI: qs bottom bar - stop triggering my OCD
c36705c1771 base: SystemUI: split calendar from clock in qs footer
9bcf0947929 preference: Add icon to icon_frame and save space
83549b0d2a4 Add CarbonGestures [1/2]
bfbd17433fe Add blur personalization for volume panel [1/2]
7ae2a77fee3 Implement XOSP Blur personalization options (1/2)
c9316934617 SmartPixels: Add config to enable smartpixels support
bffd99fb316 base: make smart pixel burn-in protection dependent on device burn-in
c4149f2c4e9 Add smart pixels [1/2]
7c2739baf65 Add string to store status for dark theme usage
8715f7e6bb0 LOS theming: worst APIs ever [2/3]
1f4bdf4a814 EdgeGestures: Make it little faster
13d5d2439a8 Clean up back animation view for edge gesture
1c39f8ed68f base: Implement animations for back edge gestures [1/2]
e0551911b81 Move edge gestures symbols to cr_symbols
9d7f540875f Add edge gesture (1/2)
117746cd394 base: SystemUI: call qs tile layout on rotate
c8b8d232cdf CPUInfoService: Add config for temperature sysfs path
e5834fa85dd fw_base: On-The-Go Mode (1/3)
a49a3597596 Fix screenshot not saved when appending appname with some languages
b214c20fdeb Fix CustomTile NPE in handleRefreshState
0c2a0301536 Make Recents "Free Ram" text translatable
032ab6ab40f Make lockscreen text clock and date friends again
7f39b464bfe Adjust the clock margin with using AOD/Doze
cb980b67602 Introduce lockscreen clock/date styles [1/2]
8144c460298 base: HeadsUp snooze: reset snoozed packages on settings change
b39de3ad885 base: HeadsUp add timeout option [1/2]
7b3a7d1b873 base: HeadsUp snooze function [1/2]
9094067dbd4 SlimRecents: add fingerprint scanner gestures [2/2]
23c7239e93a SlimRec. media info: fallback to notification text if no metadata available [2/2]
6fca7bcf53b Cleanup SlimRecents media info/colors code [2/2]
24749ae566f Stop ticker on theme changes
5df7072398f Slimrecents media artwork/card color: don't skip navbar blacklisted apps
7fd43bbc162 Slim recents albumart: fix possible NPE for getOriginalLargeIcon().loadDrawable()
d3a04e436d7 Slim Recents: albumart as player card icon when playing a song [2/2]
a45d3d04a12 SlimRecents: if a song is playing, set track info as card title and use albumart
829f3dba2bd SystemUI: Screen capture in physical resolution
91657699841 Add New Logos for Statusbar [1/2]
6135dc8cb3e Update dimensions for OmniStyle
377fa7c30bc SystemUI: Make Running Services icon smaller
981fd4b7ab1 Tiles: Fix moar warnings
5382085c4f0 Improve padding below tile layout and page indicator
57ccb447aa1 Battery light: 100% charged level (1/3)
384773610ce Add option to select brightness slider positon [2/3]
a2f3135b92b Remove call to expand QS panel while pressing the Airplane QS tile
ed993303a67 Improve ambient music ticker to handle extreme cases
628991c62cb BatteryMeterDrawableBase: Always respect show percent
171a7215400 Add customizable action for back long press button [2/3]
6db571f1599 Add device key action to kill app [2/3]
194091cb6ed Add HW Keys QS tile
c9074bbec87 Slashify and improve heads up tile
17553ee63f7 Slashify and improve ambient tiles
a6eb918416d base: catch what you cant explain
c637415adb4 BatteryService: add turbo power charging support
ae879ba992c Improve keyguard indication checking
22a421b1715 Blacklist NFC icon from status bar by default
e7c2abf83df Use same NFC icon as that in QS tile
7993bcdab07 SystemUI: Add statusbar NFC icon
20a1188c612 Alarm Blocker: Shut up CONTEXT_MANAGER_ALARM_WAKEUP
cf36fdf3965 AlarmsBlocker [1/2]
3f25e7a17a2 WakelockBlocker [1/2]
20faea15b60 Allow to dismiss notifications with FP left/right swipe [1/2]
5cfa79b2616 Add Always On Display QS Tile
233f956d864 Allow toggling animations off [1/2]
74705233ad5 SystemUI: start ambient music ticker marquee also in aod
660d7d09fc1 Add padding for running services icon in QS footer
1830b20a590 Set text color to white for ambient battery display
0dbcba75de4 Fix battery percentage disappearing in portrait mode
a9b7a8c4b96 Fix logic for FP wake and unlock default value
b3e09d68114 Add switch for Wake-and-Unlock feature (1/2)
65f4bd79370 Switch to stock behavior if ambient display toggle is disabled
b5c1bcd9733 fwb: Ambient Display battery toggle [1/2]
e9babd7dc2e Ambient: show battery level on bottom
49e41d09e4e KeyguardIndication: Set font style for text view
d666eeac543 Set font for AmbientIndicationContainer
ab4d44d7b8b base: dynamic font fix for FDE devices
237be6a9b88 FontService: fix null object reference E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.AssetManager android.content.Context.getAssets()' on a null object reference
e0e5371e359 FontService: fix potential NPE and handle disabled packages properly
4fac890b58d base: SystemUI: restore keyguard default font styles
ea5db7f1316 Add progress for font apply [1/2]
9d5d80d1cf1 Fonts: Update keyguard when font changes
ee31d97f6fa Introduce FontService
c4395885f0b Add dynamic theme fonts support
6302f278184 BatteryMeterView: Remove custom padding in percentage view
0fad8d44d65 SystemUI: stop crashing qs tiles during boot
aef30bfb72e CarrierConfig: Clean up enhanced call blocking function
036fc387e37 QSPanel: Always use long click for QSPanel dual target
bfb1658bbf7 base: telephony: Add support for DC_HSPAP
e0daccbdd5d screenrecord: add support for 18:9 resolutions
3e11520a607 Screenrecord tile: save quality level
db66d59566a Add screen record tile and service improvements [1/2]
caa4c24327d base: bring back screenrecord
8f55e55bc53 Keyguard: Actually kill the Fancy Colon
9e93a04e9e9 base: expanded desktop: fix for endless layout loop on keyguard
dd79cb98291 Add exception catching for BlockedNumberContract methods
8a4cba042e8 Support enhanced call blocking function
f9e1ea869ce Return of the ticker scroll [1/2]
202a3474639 SystemUI: bring back the google assist qs tiles
3ae584f911b Choose a custom editor app for screenshot notification edit button [1/2]
9166d566c08 Markup screenshot edit button: collapse notification panel on tap
e1617a9dcc4 Fix edit icon in QS footer
e3a35bd691a Allow tuning ambient display with sensors [1/3]
b8fe8c56a09 base: Add bool to enable/disable doze by default
9b85821cb72 Suspend Actions [1/3]
30f929d325d base: add back qs header images [1/2]
d24b6ee8f81 Fix playing screenshot's sound when camera's sounds off
661cb253359 FEB: Disable/Enable screenshot sound [1/2]
b3986c0b16b Custom Carrier Label & Carrier Label Placement [1/2]
c5554b88e9d BatteryStyles: Clean up and improvements
b6eb157ceb5 BatteryMeterDrawable: add square style (1/2)
01c51088fde BatteryMeterDrawable: add battery styles [1/2]
da8792fe7c1 base: add systemui restart to advanced reboot [1/2]
6b1d54102e8 base: silent mode is back
39fc6594e74 Statusbar clock customizations
16db59bd7a3 QS: Clean up clock hide settings
24bb088846b Add tunable for clock seconds and clean up clock customization
9efb859ff5d Make status bar ticker play nice with center clock
f61a5053723 Status bar: Move custom left icons under single linear layout
444926c9739 Ability to hide superuser status bar icon [1/2]
ed7a96c30a0 Add toggle for face auto unlock (1/2)
dec7c9faabb KeyguardHostView: Dismiss keyguard automatically when face is recognized
28a9aac3489 Fix Substratum themes making powermenu transparent in some cases
9a1286076b6 Music ticker: once per track is enough
2b48805dadf Ambient music ticker improvements
42f0c97e9ab Ambient ticker: Play nice with AOD
f53a47b8408 DUI Pulse: add Automatic albumart base color mode [1/3]
cf23bd17534 Ambient display music ticker [1/2]
995be74b0e3 Port ambient Now Playing container from Pixel [stripped down version]
2e3b5c75606 Allow to suppress notifications sound/vibration [1/2]
b4dcc91e72f base: SystemUI: fix weather tile color
008c07577d2 SystemUI: mutate weather image for qs tile
c10890cb70d base: SystemUI: use slashify for qs weather tile
e7350566127 Make lockscreen weather more robust
aaa37d1921f SystemUI: Keyguard weather (1/2)
e5df7db4e01 statusbar weather: allow update without querying
58b1e5d0652 base: Add statusbar weather [1/2]
06deadc3d22 base: Add permissions for OmniJaws
a8bae61e194 OmniJaws: Fix weather condition icon loading madness
d17e47279b9 SystemUI: OmniJaws qs tile integration
60e8286e95f Custom logo customizations [1/2]
676e096985c CollapsedStatusbar: Fix phantom spaces in status bar
58ed29c2e88 TunerService: Prevent NPE with tunable
e67cbf430b8 FWB: all tile scroller for quickbar settings [1/2]
e31d23989c5 base: Try disabling AOD by default [2]
addd8529952 base: Add accidental touch prevention for assist key
e57685d9a83 base: Introduce Accidental Touch
5e1f66481ec base: Introduce new navigation bar key event source
e92e0464ec8 Add toggle to disable HW keys [1/2]
fe60b75f6fe Fix the strange recents Android P transition
2b86d37348d Add toggle to enable Android P system animation [1/2]
e5648e6c41f Add Android P transition
10661355357 base: Add screen off animation [1/2]
4a7e009ce1a Add interpolators to qs tiles animation [1/2]
6e917d649c8 Quick statusbar tiles header: expand panel on longpress for details view
9a6bdb341fa Add animations to quick settings tiles [1/2]
2c380346a1e Hide tiles title: longpress will launch detail view
aec3a24af39 Optimize AbsListView to reduce click operation latency
c6aeb903bb7 AbsListView: Fix widget couldn't find any view fc
4640a3a6ac2 Return: Listanimation Views and Interpolator [1/2]
d6f9906f3ed Add option to disable scrolling cache [1/2]
3a461c007b7 FW_Base - XuiMod: Toast Animations [1/2]
7c24f9967b7 AppTransitions: Remove hackery for controls duration
f08ca61243f AOKP custom system animations (1/2)
32b825b9e69 Fingerprint authentication vibration [1/2]
90833c07ae8 QS tile titles visibility [1/2]
fc0b560eafa BatteryService: add dash charging support
80d5789eaff Ringtone audio focus
4f22ac347a6 Flashlight toggle api improvements
0359ac2c662 base: refine partial screenshot handling
4020fbb55f7 Optional screenshot type [1/2]
e11e82c2d78 Toast: Remove horrible shadow in text view
6f619c9ba11 Toast icon switch [1/2]
05ca8d7794e Update toast icon to properly work with 8.1
462dbe15778 Show icon of package associated with Toast
d3b728c55a9 Force Expanded Notifications [1/2]
30e9b4b1f97 onLongClick Settings button for crDroid Settings
266410ea80f base: Improve secure lockscreen access with disabled QS
e4524951c36 base: allow disabling quick settings on secure lockscreen [1/2]
9fd8d8b5ea3 SystemUI: Allow using tuner API for Global settings
250dd85fdc0 Base: Hide power menu on secure lockscreen [1/2]
0f1750d04be Vibrate on plug [1/2]
7e74d5d56fa Play sound for charging events
eca678286fc Allow to set QS panel columns and rows [1/2]
3bb3a972e11 Allow to quickly open Running Services from QS panel [1/2]
9046c02ac06 base: Add Dynamic Navbar capability [1/2]
09abff1391b Live Volume Steps [1/2]
c39821611fa Stock Recents icon pack code fixes
dea7e4f383a base: recents: protect against possible concurrent mod
3173d6b4faa Centralize and fix caches broadcast receivers [2/2]
5bfe256845e Refresh stock recents icons on dpi change
3b9936b2c9e Stock Recents: fix fc on header app icon longpress
daa94925864 Recents icon pack code improvements [2/2]
e0cc4ebe4ff SystemUI: remove unnecessary recent apps transition
48c5b1ca698 Stock Recents: use Slim Recents icons management [1/2]
476b54f9f03 Recents: Remove Slim Recents modification to AOSP callbacks
0a5a95b9148 Recents: Clear locked tasks when using Slim Recents
f8d52061244 Slim Recents 3.0 [1/3]
05957185c16 Recents: Add deep clear feature for dismiss button
10851ad282a Recents: Fix NPE with locked tasks
e5073cb4c56 Recents: Proper fix for FAB button disappearance on boot for first time
56a34a5dfc9 Immersive Recents [1/2]
a9729763fa6 Stock Recents icon pack support [1/2]
2e75e5ae3ed Recents: Improve membar layout
768313aa01d Add membar to recents options [1/2]
8a8bec6f6b7 Recents: Make lock task and dismiss icons optional [1/2]
2ba5cffd88e Recents: Fix guest appearance of Fab button on empty view
33d9e6ea320 Recents: fab button improvements
1b83e54782d Add Clear All Button to Recents [1/2]
74c3ddc56a2 Disable PIN entry after successful quick unlock
9c4e91d73b3 QuickUnlock: Fix multiuser usage
e14c7c0519f Keyguard: Forward port lockscreen quick unlock (1/2)
4cd0b3e4253 Allow toggling auto usb mode chooser activity [1/3]
6829b46c880 Replace ugly DU's last app animations with old CM's
b0609c1097f DUI: Change default navbar mode to Smartbar [1/2]
f7d34bc88fa DUI: Set default navbar height width to 80
6f4afbc80d6 DUI: Initial checkin for Oreo [5/7]
3cd6336a9d8 Diffuse LOS unfriendly force navbar
405d6132a13 Add api to toggle flashlight and check if device has flashlight
6d15ea6351c crdroid: Add getRunningActivityInfo to utils
78a14ffd40a Ticker: Clear ticker regardless of setting
cf952d2c044 Statusbar notification ticker [1/2]
244777d7109 SystemUI: Enable three icon switching within QS DND tile
70ed20ecadb Add ability to toggle bluetooth battery level in QS [1/2]
16897e684c4 display: Don't animate screen brightness when turning the screen on
0869dc3ab0c Make Data/Wifi activity icon in statusbar optional [1/2]
2fd984689e1 DoubletapPowerForCamera disabled by default [2/2]
8c3a98e35d3 Return: Smart Pulldown [1/2]
0b4635829b9 SystemUI: Add case to quick pull down status bar anywhere
4a13221048e base: fix dummy expansion of qs on double tap to sleep
37f7e284a42 Double tap to sleep on lockscreen [1/2]
20e8fbcb9cd BatteryBar [1/2]
8870bc8b50d PhoneWindowManager: Add missing check for immersive mode
cb62dc04482 Ability to toggle VoLTE icon in statusbar [1/2]
bb08dc210aa Max Lockscreen Notification count [1/2]
2d0352e75f6 Integrate crDroid OTA into crDroid Settings [1/3]
361b9941269 SystemUI: Fix Data Usage tile to match Settings
ee070e308c4 Slashify compass and reading mode tiles
650ece753a1 Slashify ADB over network tile
eb25e85671d Rewrite CPUInfo tile
4d121f61f95 Slashify USB tether tile
47a4bcd9d3d Extend reboot tile to add power off
6949f8b6ba8 QSTile: NFC: Update nfc tile drawable
223378e0e95 Add a one time QS dialog for the caffeine tile
07eb4f3b77c SystemUI: use slashify for more qs tile
2fb62d10102 RebootTile: Fix gradient message display for reboot to recovery
359b002ee01 Add Reboot/Recovery QS Tile
91af8ce9aa0 SystemUI: Add missing permissions for Sync tile
6ea27e7556b Add partial/full screenshot QS tile
e493a39d2f3 QS: Use proper color attr for enabled tile
da3976167bb CPUInfo tile: Fix initial state
81bdce7280e QS: Add CPUInfo toggle tile
414c345e6c7 CellularTile: don't show confirm dialog on disable
ddf42ecbae5 Quick settings: Add Haptic Feedback to tiles [1/2]
160ea175b7a NfcTile: use Oreo style
142c525a750 Battery tile: fix label when charging
5e802e29b18 Ask pin when tapping Airplane tiles on secure lockscreen
d4237c4f32b QS: Add Expanded Desktop QS Tile
819deaaed76 Add Music QS Tile
fbbd4540276 Refresh USB tile
f2ceb15c685 Add Compass tile
54442b890c0 Add Sound tile to Quick Settings
5642779c312 Hide HBM tile if not supported by device
5a588fcaa32 Add Functionality to control High Brightness Mode [1/2]
e4d7efec600 Add a sendKeycode api to crdroid Utils
ec186e378c5 Add api to take screenshots
5f122b5d521 Add back crdroid utils
27176fdf4f5 LockscreenCharging: squashed (1/3)
6b790757152 Allow using 4G icon instead LTE [1/2]
1035c6e7297 Add ability to toggle bluetooth battery level [1/2]
14ba415a579 Make roaming indicator optional [1/2]
f808ac06b41 MediaScanner behavior on boot (1/3)
2e63572c62a base: add CPU info overlay [1/2]
7b8106cc93f base: Add metric for crDroid Settings
363367fe5c4 crdroid: Update default tones [1/2]
8c320cf6308 binder: Hide annoying warning spamming logs
1e3a1cc0eb1 Bluetooth: catch exception when unlinkToDeath to avoid crash
d4b1825638b Move BT state to OFF when BLE app count is zero
0ff6f33f661 Fix ResolverActivity don't show items
c2e9eb42da2 Add a ripple effect to the power menu items
1ab204bc4d8 display: Disable scaling on display mode switch
362bb45df07 core: Stop using Arrays.checkOffsetAndCount
d46f3c25ae5 SystemUI: QS: Name Cellular Tile based on carrier
3597c6e246e jni: Fix temporary file name strlcpy size
15a63855b4a Don't try to show crash dialog for dead app
88b978949e2 Fix socket leaks in various android.net.Network methods
03ea7021b90 Fix IllegalStateException issues in Setttings
cdee7c98f37 base: Modified that logs do not include URLs
472606a43f9 bgdexopt: Let PM handler run between optimizations
811f68f34f1 BgDexopt: Reschedule job on timeout
83edccd3e03 Run BackgroundDexOptService with background prio
be26cc1d5f2 Fix MtpDatabase multithreading NullPointerException
fc1c593f979 Convert between MtpObject and MediaProvider path
be1e76e9e19 Fix the NUllPointException for SystemUI crash
c32f582f831 DozeUI: Remove unusual static method call
a1276094a1b NetworkStats: Fix forced floating-point math performance
4277c9a36a6 Ensure re-post with setOnlyAlertOnce(true) silences sound
eaaa087d4ac Fix foreground process killed when it uses content provider
f945fc34f7f DeathRecipient object leak in context of system server
3690660e61d pms: Skip from copying preopts if device is undecrypted
241f52f085f Don't spoil printservice log if not needed
74f99b534fc Disable warning in StaticLayout
30820dd565e Remove unused calling for better performance
ef0ee420c6a core: Fix long overflow issue in NetworkStats
e6b55266704 MtpDatabase: Fix potential NULL dereference errors
ac985291a2e Fix problems caused by multithreading in VibratorService
479142ca6a0 SystemUI: Wallpaper is black or cut in half vertically
315884b521c Speed up the speed of computer MTP query
5d9022ca533 Return null if a provider died before acquisition
68e3c1cb3cc Fix a 'memory leak'
841834c7634 ScanRecord.getServiceData NPE fix
7ccb7b161c3 Check for null path in getInternalPathForUser
75195772bc9 SystemUI: Fix systemui crash when showing data usage detail
cb1b1019031 core: ChooserActivity: fix android crash from null object
1191a4b32f5 Do not setForceUse when a2dp config without change
7e18242b7eb Defer deleting a http cache
84db2d7d91a Bluetooth: Add support to get AG manufacturer information
b66afd1db52 Don't set A2dpsuspend flag to false when a new A2dp sink connects.
5ebb68a36ae Bluetooth: Implement API to get device identification information
c13edd5f81c am: Avoid starting partial users in UserController
73c945d3148 backup: Fix service not registered exception
4b8b623e5ae Optimize set bitmap actions in RemoteViews
63f721f97fd Allow changing signing cert for system apps that use shared users
ca861bff892 Location: Skip processing when reciever pointer is null
e0f8321c5e5 fix synchronization bug when notification enqueue/cancel
41705b7332d services: Do not call finishKeyguardDrawn with PWM's mlock
0e0016f911f core: Fix adb when installing a APK with incompatible abi
6f5d837bb28 media: Use correct filename when adding to ringtone
cb53a26c4ab Google FRP: save password quality in resetPassword
583388ba66e core: Check getSelection length before delete
db5dfd859e8 Don't crash if there is IR HAL is not declared
5b1cd9119a7 renderthread: relax error handling for wide gamut EGL configs
dcd46bfbbf3 Don't wait keyguard drawn if device has no keyguard
a25d43a540f Catch double unbind of dead service
7d0364f9aed Fix android.net.SSLTest
bfa62491553 don't block adb while running uninstall
149d5a046d1 Framework: Restrict warning message
b86a9820ccf WindowManager: Fix redundant orientation change
eb6f0f4d498 PackageManager: Avoid cache creation null access
a50a71a7319 audioservice: set value for Control ringtone volume after reboot
cc1844c0a23 frameworks/base: Fix ContentService JNI leaks
dceb7b57fc2 Fix array exception in createAutoBrightnessSpline
38c7abe2c86 ActivityManager: consider not AWAKE as sleep state
a03a5d3082e Fix InCallActivity onStop call when launch from Lockscreen
1b97986fddd ActivityManager: Fix slow-app ANR dumping
6182ca8db4f Avoid the restart process for launching provider killed by AMS
179176dfc2f base: ROM size calculation error on 4GB ROM device
95a305d7aba Toast: Fix duplicated to add View of Toast
f5fed173d9b SystemUI: Better QS detail clip animation
3f5362ce846 ConnectivityManager is initialized with a wrong context
16eb1d66755 Fix another potential ChooserActivity related System FC
49ba87d95a2 BatteryStats: Update WifiState even if EnergyInfo is invalid
c5cee6a9f6b Bind app name to menu row when notification updated
081ca707799 Fix intercepting touch events for guts
da7a0f7fb42 SystemUI: Rotation button can't work at first time after rotate screen
73fa74d916d hwui: check the buffer status before draw
0ae02b0f910 ConnectivityService doesn't send decreased score to factories at need
6acc38c85ac Decrease time changing between TOP & another state
d2e539d031f Add permission whitelist for EmergencyInfo app
251f893b0ce Fix text cutting off during shutdown animation
fff66609c50 media/jni: Check mute state before starting play
1b2ef139e85 PackageManager: Init known locales at WelcomeActivity in SetupWizard
08b40b26aa4 Should use scan flag or it will not scan device
c8447b1bda2 Use async thread for performPoll in NetworkStats
7230d5db57a AtomicFile: Rename the backup file to base file when backup exists
4135c6ed161 Send broadcast to MediaScannerReceiver to refresh gallery
cc2c400b895 Fix issue when start android/com.android.internal.backup.LocalTransportService
04024e16583 Make the allPendingIntents add operation thread-safe
0cd848c1912 SystemUI: fix crypt keeper race condition
9315703b506 Keyguard: Don't show keyguard if CryptKeeper enabled
f610759621f jni: android.util.Log.logger_entry_max_payload_native @CriticalNative
f404595146d Bring back missing menu items on text floating action mode
270d2a85aec Reset the profile when system application change version
afa9646a852 binder: resolve the NullPointerException of services with null descriptors
673b6971550 Frameworks: In the kill handler ensure the logging handler was run
cfbbd51c9fc AMS PMS MountService
241abbdfaa4 pm: Fix package install flow w.r.t. dexopt
9e5f08cdee6 Do not apply app-link autoVerify policy to instant app installs
a97ea127d83 Avoid clearing default browser setting when unnecessary
949dca2d0bf Ensure dexopt is executed only with consistent package data
4f9663e6b7f media: Release buffer and stream once after usage
c331c0d889d am: Remove duplicated incorrectly code in ProcessRecord
86c23e12c97 Fix for wallpaper flicker on bootup on some targets
6c7f52b3c81 fix incorrect context classloader initialization in system_server
4bd927716c3 Skip send broadcast to the receiver whoes user has not started
7f633c52b20 pms: Fix the IndexOutOfBoundsException issue
8e4bfdb71cf Post noteProcessFinish() to handler thread
957eccf1669 GLSurfaceView: report draw finished after first onDrawFrame in GLThread
589f0f1ff5d SystemUI: fix heads up appears when disable_expand is set
93639d69c53 SystemUI: SIM PIN locked view can't pop up after removed one SIM
04d70db5b28 Screenshot: Fix possible NPE
805301ac2b7 Partial screenshot: fix SystemUI fc
7aecdde69be threads: fix anr when concurrent request provider
95fd8265341 The network event should be an asynchronous callback
75edfcfed1c MessageQueue: explicitly remove FD event listeners
456aa1195a2 SystemUI: stop fillig logcat with useless stacktrace
8c8276fb24e AsyncTask: Fix to remove canceled tasks from executor's queue
9c6e6c13523 BackupAgent: add backup shared mode
3efcc40d9f8 Fix a null pointer exception in FragmentManager
75a8eb1786e Remove duplicate code for binder ID clear and restore
f4026289fde Release SQLite page cache as much as it can
bc2133ea06e Synchronize the HeadsetService methods
4de312f5f75 ActivityStack: Add task null checker before proceeding
6aaefc43912 RecentTasks: Check task for null and return if yes
6bf764060c3 Accessibility: Fix FWR when unlinkToDeath if linkToDeath failed
6691df420d9 data: update missing permissions
693ad1228b2 ActivityManager: Change way to get Available memory
39a93b340e4 core: Fix AccessibilityNodeInfo memory leak
5a78c2306ae Fingerprint navigation settings is a secure setting
4255f5e9909 Add reachabilityFence remove ExemptionMechanism.finalize
f6bc945b730 Frameworks: Fix Binder.joinThreadPool
fd1f4e8b76a Skype voice can't transfer to carkit after re-connection
4e7333a3784 media: Parse Exif OffsetTime in MediaScanner
204b0101628 SystemUI: modify overscroll bug in NotificationStackScrollLayout
35b7df72472 Frameworks: Handle exceptions in SystemProperties callbacks
316ed336f9a Allow ro. properties to have arbitrary lengths
9f4de966c40 Frameworks: Clean up SystemProperties
48a6f8d03ef Resolve race condition of mNonAnimatableProperties.colorFilter
57c862654dd Update whitelist when installing system application
2945353ccb7 Fix empty recents view in multi window mode
fd8a31dd17b Skip notification for hidden notifications on first boot
f218089489b SystemUI: guard possible concurrent issue in LocationController
13738952acf Speed up Orientation Listener
7a0df7b10df base: set scrolling to 0.006f
3c4b96a68f1 ViewConfiguration: misc changes (rev)
108ee674a25 android.view: Speed things up!!
4ec4c9ea475 Screenshot: add "Markup" edit action support
ceeeded8df0 Avoid dangerous recursive call on startProcessLocked
65167aebd10 Using BIND_ALLOW_OOM_MANAGEMENT flag for avoid memory pressure when system binding
ef0a998de7d core: Improve AtomicFile implementation
8a2ebece65b TelephonyManager: Prevent NPE when registering phone state listener
87598a259e7 Speed up Recents additional buttons show delay
7bea060e963 Remove ugly reserved icon space in restricted switch preference
74eacac5ca5 SystemUI: Fix FC issue
267869031c3 media: jni: Support conversion from jbyte array to ByteBuffer.
31b3d6d8d8c preference: change visibility only if imageview is valid
b4d6577a054 frameworks: Fix mLteSignalStrength range check
d3e49465b15 frameworks: Fixed signal strength issue
169cd103a04 Don't consume all BACK keys in SearchView
680886a5354 AudioService: synchronize access to user selected volume ctrl stream
5650917e982 Bluetooth: Don't remove UUIDs if profile in connected state
0f9ccfa2318 Fix DynamicLayout block index calculation after edit
ec57cebb673 Should show the lock task mode toast if can not launch the activity not in the locked task.
5cb1efd5f82 hwui: Fix Native Crash of EGL_BAD_ALLOC
d98d40dc167 wakelock: continue read file when returned count > 0
dc9ecce213e KernelWakelockReader: stop the panic
e6d2636c908 Accounts: Fix TokenCache maps access
aac10b99362 PackageManager: Avoid null access
446817f84ad Revert "SettingsProvider: adaptive icon"
8b6db543903 Revert "NightDisplayController: report unvailable if livedisplay feature is present"
0256a475c75 Revert "Check VintfObject compatibility on boot"
9e4ff25b1b5 services: Fix starting window not removing issue
36f385f2781 Fix the system_error while calling thread::join() in NativeCallbackThread
eee82dac0f2 Fix the windowtoken index out of bound exception
2220b3b6eaa frameworks: fix the activity stack ConcurrentModificationException
0c7d685defb Fix disabled status bar when pinning app and user switch
7b2860d7752 Fix persisted task remove operation race issue
c37c36af6f6 frameworks/base: Fix AudioService JNI leaks
ae03af525da Remove GCC-specific pragma and disabled Clang warning
f3e53cd3cd4 Always send configuration if the boundaries change
8f398d29df6 BackgroundDexOptService: skip low battery check if not present
e9112d9cabb Consider shared libs when precreating WebView classloader
7055893cbe3 Check if mSurface is valid before create SurfaceSession
d09542345bb Explicitly restart the killed wallpaper service
08628da9a47 services: Fix double-free error on RemoteFillService
f2447f5296b PackageManager: Clean up profile step for performDexOptUpgrade
218be5e7318 Do not force crash for EGL_NO_SURFACE
078baaa55da SystemUI: fix black scrim when turning screen on from AOD
bf683261bf5 Can not get a thumbnail of Jpeg image of QCIF size.
613a73c5f87 services: Fix low probability deadlock
acbedce64f8 Store package restriction settings at shutdown
fbe1297799a Fix some list-item selection/scrolling issues
7dfbd8797bb Remove LOCAL_STATIC_SHARED_LIBRARY usage
8f3db60993d Avoid ANR caused by synchronized() of appDiedLocked()
84a539f9e83 SettingsLib: Remove ugly space reservation for icon in preferences
d1af2e9cf39 Fix shared libraries loading during backup
c0879670fc3 Handle Backup onUnlockUser on fg thread
e0efcd0f9cd Improve ActivityManagerInternal.startIsolatedProcess.
b4801ab1ba6 SystemUI: No Signal bar displays for a moment in UI after Bootup
40af5fc0822 Add SU_SESSION_CHANGED to protected broadcasts
377b41657ea Adding optimization to reduce callbacks to TextClock
e3b6a0eb803 GlobalActions: Fix systemserver crash issue
37f78b66e5c Notification: Fix no icon shown for data limit notification
5eaf844d33c SystemUI: Fix SystemUI Crash.
cb7953341de Fix possible NPE crash when adding new accounts in Settings.
bf4fcc39273 Update network score from NetworkAgent
5244a8d5334 Fix and work around aliasing rule violations
3ab7b2f4128 Turning screen on without creating surface
801bc5b1c11 ExifInterface: fix incorrect thumbnailLength in handleThumbnailFromJfif
93391a482b4 services: fix the NPE in RankingHelper
9ff252ce7e3 media: fix system_server deadLock
6c65ab4c0b4 Enable priority boost for non-Jack builds.
b2f3cdebbb4 Fix intermittent slowness in resolver activity towards end of day.
c979ea7e86a PackageManagerService: Avoid NPE in matchComponentForVerifier
84084eb09e7 Keyguard: Fix black background while screen turning off/on quickly
dc985f89a5e base: touch response optimizations
97f4826edc8 DpmService : Added protected broadcast intents..
b912d75c18a GNSS: fix the null object reference in configManager.getConfig(), judge the null pointer firstly..
126a2c3fc61 aapt2: Replace strcpy with memcpy.
0f3227695a2 Parcel: Avoid NPE in finalization
a705203e2ef InputWrapper: Opt out early if session == null
20477e6e80a Fix Google dialer FC due to missing permissions
4cf28b8583b hwui: Disable fine-grained logging
bbd4f84e2c7 Fix doFadingAnimationLocked in sanitized builds.
b7f663211c4 Optimize setStorageEncryption code
8710b7376a1 Let InputFilter's message be processed faster
9939bed4c58 app_main: Fix "zygote is killed by signal 1"
d4edfdd8c52 Set scrollview on the power menu
cb946a8ef70 add SwapPss of native processes to totalSwapPss
4e57730214c Telephony: Don't crash for too long baseband version
46f8663501b Don't wait for Bluetooth when shutting down
102803a8ce6 Don't wait for NFC when shutting down.
a222d7b716c framework: shorten wait time for shutdown time optimization
f8f0a084b9c Reduce the uncessery wm call while checkKeyguardVisibility
e089eb40622 QS Tile: increase DEFAULT_MAX_BOUND to 6
13b89415de7 Allow faster app switching
fed5453fa1f Account: Fix the risk of sqliteconnection leak
e444794a64c SystemUI: Remove padding for navbar and statusbar
d00b87362f2 Support UnifiedNlp (microG)
02c31ce776a Vectorized the power menu sound panel selector
2b20b9a507f Persistent background app notification: disable by default
4fc761a2702 Change power save mode color to sexy red
8252f60b90a Fix notification shows wrong question
88b9cab4d6d Fingerprints: Increase MAX_FAILED_ATTEMPTS
9ca096aa344 Fix to avoid UI freeze issue
8203c2e4daf base: preference seekbar widgets should follow the rules
4eadad830a3 SystemUI: Prevent NPE in Dependency.get() in BrightnessController
e0e2e4c58dc Settings:Bugfix for NPE, Only valid screen power consumption need to smear
8010cc85c0d am: Add NULL check in TaskRecord.getWindowContainerBounds
99a7d4dbaab Current view findFocus maybe null, which cause NullPointerException.
09a4a57163e core: Add support for fake signatures, enabled per app by dynamic permission
506c051102f Fix NPE with void android.view.VelocityTracker.clear()
918701063e3 Frameworks: Fix Null Pointer Issue
f918b0580a7 Spam: Fix non-protected broadcast from supersu, qcril and fm
d4d4f285120 Widget: Catch null point exception in AbsListViewAutoScroller
d20e773348d BT:Crash occured due to null pointer exception.
9336520b309 Bluetooth: Avoiding NULL pointer dereferences
823e32780f3 Suppress FingerprintManager logspam
0c8e095afb6 Kill off provider info logspam
ad3d4ad14ae binder: adjust GC interval for binder ops
65a925993d7 Fix service cannot start when service removed from restartList
bc3b7aa84d4 Passing a new ArraySet instance to avoid crash
62316c87ee3 PackageManagerService: Add finally block to close the stream.
8c710d38089 SystemUI: disable statusbar time refresh when screen off
1bb1ecb1a6b BluetoothAdapter: disable logspew
be25cf00f79 MountService: Prevent NPE with DropBoxManager
72869666d32 Handle IllegalArgumentException
4d1354b5891 Bad token of activity when do the launch work at the app process side
12cc8b755e0 Fix race condition when writing UidState of appops.
280d0a91883 Reporting FULL_WAKE_LOCK to battery stats.
7abda4562e6 fixed handling of data URI schemes in Intent.toUri
14c21b11d8f Fix double free issue in ResTable.
83f4b1f87d3 Framework: Fix NotificationListenerService monkey null pointer issues
e778491f5cf frameworks/base: reduce the setTransactions
0222ba3ae93 Fix NPE in updateEmptyShadeView() upon screen rotation
efd66143185 Handle invalid pointerId
bef59015204 Avoid ConcurrentModificationException in method dump
7ca964a85d7 SystemUI: Fix SystemUI Crash Issue
e6f62c7aeb0 Fix window transformation related issue
8a3245c9f7d Sync Preference in UI for new cached device
27c0a3cb5bd Fix ANR due to long wait for synchronization lock
75f9ab4aaf8 Fix broadcast receiver leak issue
f7ae82f1095 Unset frame listener before tearing down GLThreadManager.
109a010fa57 Scroll: modified velocitytracker
8792c09cf23 ParcelFileDescriptor: can we stop the panic here?
8eb3aa7564a Workaround for wallpaper not shown correctly problem
f7d7114ec24 Ensure the generation is not changed before put value to cache
356659964af FIX No sim - airplane mode padding
4f39daa9d5d Allow Python Versions Higher than 2.6
c29ae19c0c4 camera: catch NullPointerException for Nexus 5
f56a7a93960 Fix Photosphere/Camera FCs
1d7f2eaaa1d Fix for google backup and restore
028eb3f8dc1 Bluetooth: Prioritize Bluetooth state change intent to start Service
26f3dd05652 SettingsProvider: Add missing INTERACT_ACROSS_USERS_FULL permission
c133baeb208 Add default permissions for few ROM specific apps
7ba1c545398 Add default permissions for multiple gapps
d9bce8f39d6 Disable Mobile Data Always On by default [1/2]
e4d6dab393b Add handling SQLiteDatabaseCorruptException.
e881e460b0c NightLight: Allow lower temperatures
95825444773 Base: Pixel Colors: Change dividers from Holo Blue to Pixel Blue
d6bd27bee13 base: Add stub files
5de7c9230ad base: rescuce party: check isDisabled on all public API
daabe4dc6d8 Kill airplane mode toggle Teal color
00f2eabeaf9 Fix NPE when AOSP ambient display preference is removed
9dd27f54438 Add missing STORAGE_INTERNAL permission for BackupRestoreConfirmation
e943a82705b SettingsLib: Allow Skia Vulkan to be used as HW renderer
23571414c03 Allow creating custom dialogs in DialogPreference.
700c81d96cf Enable non-market apps install by default
c4764a037eb Treat default value that wasn't found as empty value.
880a5784780 DEBUG: Turn off some debugging we don't need.
72ca38e5e2a SmoothSpinners: Makes the loading "spinner" animation smoother
8ffa6b3abdb core: Update GPS Icons to be more Material
a97aa8fcd85 SystemUI: make sure to expand all the way when flinging
78a93d41d04 allow forcing HighEndGfx mode
42b4de86be1 Improve scrolling cache
5cee32093e4 Reduce log verbosity: Don't spam logcat
3253cf4e798 Avoid needless Integer.valueOf() object allocation.
5d0ef932c00 aapt: silence density flag warnings
e8825946004 hwui: Remove deprecated compiler flag
* frameworks/native/
16a369ad8 surfaceflinger: Fix egl GL_OUT_OF_MEMORY and EGL_BAD_ALLOC bug
a65006fc1 sf: change SurfaceView alpha while opaque region compute
d0cdbbf63 gui: null check in ISurfaceComposer.cpp
c47ef4b53 Don't use cutils/Atomic.h
bd4d0029a SF: Switch computeBounds to return FloatRect
05219b633 libs: binder: Replace NULL/0 with nullptr
c89d685f8 libs: gui: Replace NULL/0 with nullptr
b10387b03 libbinder: case in 'waiting for service' log
3659b84cd libbinder: auto-choose between binder/vndbinder
3eb1f93e9 libbinder: Remove thread shutdown logic
a13185f34 libbinder: remove unnecessary check
f1ca86ffa libs: vr: Fix new c++ error when using clang7
44acd0ccb Sync mLastQueuedCrop with mLastQueuedSlot
63f97cf28 Ensure the reference profile directory is always created
46cdcf8b8 have patchoat take directories instead of filenames
b2fba9ad4 binder: Fix incorrect print starved time of binder pool
51553a9d1 binder: Remove unused native binder impl of BnBatteryStats
6fa993e48 Use dex2oatd when available on debug builds
d91035f1b vulkan: update Vulkan headers to 1.1.72
ca39368e8 Fix Vulkan null_driver's EnumeratePhysicalDevices()
4fbfe8639 Fix monolithic, un-suffixed GLES driver search
425aa3746 vulkan: Allow AHB extension to get to the driver
c7c62fa73 libvulkan: correctly expose VK_KHR_shared_presentable_image
5515268df Enable VK_KHR_swapchain for instances
e7444216c vkGetDeviceQueue2: add a NULL check
daae74ff2 stubhal: add EnumeratePhysicalDeviceGroups
77275f3a4 libvulkan: Add VK_ANDROID_external_memory_android_hardware_buffer
30d811dae vulkan: Declare VK_ANDROID_external_memory_android_hardware_buffer
08a7dc1f9 vulkan: update Vulkan headers to 1.1.68
936feb194 Add VK1.1 entries to NDK libvulkan and fix a bug
571dc03e2 Properly implement stubhal's vkGetInstanceProcAddr()
7f900079b Vulkan1.1: CreateInstance downgrades apiVersion for 1.0 ICDs
4b8391d01 Additional changes to Vulkan 1.1 API updates
b66aea9e3 Vulkan api update to 1.1
3bef6458e vulkan: Update Vulkan headers to 1.0.61
63f51e424 vulkan: Update Vulkan headers to 1.0.60
469d6f857 DL policy extension for SchedulingPolicyService
466b0afeb surfaceflinger: fix static analyzer complaints
fa51c4aa1 surfaceflinger: fix fencing when composition mode switches
61ec6037c surfaceflinger: fix fencing when layers become invisible
d6b39e022 Input: improve touch response slightly
863a9bb5d SF: Modify binder call before linkToDeath
6d7d65744 Fix bugs regarding calculate dalvik-cache size
5733945c7 surfaceflinger: set a prop when initialization is complete
37ee8bcad native: touch response optimizations
bcefbc866 servicemanager: Restart keystore and gatekeeper after crash
* hardware/lineage/interfaces/
9bcc1bd Update makefiles from anywhere.
* packages/apps/DocumentsUI/
308a2bf3 Merge 'lineage-15.1' into 8.1
* packages/apps/PackageInstaller/
c42edd2a Merge 'lineage-15.1' into 8.1
* packages/apps/Settings/
ed4907f94a Merge 'lineage-15.1' into 8.1
* packages/apps/crDroidHome3/
94b5385d3 Updated translations
* packages/apps/crDroidSettings/
7d027d2 Updated translations
* packages/inputmethods/LatinIME/
3b0468c08 Merge 'lineage-15.1' into 8.1
* packages/providers/DownloadProvider/
b2fe8b2 Merge 'lineage-15.1' into 8.1
* packages/providers/MediaProvider/
3910870 Merge 'lineage-15.1' into 8.1
* packages/services/Telephony/
4ce17d60 Merge 'lineage-15.1' into 8.1
* vendor/lge/
a2b53f38 bullhead: Update blobs from Aug 2018 OPM6.171019.030.H1 factory image
* vendor/lineage/
fff0796a backuptool_ab: Pick properties from build.prop
5201d34e backuptool: Resolve incompatible version grep syntax
4d3c6e7e backuptool: Revert "Temporarily render version check permissive"
e3c49d1a Set perms on reading_mode sysfs
* vendor/oneplus/
8122b819 msm8998: update blobs from 5.1.4
====================
08-11-2018
====================
* android/
e7c2302 lineage: Remove no longer used commented repositories
* frameworks/base/
7e2dc21a927 Merge tag 'android-8.1.0_r43' into staging/lineage-15.1_merge-android-8.1.0_r43
* hardware/lineage/lineagehw/
a027dee lineagehw: Check if files are readable when we read them
* lineage-sdk/
5aae911f sdk: Rebrand to crDroid settings
8653142a Allow value to hide the clock
a1eb37ba Prevent NPE with current dark overlay
6f36a0d7 LOS theming: worst APIs ever [1/3]
8deba8ae sdk: On-The-Go Mode (2/3)
4b48154e Lineage style interface: fix possible NPE when OMS is not up on start
1db1a457 Fix long screen settings for multi user
f445a8bf Custom inactivity threshold for network traffic monitor [1/2]
22b5af29 Battery light: 100% charged level (3/3)
fcff6c58 Add option to select brightness slider positon [1/3]
2948149a Reduce default kill timeout
9b4e04c4 Add customizable action for back long press button [1/3]
d489323b Improve kill process code
8a9bf098 Add device key action to kill app [1/3]
a8bc4806 crdroid: Do better for version pref
c8327804 lineage-sdk: Prevent NPE in style interface service
8c9228b9 sdk: add systemui restart to advanced reboot [2/2]
88ea2f5e lineage-sdk: Enable advanced reboot by default
047add55 Disable by livedisplay by default
b5285b4c sdk: Map to ro.modversion
f2a1a4fb Allow value 3 for status bar quick pull down
* packages/apps/LineageParts/
5a2b19c Rebrand to crDroid Settings
237497c Move style settings under crdroid [1/3]
1292961 LOS theming: worst APIs ever [3/3]
0d50daf Make trust interface less boring
1176cf9 Preference: Remove reserved space if no icon
061eb36 LineagParts: Hide QS brightness control settings
2276709 Move out notification and battery light settings
6f2cf5e ExpandedDesktop: Fix crash with resource ID
b1e8d7a LineageParts: Remove reserved icon space
20d803c Moved expanded desktop settings to crdroid settings
9df83a9 Change default accent to pixel blue
8225da6 Hide color style under display
921133d LineageParts: Silently kill anonymous stats collections
0384a73 Moved status bar settings to crdroid settings
c9b5fc8 Moved button settings to crdroid settings
* packages/apps/crDroidHome3/
38e63c4d4 Updated translations
* packages/apps/crDroidSettings/
8ceb0ac Lockscreen: add user configurable lockscreen shortcuts (2/2)
c45c0f8 Updated translations