forked from crdroidandroid/android_vendor_crDroidOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog_dumpling.txt
19017 lines (16726 loc) · 849 KB
/
changelog_dumpling.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-25-2018
====================
* build/make/
a68bb2a14 Merge remote-tracking branch 'los/lineage-15.1' into 8.1
* device/lineage/sepolicy/
817c6e7 selinux: add domain for Gallery
cedb47e selinux: add domain for snap
* device/oneplus/msm8998-common/
43bae5a msm8998: Use mke2fs to create ext4 images
* frameworks/av/
cdf990a8e Merge 'lineage-15.1' into 8.1
* frameworks/base/
fd8a7af4beb Merge 'lineage-15.1' into 8.1
* kernel/oneplus/msm8998/
59ac4ad04f9d oneplus5: sigma kernel v8.0
05b61fc38a3d oneplus5: Do not enable verity
9e43c6bc605d oneplus5-custom: mount vendor partition
bd935faaff17 Merge 'oneplus/QC8998_O_8.1' into 8.1
f23e16b72d0c Merge 4.4.152 into oneplus/QC8998_O_8.1
0c73169690eb Linux 4.4.152
712254045c02 reiserfs: fix broken xattr handling (heap corruption, bad retval)
6e57e6c67fd4 i2c: imx: Fix race condition in dma read
131412f4f6f5 PCI: pciehp: Fix use-after-free on unplug
cc7614a5e8ec PCI: Skip MPS logic for Virtual Functions (VFs)
8837163ebeba PCI: hotplug: Don't leak pci_slot on registration failure
400db6fe7431 parisc: Remove unnecessary barriers from spinlock.h
6d124ea608ac bridge: Propagate vlan add failure to user
62c4e369c9b9 packet: refine ring v3 block size test to hold one frame
76cb5cc66114 netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state
3e6170d014af xfrm_user: prevent leaking 2 bytes of kernel memory
49b3acf7ed19 parisc: Remove ordered stores from syscall.S
a89f83823b97 ext4: fix spectre gadget in ext4_mb_regular_allocator()
1186a6ea75df KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer
b84ec04bae90 staging: android: ion: check for kref overflow
81970da69122 tcp: identify cryptic messages as TCP seq # bugs
780e559aaa6a net: qca_spi: Fix log level if probe fails
e77b1523b93c net: qca_spi: Make sure the QCA7000 reset is triggered
8621e69878ba net: qca_spi: Avoid packet drop during initial sync
8cfe6f3afe83 net: usb: rtl8150: demote allmulti message to dev_dbg()
0821ddad494b net/ethernet/freescale/fman: fix cross-build error
9c8f268dcdd5 drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()
43707aa8c55f tcp: remove DELAYED ACK events in DCTCP
7795ce1182d5 qlogic: check kstrtoul() for errors
01a8ef2f327a packet: reset network header if packet shorter than ll reserved space
8ab85f3dc1b4 ixgbe: Be more careful when modifying MAC filters
bcfa7262bbc0 ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controller
97d53c81980e ARM: 8780/1: ftrace: Only set kernel memory back to read-only after boot
c0cd6f4de95a perf llvm-utils: Remove bashism from kernel include fetch script
149751b516c0 bnxt_en: Fix for system hang if request_irq fails
2cb585f9c5d6 drm/armada: fix colorkey mode property
fe9ee61f5a1b ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problem
24e3a53c0d2c ieee802154: at86rf230: use __func__ macro for debug messages
691a13ac70e3 ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problem
be4691a7c58b ARM: pxa: irq: fix handling of ICMR registers in suspend/resume
7e8f97b07a3b netfilter: x_tables: set module owner for icmp(6) matches
c7fda06308d6 smsc75xx: Add workaround for gigabit link up hardware errata.
1acb2ad5d9d0 kasan: fix shadow_size calculation error in kasan_module_alloc
bfb1c3470bcb tracing: Use __printf markup to silence compiler
be38b9556d9b ARM: imx_v4_v5_defconfig: Select ULPI support
0d0af17ae83d ARM: imx_v6_v7_defconfig: Select ULPI support
1bdab67ddfa7 HID: wacom: Correct touch maximum XY of 2nd-gen Intuos
8f2f46791e28 m68k: fix "bad page state" oops on ColdFire boot
aba71e6a936a bnx2x: Fix receiving tx-timeout in error or recovery state.
acc83070ba75 drm/exynos: decon5433: Fix WINCONx reset value
c46030269f68 drm/exynos: decon5433: Fix per-plane global alpha for XRGB modes
048115cfba05 drm/exynos: gsc: Fix support for NV16/61, YUV420/YVU420 and YUV422 modes
66de11067753 md/raid10: fix that replacement cannot complete recovery after reassemble
0430caf5ccc8 dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()
d238b2e06f39 ARM: dts: da850: Fix interrups property for gpio
9a406f22b050 selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUs
7cef243ef30b perf report powerpc: Fix crash if callchain is empty
6ba7ddb12aed perf test session topology: Fix test on s390
1748d3f1e3fc usb: xhci: increase CRS timeout value
27edb6791ce2 ARM: dts: am437x: make edt-ft5x06 a wakeup source
852f7cdbc8f7 brcmfmac: stop watchdog before detach and free everything
86c43df5bfc3 cxgb4: when disabling dcb set txq dcb priority to 0
091cb7dec89b Smack: Mark inode instant in smack_task_to_inode
55989af9dfa0 ipv6: mcast: fix unsolicited report interval after receiving querys
c40dc96f7f7e locking/lockdep: Do not record IRQ state within lockdep code
39565a7d63fb net: davinci_emac: match the mdio device against its compatible if possible
d68db3d9974f ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMP
c5df06baac86 net: propagate dev_get_valid_name return code
e5bfd8e70737 net: hamradio: use eth_broadcast_addr
d89657e052ab enic: initialize enic->rfs_h.lock in enic_probe
f0e199f330ea qed: Add sanity check for SIMD fastpath handler.
d5a362036c85 arm64: make secondary_start_kernel() notrace
7d082f109ec2 scsi: xen-scsifront: add error handling for xenbus_printf
d51ce9e03e63 usb: gadget: dwc2: fix memory leak in gadget_init()
3c29ae7ce74b usb: gadget: composite: fix delayed_status race condition when set_interface
879384b1fc45 usb: dwc2: fix isoc split in transfer with no data
0a6914e81cfa ARM: dts: Cygnus: Fix I2C controller interrupt type
67726a2e9cd7 selftests: sync: add config fragment for testing sync framework
8e54d87ffc51 selftests: zram: return Kselftest Skip code for skipped tests
01024c01171b selftests: user: return Kselftest Skip code for skipped tests
68f5b8ff6302 selftests: static_keys: return Kselftest Skip code for skipped tests
c22a9ad9d0df selftests: pstore: return Kselftest Skip code for skipped tests
8747d9e7d454 netfilter: ipv6: nf_defrag: reduce struct net memory waste
97aaf73394cc ARC: Explicitly add -mmedium-calls to CFLAGS
* vendor/lineage/
1ac671d0 build: Add dtbo task
* vendor/oneplus/
c4d75b86 Merge remote-tracking branch 'tm/lineage-15.1' into 8.1
====================
08-24-2018
====================
* device/oneplus/msm8998-common/
436bc23 msm8998-common: sed qti_libpermissions.xml during extract instead of pinning
7221854 msm8998: Fix typo from CodeAurora in the QTI whitelist
53bae10 msm8998: update cne, ims blobs list
* frameworks/av/
e0f345908 effects: fix volume burst on pause/resume with AudioFX
* vendor/oneplus/
83ef7b3e Merge remote-tracking branch 'tm/lineage-15.1' into 8.1
159a7151 merge omni blobs to sdm845-common
d9da5c1f msm8998: add more cne, ims blobs
====================
08-23-2018
====================
* build/make/
aff4debc2 Also check if BOARD_KERNEL_SEPARATED_DTBO is set
* crdroid/build/
2ab4904 upload v4.0.7 dinamically read android and crDroid version prevents always updating to latest common.mk changes
* device/oneplus/dumpling/
5856cf6 dumpling: update fingerprint from 5.1.5
* device/oneplus/msm8998-common/
9a25a34 msm8998: updater: check if vendor partition exists
3ecf2fd msm8998: Move qcrilmsgtunnel.apk out of /vendor
4363c3a msm8998: fix another ifaa denial
6802c51 msm8998: vndk-sp is no vendor module
13c5cd2 msm8998: selinux fixes for ifaa
eed6800 msm8998: remove USE_SENSOR_MULTI_HAL
5e247de msm8998: move ifaa back to system
151cabe msm8998: Go treble!
6bed26f msm8998: move /system/vendor to /vendor
7da8eb7 msm8998: Fix sepolicy for Treble
21524c5 msm8998: update vendor patch level
6818c2b msm8998: specify additional root folders
* frameworks/av/
01ccfc12f mediascanner: Accept .opus file extension.
* frameworks/base/
32a5b16557e Add support for the .opus file format
* kernel/oneplus/msm8998/
105663e38a15 Merge remote-tracking branch 'upstream/oneplus/QC8998_O_8.1' into oneplus/QC8998_O_8.1
51cb99f3500a msm: mdss: check buffer size before writing to user buffer
51b55335d6db msm: sde: check buffer size before writing to user buffer
b206d386dabe msm: mdss: Fix for wrong length in copy_to_user
ca01bffd9105 diag: Protect the decrement of number of diag clients
8a1081aa9b24 drivers: qcom: lpm-stats: Fix undefined access error
619d04d11e1b Disable CONFIG_DEVMEM
812b682709eb Disable CONFIG_DEVKMEM and CONFIG_DEVMEM
07b496ffd7de Improve dash charging
e3f0af24bcca Enable dm-verity flag
b2fefb87226e Full treble porting
* packages/apps/Gallery2/
8ccbc4f78 Gallery: use platform cert
* packages/apps/Snap/
ae27a9f2c Snap: use platform cert
* packages/apps/crDroidSettings/
350d611 Updated translations
* vendor/oneplus/
cd0c2db3 msm8998: Move qcrilmsgtunnel.apk out of /vendor
ea432212 oneplus5: move ifaa back to system
dc3ab165 oneplus5: update blobs from 5.1.5, vendor move
====================
08-22-2018
====================
* device/oneplus/msm8998-common/
3d74786 msm8998: recovery: add vendor partiton to fstab
92487d1 msm8998: update blobs from 5.1.5
* kernel/oneplus/msm8998/
791ad3aab897 Merge 4.4.151 into oneplus/QC8998_O_8.1
78f654f6cce3 Linux 4.4.151
3b6393e30ec9 isdn: Disable IIOCDBGVAR
9aeef6b667f2 Bluetooth: avoid killing an already killed socket
5069ddd8f9ac x86/mm: Simplify p[g4um]d_page() macros
b4d2c57717fd serial: 8250_dw: always set baud rate in dw8250_set_termios
c2650d43a4da ACPI / PM: save NVS memory for ASUS 1025C laptop
3f9ca472b2a7 ACPI: save NVS memory for Lenovo G50-45
39cd328e84cb USB: option: add support for DW5821e
a8587cb96a79 USB: serial: sierra: fix potential deadlock at close
09b56641dddc ALSA: vxpocket: Fix invalid endian conversions
dd65a18b208f ALSA: memalloc: Don't exceed over the requested size
ad76ea373eb5 ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
dbc8ab895259 ALSA: cs5535audio: Fix invalid endian conversion
8419b74a43fe ALSA: virmidi: Fix too long output trigger loop
c48a18584d81 ALSA: vx222: Fix invalid endian conversions
caf8fe5173f9 ALSA: hda - Turn CX8200 into D3 as well upon reboot
1b692b786b0c ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
51f6a134cfd1 net_sched: fix NULL pointer dereference when delete tcindex filter
62209d1f272c vsock: split dwork to avoid reinitializations
0adfdb9af8ec net_sched: Fix missing res info when create new tc_index filter
813fb06fe60d llc: use refcount_inc_not_zero() for llc_sap_find()
4aef9b0fffd2 l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
f35e16c59779 dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()
====================
08-21-2018
====================
====================
08-20-2018
====================
* packages/apps/Snap/
6b422e1b2 Automatic translation import
====================
08-19-2018
====================
* device/oneplus/msm8998-common/
aa31bd8 msm8998: update gps configs from 5.1.4
d8ad24c msm8998: audio: fix 5.1.4 merge fail
* frameworks/base/
ff741f2fa20 BatteryMeterView: Update percentage view only when charging status changed
9ee3a10506d Merge 'lineage-15.1' into 8.1
* lineage-sdk/
bc8952c Merge 'lineage-15.1' into 8.1
* packages/apps/LineageParts/
7883205 Merge 'lineage-15.1' into 8.1
* packages/apps/Snap/
159d79bdc CameraSettings: Do not crash if zoom ratios are not exposed
* vendor/lineage/
84c3a216 config/common: Clean up debug packages
* vendor/oneplus/
feae8528 Merge remote-tracking branch 'origin/lineage-15.1' into 8.1
====================
08-18-2018
====================
* device/oneplus/msm8998-common/
f3c7d84 msm8998: audio: fix 5.1.4 merge fail
5b2c0ef msm8998-common: crdroid.dependencies: move vendor to crdroid repo
* kernel/oneplus/msm8998/
391b494bcd9b Merge 'oneplus/QC8998_O_8.1' into 8.1
183efa54d8e7 Merge 4.4.149 into oneplus/QC8998_O_8.1
45cf1802a105 Linux 4.4.149
5b9b4a8cca9c x86/mm: Add TLB purge to free pmd/pte page interfaces
29f475cbff9b ioremap: Update pgtable free interfaces with addr
17c1e0b1f6a1 Bluetooth: hidp: buffer overflow in hidp_process_report
59e68641add2 ASoC: Intel: cht_bsw_max98090_ti: Fix jack initialization
930787c9cdd7 crypto: ablkcipher - fix crash flushing dcache in error path
a55a2512827f crypto: blkcipher - fix crash flushing dcache in error path
335e988310f9 crypto: vmac - separate tfm and request context
9054a54766f7 crypto: vmac - require a block cipher with 128-bit block size
293cce718b13 kbuild: verify that $DEPMOD is installed
3abc229cfc03 i2c: ismt: fix wrong device address when unmap the data buffer
dcb852a7db98 kasan: don't emit builtin calls when sanitization is off
42962538cd9f tcp: Fix missing range_truesize enlargement in the backport
438604aa025a x86/mm: Disable ioremap free page handling on x86-PAE
* packages/apps/crDroidHome3/
dd363c670 Updated translations
* packages/apps/crDroidSettings/
0d00102 Updated translations
* vendor/oneplus/
feae8528 Merge remote-tracking branch 'origin/lineage-15.1' into 8.1
====================
08-17-2018
====================
* crdroid/build/
697b2cf upload v4.0.6 fixed reading of version info based on config/common.mk
* device/oneplus/dumpling/
f4dc5ae dumpling: set branch to 8.1
* device/oneplus/msm8998-common/
8fd8f63 msm8998-common: set branch to 8.1
====================
08-16-2018
====================
* device/oneplus/msm8998-common/
b4bc915 msm8998: update data-ipa-cfg-mgr from LA.UM.6.4.r1-10300-8x98.0
d9ebbb7 msm8998: audio: update configs from 5.1.4 and caf
48b112f Revert "msm8998-common: data-ipa-cfg-mgr: import from LA.UM.6.4.r1-08500-8x98.0"
* frameworks/base/
6ec4e2a2b90 Updated translations
d1c60f115f0 Slashify PIE tile
* kernel/oneplus/msm8998/
01c9a2ebbc10 Merge 'oneplus/QC8998_O_8.1' into 8.1
7aa70352234a Merge 4.4.148 into oneplus/QC8998_O_8.1
* packages/apps/crDroidSettings/
2aa8cf6 Updated translations
====================
08-15-2018
====================
* device/oneplus/msm8998-common/
1b19297 msm8998: update gps from LA.UM.6.4.r1-08500-8x98.0
6144d21 msm8998: update vendor security patch level
* frameworks/av/
17ac29032 Merge 'lineage-15.1' into 8.1
* frameworks/base/
d6f021f639d PIE: Set font style
55cef6817fd PIE: Hide network type if wifi is enabled
e640601b706 Implement PIE 3.0 [1/3]
da3007b4440 Fix disappearing lockscreen shortcuts with weather view
9a43a890c28 Updated translations
* kernel/oneplus/msm8998/
30a97c1e2dc3 Linux 4.4.148
8f2adf3d2118 x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
4b90ff885c6c x86/init: fix build with CONFIG_SWAP=n
eb993211b9d7 x86/speculation/l1tf: Fix up CPU feature flags
6b06f36f07e2 x86/mm/kmmio: Make the tracer robust against L1TF
02ff2769edbc x86/mm/pat: Make set_memory_np() L1TF safe
9feecdb6cb73 x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
0aae5fe8413d x86/speculation/l1tf: Invert all not present mappings
09049f022a9b x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
b55b06bd3b3c x86/speculation/l1tf: Protect PAE swap entries against L1TF
dc48c1a2f45b x86/cpufeatures: Add detection of L1D cache flush support.
df7fd6ccb358 x86/speculation/l1tf: Extend 64bit swap file size limit
fa86c208d22d x86/bugs: Move the l1tf function and define pr_fmt properly
685b44483f07 x86/speculation/l1tf: Limit swap file size to MAX_PA/2
d71af2dbacb5 x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
9ac0dc7d949d mm: fix cache mode tracking in vm_insert_mixed()
0371d9c4c822 mm: Add vm_insert_pfn_prot()
bf0cca01b873 x86/speculation/l1tf: Add sysfs reporting for l1tf
52dc5c9f8eee x86/speculation/l1tf: Make sure the first page is always reserved
9ee2d2da676c x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
9bbdab847fc9 x86/speculation/l1tf: Protect swap entries against L1TF
614f5e84640e x86/speculation/l1tf: Change order of offset/type in swap entry
86b0948d7c54 mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1
f487cf69cf14 x86/mm: Fix swap entry comment and macro
0a5deacaac10 x86/mm: Move swap offset/type up in PTE to work around erratum
90a231c63cc2 x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
ec5aa64fec72 x86/irqflags: Provide a declaration for native_save_fl
866234c373a0 kprobes/x86: Fix %p uses in error messages
7744abbe29a5 x86/speculation: Protect against userspace-userspace spectreRSB
8dbce8a2e9cf x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
916a57896e00 ARM: dts: imx6sx: fix irq for pcie bridge
45c679be34ac IB/ocrdma: fix out of bounds access to local buffer
d803aa2fe665 IB/mlx4: Mark user MR as writable if actual virtual memory is writable
01b377d3f0d2 IB/core: Make testing MR flags for writability a static inline function
b9341f5aebd8 fix __legitimize_mnt()/mntput() race
a3ababd599e7 fix mntput/mntput race
ba744147871e root dentries need RCU-delayed freeing
6aef4c4a1690 scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management enabled
277131baccf9 ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices
6b1f6243b39c xen/netfront: don't cache skb_shinfo()
277b161b1a1d parisc: Define mb() and add memory barriers to assembler unlock sequences
a9252a701743 parisc: Enable CONFIG_MLONGCALLS by default
1e4006421429 fork: unconditionally clear stack on fork
e424bee248c3 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
215f36e128f2 tpm: fix race condition in tpm_common_write()
7736fcede789 ext4: fix check to prevent initializing reserved inodes
* packages/apps/Settings/
0b13b28664 Implement PIE 3.0 [2/3]
* packages/apps/crDroidSettings/
cff7311 Implement PIE 3.0 [3/3]
427269a Updated translations
* vendor/lineage/
7e539d0b soong_config: Add TARGET_NEEDS_LEGACY_CAMERA_HAL1_DYN_NATIVE_HANDLE
====================
08-14-2018
====================
* device/oneplus/msm8998-common/
efad358 msm8998: Use cortex-a73 as TARGET_2ND_CPU_VARIANT
* frameworks/av/
691c91706 OMXNodeInstance: Allow dynamic native handle for shared mem buffer
====================
08-13-2018
====================
* packages/apps/Snap/
516483bf0 Snap: Allow quickreader to work with secure device
====================
08-12-2018
====================
* android/
a5fdba0 manifest: Dont track RIL
* device/oneplus/dumpling/
209cda8 dumpling: require 5.1.4 firmware
* device/oneplus/msm8998-common/
d41a9b9 msm8998: update blobs from 5.1.4
754bd0c msm8998: audio: temp disable broken deep_buffer playback
* frameworks/base/
206489aac49 Revert "base: telephony: Add support for DC_HSPAP"
====================
08-11-2018
====================
* android/
4e4b5d4 Merge 'lineage-15.1' into 8.1
e7c2302 lineage: Remove no longer used commented repositories
* 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