forked from crdroidandroid/android_vendor_crDroidOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog_h930.txt
954 lines (857 loc) · 41.2 KB
/
changelog_h930.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
====================
08-13-2019
====================
* frameworks/base/
07f9abc SystemUI: Q clock translation: remove unneeded extra quotes
c03c0e3 New Crowdin translations (#291)
826b510 Allow configuring battery percent position [1/2]
* packages/apps/Launcher3/
938aa00 New Crowdin translations (#23)
* packages/apps/crDroidSettings/
a64ac71 New Crowdin translations (#464)
85c54c3 Allow configuring battery percent position [2/2]
====================
08-12-2019
====================
* android/
d91f53e manifest: Track art
e1aae56 manifest: Track noto fonts
* art/
1973940 art: Enable compiler/dalvikvm/dex2oat/runtime -O3
c427d8f art: Switch to performance mode
* bionic/
2ee111d libc: bionic_asm_arm: Set __bionic_asm_align to 16 for arm32
31a4cd5 libc: Increase default pthread stack to 8MiB on 64-bit
f505515 libc: Don't try to re-export libgcc symbols that don't exist in 6.3
491ccbf libc: Use a better pthread_attr junk filling pattern
ed9148c linker: Fix fd leak
193a75d bionic: Enable -O3
* frameworks/base/
6252f00 Correction in logic of roundend size calculation of SD card
52f133bf6 Merge pull request #290 from amanrajOO7/9.0
* frameworks/native/
65c0987 Merge 'lineage-16.0' into 9.0
* packages/apps/crDroidMusic/
486af25 Merge 'master' into 9.0
* packages/apps/crDroidSettings/
bd4eeb3 Merge pull request #465 from amanrajOO7/9.0
* vendor/addons/
94ee33b addons: Update crDroidMusic prebuilt
760c620 Merge pull request #11 from amanrajOO7/9.0
* vendor/lineage/
2c13fb1 vendor: Set google autofill service as default
d3b545d vendor: Add qcom platform type to soongs vars
cd3e71a config: Remove duplicate notification sounds
6c5e440 config: Include charging sounds in notification sounds
====================
08-11-2019
====================
* android/
c040fff Merge 'lineage-16.0' into 9.0
f41bb3a manifest: android-9.0.0_r44 -> android-9.0.0_r46
* bootable/recovery/
2a99d0c recovery: calibrate touchscreen
* build/make/
5b67775 Merge 'lineage-16.0' into 9.0
* device/lineage/sepolicy/
da2f695 recovery: Guard neverallowed policy for system_file with userdebug/eng
* frameworks/av/
0f569b7 Merge 'lineage-16.0' into 9.0
* frameworks/base/
4ae8c34 Add more Switch Styles [1/3]
032af7a New Crowdin translations (#289)
ce7df23 Update Crowdin configuration file
553ff60 Fix type header clock strings for Q Clock
995655d GamingMode: Clean up for dynamic mode
c8f18b8 Add familiar brand color accents [1/3]
1e2612d Q Style Clock: Make it fully translatable
7d8a46e TypographicClock: Color extractor updates
8b9f18b DUI: Turn on Tri-state ringer toggle [1/2]
a14044e DUI: Add media controls to bindable actions [1/2]
499eee8 GamingMode: Fix unnecessary unloading of gaming mode
a1f5491 GamingMode / Less Boring Headsup: Rectify alarm app filter
ec21a8a MusicTile: Clean up redundant code
f7e9f7c Aggressive Battery: fix auto enable on battery saver
f26b979 core: Implement Aggressive Battery [1/2]
f5a8987 AppStandbyController: Only check user standby setting
10dd58f Launch music player on headset connect: add BT compatibility [1/2]
1c07414 Launch default music player on headset connect [1/2]
aa98a74 Add missing Chime notification sound on AudioPackage14
06f9d84 frameworks/base: Avoid recording negative data
595dd2a add VSYNC scheduled flag and avoid two doFrame calls in one period
eee1ae7 FrameworkBase: Fix NullPointerException of AMS
0e69fab Use the boot class loader as parent of system server loader
48bec64 Remove uses of libcore.io DropBox and EventLogger
266bf51 Move DexLoadReporter setup before AppComponentFactory calls
b861972 Fix NullPointerException in ConnectivityService
13aeb56 Optimize the font cache size according to display resolution
7d08a91 Fix handlelr thread block while switching bluetooth
ed72fa7 Less boring heads up option [1/2]
2b65c9d base: Add OOS QS style [1/3]
1c8fd8a Option to Display Data Disabled Indicator Icon [1/2]
49cf51c telephony: Fixed crash in data service
4257bce Whitelist font manager
77b75f6 Add separate Q animations
a88ac36 Prevent 3rd party app from turning on speaker during the system call
4b1e453 Change the icon for the captive portal login app.
17240b1 Stable seek bar positioning
9380d4d Add Ethans animations
2d479fb Bring back music ticker
2957b25 Make statusbar ticker play nice with center clock
ec1281a Statusbar notification ticker [1/2]
963d2cd GamingMode: Headsup disabled by default
93d0c5b Show doze settings instead display settings for ambient display tile long click
a68c7bc Disable long click for SoundSearch tile
2b5521f Disable long click for OnTheGo tile
ebfe9df Disable long click for Compass tile
a812fdd Fix long click intent for Always On Display tile [1/2]
7fe79ab Disable long click for Caffeine tile
687b66f Disable long click for HW keys tile
d99b1505 Fix long click intent for Smart Pixels tile [1/2]
242fbbf Disable long click for CPU Info tile
c10d1d0 Fix long click intent for expanded desktop settings
82997ea GamingMode: Long press tile to open settings [1/2]
d080ef0 Add Gaming mode tile
f4236f5 Add SystemSetting class analogous to SecureSetting
17ba2a1 GamingMode: Exempt calls and alarms when headsup disabled
a9b4ddd GamingMode: Clean up and refine [1/3]
9cdef5d GamingMode: Initial commit
55ea623 Add Q clock variant with accent color [1/2]
62f4915 Prevent crash in TTS engine due to improper configuration
77a13ed OMS: handle target or overlay package disabled
0df265b OMS: try harder not to update assets if nothing changed
0866a77 SubstratumService: Rewrite installation method for Pie InstallSession API
d62b56d Unbreak public api by hiding substratum interfaces
5b47eb0 Pie OMS: allow non-system overlays from Substratum
d318525 SubstratumService: Refactor & cleanup according to AOSP conventions
add95b8 base: modify/define custom overlay management
4611c7b SubstratumService: unify permissions
43961d2 SubstratumService: allow CHANGE_OVERLAY_PACKAGES permission
4588382 base: Introduce SubstratumService
cf2ac369 OMS: StrictMode and files under /data/system/theme/
2bae905 Hold "volume up" during boot to disable all overlays
617b376 ThemeSafety: Introduce App Crash Intent
b6f8e92 ApplicationsState: add filter for Substratum overlays [2/2]
ee7e9a1 Extras: Add dynamic theme sound effects support
6375eab Extras: Add dynamic theme shutdown and boot animation support
13e7b50 Fix an edge case in KeyguardUpdateMonitor pocket callback
cd44561 Fix merge derp for status bar brightness control settings
9e66920 Recents: Use accent color for membar
8d3fd2f Extend reboot tile to add power off
a02f101 RebootTile: Fix gradient message display for reboot to recovery
7197d34 Add Reboot/Recovery QS Tile
5928d98 Make Recents "Free Ram" text translatable
048e302 Hide VPN icon
6507cdd Recents: Improve membar layout
a5d8db1 Add membar to recents options [1/2]
89a9322 BatteryMetterView: Update correctly only when required
ce0c5c0 PebbleBerry: sync dark mode with AOSP night mode too
10809e6 hwui: Avoid fake high input latency while vsync drifting
284e56a FloatingToolbar must end animation immediately when parent window gone
4cee86d Extend the watchdog timeout of main thread
c7a079b Catch the SQLiteFullException in NotificationUsageStats
d6062fe Add more QS tile themes [2/3]
d10f22a Bring back less notification sounds [1/2]
b1de29e SystemUI: OneHandMode QS tile
2f1f3c0 fwb: [1/2] Implement cutout force full screen
abfd454 SystemUI: Use headline font in various parts
9a01b74 base: Use headline font in notification texts
fe4b957 LocationTile: Rotate location modes and fixes for handleClick
0029af4 Add toggle for charging animation [1/2]
caef001 SystemUI: Animate the keyguard when charging
9d58799 Make Q clock limited to 3 lines
6aacea8 Add Q style to battery icon chooser [1/2]
360835f Let SoftInputWindow handle BadTokenException
ab09459 Q clock: Bring to center completely
ff33440 AmbientIndicationContainer: Fix crash when adding statusbar view
12bbbb7 Bring Q clock to center stage
fdb4e9a Lockscreen Clock Styles: Introduce Q style text clock [1/2]
e8b5770 Lockscreen visualizer: Fix color transitions
e19c90f Improve checks for lockscreen visualizer
ec42203 Fix conflict between pulse auto color and lockscreen wallpaper
65262f4 Revert "DO NOT MERGE: Disable night UI mode in battery saver."
81c01b7 framework: Port IME selector notification toggle (2/2)
8f1f331 KeyguardUpdateMonitor: Fix SystemUI crash with auto face unlock
ec1ee94 fb: add back all keyboard IME features back (1/2)
b8e2b24 base: fix check for keyguard in edge gestures
50215de Lockscreen visualizer: Check for media playing before displaying artwork
8f39e18 Create lockscreen fragment properly
58fe9fb Hide custom affordance icons on ambient display
c9bf96b Ambient music ticker: fix text scrolling on AoD
c4337b8 Ambient music ticker: fix text scrolling glitches
1685b38 Improve ambient play layout on keyguard
1ab1130 Ambient: do not extend pulse notification when not needed
5e858b3 Ambient music: code cleanup and glitch fixes
59989f4 NotificationEntryManager: Fix ClassCastException
579dee6 Ambient music: show on lockscreen only for Google's Now Playing
c9d8a53 Ambient music Now Playing: more improvements
183b629 Ambient Display Music Ticker: Nuke song count info
13376b7 Ambient Music Ticker: make it pixel like
f8f9160 Ambient music / Now playing: show also on lockscreen
c32623d Ambient music NowPlaying: be sure to clean track info when needed
78ce6d9 Ambient music ticker: make it work within Now Playing on Pixel devices
47be64e SystemUI: enhance alarm and calendar links
78c1cfc Force expanded notification: Use Tuner API
709214f Statusbar: Update Tuner API usage
f63abec KeyguardStatusView: Update Tuner API usage
1acde98 base: add Cookie QS style [2/3]
eca5816 Digital clock: Do not use accent color while dozing
f2e42ec Ambient music: Check if isMediaNotification after final inflation
cc04f10 Add custom digital clocks for lockscreen [1/2]
ef5c682 Add custom analog clocks for lockscreen [1/2]
394fbeb Incall vibration options [1/3]
411ebff Allow to suppress notifications sound/vibration if screen is On [1/2]
645335a Improve foreground task kill process
23fc1b5 Support CALLBACK_TYPE_SENSOR_ROUTING
144ef82 NetworkStatsHistory: Prevent IllegalArgumentException
aab66f4 base: Use a system-wide recents corner radius
eb01308 Lockscreen Visualizer: Automatic color based on wallpaper if no album art found
24efff0 Add lockscreen visualizer customization for solid lines [1/2]
b649ef4 Add Lockscreen album art filter [1/2]
5bdc156 ScreenDecorations: Add tunable from thread
de88622 base: notch-city: Add 3 mode display cutout handler [1/3]
4e4b86f ScreenDecorations: Clean up tuner API
d272b58 Use proper context for prevent ringing gesture toast
7104af6 Fixed setting incorrect mode of vibration
7782729 SettingsLib: Allow Skia Vulkan to be used as HW renderer
8e53a36 Add developer setting to set the default GPU renderer.
a3578b2 Lockscreen Visualizer: Add pulse magic
4cfb3bc Add Restart SystemUI button on Advanced Restart Menu (1/2)
40cdb9c Fixed old mobile signal icon
2cca5cd LTE Tile: corrected strings
da0bfd7 Support more Network modes for LTE-tile.
2d990a2 LteTile: multisim compatibility
c4ba0de LTE tile: Remove oreo style slashes
6f8b383 Implement LTE Tile [2/2]
aa0fbe2 Fix issues with QS access on secured lockscreen
84b7111 Allow disabling QS access on secured lockscreen [1/2]
ec4586c SystemUI: Allow using tuner API for Global settings
6d0e78f QS: Add Sound tile to Quick Settings
35dee88 Wifi: Send DHCP DISCOVER with rapid commit
46f2eb7 wifi: Add APIs and keymgmt to support WPA3(DPP,SAE,OWE,SuiteB).
a01ac83 Wifi: Add FILS support in WifiConfiguration
f68f4ad IconsHandler: Really update the icon packs available
a569250 Re-add WPS implementation (2/3)
3429783 ActionUtils: Reverse actions for QS and notification panel
067f140 Add more action utils
ba350ec Support per-app icon and label customization [2/2]
adbd939 MicroG: Allow location providers also outside of /system
2ae900f Lockscreen Date Font Style [1/2]
dba8527 Lockscreen Clock Widget Font Style [1/2]
064d779 NavigationBarFragment: Update modes only when attached
f2905d0 BatteryMeterView: Fix logcat spam
603bed1 Fix StatusBar icons tinting when in split screen
778ab09 base: SystemUI: fix status bar mobile view layout problem
55e2b96 SystemUI: fix visibility of mobile type icon
03c9670 Allow switch to pre P mobile icon style [1/2]
3f3873e QS footer icon visibilities [1/2]
54d2a7e Allow to quickly open Running Services from QS panel [1/2]
9243031 Allow to disable qs footer warnings [1/2]
cf6b310 Telephony: Add DisconnectCause values for clear code
dfa8b95 UiModeManagerService: Store messaging night state on Settings class
e8d35cd Use normal tinting for emergency icons
26d8a17 Fix action bar font family on material themes
3cff42c GlobalActions: avoid multiple power dialog animations
cea579f Disable SwipeUI when navbar is disabled [1/2]
a5dc562 Full gesture navbar: Apply only on stock navbar
1221d87 GestureButton: Adapt to sendKeycode API change
d69b309 Allow to set a full gesture navbar [1/2]
29a5448 QS tile titles visibility - Fix to hide label container
14edba7 Implement per-app thermal control [1/3]
138cca9 Add optional OP cam support
1dd938f Disable edge gesture service by default
7ce3539 PIE: Add back landscape check properly
f1a3350 PIE: Fix animation for settings icon and clean up
21684e4 PIE: Clean up for orientation mess
a3a9a35 PIE: Fix auto dark theming and use tuner API
6ebeb03 Frameworks: PA PIE Controls 3.0 [1/3]
35eb9d2 Forward-port support for chained input filters
92666e0 Add EdgeGesture service for system gestures [1/3]
87a3742 QS tiles customizer: respect user tiles columns value
3837424 OnTheGo: Add missing import ComponentName
9bcb406 frameworks: Reset battery stats [1/2]
902324d9 Themes: Workaround to fix dark theme on Messaging app
6df28db Ability to hide superuser status bar icon [1/2]
938d1e5 Remove the check of mService when BluetoothHidDevice doUnbind
347f4f1 SystemUI: don't add already attached qs tile views
5bf4491 Keyguard: Hide check button when using PIN quick unlock
28e70eb LatinIME: fix navigation bar for expanded desktop
f961091 build: Add props to allow skipping build consistency checks
b31cfb2 Utils: Add function to kill package
cfdb7fd Add Clear All Button to Recents [1/2]
d80cd28 Quick settings panel : Set transparency [1/2]
2a9778e crdroid: Clean up one hand mode UI [1/2]
6719999 onehand: Add display shrink mode
907b640 VoLTE icon: reduce height & width to match status bar icons
d0be30f Allow tuning extra padding for status bar
2248e66 Rounded Corner: Code improvement and clean up
089b446 Custom Rounded Corner and Padding preferences [1/2]
7f0deec Redo weather toggle for lockscreen
39a5cb8 WeatherClient: Check boot completed prop
40138f0 WeatherClient: Conditionally allow query when adding observer
d9cc95d WeatherClient: Don't enforce READ_WEATHER permission
e37ab23 WeatherClient: Fix horrible allocation abuse
0fe1c12 framework: Grant READ_WEATHER permission
91e128c Add toggle for lockscreen weather and improve code
ad9e58a Weather client: fix refresh at boot and improve/cleanup code [1/2]
d8e9f76 Weather client: switch to vector drawables
2a2f1bb SystemUI: Implement weather on lockscreen like Pixels
f5b2682 Update QS tiles showed by default
12a0627 Use same NFC icon as that in QS tile
2945207 SystemUI: Add statusbar NFC icon
b4d4d47 VolumeDialog: Rework expandable dialog
859d5a8 Volume dialog timeout (1/2)
78cd935 Init volume dialog only when setting updated
583ed31 Extended audio panel - fixes for unlinked notifications
a6e3c79 Extended audio panel [1/2]
40619dd Allow overriding default volume dialog position
93e0736 VolumeDialogImpl: Use TunerService properly
eba541c telephony: Conditionally ignore RSSNR signal level
bbd136c CPUInfoService: Clean up intent filter
338a751 Ambient music ticker: don't trigger if it's not a media notification
8a10594 Ambient music: be sure to clean track info on media notification drop
121ff8c FontService: Protect font changed broadcast
16d426c FontService: Disable logspam
e9c1843 Set font for remaining keyguard items
24966d9 Set font for AmbientIndicationContainer
e3c609c FontService: fix null object reference
923c886 FontService: fix potential NPE and handle disabled packages properly
c1d5049 Add progress for font apply [1/2]
2a2a8d6 Dynamic font fix for FDE devices
63e336f Fonts: patched a few need files for boot
d08725b Fonts: Update keyguard when font changes
2d2242c bringup: Fontservice
f19538e PebbleBerry: Switch styles [1/3]
a15018d PebbleBerry: Add black/dark themes for google intelligence and wellbeing
4777e7b PebbleBerry: Add QS header styles [1/3]
866e718 PebbleBerry: Introduce Tile Styles - a QS tile style picker [1/3]
14b8bd3 PebbleBerry: Simplify for power saver mode
6bd45b2 PebbleBerry: Turn off night mode before switching dark style
333b019 PebbleBerry: Fix black theme auto reset
4da67fd PebbleBerry: Add independent switching of notification theme
201e44a PebbleBerry: Support black overlays
6bb6089 PebbleBerry: Allow switching accents and light dark themes in better way
274a745 PebbleBerry: Add string to store status for dark theme usage
d39982c PebbleBerry: Add SystemUI dark theme support
c167a84 PebbleBerry: Create theme/accent manager utils
99c6f8b Revert "SystemUI: Berry styles"
6912106 Revert "SystemUI: sync dark mode with AOSP night mode too"
50ffd8f TunerServiceImpl: Remove unavailable settings from blacklist
61e9c5e Reload assets on overlay change: code improvements
b8c4102 Notifications: Do not use theme context for remote views
7b42c6b Improvements in loading notifications with dark mode
9e699bbf Reload more assets on overlay change
830e28c Add support for theming notifications
bfa2bf3 Expose notification info text color
c170f85 Themes: Remove color spans when using config_useDarkBgNotificationIconTinting
223fbcd Themes: Add Theme.DeviceDefault.Resolver.Exposed
aaa3d88 Themes: add bool to optimize notification icon colors on dark backgrounds
e83f667 Themes: Expose notification icon colors
7184809 Themes: Set UserIcons tintMode to SRC_ATOP
35b622b Themes: Expose QS tiles and label colors
a0fd236 Themes: SystemUI: expose screen pinning colors
1d3a4cb Themes: SystemUI: Expose QS edit item decoration background color
3c30af9 Themes: Allow Permission Icons to be fully themed
5d8c20c Themes: Expose toast & tooltip text colors for themes
069ac28 Themes: Expose Keyguard affordance circle background
f3dd19a Themes: Allow volume slider and thumb to work with custom images.
79a7db9 Themes: Expose Screenshot flash and background colors
238ad1a Themes: Expose Keyboard Shortcuts Dialog
c990151 Themes: graphics: ADB "N" icon compatible with OMS7
a4bab6d Themes: SystemUI: Expose switch bar title
37b079c Allow Navbar ripple color to be themed
3878ad2 Themes: Expose QS tiles and label colors
c397440 Themes: Expose QS background color
83f86d4 Expose and tint settings dashboard icon tint
a9f4b99 Expose autofill save dialog text color
d13a297 Expose screen pinning dialog background and text color
054f067 base: themes: dont use colorPrimary for active qs
4f15b2e Expose two target preference divider color
74edfd0 Expose faststroller text for themes
98d5940 Expose toast colors for themes
19b02d1 Fix autofill save dialog
6ea5302 Allow Immersive cling colors to be fully themed
4d3975b Themes: Allow Resolver List BG to be fully themed
75e464d Make resolver list fully themeable
bcd0218 Themes: Expose resolver hardcoded colors
c842452 Ambient display music ticker [1/2]
578262e Port ambient Now Playing container from Pixel [stripped down version]
85c9222 Fixes for lockscreen visualizer
d3ae20b SmartBar: Enable action for Expanded Desktop
235635d SmartBar: Enable action for One Hand mode
9386667 Update stock navbar items only if enabled
69a9b6b SmartNav: Bring back Kill App action
76bad98 Pulse : allow to blacklist apps [1/2]
9a2ac0d SmartNav: Implement pulse for stock navbar
76af82a SmartNav: Add missing setting defines
96565e2 Pulse: add back auto color based on albumart
f6272fd Initial checkin on Pie for SmartNav navigation suite
dbe8b7e Add Flashlight blink on incoming calls [1/3]
a7b0baa AppOps: Do not prune apps that are not present
9477580 SystemUI: Name Cellular Tile based on carrier
63b8b76 Custom Icons handler: add launcher icon cache support
b43ea98 Stock Recents/Overview icon pack support [2/3]
2771747 keyguard: Actually kill Fancy Colon
23b983c Fix no default ringtone for slot2
36f0c5d Phone ringtone setting for Multi SIM device
293fcd0 Suspend Actions [1/3]
e2677b4 Utils: Import restart systemui api
67a5f51 Allow users to switch between Pie/Oreo recents [1/2]
767e6cb SoundSearchTile: Make default state inactive
20daccb Add Google Sound Search tile
54ae3de Cellular tile: don't show disable confirmation dialog
07800df Remove call to expand QS panel while pressing the Airplane QS tile
50d9762 Ask pin when tapping Airplane tiles on secure lockscreen
60925a9 Qs tiles no title: use bigger rows padding
d1ef7b5 OnTheGoTile: Fix active inactive states
500e3ef QS: SystemUI: Add On-The-Go Tile
43642ee fw_base: On-The-Go Mode (1/3)
ef9ce9d Add device key action to take screenshot [2/3]
41be92b Add device key action to toggle flashlight [2/3]
b146924 Add api to toggle flashlight and check if device has flashlight
0af30d7 base: implement OP like navigation gestures [1/2]
88922eb AODTile: Fix long click intent
15668d0 BatteryBar [1/2]
1673f25 Ability to toggle VoLTE icon in statusbar [1/2]
499e571 Allow to dismiss notifications with FP left/right swipe [1/2]
5a74d56 Add Always On Display QS Tile
7169227 MusicTile: Make tile state inactive if not playing music
f8a4887 Add Music QS Tile
3fcde9e Allow to set QS panel columns and rows [1/2]
64be3e2 Speed up Recents additional buttons show delay
1600fa1 BatteryMeterDrawableBase: Refresh only when value changed
a0f9219 battery: Allow setting custom symbol near text on charging [1/2]
9bc9f48 Add dotted circle battery and hidden battery styles
b694bfe Fingerprint authentication vibration [1/2]
6acfffb Allow using 4G icon instead LTE [1/2]
467ce98 Make roaming indicator optional [1/2]
2086b22 Add ability to toggle bluetooth battery level in QS [1/2]
ad5eade Add ability to toggle bluetooth battery level [1/2]
eabd8f7 Add CarbonGestures [1/2]
913d687 Smart Pixels: Dynamically register receiver
304d049 SmartPixels: Also depend on burn in protection
4ff7779 SmartPixels: Add config to enable smartpixels support
a286ad2 base: make smart pixel burn-in protection dependent on device burn-in
563af45 Add smart pixels [1/2]
16bc790 Custom logo customizations [1/2]
79956f8 Fix heads-up fc when clock is hidden
a0bb8e1 Add few Clock settings to Tuner reset blacklist
c418bb7 Do not apply date customization to QS clock [1/2]
b0cd73d Add option to auto hide status-bar clock [1/2]
bfd0c96 Statusbar clock customizations
333d6f6 Allow using position tunable to hide clock
8f01740 Add separate tunable for clock seconds
7247ad1 Network Traffic: Add more customizations and improvement [2/3]
7267e20 Network traffic mode for status bar [2/3]
8a5db0d Move net monitor to expanded statusbar header [1/2]
6b01523 Use alphaoptimized layout for custom icons on left
c65e949 CollapsedStatusbar: Fix phantom spaces in status bar
488f0fc CompassTile: Add a device supports compass check
1a06842 CompassTile: Do not use slashed icon
cdd3538 CompassTile: Set default state inactive
1d726c9 Add Compass tile
eed64f1 ExpandedDesktopTile: Set default state inactive
e4e735d QS: Add Expanded Desktop QS Tile
d061085 PhoneWindowManager: Do not panic if immersive mode active
705e45e Add a whitelist for location providers outside of /system [1/2]
714fd33 AbsListView: Fix widget couldn't find any view fc
0e66b35 Return: Listanimation Views and Interpolator [1/2]
13030c4 Add option to disable scrolling cache [1/2]
08923c3 Fix: No text in toast for RTL layout
0f5ff0a FW_Base - XuiMod: Toast Animations [1/2]
4ef5ffc AppTransitions: Remove hackery for controls duration
c68c3c3 Allow toggling animations off [1/2]
3752c12 SystemUI: remove unnecessary recent apps transition
c90e788 AOKP custom system animations (1/2)
c04b1aa display: Don't animate screen brightness when turning the screen on
e407569 Add interpolators to qs tiles animation [1/2]
081bb1c Add animations to quick settings tiles [1/2]
1767c5b Force Expanded Notifications [1/2]
dae4476 Base: HeadsUp snooze function [1/2]
4fb1486 HeadsUp: add timeout option (1/2)
69812f1 base: Add accidental touch prevention for assist key
3cd2128 base: Introduce Accidental Touch
989a6c8 base: Introduce new navigation bar key event source
9cf6646 Battery light: 100% charged level (1/3)
2c449e3 Add HW Keys QS tile
7a77701 policy: introduce pocket lock
51d179c pocket: introduce pocket judge
b06806a base: Add bool to enable/disable doze by default
5a6d063 Allow tuning ambient display with sensors [1/3]
944f5f5 Toast icon switch [1/2]
4dc1216 Show icon of package associated with Toast
8f54eb8 Integrate crDroid OTA into crDroid Settings [1/3]
3c04aa4 StatusBar: add missing import for ContentObserver
82c0acd Add AlarmsBlocker [1/2]
85cf820 Add WakelockBlocker [1/2]
fc615f0 CPUInfoService: Improvements and fixes
20e55ae QS: Add CPUInfo toggle tile
d6d8746 SystemUI: add CPU info overlay
9805908 Make long press music skip and torch work on AOD
80c4124 ambient display: Fix volume key music control
35437a3 Base: Hide power menu on secure lockscreen [1/2]
a89f602 base: persist screenshot type in settings
52a408a QS: Add partial/full screenshot QS tile
10c5129 QS: Add Screenshot QS Tile
85509eb core: Add api to take screenshots
364b6d9 base: bring back screenrecord [1/2]
33da96e Live Volume Steps [1/2]
a1edc4a QS tile titles visibility [1/2]
a50fe80 Add customizable action for back long press button [2/3]
79a9c4f Add device key action to kill app [2/3]
1380d08 Add toggle to disable HW keys [1/2]
d59e568 Statusbar: Clean up Tuner API
faea2db SystemUI: Add back the Pixel Navbar
699ced2 Use FORCE_SHOW_NAVBAR to actually toggle navbar
adfb838 Quick settings: Add Haptic Feedback to tiles [1/2]
26ee1a4 Add option to select brightness slider positon [2/3]
a4d7cb9 Fix playing screenshot's sound when camera's sounds off
0b651bc Allow to disable screenshot sound [1/2]
9af23b2 Separate double tap to sleep on lockscreen [1/2]
fe5c73a Return: Smart Pulldown [1/2]
0b10264 SystemUI: Add case to quick pull down status bar anywhere
b1cc4f3 NotificationPanelView: Clean up tuner API
10a4110 MediaScanner behavior on boot (1/3)
1e6251d Keyguard: Fix scramble PIN view for multiple users
8512732 Disable PIN entry after successful quick unlock
a155771 Keyguard: Forward port lockscreen quick unlock (1/2)
6f13f4f KeyguardHostView: Auto face unlock v2 for pie
8950e1a Add config to enable face auto unlock by default [1/2]
1878dc2 Base: fix facelock crash when lock screen is disabled
6874558 Add preference for automatic face unlocking [1/2]
8796f29 Dismiss keyguard automatically when face is recognized
143207b Add crdroid utils
701a055 base: Add metric for crDroid Settings
a24f847 BatteryService: add dash charging support
c83c5ac LockscreenCharging: squashed (1/3)
4d80349 base: Add stub files
19851f4 Fix NPE on ExpandableNotificationRow
4211613 pm: PackageBackwardCompatibility -> applyPolicy
7c63f17 pm: Use toArray(T[]) instead of toArray()
85a1746 LayoutInflater: Special case well-known View constructors
fa73a1c Use Class.forName instead of ClassLoader.loadClass
bca5e82 Frameworks: pop up error when rename a file in the DocumentsUI
132d1de Fix inaccurate power algorithm of mobile radio
c1aea80 Fixes crash (race cond) when destroyActivity.
b1b19ff Fix the reference leak on RemoteCallbackList
596ebc4 services/job: Fix two Jobscheduler bugs
9851bbc frameworks: Fix activity stack ConcurrentModificationException
7607a01 Remove another unused calling for better performance
143e9a3 BackupAgent: add backup shared mode
5b7c709 Rename the backup file to base file when backup exists
43dd39d Fix intermittent slowness in resolver activity towards end of day
7b929d7 Allow Python Versions Higher than 2.6
65d8db3 DragSurface: destroy surfacecontrol in view site
f72bebc hwui: fix mmap leak of graphicsstats service
e4e8505 hwui: stability: check mmap return value
24a0074 hwui: Don't run comparisons on non-jank frames
f4d7eed libs: hwui: Enable perf mode
8ce52b4 hwui: Fix HWUI_COMPILE_FOR_PERF for non-arm
5fc6f5b hwui: Disable fine-grained logging
d148a66 hwui: Remove deprecated compiler flag
f3a164a base: limit direct share targets to reduce lag
3f1ba73 Improve scrolling cache
aea1b30 base: set scrolling to 0.006f
ff69a8f ListView: Obtain next list item in advance
4dff879 core: touch response optimizations
d8b2cd3 Optimize AbsListView to reduce click operation latency
20f6d85 Make Build.TYPE and Build.FINGERPRINT consistent for apps.
8bb9987 Workaround for wallpaper not shown correctly problem
b692d15 Clean receivers completely when forceStop the process
4b5ddd7 Fix a 'memory leak'
42d1637 Fix showing empty signal strength for TD-SCDMA
5ce3cb2 Wallpaper is half black after rotating quickly
cdaeed5 Remove useless warning when dismissing notification
3f81c2f SQLite: Do integrity_check only once
c85bcc9 Add handling SQLiteDatabaseCorruptException
123062f MediaScanner: Detect folders
fe82b07 Telephony: NPE observed in Settings when click on Search settings
4e12cbb PackageManagerService: Avoid NPE in matchComponentForVerifier
5cbe84a AlarmManagerService: Add null check to QCNsrmAlarmExtension call
3c1a733 ActivityRecord: .app must not be null when you call .setVisible
7822a2d AMS: Fix the null pointer exception in MainHandler:handleMessage
5a78050 AMS: Fix the null pointer exception in IntentResolver
160dac70 ConnectivityService: null check before accessing getCurrentScore()
afb4143 Fix UsbDeviceManager null object reference
7efcf31 InputWrapper: Opt out early if session == null
2d5b2ba ParcelFileDescriptor: can we stop the panic here?
2520ffa base: SystemUI: fix themeing of notification shelf dot
0ae5543 SystemUI: Change arrow keys to vector images
fe22bb5 SettingsLib: Cherry-pick misc fixes to AOSP
cf132af Add additional required permissions for priv-apps
8a53921 Fix NPE with void android.view.VelocityTracker.clear()
6d4fb76 base: Supress telephony crashing platform
36455ac Update ringtones and notifications
ba079e7 Enable NSRM (Network Socket Request Manager).
7bb7dc5 SystemUI: Update NFC tile drawable
621ada4 StatusBar: Silence logspam
dfdd084 telephony: Make IMS method updateToState accessible
db8b29b SystemUI: Keyguard: Check for a null errString
935d6a1 Bluetooth: Fix NPE when accesing Manufacturer Data of invalid ScanRecord
3ae36e5 VrManagerService: Solve the null pointer exception
5e7c4fc Kill off provider info logspam
7360b24 Remove unnecessary videos
b63f91b base: Remove round corner padding from statusbar
e616cec KernelWakelockReader: stop the panic
e120918 Screenshot: Fix possible NPE
18123ef Suppress FingerprintManager logspam
41947e3 TunerService: Prevent NPE with tunable
9441e0b base: Make Build.DATE visible to apps
25031a0 NightLight: Allow lower temperatures
a5825c7 Increase Zenmode max hour limit from 12 to 24
1653d09 view: add null check for dispatch touch view
29cf744 CarrierConfigManager: Enable enhanced call blocking function
2cd1d25 StorageManagerService: Fix for system_server crash while booting
f614bfd WindowManagerService: Remove status bar perm checks
99c9c7e base: disable warning in StaticLayout
964f305 Telephony: Don't crash for too long baseband version
def1816 base: SettingsProvider: cleanup leftover logspill
e763ee5 Fix NPE when AOSP ambient display preference is removed
c87e5dd Shorten wait time for shutdown time optimization
6af51c6 ActivityManager: fix npe in ProcessRecord
4d36730 frameworks: Fix null pointer Issue
4decc0e Revert "Remove getIntWithSubId in TelephonyManager."
cca0450 SystemUI: Prevent NPE in Dependency.get() in BrightnessController
ca0c696 aapt: silence density flag warnings
1d47b74 Avoid needless Integer.valueOf() object allocation.
27d80c5 Reduce log verbosity: Don't spam logcat
16eb0d6 SmoothSpinners: Makes the loading "spinner" animation smoother
5a1564f Allow faster app switching
e82e727 Speed up Orientation Listener
26d0f37 android.view: Speed things up!!
b8726a1 Notification: Remove logspam from apps without channels
2da6617 Don't crash if there is IR HAL is not declared
747aa63 TelephonyManager: Prevent NPE when registering phone state listener
cd43b84 Fix NullPointerException in CaptivePortalLogin
fa23a9f SystemUI: Remove annoying log caused by aosp bug
fb2af79 NavigationBarView: Avoid NPE before mPanelView is created
b071977 Add missing STORAGE_INTERNAL permission for BackupRestoreConfirmation
9dc1264 SQLiteDatabase: Catch corrupt exception during transaction
69f0515 DEBUG: Turn off some debugging we don't need.
55702de BluetoothAdapter: disable logspew
* frameworks/native/
c073e13 Fix build error
9919a32 SF : Map metadata before accessing value.
6897f77 SF: Add support for 64 bit consumer usage flag
e2069e2 sf: Do not black out HDR layer
9d256ff Exsf: Add hardware hdr capability check
dec8d0d SurfaceFlinger: Exclude CAF extensions from non-QC devices
b6db258 SF : Include display Intf headers library
adc305a SurfaceFlinger: Combine SF Refactor changes.
046186b Merge 'lineage-16.0' into 9.0
* frameworks/opt/net/wifi/
5032583 Merge 'lineage-16.0' into 9.0
* lineage-sdk/
a750b9b sdk: Remove style interface service
c22d191 Update default battery style and allow more styles
c09a69a Add Restart SystemUI button on Advanced Restart Menu (2/2)
d472b4d Add option to hide arrows in network traffic [1/2]
015e9ca Network Traffic: Add more customizations and improvement [1/3]
4c5d60c Network traffic: Properly schedule periodic refresh
d794edd Improvements for network traffic handler
a4fa473 NetworkTraffic: Fix gravity for text
80ff459 Network traffic mode for status bar [1/3]
553c103 lineage-sdk: Remove DB upgrade for FORCE_SHOW_NAVBAR
55a6c9c Move net monitor to expanded statusbar header [2/2]
dc7f284 NetworkTraffic: stop the handler in doze mode
3f71013 NetworkTraffic: stop the handler if screen is off
772f7fb sdk: On-The-Go Mode (2/3)
45a651c Add device key action to take screenshot [1/3]
1fc77fb Add device key action to toggle flashlight [1/3]
87a62b2 sdk: Disable selinux warning alert for now
a321787 sdk: Kill trust interface hint on first boot
77e3379 Allow value to hide the clock
b8f89b3 sdk: Set summary automatically if required
15082c1 Custom inactivity threshold for network traffic monitor [1/2]
4258861 Battery light: 100% charged level (3/3)
b92a081 Add customizable action for back long press button [1/3]
b1f7f1d Reduce default kill timeout
c832c1c Add device key action to kill app [1/3]
efacc1f Add option to select brightness slider positon [1/3]
cdb9733 Allow value 3 for status bar quick pull down
81c835d lineage-sdk: Prevent NPE in style interface service
cfa75b4 crdroid: Do better for version pref
db5c3bd lineage-sdk: Enable advanced reboot by default
54e9c2e Disable by livedisplay by default
8054248 sdk: Map to ro.modversion
ceb488d sdk: Rebrand to crdroid settings
* packages/apps/LineageParts/
ab2b6a1 Enable intent for expanded desktop settings
a7ecdd9 Kill redundant search fun party
0247b5a Fix spinner theming of expanded desktop settings
5005397 Make trust interface less boring
67ef2ff Hide power menu actions
4b40ac7 ExpandedDesktop: Fix crash with resource ID
ed8f7a7 Moved expanded desktop settings to crdroid settings
e7638d5 Move out notification and battery light settings
b9e7d9c Moved button settings to crdroid settings
2a4941b Move style settings under crdroid
9af0486 LineageParts: Silently kill anonymous stats collections
45547d9 Moved status bar settings to crdroid settings
fdd7062 Rebrand to crdroid settings
* packages/apps/Settings/
781dfb9 Merge 'lineage-16.0' into 9.0
* packages/apps/Snap/
78daed3 Merge 'lineage-16.0' into 9.0
* packages/apps/crDroidMusic/
2febb75 Fix
ddd4b96 Update to API 29
84d5581 Update gradle
* packages/apps/crDroidSettings/
05953d3 Add more Switch Styles [2/3]
* packages/services/Telecomm/
0dd50b2 Merge 'lineage-16.0' into 9.0
* vendor/addons/
a97ceaf Add more Switch Styles [3/3]
* vendor/lineage/
2555499 crdroid: Bump to version 5.7
====================
08-10-2019
====================
* android/
b974bf4 Merge 'lineage-16.0' into 9.0
* packages/apps/Dialer/
4f61805 Merge 'lineage-16.0' into 9.0
* packages/inputmethods/LatinIME/
9a447a4 Merge 'lineage-16.0' into 9.0
* vendor/lineage/
1238c10 Add prop to make setupwizard optional
1dc31ff overlay: Remove config_auto_perf_activities
ceb297e LatinIME: Add Polish dictionary
78ba114 build: Make a lineage_x86_64 target
====================
08-09-2019
====================
* android/
435f16d Switch prebuilts/abi-dumps/vndk to our fork
* packages/apps/Launcher3/
03dfae5 New translations cr_strings.xml (Turkish) (#22)
* packages/apps/crDroidSettings/
58cd722 New Crowdin translations (#463)
* prebuilts/abi-dumps/vndk/
3afe81e Update libsoftkeymasterdevice ABIs
====================
08-08-2019
====================
* android/
8df87ec Switch system/keymaster & test/vts-testcase/vndk to our forks
* packages/apps/Launcher3/
5119cd5 New Crowdin translations (#21)
* packages/apps/LineageParts/
fb805b4 PrivacyGuard: Resolve error message hardcoded white color
* packages/apps/crDroidSettings/
ff9dbb6 New Crowdin translations (#462)
====================
08-07-2019
====================
* bootable/recovery/
49d54ab recovery: fix unused parameter build error on user builds
* packages/inputmethods/LatinIME/
361dda6 LatinIME: Add Hungarian QWERTY, enable predictive dictionary
bcf6425 Add support for Georgian spell checking
2a6dfb2 Set proper keyboard for Georgian script
0c7fc58 Add support for Bulgarian spell checking
bae4098 Add new type for Bulgarian script
f67df33 Add support for Portuguese spell checking
a609b66 Add support for Hebrew spell checking
41782df Add support for Croatian spell checking
97c290e Add support for Czech spell checking
13a5a7b Add support for Polish spell checking
* vendor/nxp/opensource/commonsys/packages/apps/Nfc/
6d96848 Prevent OOB Read in Mfc_Transceive
597f5c6 Prevent OOB write in Mfc_Transceive
a36d991 Prevent OOB write in phFriNfc_ExtnsTransceive
524414f Skip setEnableHostRouting when switching to screen off
* vendor/qcom/opensource/audio/
acf6244 policy_hal: Adapt to AudioMix API changes in f/av audiopolicy
====================
08-06-2019
====================
* art/
3ff04a7 Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
* build/make/
90ba892 Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
* frameworks/av/
b48b6b8 Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
* frameworks/base/
86f6247 Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
* frameworks/native/
193e3ee Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
* packages/apps/Bluetooth/
f8ee395 Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
* packages/apps/Email/
3b6ab89 Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
* packages/apps/Nfc/
7fab21a Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
* packages/apps/Settings/
a5d9fd1 Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
* packages/apps/UnifiedEmail/
121ab4c Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
* packages/services/Telecomm/
dd5277c Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
* system/bt/
a3ea340 Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46
====================
08-05-2019
====================
* frameworks/base/
c29588a Automatic translation import
* hardware/qcom/fm/
2cf84a8 Automatic translation import
* lineage-sdk/
10e0e87 Automatic translation import
* lineage-sdk/samples/weatherproviderservice/OpenWeatherMapProvider/
df9c2bc Automatic translation import
* packages/apps/Contacts/
0a9031d Automatic translation import
* packages/apps/Dialer/
81f3d53 Automatic translation import
* packages/apps/Eleven/
47de731 Automatic translation import
* packages/apps/Email/
1cf0202 Automatic translation import
* packages/apps/Exchange/
83888ed Automatic translation import
* packages/apps/FMRadio/
b3c56e7 Automatic translation import
* packages/apps/Gallery2/
6d7159c Automatic translation import
* packages/apps/Jelly/
f63033a Automatic translation import
* packages/apps/LineageParts/
65600c1 Automatic translation import
* packages/apps/LockClock/
218bcbd Automatic translation import
* packages/apps/Messaging/
a42d0a0 Automatic translation import
* packages/apps/Profiles/
69c8a12 Automatic translation import
* packages/apps/Recorder/
9b940e8 Automatic translation import
* packages/apps/Settings/
42ccbd9 Automatic translation import
* packages/apps/Snap/
2cc7d61 Automatic translation import
* packages/inputmethods/LatinIME/
474a7a5 Automatic translation import
====================
08-04-2019
====================
* android/
4e0ea2e Merge 'lineage-16.0' into 9.0
* build/make/
deaa783 Merge pull request #18 from rashedsahaji/9.0
8467030 Merge 'lineage-16.0' into 9.0
* frameworks/base/
31c92db SystemUI: Use appropriate function when trying to retrieve colorError
* frameworks/native/
d865051 libbinder: empty ping transaction
* packages/inputmethods/LatinIME/
b01ef23 Add support for Ukrainian spell checking
* system/core/
685dc20 init: switch from /dev/keychord to /dev/input/
191322e init: use std::function for epoll handling
0f99821 init: disable asan
38e01c2 init: set oom_adj early before fork vendor_init
* vendor/lineage/
eaa35ac Merge pull request #39 from rashedsahaji/9.0