forked from crdroidandroid/android_vendor_crDroidOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog_on7xelte.txt
1376 lines (1133 loc) · 50.4 KB
/
changelog_on7xelte.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
====================
07-25-2018
====================
* frameworks/base/
fc5cd55 Updated translations
* hardware/ril-caf/
85b751e Merge 'lineage-15.1-caf' into 8.1-caf
* packages/apps/crDroidHome3/
bad3ac9 Updated translations
* packages/apps/crDroidSettings/
47ec869 Updated translations
* vendor/lineage/
bbe4d9f roomservice - order me a crDroid
====================
07-24-2018
====================
* art/
4b185e6 build: disable ART debugging
* hardware/ril-caf/
5380335 libril: Protect against NULL unsolicited response function
* packages/apps/Email/
8e69d0e Remove max aspect ratio.
* packages/apps/crDroidSettings/
40a9c1b crdroid: Reorganize gesture settings
* packages/providers/MediaProvider/
83912eb Register mStorageEventListener after mVolumes initialize.
* system/core/
ca025ff tombstone: Get new one
* vendor/lineage/
463586e kernel: Allow installing modules on system
====================
07-23-2018
====================
* bionic/
2a98ecd Merge 'lineage-15.1' into 8.1
a7b7640 libc: Mark libstdc++ as vendor available
1f78352 libm: Update to FreeBSD r336523
* build/make/
a97da93 Merge 'lineage-15.1' into 8.1
* device/samsung/on7xelte/
b0f89e6 on7xelte: Update dependencies
* frameworks/base/
671c729 Revert "base: Add three-fingers-swipe to screenshot [1/2]"
* lineage-sdk/
9a20d2a sdk: Rebrand to crdroid
8169456 Prevent NPE with current dark overlay
feeee45 LOS theming: worst APIs ever [1/3]
b86e02c sdk: On-The-Go Mode (2/3)
f06c4fd Lineage style interface: fix possible NPE when OMS is not up on start
bd2439f Fix long screen settings for multi user
61f5686 Custom inactivity threshold for network traffic monitor [1/2]
ebce2ea Battery light: 100% charged level (3/3)
4ed7345 Add option to select brightness slider positon [1/3]
bc3cb6f Reduce default kill timeout
fca4117 Add customizable action for back long press button [1/3]
9cd6633 Improve kill process code
f857033 Add device key action to kill app [1/3]
2661c74 crdroid: Do better for version pref
287ab3b lineage-sdk: Prevent NPE in style interface service
2f0db4a sdk: add systemui restart to advanced reboot [2/2]
113b35d lineage-sdk: Enable advanced reboot by default
ed6408f Disable by livedisplay by default
72eb435 sdk: Map to ro.modversion
04ff09f Allow value 3 for status bar quick pull down
f7bc969 Automatic translation import
* packages/apps/Settings/
208865b Merge 'lineage-15.1' into 8.1
210ee43 Automatic translation import
* packages/apps/crDroidSettings/
1e61bc9 crdroid: Separate animation settings
111c3fc Remove three finger screenshot toggle
* system/core/
c9ef4c9 Merge 'lineage-15.1' into 8.1
====================
07-22-2018
====================
* device/samsung/exynos7870-common/
eb50571 exynos7870-common: Disable freeform Window management * It is only for TABs
26329e5 exynos7870-common: Move common vendors to device specific tree
* frameworks/base/
0151c82 Add CarbonGestures [1/2]
b6ea37f Themes: fix vpn status dialog
* packages/apps/crDroidHome3/
c6c8ed2 Updated translations
* packages/apps/crDroidSettings/
4ff84bc Updated translations
e52311d Kill 1 min update interval for OTA check
268fb0d Add CarbonGestures [2/2]
====================
07-21-2018
====================
* device/samsung/exynos7870-common/
218997b Revert "exynos7870-common: Update SOUND_PLAYBACK_DEVICE to 5"
* packages/fonts/crDroidFonts/
67c6ec9 Add 55 new fonts!
* system/core/
5f0c963 bsdgrep: for -r, use the working directory if none specified
====================
07-20-2018
====================
* build/make/
55f630b build: Never set persist.sys.usb.config=none in recovery
* frameworks/base/
009afa4 fixed spanish translations
* lineage-sdk/
5e5f905 [2/2] Add vendor security patch level to device info
* packages/apps/Settings/
c7b0d1d [1/2] Add vendor security patch level to device info
* packages/apps/crDroidHome3/
f6c9789 Updated translations
* packages/apps/crDroidSettings/
219d5c1 Updated translations
d1c2021 Add Oxygen accent [3/3]
51ee29d Updated translations
* packages/overlays/accents/
b0dff44 Add Oxygen accent [1/3]
* packages/overlays/black/
fb1647f Revert "Add background color to black style"
* vendor/lineage/
db0d8d9 Add Oxygen accent [2/3]
88557f9 privapp-permissions: Add new Dialer permissions
* vendor/samsung/
536614f j7y17lte: drm: fix L1 DRM
====================
07-19-2018
====================
* frameworks/base/
8a595f8 Updated translations
* packages/apps/UnifiedEmail/
4ab14c1 Don't re-show search bar on query click.
* packages/apps/crDroidHome3/
1312a25 Updated translations
* packages/apps/crDroidSettings/
e53a00a Updated translations
====================
07-18-2018
====================
* packages/apps/Dialer/
b9d2a3a Re-add call recording.
* vendor/samsung/
d8b7228 j7y17lte: audio: fix TFA
====================
07-17-2018
====================
* hardware/lineage/telephony/
24f40ad telephony: Actually pull in telephony-ext into final build
* packages/apps/Recorder/
07eb6ad Recorder: Use native functions to get H264 info
* vendor/samsung/
2e32451 derped
e943789 j7y17lte:add back libsensorservice
====================
07-16-2018
====================
* android/
c9aef3f manifest: Track su
* device/lineage/sepolicy/
c654ac3 sepolicy: recovery: Allow (re)mounting system
* device/samsung/exynos7870-common/
50d4e75 exynos7870-common: Lable some selinux files
* frameworks/base/
44cddb5 Updated translations
d5e42ad Updated translations
* hardware/lineage/telephony/
0f1392f Cleanup usage of static
27c445e Return proper value for isDsdaEnabled
* lineage-sdk/
c670140 ProfileManager: Make PROFILE_SELECTED broadcast explicit
* packages/apps/DeskClock/
7dd815f Automatic translation import
* packages/apps/Snap/
32b5202 Automatic translation import
* packages/apps/crDroidHome3/
2d36755 Updated translations
* packages/apps/crDroidSettings/
9cab434 Updated translations
74c2627 Updated translations
* system/extras/su/
90afa4f Bad, lineage... bad boy
* system/sepolicy/
b458640 Merge 'lineage-15.1' into 8.1
* vendor/lineage/
8ed10cf addonsu: Fix installation on TWRP A/B
e700c97 apns: sprint: Default to legacy n.*, allow x.* as an alternative
====================
07-10-2018
====================
* device/samsung/exynos7870-common/
950f239 Revert "exynos7870-common: Enable quota feature for userdata partition." [DouglasGomes123]
9bfe174 Revert "exynos7870-common: Add encryptable=footer flag in fstab" [DouglasGomes123]
* frameworks/base/
d2e7ca2 Updated translations [Gabriel Lup]
* packages/apps/crDroidSettings/
a55278e Updated translations [Gabriel Lup]
====================
07-09-2018
====================
* build/make/
ba21672 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
021fa44 build: recovery: add vendor to exclusion list [Danny Baumann]
* device/samsung/exynos7870-common/
ea914bd overlays: Disable freeform Window management as it is only for TABs [GitHub]
* system/security/
169fff0 key_store:Using euid instead of uid when upgrade wifi blobs [Michael Bestas]
* vendor/lineage/
32e4b64 envsetup: Filter unique push paths in dopush [Pranav Vashi]
05c5809 envsetup: Fix adb recovery state detections [Pranav Vashi]
4d51134 extract_utils: make get_file() able to search paths with and w/o /system prefix [Pranav Vashi]
8e40dca extract_utils: extract(): fix src not being searched in "src:dst;args" spec [Pranav Vashi]
dbb910b extract_utils: extract(): rename DEST variable to VENDOR_REPO_FILE [Pranav Vashi]
8f763dd extract_utils: extract(): rename ARGS variable to SPEC_ARGS [Pranav Vashi]
b3bb9db extract_utils: extract(): rename FILE variable to SPEC_SRC_FILE [Pranav Vashi]
ba73511 extract_utils: extract(): rename FROM variable to SPEC_DST_FILE [Pranav Vashi]
599281f extract_utils: create src_file() function to mirror behavior of target_file() [Pranav Vashi]
2fb31e5 extract_utils: prefix_match(): do not strip target_args from its output [Pranav Vashi]
94edfad extract_utils: target_file() and target_args() cleanup [Pranav Vashi]
d6f0563 Revert "extract_files: Add support for paths without system/" [Pranav Vashi]
34d88c0 Revert "extract_utils: Fix makefile generation issues" [Pranav Vashi]
====================
07-08-2018
====================
* android/
97c94c4 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* bionic/
fa7d4e7 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
2f9de06 Revert "solved infinite loop problem in J7 prime" [Pranav Vashi]
* build/make/
6e85f11 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* build/soong/
8e5cef5 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* device/lineage/sepolicy/
12ff102 Make fuseblk use vfat context [Pranav Vashi]
40902ff Revert "sepolicy: qcom: Allow nfc to read and execute files in /vendor on full treble" [Pranav Vashi]
5dff5b0 Add sepolicy for edge gesture service [Pranav Vashi]
* external/sqlite/
13294ce Revert "sqlite: Build using ThinLTO" [Pranav Vashi]
* frameworks/av/
745f59c Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* frameworks/base/
2d056d3 Updated translations [Gabriel Lup]
735ed01 Add edge gesture (1/2) [Pranav Vashi]
de576de Don't try to show crash dialog for dead app [Pranav Vashi]
ebc7990 Fix socket leaks in various android.net.Network methods [Pranav Vashi]
471d14e Fix IllegalStateException issues in Setttings [Pranav Vashi]
0657fc5 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
d40d353 base: Modified that logs do not include URLs [Pranav Vashi]
2ebcf45 bgdexopt: Let PM handler run between optimizations [Pranav Vashi]
f247417 BgDexopt: Reschedule job on timeout [Pranav Vashi]
456283a Run BackgroundDexOptService with background prio [Pranav Vashi]
99688eb Fix MtpDatabase multithreading NullPointerException [Pranav Vashi]
b75b0bb Convert between MtpObject and MediaProvider path [Pranav Vashi]
3b2e54d CPUInfoService: Add config for temperature sysfs path [Pranav Vashi]
0532a2c Fix the NUllPointException for SystemUI crash [Pranav Vashi]
b99e3b4 DozeUI: Remove unusual static method call [Pranav Vashi]
035a3c1 NetworkStats: Fix forced floating-point math performance [Pranav Vashi]
bf8ff1d Ensure re-post with setOnlyAlertOnce(true) silences sound [Pranav Vashi]
f83fde1 Fix foreground process killed when it uses content provider [Pranav Vashi]
4d2f5f21 DeathRecipient object leak in context of system server [Pranav Vashi]
56fdf87 pms: Skip from copying preopts if device is undecrypted [Pranav Vashi]
* frameworks/native/
897071b libbinder: case in 'waiting for service' log [Pranav Vashi]
99f7986 libbinder: auto-choose between binder/vndbinder [Pranav Vashi]
6665af1 libbinder: Remove thread shutdown logic [Pranav Vashi]
fa156a6 binder: remove unnecessary err check [Pranav Vashi]
cf0f04c libbinder: remove unnecessary check [Pranav Vashi]
6cd7330 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
0791974 Merge tag 'android-8.1.0_r36' into HEAD [Luca Stefani]
* frameworks/opt/telephony/
f45ec5c Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* hardware/qcom/power/
2d1ce22 power-845: Fix compilation errors [Bruno Martins]
9e76194 Fix interaction boost higher cpu freq perflock [Bruno Martins]
b06e15f power: Adding hints for SDM845 [Bruno Martins]
* packages/apps/Settings/
76f0bcf Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* packages/apps/crDroidHome3/
019372a Updated translations [Gabriel Lup]
* packages/apps/crDroidSettings/
6db0d00 Updated translations [Gabriel Lup]
67d714d Add edge gesture (2/2) [Pranav Vashi]
* packages/services/Telephony/
2324e15 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* system/core/
36459b1 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
====================
07-07-2018
====================
* android/
ef2f529 manifest: android-8.1.0_r30 -> android-8.1.0_r36 [Luca Stefani]
* art/
f9dbcf7 art: extend the supported cpu_variant list for arm64 [Pranav Vashi]
* build/make/
35ffd20 Merge tag 'android-8.1.0_r36' into staging/lineage-15.1-android-8.1.0_r36 [Luca Stefani]
* crdroid/build/
fb249c1 upload v4.0.2 deprecated buildCR fixed building caused by locale setting [Lup Gabriel]
* frameworks/av/
0e42352 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
cdbf4e1 Merge tag 'android-8.1.0_r36' into staging/lineage-15.1-android-8.1.0_r36 [Luca Stefani]
* frameworks/base/
c59fc86 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
4489d3a Merge tag 'android-8.1.0_r36' into staging/lineage-15.1-android-8.1.0_r36 [Luca Stefani]
* hardware/interfaces/
813c5f1 Merge tag 'android-8.1.0_r36' into staging/lineage-15.1-android-8.1.0_r36 [Luca Stefani]
* hardware/qcom/display-caf/msm8998/
9fa8467 gralloc: Add missing BT601_6_625 handing [Michael Bestas]
20bd3e8 gralloc1: Add support for secure display. [Michael Bestas]
6c718aa liblight: Use char array instead of char pointer array for file name [Michael Bestas]
* hardware/samsung/
5b7b435 KW fixes [DarkLord1731]
0767fae apq8084-common: libril: Build non-inlined android_atomic methods [DarkLord1731]
bc53232 libril: Remove useless mqanelements * It is useless to stay in this function [DarkLord1731]
0099e1e Store the system time when NITZ is received. [DarkLord1731]
* lineage-sdk/
13a56d6 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
c8a06b9 sdk: Trust: better warnings management [Joey Rizzoli]
* packages/apps/Bluetooth/
0a28dac Merge tag 'android-8.1.0_r36' into staging/lineage-15.1-android-8.1.0_r36 [Luca Stefani]
* packages/apps/LineageParts/
b0aa42e Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* packages/apps/crDroidSettings/
7c04402 Fling: allow to reset options and save/restore actions profile [firebird11]
5c6e639 Updated translations [Gabriel Lup]
* packages/services/Telephony/
b617e90 Merge tag 'android-8.1.0_r36' into staging/lineage-15.1-android-8.1.0_r36 [Luca Stefani]
* system/bt/
9ed246c Merge tag 'android-8.1.0_r36' into staging/lineage-15.1-android-8.1.0_r36 [Luca Stefani]
* system/libhidl/
c5df720 Merge tag 'android-8.1.0_r36' into staging/lineage-15.1-android-8.1.0_r36 [Luca Stefani]
====================
07-06-2018
====================
* android/
f4bafc1 manifest: Switch to our fork of art [Bruno Martins]
bd69bf3 lineage: Add sdm845 platform *s [Bruno Martins]
* hardware/qcom/audio-caf/sdm845/
8c36c2a audio: Use direct * pathmap [Bruno Martins]
* hardware/qcom/display-caf/sdm845/
d84e910 libdisplayconfig: Remove android.hidl.base [Bruno Martins]
40e1f9e Don't build lights module if vendor supplies it [Bruno Martins]
af5514f display: Use * pathmap [Bruno Martins]
* hardware/qcom/media-caf/sdm845/
48ace00 media: libOmxSw encoders require prop headers :( [Bruno Martins]
bf3b85e media: Use * pathmap [Bruno Martins]
====================
07-05-2018
====================
* bionic/
8325732 libc: kryo300 specific memory routine [Bruno Martins]
* build/soong/
97bb6d9 soong: Add kryo300 cpu variant to build/song [Bruno Martins]
* frameworks/base/
3d05bc1 Updated translations [Gabriel Lup]
* packages/apps/crDroidSettings/
3da3ae8 Updated translations [Gabriel Lup]
====================
07-04-2018
====================
====================
07-04-2018
====================
* frameworks/base/
55e0d43 Updated translations [Gabriel Lup]
* packages/apps/crDroidSettings/
9e79da6 Updated translations [Gabriel Lup]
====================
07-03-2018
====================
* build/make/
b07dabc Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
0e247f2 Add support for ZSH arrays [Luca Stefani]
* device/qcom/sepolicy/
ccbad05 Allow binderized keymaster HAL access to firmware files. [Danny Baumann]
* device/samsung/exynos7870-common/
f0ae827 exynos7870-common: Add SensorHub support on ueventd [GitHub]
* frameworks/base/
a88b5a3 fw_base: On-The-Go Mode (1/3) [Pranav Vashi]
9a3723d Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* lineage-sdk/
5f0d14b sdk: On-The-Go Mode (2/3) [Pranav Vashi]
4e22503 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
5596210 Regen lineage_current [Luca Stefani]
* packages/apps/crDroidSettings/
5c74cc4 On-The-Go Mode (3/3) [Pranav Vashi]
====================
07-02-2018
====================
* external/vim/
cd2a2df Remove xxd Android.mk [Luca Stefani]
* frameworks/base/
7e49e42 Make lockscreen text clock and date friends again [Pranav Vashi]
d32ac39 SystemUI: require auth for adb wireless [Joey Rizzoli]
====================
07-01-2018
====================
* device/samsung/exynos7870-common/
7be8eb4 exynos7870-common: Add encryptable=footer flag in fstab [McFy49]
3275ec4 exynos7870-common: Enable quota feature for userdata partition. [McFy49]
* frameworks/base/
caca294 Don't spoil printservice log if not needed [Pranav Vashi]
cb8382e Disable warning in StaticLayout [Pranav Vashi]
ab681dd Fix screenshot not saved when appending appname with some languages [Pranav Vashi]
34d6e4e Fix CustomTile NPE in handleRefreshState [Pranav Vashi]
5b82e46 Add a ripple effect to the power menu items [Pranav Vashi]
15e5a02 Remove unused calling for better performance [Pranav Vashi]
62b908c core: Fix long overflow issue in NetworkStats [Pranav Vashi]
ebc723e MtpDatabase: Fix potential NULL dereference errors [Pranav Vashi]
1f936dd Fix problems caused by multithreading in VibratorService [Pranav Vashi]
2df748d SystemUI: Wallpaper is black or cut in half vertically [Pranav Vashi]
2075b57 Speed up the speed of computer MTP query [Pranav Vashi]
c16369a Return null if a provider died before acquisition [Pranav Vashi]
3e3c90b SystemUI: Fix Data Usage tile to match Settings [Pranav Vashi]
bd38a68 Adjust the clock margin with using AOD/Doze [Pranav Vashi]
3141d8f Updated translations [Gabriel Lup]
5e9000e Fix default clock derp on lockscreen [Pranav Vashi]
* hardware/qcom/audio-caf/msm8996/
3248c64 Merge tag 'LA.UM.6.6.r1-08900-89xx.0' of https://source.codeaurora.org/quic/la/platform/hardware/qcom/audio into lineage-15.1-caf-8996 [Michael Bestas]
* hardware/qcom/media-caf/msm8916/
844c3d4 Merge tag 'LA.BR.1.2.9.1-02310-8x16.0' into lineage-15.1-caf-8916 [Michael Bestas]
* hardware/ril-caf/
e61bb9a Merge 'lineage-15.1-caf' into 8.1-caf [Pranav Vashi]
* packages/apps/crDroidSettings/
fc0a75c Add missing lockscreen date style value [Pranav Vashi]
e9effce doze: use ExecutorService for listener registration [Pranav Vashi]
0bcc82a Updated translations [Gabriel Lup]
====================
06-30-2018
====================
* development/
71d8790 Grant dev tools system permission to trigger media-scan service [LuK1337]
* device/samsung/exynos7870-common/
7372575 exynos7870-common: Do not enable HWC virtual displays * this caused surface flinger to die as hwc was calling for virtual display * removing this prop fix screen recording [McFy49]
67e9b90 exynos7870: Turn off touch inputs when display is turned off/sleeping during calls [McFy49]
5d49f1a exynos7870-common: address bluetooth denials [McFy49]
128c235 exynos7870-common: Use Widevine DRM lib from Pixel 2 [McFy49]
9c5a607 exynos7870-common: Update usb configs [McFy49]
2f20f8a exynos7870-common: Remove lineage dependencies from XiaomiDoze [McFy49]
a76c075 exynos7870-common: Squashed import of doze from msm8996-common [McFy49]
4c7c36a overlay: aod: slight beta changes [McFy49]
bb1dae9 exynos7870-common: README.md update some details [McFy49]
c967f4f Eynos7870-common:Build Native Live Display Hal [McFy49]
2c709ef exynos7870-common: Stop to force autorotation on lockscreen for all devices [McFy49]
c6f81f6 exynos7870-common: Decommonize mono mic on audio_hal [McFy49]
21500c8 exynos7870-common: hidl : decommonise [email protected] [McFy49]
3a05d4a exynos7870-common: decommonise wifi dual band support [McFy49]
c2c771d exynos7870-common: Fix breaked file_contexts [McFy49]
805910c exynos7870-common: Add missing gnss-base header [McFy49]
dba9439 exynos7870-common: Update GPS header for Oreo [McFy49]
5207e62 exynos7870-common: Add mystery Samsung field to GpsSvInfo [McFy49]
1d72b13 exynos7870-common: Import GPS header [McFy49]
053cca0 exynos7870-common: Remove ro.bt.bdaddr_path from system.prop We overwrite this in target.rc [McFy49]
c078350 exynos7870-common: Don't build libhwc2on1adapter [McFy49]
6e49675 exynos7870-common: Fix and bring sswap to common tree [McFy49]
d30d814 exynos7870-common: Use vulkan level 1 API [McFy49]
e3bd531 exynos7870-common: Don't binderise Bluetooth [McFy49]
903073b exynos7870-common: Disable bluetooth BLE peripheral mode [McFy49]
* frameworks/base/
1951f38 Make Recents "Free Ram" text translatable [Pranav Vashi]
* hardware/samsung/
14698dc libril: Cleanup mqanelements additions [DarkLord1731]
ef88104 Revert "ril: Add support for imsType parcel member" [DarkLord1731]
cdbbf40 libril: Use libril way of freeing strings for nitz hack [DarkLord1731]
6e391a0 libril: Fix freeing of strings for roaming protocol flag [DarkLord1731]
66fa108 libril: Remove dead flag [DarkLord1731]
* packages/apps/crDroidSettings/
5b65579 Fix missing buttons from brightness preference [Pranav Vashi]
17a8acb Updated translations [Gabriel Lup]
* vendor/samsung/
cd712a3 j7velte: DRM [lzzy12]
0bfb252 j7velte: Build OSS libbt-vendor [lzzy12]
====================
06-29-2018
====================
* build/make/
95c3928 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* frameworks/base/
9fc9962 Introduce lockscreen clock/date styles [1/2] [Pranav Vashi]
7907509 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
e525faf Keyguard: Remove carrier text for disabled SIMs [Bruno Martins]
2db5a33 SignalClusterView: Hide signal icons for disabled SIMs [Bruno Martins]
* hardware/qcom/display-caf/msm8996/
1ca6547 gralloc1: Add support for secure display. [Michael Bestas]
984ae72 liblight: Use char array instead of char pointer array for file name [Michael Bestas]
* hardware/samsung/
e4f35cb fingerprint: refactor implementation of custom cancel-message [DarkLord1731]
* lineage-sdk/
2948ede Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
fcf9ab5 lineage-sdk: Introduce TelephonyExtUtils [Bruno Martins]
* packages/apps/LineageParts/
255c0d3 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* packages/apps/Settings/
82de556 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
0afbc65 SimSettings: Use TelephonyExtUtils helper methods [Bruno Martins]
* packages/apps/crDroidSettings/
9cff55c Introduce lockscreen clock/date styles [2/2] [Pranav Vashi]
* vendor/lineage/
5e23865 Add Iliad APN [Pranav Vashi]
febadcd apns: Add missing sprint roaming APN and set bearer_bitmasks [Pranav Vashi]
b897ff4 bfqio: Fix warning when building with BOARD_VNDK_VERSION := current [Pranav Vashi]
6e7a753 apns: Adjust Sprint LTE internet to allow tether [Pranav Vashi]
====================
06-28-2018
====================
* build/make/
cd9e2fc build: Allow building disabled vbmeta images in signing process [Nolen Johnson]
* hardware/samsung/
a61d0e9 audio: Add flag to opt in/out amplifier support * We don't need this on devices without an amplifier * This also silences logs like 'audio_hw_primary: Amplifier initialization failed' on devices without an amplifier [DarkLord1731]
====================
06-27-2018
====================
* external/toybox/
4841a34 toybox: Add install to symlinks [Tom Marshall]
* frameworks/base/
8a3e140 SystemUI: Resolve status bar battery percentage tints [Adrian DC]
fea1047 Updated translations [Gabriel Lup]
* hardware/qcom/audio-caf/msm8998/
2957f2e hal: Fix VNDK_VERSION=current build for a2dp extension [LuK1337]
d9c1cb8 hal: Fix VNDK_VERSION=current build for msm8916 [LuK1337]
* hardware/ril-caf/
7fd9ea4 Make RIL command headers overlayable by devices. [Paul Keith]
c8b03a3 libril: Bounds check s_commands [Paul Keith]
* lineage-sdk/
e5150f7 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* packages/apps/crDroidSettings/
d9d7c70 Updated translations [Gabriel Lup]
* vendor/nxp/opensource/external/libnfc-nci/
ae86e8d Build nfc_nci.nqx.default with BOARD_VNDK_VERSION [Łukasz Patron]
801109e Revert "Fix description path for libnqp61-jcop-kit and move to vendor" [LuK1337]
* vendor/nxp/opensource/packages/apps/Nfc/
9625348 Revert "Look for libnqp61-jcop-kit.so in the vendor" [LuK1337]
====================
06-26-2018
====================
* frameworks/base/
54096b8 SystemUI: Resolve status bar VPN icon tints [Adrian DC]
* lineage-sdk/
6fb5076 NetworkTraffic: Resolve status bar indicators tints [Adrian DC]
fa05f27 Trust: warn if build is signed with insecure keys [Bruno Martins]
====================
06-25-2018
====================
* frameworks/base/
d07581d Updated translations [Gabriel Lup]
* hardware/samsung/
a7f7fc3 Revert "libril: Force static radio capability" [DarkLord1731]
91c95f9 audio: Re-worked sound pre- and post-processing [DarkLord1731]
ab314cf Revert "audio: Flag amplifier code" [DarkLord1731]
67ccc28 Revert "audio: Fix incall device switch handling" [DarkLord1731]
71ee44e Audio: get_input_snd_device - use all bt sco devices for voice calls. [DarkLord1731]
354a176 Audio: remove separated bt_sco playback profile [DarkLord1731]
217c913 Audio: check and route usecases [DarkLord1731]
d5ec546 Audio: HAL should handle other streams (when call active) [DarkLord1731]
39aa2f4 Audio: remove out stream resampler. [DarkLord1731]
* packages/apps/Snap/
1dccab4 Snap: turn developer category title into a translatable string [Michael Bestas]
* packages/apps/crDroidSettings/
6fc7b1e Updated translations [Gabriel Lup]
79c7157 Re-enable snooze notification settings [Pranav Vashi]
====================
06-23-2018
====================
* device/lineage/sepolicy/
a0fe0e9 sepolicy: add rules for updater and update_engine [Pranav Vashi]
fb803fe common: add update_engine policies [Pranav Vashi]
124f2ce sepolicy: Label aw2013 HIDL light HAL [Pranav Vashi]
* device/qcom/sepolicy/
bb0743b sepolicy: Allow perf HAL to set freq props [Bruno Martins]
* system/sepolicy/
41776de Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* vendor/lineage/
c4cf539 addonsu: Fix package for modern devices [Pranav Vashi]
4da30a5 backuptool: introduce addon.d script versioning [Pranav Vashi]
1234a29 vendor: add custom backuptools and postinstall script for A/B OTAs [Pranav Vashi]
3c78501 apns-conf: Remove obsolete APNs for PT carriers [Pranav Vashi]
====================
06-22-2018
====================
* bionic/
a558aac Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
ed4c3a6 bionic: Sort and cache hosts file data for fast lookup [Michael Bestas]
* bootable/recovery/
ac258a4 update_verifier: skip verity to determine successful on lineage builds [Rashed Abdel-Tawab]
97d1ae9 Add runtime checks for A/B vs traditional updates [Christopher H.]
bc57208 recovery: Scale logo image if necessary [Tom Marshall]
45e8b03 recovery: minui: Implement image scaling [Tom Marshall]
118d848 recovery: Allow bypassing signature verification on non-release builds [Tom Marshall]
e895ce4 recovery: Allow detecting user/release build at compile time [Tom Marshall]
cd840c4 recovery: Rework sideload threading code for flexibility [Tom Marshall]
* frameworks/base/
0798212 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
3a5d5c2 Updated translations [Gabriel Lup]
* hardware/lineage/interfaces/
1951e03 lineage/interfaces: Add aw2013 lights HIDL HAL implementation [Michael Bestas]
* hardware/qcom/audio-caf/msm8974/
e43a121 visualizer: Build with BOARD_VNDK_VERSION [Michael Bestas]
3c29a7e voice_processing: Build with BOARD_VNDK_VERSION [Michael Bestas]
9ee58e7 post_proc: Build with BOARD_VNDK_VERSION [Michael Bestas]
ded474f mm-audio: Build with BOARD_VNDK_VERSION [Michael Bestas]
4325e02 hal: Build with BOARD_VNDK_VERSION [Michael Bestas]
* hardware/qcom/media-caf/msm8974/
7d2d0cb Build libstagefrighthw with BOARD_VNDK_VERSION [Michael Bestas]
* packages/apps/crDroidHome3/
94dd0b6 Updated translations [Gabriel Lup]
* packages/apps/crDroidSettings/
2028add Updated translations [Gabriel Lup]
* system/core/
94da709 healthd: Add multi-color charger text swag [Pranav Vashi]
77e1e0a healthd: Use N-style percent display for off-mode charger [Pranav Vashi]
* system/sepolicy/
6838c2f sepolicy: allow update_engine to bypass neverallows for backuptool [Rashed Abdel-Tawab]
* vendor/lineage/
a832ba7 Merge pull request #33 from crdroidandroid/changelog-improvements [GitHub]
====================
06-21-2018
====================
* bootable/recovery/
896f9d3 recovery: Allow device specific backlight path [Tom Marshall]
ebb529c recovery: Add statusbar margin for panels with rounded corners [Tom Marshall]
* hardware/qcom/audio-caf/msm8916/
8747be1 Merge remote-tracking branch 'caf/LA.BR.1.2.9.1_rb1.5' into lineage-15.1-caf-8916 [Michael Bestas]
* hardware/qcom/display-caf/msm8916/
e7f8039 Merge remote-tracking branch 'caf/LA.BR.1.2.9.1_rb1.5' into lineage-15.1-caf-8916 [Michael Bestas]
* hardware/qcom/media-caf/msm8916/
55e0ac7 Merge remote-tracking branch 'caf/LA.BR.1.2.9.1_rb1.5' into lineage-15.1-caf-8916 [Michael Bestas]
====================
06-20-2018
====================
* bootable/recovery/
85b7010 recovery: Do not show emulated when data is encrypted [Tom Marshall]
* frameworks/base/
c5773c2 Automatic translation import [Michael Bestas]
* hardware/qcom/fm/
4a8b046 Automatic translation import [Michael Bestas]
* packages/apps/AudioFX/
ee86521 Automatic translation import [Michael Bestas]
* packages/apps/DeskClock/
1df04d3 Automatic translation import [Michael Bestas]
* packages/apps/Dialer/
4e84196 Automatic translation import [Michael Bestas]
* packages/apps/Gallery2/
ed26917 Automatic translation import [Michael Bestas]
* packages/apps/Jelly/
f96f9a5 Automatic translation import [Michael Bestas]
* packages/apps/LineageParts/
be658f6 Move up toggle for disabling security alerts [Pranav Vashi]
7769bf3 Rework privacy guard icons [Pranav Vashi]
cc56a4b Add icon for trust notifications switch [Pranav Vashi]
* packages/apps/LockClock/
2af5fd2 Automatic translation import [Michael Bestas]
* packages/apps/Recorder/
8dce1e9 Automatic translation import [Michael Bestas]
* packages/apps/Snap/
f37c0a7 Automatic translation import [Michael Bestas]
* packages/apps/crDroidHome3/
e744d50 IconCache: fix nullpointer exceptions [Pranav Vashi]
====================
06-18-2018
====================
* android/
75a7f33 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* device/qcom/sepolicy/
7cef5c0 legacy: allow gnss to create dir for xtra data [Michael Bestas]
a0ec9dc legacy: Add rules for init.qcom.bt.sh [Michael Bestas]
* frameworks/base/
bd50644 Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
9db33d2 Revert "frameworks: base: Port password retention feature" [Pranav Vashi]
* hardware/lineage/interfaces/
2b941ed livedisplay: Fix uninitialized default PA [dianlujitao]
* lineage-sdk/
fe63e6c Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
* packages/apps/Contacts/
8b9aeff Revert "Automatically set SIM number to my profile" [Bruno Martins]
* packages/apps/LineageParts/
b8f7acd Merge 'lineage-15.1' into 8.1 [Pranav Vashi]
====================
06-17-2018
====================
* android/
d4b5615 manifest: don't clone android_vendor_crDroidOTA [Lup Gabriel]
* frameworks/base/
759d683 SystemUI: disable wallpaper-based tint for scrim [Joey]
52017a5 frameworks: base: Port password retention feature [Łukasz Patron]
* lineage-sdk/
c24f696 TrustInterface: Handle unsupported encryption state [Adrian DC]
====================
06-16-2018
====================
* bootable/recovery/
7a92646 recovery: Add resize2fs [Rashed Abdel-Tawab]
* frameworks/base/
051962e SlimRecents: add fingerprint scanner gestures [2/2] [Pranav Vashi]
9234573 SlimRec. media info: fallback to notification text if no metadata available [2/2] [Pranav Vashi]
f0fa4e3 Cleanup SlimRecents media info/colors code [2/2] [Pranav Vashi]
9d3d57f Stop ticker on theme changes [Pranav Vashi]
5408380 Fix some refresh issues when changing an overlay [Pranav Vashi]
d32ae61 Slimrecents media artwork/card color: don't skip navbar blacklisted apps [Pranav Vashi]
096caa8 Slim recents albumart: fix possible NPE for getOriginalLargeIcon().loadDrawable() [Pranav Vashi]
ccabdd6 Slim Recents: albumart as player card icon when playing a song [2/2] [Pranav Vashi]
badda53 SlimRecents: if a song is playing, set track info as card title and use albumart [Pranav Vashi]
eb0795a Stock Recents icon pack code fixes [Pranav Vashi]
* packages/apps/LineageParts/
79de3b1 Align trust onboarding welcome change [Joey Rizzoli]
bc45a13 LineageParts: Complete and correct SMS limits port [Joey]
* packages/apps/SlimRecents/
314a15b Improve compatibility with LMT and other apps that don't preload recents [Pranav Vashi]
ae1f33d SlimRecents: append next alarm status to Clock title if available [Pranav Vashi]
ff2b92d Fix FC on swipe gesture when no recent apps [Pranav Vashi]
f35e029 SlimRecents: add fingerprint scanner gestures [1/2] [Pranav Vashi]
92ae309 SlimRec. media info: fallback to notification text if no metadata available [1/2] [Pranav Vashi]
973461f Cleanup SlimRecents media info/colors code [1/2] [Pranav Vashi]
9dfded9 Cleanup: use existing DUtils UserContentObserver [Pranav Vashi]
f67edee Ensure SlimRecents respects RTL [1/2] [Pranav Vashi]
041c764 Spring cleanup: don't create unused thumbnails cache [Pranav Vashi]
d786f27 Show current playing task after favorites but before other ones [Pranav Vashi]
231f485 Track info: show duration before artist and title [Pranav Vashi]
2862aff Slim Recents: albumart as player card icon when playing a song [1/2] [Pranav Vashi]
c3e1624 More panel toggling code cleanup [Pranav Vashi]
737931d If a song is playing, set track info as card title and use albumart color as card color if automatic color is set for cards [1/2] [Pranav Vashi]
* packages/apps/crDroidSettings/
9fc0a61 Ensure SlimRecents respects RTL [2/2] [Pranav Vashi]
====================
06-15-2018
====================
* android/
a43b7b8 manifest: Remove external/libvorbis [Sam Mortimer]
* external/chromium-webview/
acfecb2 Update x86/x86_64 webviews Chromium 67.0.3396.87 [Luca Stefani]
* frameworks/base/
bbde56e SystemUI: Fix status bar bluetooth <50% drawable [LuK1337]
44073c2 KeyguardIndication: Set font style for text view [Pranav Vashi]
* hardware/lineage/interfaces/
995cd62 livedisplay: Use RAII semantics for ColorBackend initialization [Bruno Martins]
35484bb livedisplay: Move initialization of mActiveModeId to constructor [Bruno Martins]
af12c6e livedisplay: Convert controller singletons to regular objects [Bruno Martins]
21c71ae livedisplay: Move Color::check function to implementation [Bruno Martins]
cfd7b99 livedisplay: Don't use a singleton for Color service [Ethan Chen]
d6be15d livedisplay: Fix bogus print [Ethan Chen]
* lineage-sdk/
5a654d6 Lineage style interface: fix possible NPE when OMS is not up on start [Pranav Vashi]
* packages/apps/LineageParts/
e577aa9 Make trust interface less boring [Pranav Vashi]
====================
06-14-2018
====================
* hardware/lineage/interfaces/
8127346 Revert "livedisplay: Don't use singletons for the stack" [dianlujitao]
* packages/apps/Nfc/
45d2faf NFC: Clean duplicated and unknown permissions [ShevT]
====================
06-01-2018
====================
* crdroid/build/
6dada19 upload v3.3 include update checker
deea4e9 uploaded v3.2 added changelog generation query based on https://github.com/crdroidandroid/android_vendor_crdroid/commit/a0854105bf954b98417003405ec8855e5ca474ac
* frameworks/base/
1fbde61 Updated translations
6667611 Bluetooth: Add support to get AG manufacturer information
7db36dc Don't set A2dpsuspend flag to false when a new A2dp sink connects.
b356d30 Bluetooth: Implement API to get device identification information
* packages/apps/crDroidHome3/
cd85f47 Updated translations
* packages/apps/crDroidSettings/
c917705 Revert "crdroid: Re-add pocket judge settings"
cd50feb Updated translations
* vendor/crDroidOTA/
b6654bb angler: Update
901f216 Add lettuce (YU Yuphoria)
c19b00d Update changelog for x2
b7c29b4 Update x2 to v4.3
e1402e0 Update j7xelte - 31/05/2018
5420275 push some new tags <firmware> <modem> <bootloader> <recovery>
0675a72 update rolex 31/05/2018
* vendor/lineage/
a085410 Merge pull request #32 from crdroidandroid/changelog-improvement
14dc78f updated comparator
====================
05-31-2018
====================
* build/make/
60bb55d Revert "build: Add PRODUCT_BOOTANIMATION"
8f3159c build: Nuke cache images
43663b3 envsetup: Remove default targets
6d54acf Drop webview sample browser
ffe2c14 build: get rid of the sparse expand stuff
* device/lineage/sepolicy/
259a3d3 sepolicy: Add selinux policy for pocket bridge
* frameworks/base/
2454ef1 am: Avoid starting partial users in UserController
feaed4d backup: Fix service not registered exception
a888753 Optimize set bitmap actions in RemoteViews
afab9b7 Allow changing signing cert for system apps that use shared users
708e70b Location: Skip processing when reciever pointer is null
4459d24 fix synchronization bug when notification enqueue/cancel
9385e24 services: Do not call finishKeyguardDrawn with PWM's mlock
9285d1f jni: graphics: do not pack relocation table
e950338 core: Fix adb when installing a APK with incompatible abi
6117a6b media: Use correct filename when adding to ringtone
8f09990 Google FRP: save password quality in resetPassword
a833c8b core: Check getSelection length before delete
d2c6764 Don't crash if there is IR HAL is not declared
4725f65 renderthread: relax error handling for wide gamut EGL configs
* frameworks/opt/telephony/
cd07988 RIL: Allow overriding RadioResponse and RadioIndication
* packages/apps/crDroidSettings/
002a602 crdroid: Re-add pocket judge settings
8f609e5 crdroid: Support more tags for OTA download
2721402 crdroid: Update custom seekbar layout
* packages/providers/ContactsProvider/
44ba9b9 CallLogDatabase: Bump the version and try to re-run the version 5 upgrade path
* vendor/addons/
c093e9c addons: Change resolution dynamically
* vendor/crDroidOTA/
2b9fb88 cheeseburger: Update
* vendor/lineage/
35f5046 Isolate custom versions properties for build.prop
c1d4afb apns: Add UPC Mobile
ebc81cb build: Use TOPDIR, not TOP
f0c4b4d clear_vars: Remove Maven leftovers
3ffeffd build: Remove HTTP_PREBUILT
fc760be build: Remove maven make rules
7bbb68d make it variable based
====================
05-30-2018
====================
* packages/apps/crDroidHome3/
4d58039 Updated translations
* packages/apps/crDroidSettings/
f47b9c3 Updated translations
* vendor/crDroidOTA/
809ceb6 Pixel/Pixel XL Update
cfcbd2b mido: update
====================
05-29-2018
====================
* device/samsung/on7xelte/
46ca3e5 on7xelte: Add manifest entry for LiveDisplay HAL
a370833 zero: set correct permissions for /dev/s5p-smem
7afa5f9 on7xelte: Move to stock audio HAL
52e0494 on7xelte: Nuke custom LED colour overlays
0db2afb on7xelte: Enable Always On Display
6e1a3e7 on7xelte: Enable Bluetooth WBS
* frameworks/base/
781a5d4 Update dimensions for OmniStyle
c964980 SystemUI: Make Running Services icon smaller