forked from crdroidandroid/android_vendor_crDroidOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog_wayne.txt
1520 lines (1263 loc) · 61.5 KB
/
changelog_wayne.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
====================
05-21-2019
====================
====================
05-20-2019
====================
====================
05-19-2019
====================
* frameworks/base/
9d4bdecf Revert "Allow to suppress notifications sound/vibration if screen is On [1/2]"
* packages/apps/crDroidSettings/
2b6ebf1 Revert "Allow to suppress notifications sound/vibration if screen is On [2/2]"
====================
05-18-2019
====================
* frameworks/base/
c8798fb Lockscreen visualizer: Fix color transitions
====================
05-17-2019
====================
* packages/apps/crDroidSettings/
bd26c9b New Crowdin translations (#423)
====================
05-16-2019
====================
* frameworks/base/
733cd0b base: Add new VoLTE icon
* hardware/qcom/audio-caf/msm8996/
6970cfd audio_extn: Add missing pthread.h includes
====================
05-15-2019
====================
* frameworks/base/
fe60e39 Improve checks for lockscreen visualizer
adc2c9c Merge 'lineage-16.0' into 9.0
569ce87 New Crowdin translations (#240)
* lineage-sdk/
bf481a6 Merge 'lineage-16.0' into 9.0
* packages/apps/Launcher3/
675afd7 New Crowdin translations (#13)
* packages/apps/Settings/
d73079d Merge 'lineage-16.0' into 9.0
* packages/apps/crDroidSettings/
cba3f1e New Crowdin translations (#422)
====================
05-14-2019
====================
* bootable/recovery/
5d5abd8 recovery: Blank screen on init
* frameworks/base/
fd98589 Fix conflict between pulse auto color and lockscreen wallpaper
ee636e6 Allow SBC as HD audio codec in Bluetooth device configuration
a879426 Add Dual Channel into Bluetooth Audio Channel Mode developer options menu
99dc2c9 Add CHANNEL_MODE_DUAL_CHANNEL constant
0888bb1 Revert "DO NOT MERGE: Disable night UI mode in battery saver."
* lineage-sdk/
70f6d6b sdk: Change night/day mode transition behavior
* packages/apps/Bluetooth/
ecdbaf8 Assume optional codecs are supported if were supported previously
cc72790 SBC Dual Channel (SBC HD Audio) support
* packages/apps/Settings/
5d15d4e Add Dual Channel into Bluetooth Audio Channel Mode developer options menu
* packages/apps/crDroidSettings/
a55951c crdroid: add back all keyboard IME features back (2/2)
* system/bt/
d48026c Explicit SBC Dual Channel (SBC HD) support
1456480 Increase maximum Bluetooth SBC codec bitrate for SBC HD
====================
05-13-2019
====================
* frameworks/base/
fe1066e framework: Port IME selector notification toggle (2/2)
bfe03e8 KeyguardUpdateMonitor: Fix SystemUI crash with auto face unlock
c77cacb fb: add back all keyboard IME features back (1/2)
8cdd462 services/job: Fix two Jobscheduler bugs
261bf01 frameworks: Fix activity stack ConcurrentModificationException
9ff67ed Remove another unused calling for better performance
a5f5232 BackupAgent: add backup shared mode
621fcf0 Rename the backup file to base file when backup exists
c82511b Fix intermittent slowness in resolver activity towards end of day
1d420e5 Allow Python Versions Higher than 2.6
====================
05-12-2019
====================
* frameworks/base/
808bfeb DragSurface: destroy surfacecontrol in view site
d26dc04 hwui: fix mmap leak of graphicsstats service
76c8c96 hwui: stability: check mmap return value
ab7f52a hwui: Don't run comparisons on non-jank frames
cb37be0 libs: hwui: Enable perf mode
467b856 hwui: Fix HWUI_COMPILE_FOR_PERF for non-arm
ed0533d hwui: Disable fine-grained logging
7c969f2 hwui: Remove deprecated compiler flag
0ce1651 base: limit direct share targets to reduce lag
5ec02d4 Improve scrolling cache
cf64d69 base: set scrolling to 0.006f
4cffeb2 ListView: Obtain next list item in advance
6f0ab3c core: touch response optimizations
68a31b4 Optimize AbsListView to reduce click operation latency
7b1a6eb Make Build.TYPE and Build.FINGERPRINT consistent for apps.
* frameworks/native/
7eb6635 native: touch response optimizations
====================
05-11-2019
====================
* android/
f52a0be Merge 'lineage-16.0' into 9.0
f444b48 manifest: Track several Intel hardware repos
3bba6ee Merge 'lineage-16.0' into 9.0
bf20628 manifest: Untrack vixl
* bionic/
9d815ce Use -fno-math-errno for libm
72782b3 Set __bionic_asm_align to 16 for arm64
e9b03e7 Use --Bsymbolic-functions on libm
67bf11e arm64: Use builtin for nearbyintf/nearbyint
faf67b2 Improve strncmp for mutually misaligned inputs
f3f213a Improve strcmp performance for misaligned strings
cb78111 memcmp.S: optimize for medium to large sizes
* build/make/
ea8375b Merge 'lineage-16.0' into 9.0
db1fddc Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* external/skia/
1fa204c fGpu is null when GrGpuResource::release
54f0c1d ARGB Blitter: Remove unused variable
8458a89 skia: Use std::move() to prevent unnecessary copying
ca0704c Optimize the for loop in onGetYUV8Planes
a5a56a5 Skia performance optimize for bitmap
6ec5c96 Merge tag 'LA.UM.7.4.r1-05100-8x98.0' into 9.0
* frameworks/av/
ea79bba libcameraservice: add TARGET_CAMERA_NEEDS_CLIENT_INFO
e2bd70d CameraService: Default to HAL1 for OPCam if not specified
78da7c9 CameraService: Allow new msg types for OP cam
db48131 Allow FaceUnlock in background
861e587 CameraService: Fix openCamera denial for OP cam
4fd18b0 base: bring back screenrecord [2/2]
* frameworks/base/
a7e8822 Workaround for wallpaper not shown correctly problem
b60631c Clean receivers completely when forceStop the process
5ccfc31 Fix a 'memory leak'
d4ceb1c base: fix check for keyguard in edge gestures
8e4106f Fix showing empty signal strength for TD-SCDMA
3781216 Wallpaper is half black after rotating quickly
a0aaaa9 Remove useless warning when dismissing notification
d1e0f45 SQLite: Do integrity_check only once
df389dc Add handling SQLiteDatabaseCorruptException
ebf9ee3 MediaScanner: Detect folders
1a56938 Telephony: NPE observed in Settings when click on Search settings
e952aab PackageManagerService: Avoid NPE in matchComponentForVerifier
065bc9f AlarmManagerService: Add null check to QCNsrmAlarmExtension call
20452d4 ActivityRecord: .app must not be null when you call .setVisible
5a50a14 AMS: Fix the null pointer exception in MainHandler:handleMessage
a2f239f AMS: Fix the null pointer exception in IntentResolver
dff29f2 ConnectivityService: null check before accessing getCurrentScore()
4943602 Fix UsbDeviceManager null object reference
a811db2 InputWrapper: Opt out early if session == null
8ec6665 ParcelFileDescriptor: can we stop the panic here?
090ec23 base: SystemUI: fix themeing of notification shelf dot
b6cb930 SystemUI: Change arrow keys to vector images
2316375 Fix migration from pre-O for AndroidTV devices (1/2)
259be9a New Crowdin translations (#237)
390b575 Update Crowdin configuration file
c870ab3 Lockscreen visualizer: Check for media playing before displaying artwork
c3f6c2b Create lockscreen fragment properly
b2c5031 Hide custom affordance icons on ambient display
4966132 Ambient music ticker: fix text scrolling on AoD
76aaf1f Ambient music ticker: fix text scrolling glitches
df6d1e6 Improve ambient play layout on keyguard
816b155 Ambient: do not extend pulse notification when not needed
39ff6f2 Ambient music: code cleanup and glitch fixes
b4c8884 NotificationEntryManager: Fix ClassCastException
ea1c65b Ambient music: show on lockscreen only for Google's Now Playing
4e366e3 Ambient music Now Playing: more improvements
e81b5d9 Ambient Display Music Ticker: Nuke song count info
bb82a4c Ambient Music Ticker: make it pixel like
9761ed1 Ambient music / Now playing: show also on lockscreen
404b535 Ambient music NowPlaying: be sure to clean track info when needed
09d0275 Ambient music ticker: make it work within Now Playing on Pixel devices
5809d4c SystemUI: enhance alarm and calendar links
852d0f0 Force expanded notification: Use Tuner API
cd4d358 Statusbar: Update Tuner API usage
bd466a4 KeyguardStatusView: Update Tuner API usage
e7956d3 base: add Cookie QS style [2/3]
e110061 Make long press music skip and torch work on AOD
b66428c Digital clock: Do not use accent color while dozing
1e967d8 Ambient music: Check if isMediaNotification after final inflation
7daed7e Add custom digital clocks for lockscreen [1/2]
0c9b056 Add custom analog clocks for lockscreen [1/2]
f76748d Incall vibration options [1/3]
de1805a Allow to suppress notifications sound/vibration if screen is On [1/2]
a10a2a5 Improve foreground task kill process
426b422 Smart Pixels: Dynamically register receiver
f1aa9e3 Support CALLBACK_TYPE_SENSOR_ROUTING
9548514 NetworkStatsHistory: Prevent IllegalArgumentException
0dd2d71 Redo weather toggle for lockscreen
6524f11 WeatherClient: Refactor and clean up
8329083 WeatherClient: Check boot completed prop
6f74e545 WeatherClient: Conditionally allow query when adding observer
a947f54 WeatherClient: Don't enforce READ_WEATHER permission
ac7c7f6 WeatherClient: Fix horrible allocation abuse
8e375e6 base: Use a system-wide recents corner radius
d4416f6 Lockscreen Visualizer: Automatic color based on wallpaper if no album art found
10a8324 Add lockscreen visualizer customization for solid lines [1/2]
460bcfe Add Lockscreen album art filter [1/2]
7f9c6a6 ScreenDecorations: Add tunable from thread
3c3b68c base: notch-city: Add 3 mode display cutout handler [1/3]
5be795b ScreenDecorations: Clean up tuner API
b05fb19 Fix heads-up fc when clock is hidden
da6eb18 Use proper context for prevent ringing gesture toast
1253c5d Fixed setting incorrect mode of vibration
fb22832 ClockController: Add getClock method
22c1a36 SettingsLib: Allow Skia Vulkan to be used as HW renderer
39cfc9d Add developer setting to set the default GPU renderer.
006bdd0 Lockscreen Visualizer: Add pulse magic
668dcb2 Add Restart SystemUI button on Advanced Restart Menu (1/2)
49cc8c3 Fixed old mobile signal icon
59078bb LTE Tile: corrected strings
03841c8 Support more Network modes for LTE-tile.
249408c LteTile: multisim compatibility
35caf1b LTE tile: Remove oreo style slashes
2e4a3a6 Implement LTE Tile [2/2]
5547ec3 Fix issues with QS access on secured lockscreen
accd7f7 Allow disabling QS access on secured lockscreen [1/2]
bcc3739 SystemUI: Allow using tuner API for Global settings
c9d5611 QS: Add Sound tile to Quick Settings
9a1e9ed Wifi: Send DHCP DISCOVER with rapid commit
81702c8 wifi: Add APIs and keymgmt to support WPA3(DPP,SAE,OWE,SuiteB).
0a52ab4 Wifi: Add FILS support in WifiConfiguration
4869cc5 IconsHandler: Really update the icon packs available
724a297 Re-add WPS implementation (2/3)
ab52940 ActionUtils: Reverse actions for QS and notification panel
fccdcbf Add more action utils
a5c6820 Support per-app icon and label customization [2/2]
b9231b9 MicroG: Allow location providers also outside of /system
01b95fc Lockscreen Date Font Style [1/2]
9cfd027 Lockscreen Clock Widget Font Style [1/2]
4d38504 Add few Clock settings to Tuner reset blacklist
4dc974c KeyguardStatusBarView: Request batteryview update only when required
841d918 NavigationBarFragment: Update modes only when attached
b7896aa BatteryMeterView: Fix logcat spam
d28ca5d Fix StatusBar icons tinting when in split screen
6c76dbb base: SystemUI: fix status bar mobile view layout problem
d2c7dd3 SystemUI: fix visibility of mobile type icon
6ef256f Allow switch to pre P mobile icon style [1/2]
2dcad0f QS footer icon visibilities [1/2]
95ba4b2 Allow to quickly open Running Services from QS panel [1/2]
c154176 Allow to disable qs footer warnings [1/2]
1bef4f7 Network Traffic: Add more customizations and improvement [2/3]
f061a791 Telephony: Add DisconnectCause values for clear code
c44c7b0 Do not apply date customization to QS clock [1/2]
97f8c8a UiModeManagerService: Store messaging night state on Settings class
be8ecf1 Use normal tinting for emergency icons
b010402 Fix action bar font family on material themes
21892bc framework: Grant READ_WEATHER permission
f52fde2 GlobalActions: avoid multiple power dialog animations
9eb0bf7 Disable SwipeUI when navbar is disabled [1/2]
396756c Full gesture navbar: Apply only on stock navbar
f9cd292 GestureButton: Adapt to sendKeycode API change
b4d6b4b Allow to set a full gesture navbar [1/2]
a4c6b0d QS tile titles visibility - Fix to hide label container
539e0be Implement per-app thermal control [1/3]
7f26727 Add optional OP cam support
cb0b9eb Disable edge gesture service by default
21aab33 PIE: Add back landscape check properly
d258dc1 PIE: Fix animation for settings icon and clean up
7d45b00 PIE: Clean up for orientation mess
1bb71f3 PIE: Fix auto dark theming and use tuner API
f504b51 Frameworks: PA PIE Controls 3.0 [1/3]
7242c02 Forward-port support for chained input filters
2b17ca6 Add EdgeGesture service for system gestures [1/3]
2572dbc QS tiles customizer: respect user tiles columns value
6b88a91 OnTheGo: Add missing import ComponentName
6ca9266 frameworks: Reset battery stats [1/2]
6e75bee Themes: Workaround to fix dark theme on Messaging app
2f1350b Ability to hide superuser status bar icon [1/2]
fdbceb0 Remove the check of mService when BluetoothHidDevice doUnbind
e1d55b3 Update navigation bar upon change of display density
a1fcaef SystemUI: don't add already attached qs tile views
dadf99f Keyguard: Hide check button when using PIN quick unlock
2944339 LatinIME: fix navigation bar for expanded desktop
c5a356c build: Add props to allow skipping build consistency checks
6f86e7f Utils: Add function to kill package
2f6a1b9 Add Clear All Button to Recents [1/2]
4af3073 Quick settings panel : Set transparency [1/2]
5a886da crdroid: Clean up one hand mode UI [1/2]
3b9e32d onehand: Add display shrink mode
3382b04 VoLTE icon: reduce height & width to match status bar icons
df3ec72 Allow tuning extra padding for status bar
22f1413 Rounded Corner: Code improvement and clean up
d06b52d Custom Rounded Corner and Padding preferences [1/2]
b5ed44c Add toggle for lockscreen weather and improve code
540b3aa Weather client: fix refresh at boot and improve/cleanup code [1/2]
d5809d2 Weather client: switch to vector drawables
e65a7e9 SystemUI: Implement weather on lockscreen like Pixels
6c958ff Add option to auto hide status-bar clock [1/2]
6261167 Update QS tiles showed by default
b9a8523 Use same NFC icon as that in QS tile
509b4c0 SystemUI: Add statusbar NFC icon
da36a4a Volume panel: Add notification volume row if unlinked
0b00f99 Code improvements for expanded volume panel
d47953c VolumeDialog: avoid multiple animations on touch spam
c5f3fd3 Volume panel: Visual improvements
a5accf8 base: Redo expanded volume panel for 9.x
7b7d1308 Volume panel: Do the same with less
80d25e8 Separate global actions theme from qs
3931894 Volume dialog timeout (1/2)
4e20b51 VolumeDialogImpl: Create settings observer only once
819271e Switching audio panel position [1/2]
2a9ded8 Extended audio panel - fixes for unlinked notifications
0810304 Extended audio panel [1/2]
6539627 Left volume panel: Fix animation
33a2100 Volume panel location: load the bool once
9111fed SystemUI: allow devices override audio panel location
6d6483a frameworks: Add unlinked ringtone and notification volumes
2ea1e67 BatteryMeterDrawableBase: Refresh only when value changed
93724b0 BatteryMeterView: Fix logspam with battery percent view while charging
d23366b telephony: Conditionally ignore RSSNR signal level
2dfe0f2 CPUInfoService: Clean up intent filter
dda3736 Ambient music ticker: don't trigger if it's not a media notification
6802fb7 Ambient music: be sure to clean track info on media notification drop
9f75f83 FontService: Protect font changed broadcast
d80d5e1 FontService: Disable logspam
32ce5ca Set font for remaining keyguard items
943c385 Set font for AmbientIndicationContainer
f44d78e FontService: fix null object reference
7adc6e2 FontService: fix potential NPE and handle disabled packages properly
2079303 Add progress for font apply [1/2]
88f50f3 Dynamic font fix for FDE devices
c1fa3de Fonts: patched a few need files for boot
2835e93 Fonts: Update keyguard when font changes
e98ff40 bringup: Fontservice
5e71058 PebbleBerry: Switch styles [1/3]
6b42b70 PebbleBerry: Add black/dark themes for google intelligence and wellbeing
bc71274 PebbleBerry: Add QS header styles [1/3]
f61a84a PebbleBerry: Introduce Tile Styles - a QS tile style picker [1/3]
30d3504 PebbleBerry: Simplify for power saver mode
169c167 PebbleBerry: Turn off night mode before switching dark style
6acfa98 PebbleBerry: Fix black theme auto reset
1901e79 PebbleBerry: Add independent switching of notification theme
eadaaba PebbleBerry: Support black overlays
edcebff PebbleBerry: Allow switching accents and light dark themes in better way
3ec8f28 PebbleBerry: Add string to store status for dark theme usage
73bc515 PebbleBerry: Add SystemUI dark theme support
770d5e5 PebbleBerry: Create theme/accent manager utils
5c14381 Revert "SystemUI: Berry styles"
312e9b2 TunerServiceImpl: Remove unavailable settings from blacklist
d7bf8ae Reload assets on overlay change: code improvements
03190f2 Notifications: Do not use theme context for remote views
bdc8dd3 Improvements in loading notifications with dark mode
9b39260 Reload more assets on overlay change
0635ae2 Add support for theming notifications
045d513 Expose notification info text color
e6c088a Themes: Remove color spans when using config_useDarkBgNotificationIconTinting
0eac9ad Themes: Add Theme.DeviceDefault.Resolver.Exposed
940cb97 Themes: add bool to optimize notification icon colors on dark backgrounds
0cbefec Themes: Expose notification icon colors
840af1a Themes: Set UserIcons tintMode to SRC_ATOP
3391bd8 Themes: Expose QS tiles and label colors
6212b39 Themes: SystemUI: expose screen pinning colors
f08337c Themes: SystemUI: Expose QS edit item decoration background color
b247c2d Themes: Allow Permission Icons to be fully themed
8948af1 Themes: Expose toast & tooltip text colors for themes
6cc4514 Themes: Expose Keyguard affordance circle background
1c05a12 Themes: Allow volume slider and thumb to work with custom images.
81a866f Themes: Expose Screenshot flash and background colors
b9ec288 Themes: Expose Keyboard Shortcuts Dialog
6e17b2c Themes: graphics: ADB "N" icon compatible with OMS7
7d1abb3 Themes: SystemUI: Expose switch bar title
b5f5a0d Allow Navbar ripple color to be themed
aa0255f Themes: Expose QS tiles and label colors
5516128 Themes: Expose QS background color
88dd397 Expose and tint settings dashboard icon tint
ebc3d78 Expose autofill save dialog text color
0dc1dcf Expose screen pinning dialog background and text color
5c88fc4 base: themes: dont use colorPrimary for active qs
c72dc97 Expose two target preference divider color
ee18988 Expose faststroller text for themes
0433bd6 Expose toast colors for themes
407fac9 Fix autofill save dialog
580b6d4 Allow Immersive cling colors to be fully themed
3417a78 Themes: Allow Resolver List BG to be fully themed
74536d4 Make resolver list fully themeable
63d1e83 Themes: Expose resolver hardcoded colors
9168668 Ambient display music ticker [1/2]
5ec49f7 Port ambient Now Playing container from Pixel [stripped down version]
8e93a28 Fixes for lockscreen visualizer
d9ab595 SmartBar: Enable action for Expanded Desktop
2a25594 SmartBar: Enable action for One Hand mode
086e748 Update stock navbar items only if enabled
8543258 SmartNav: Bring back Kill App action
7f0750f Pulse : allow to blacklist apps [1/2]
2e820b5 SmartNav: Implement pulse for stock navbar
86b0fe1 SmartNav: Add missing setting defines
ef6a1f1 Pulse: add back auto color based on albumart
a6019c8 Initial checkin on Pie for SmartNav navigation suite
d0fcf39 Add Flashlight blink on incoming calls [1/3]
da63e24 AppOps: Do not prune apps that are not present
3813ffe SystemUI: Name Cellular Tile based on carrier
00adcb6 Custom Icons handler: add launcher icon cache support
3c2779bd Stock Recents/Overview icon pack support [2/3]
95ae945 QS: LocationTile: make it cycle modes
260c086 keyguard: Actually kill Fancy Colon
3023638 Fix no default ringtone for slot2
5c4c706 Phone ringtone setting for Multi SIM device
70fe4c1 Suspend Actions [1/3]
3762175 Utils: Import restart systemui api
df9ab65 Allow users to switch between Pie/Oreo recents [1/2]
3200918 SoundSearchTile: Make default state inactive
7c66459 Add Google Sound Search tile
8ea0f06 Cellular tile: don't show disable confirmation dialog
b50a812 Remove call to expand QS panel while pressing the Airplane QS tile
e845655 Ask pin when tapping Airplane tiles on secure lockscreen
5fad6f1 Qs tiles no title: use bigger rows padding
6b6819c OnTheGoTile: Fix active inactive states
db27d8c QS: SystemUI: Add On-The-Go Tile
99894bb fw_base: On-The-Go Mode (1/3)
e340f01 Add device key action to take screenshot [2/3]
1c7c25c Add device key action to toggle flashlight [2/3]
bf140d0 Add api to toggle flashlight and check if device has flashlight
add7b61 base: implement OP like navigation gestures [1/2]
cafb34e AODTile: Fix long click intent
1f3d131 BatteryBar [1/2]
0546dcf Ability to toggle VoLTE icon in statusbar [1/2]
7532af0 Allow to dismiss notifications with FP left/right swipe [1/2]
74d7df2 Add Always On Display QS Tile
38713e0a MusicTile: Make tile state inactive if not playing music
5cb99cc Add Music QS Tile
a2d8abf Allow to set QS panel columns and rows [1/2]
a05aed8 Speed up Recents additional buttons show delay
4f8e182 battery: Allow setting custom symbol near text on charging [1/2]
5fb7bf0 BatteryMeterDrawable: add battery styles [1/2]
93f338a Use SHOW_BATTERY_PERCENT to position battery percent [1/2]
57d1260 Fingerprint authentication vibration [1/2]
1a05402 Allow using 4G icon instead LTE [1/2]
6f14d58 Make roaming indicator optional [1/2]
09de729 Add ability to toggle bluetooth battery level in QS [1/2]
c92a731 Add ability to toggle bluetooth battery level [1/2]
e015524 Add CarbonGestures [1/2]
420609b6 SmartPixels: Also depend on burn in protection
a71ea36 SmartPixels: Add config to enable smartpixels support
c9f2b3c base: make smart pixel burn-in protection dependent on device burn-in
e37c0eb Add smart pixels [1/2]
045e340 Custom logo customizations [1/2]
6797ee0 Statusbar clock customizations
021f4b1 Allow using position tunable to hide clock
abc6935 Add separate tunable for clock seconds
e294355 Network traffic mode for status bar [2/3]
dfd47af Move net monitor to expanded statusbar header [1/2]
60df163 Use alphaoptimized layout for custom icons on left
88fd3cd CollapsedStatusbar: Fix phantom spaces in status bar
fe9164c CompassTile: Add a device supports compass check
2350071 CompassTile: Do not use slashed icon
aa5cd67 CompassTile: Set default state inactive
1098015 Add Compass tile
80e0280 ExpandedDesktopTile: Set default state inactive
b028adb QS: Add Expanded Desktop QS Tile
88f293e6 PhoneWindowManager: Do not panic if immersive mode active
5a6bf00 Add a whitelist for location providers outside of /system [1/2]
c00f2d2 AbsListView: Fix widget couldn't find any view fc
d158e4d Return: Listanimation Views and Interpolator [1/2]
a17004a Add option to disable scrolling cache [1/2]
e24827e Fix: No text in toast for RTL layout
e6d2bc2 FW_Base - XuiMod: Toast Animations [1/2]
d82ad3e AppTransitions: Remove hackery for controls duration
265ab74 Allow toggling animations off [1/2]
d05739d SystemUI: remove unnecessary recent apps transition
b285875 AOKP custom system animations (1/2)
3b17a77 display: Don't animate screen brightness when turning the screen on
d249d88 Add interpolators to qs tiles animation [1/2]
ef4cf31 Add animations to quick settings tiles [1/2]
b6587e2 Force Expanded Notifications [1/2]
df4ded7 Base: HeadsUp snooze function [1/2]
d83c1fe HeadsUp: add timeout option (1/2)
ceb5d00 base: Add accidental touch prevention for assist key
30ed9c5 base: Introduce Accidental Touch
5174f0c base: Introduce new navigation bar key event source
bffcab5 Battery light: 100% charged level (1/3)
8a38f6f Add HW Keys QS tile
56faf4d policy: introduce pocket lock
a89b057 pocket: introduce pocket judge
61af6da base: Add bool to enable/disable doze by default
5bb74a4 Allow tuning ambient display with sensors [1/3]
4c37afc Toast icon switch [1/2]
bbdcecd Show icon of package associated with Toast
846f560 Integrate crDroid OTA into crDroid Settings [1/3]
f1199a7 StatusBar: add missing import for ContentObserver
0df4ec6 Add AlarmsBlocker [1/2]
a65b57d Add WakelockBlocker [1/2]
fa763e8 CPUInfoService: Improvements and fixes
01a903e QS: Add CPUInfo toggle tile
17176cf SystemUI: add CPU info overlay
54e15c0 ambient display: Fix volume key music control
a011fed Base: Hide power menu on secure lockscreen [1/2]
72e9fce base: persist screenshot type in settings
4dda0e1 QS: Add partial/full screenshot QS tile
1f420d4 QS: Add Screenshot QS Tile
ccdb7b6 core: Add api to take screenshots
a6c4318 base: bring back screenrecord [1/2]
ceea89b Live Volume Steps [1/2]
824ddb0 QS tile titles visibility [1/2]
3364a3c Add customizable action for back long press button [2/3]
94d561c Add device key action to kill app [2/3]
6c85dce Add toggle to disable HW keys [1/2]
f985b4a Statusbar: Clean up Tuner API
70506b3 SystemUI: Add back the Pixel Navbar
9ec8748 Use FORCE_SHOW_NAVBAR to actually toggle navbar
896fcbf Quick settings: Add Haptic Feedback to tiles [1/2]
d86b69c Add option to select brightness slider positon [2/3]
33e6613 Fix playing screenshot's sound when camera's sounds off
130a304 Allow to disable screenshot sound [1/2]
34deb0e Separate double tap to sleep on lockscreen [1/2]
24f806a Return: Smart Pulldown [1/2]
f71c24e SystemUI: Add case to quick pull down status bar anywhere
90c7b79 NotificationPanelView: Clean up tuner API
3b56801 MediaScanner behavior on boot (1/3)
066c8b5 Keyguard: Fix scramble PIN view for multiple users
97ee06c Disable PIN entry after successful quick unlock
27edd64 Keyguard: Forward port lockscreen quick unlock (1/2)
98b1b7f KeyguardHostView: Auto face unlock v2 for pie
23c92f2 Add config to enable face auto unlock by default [1/2]
8c5b9c5 Base: fix facelock crash when lock screen is disabled
61d5f46 Add preference for automatic face unlocking [1/2]
13dc57c Dismiss keyguard automatically when face is recognized
32ba7a1 Add crdroid utils
faa24f5 base: Add metric for crDroid Settings
9c37d440 BatteryService: add dash charging support
90533ca LockscreenCharging: squashed (1/3)
2961432 base: Add stub files
089165e SettingsLib: Cherry-pick misc fixes to AOSP
8a097ce Add additional required permissions for priv-apps
c8ad750 Fix NPE with void android.view.VelocityTracker.clear()
dc0b241 base: Supress telephony crashing platform
292dc81 Update ringtones and notifications
9cc98eb Enable NSRM (Network Socket Request Manager).
740c363 SystemUI: Update NFC tile drawable
1b4121b StatusBar: Silence logspam
08543f3 telephony: Make IMS method updateToState accessible
b2449dc SystemUI: Keyguard: Check for a null errString
cba8052 Bluetooth: Fix NPE when accesing Manufacturer Data of invalid ScanRecord
4377106 VrManagerService: Solve the null pointer exception
2f48d8c Kill off provider info logspam
bd4e3b7 Remove unnecessary videos
e8e5afd base: Remove round corner padding from statusbar
45a6727 KernelWakelockReader: stop the panic
d8c7bb3 Screenshot: Fix possible NPE
74e09d1 Suppress FingerprintManager logspam
3ea043f TunerService: Prevent NPE with tunable
8027b9d base: Make Build.DATE visible to apps
7063ece NightLight: Allow lower temperatures
bb3d689 Increase Zenmode max hour limit from 12 to 24
54ec38a view: add null check for dispatch touch view
2e79866 CarrierConfigManager: Enable enhanced call blocking function
0aa8426 StorageManagerService: Fix for system_server crash while booting
912a167 WindowManagerService: Remove status bar perm checks
b5bd0f5 base: disable warning in StaticLayout
199262e Telephony: Don't crash for too long baseband version
99a73cd base: SettingsProvider: cleanup leftover logspill
847635a Fix NPE when AOSP ambient display preference is removed
860ea14 Shorten wait time for shutdown time optimization
5b8a07e ActivityManager: fix npe in ProcessRecord
13fb1d5 frameworks: Fix null pointer Issue
994d502 Revert "Remove getIntWithSubId in TelephonyManager."
561a672 SystemUI: Prevent NPE in Dependency.get() in BrightnessController
884f69b aapt: silence density flag warnings
7c72718 Avoid needless Integer.valueOf() object allocation.
701027c Reduce log verbosity: Don't spam logcat
8823c26 SmoothSpinners: Makes the loading "spinner" animation smoother
9d0eef5 Allow faster app switching
a2c3e75 Speed up Orientation Listener
16a4faa android.view: Speed things up!!
e3fba35 Notification: Remove logspam from apps without channels
76d6437 Don't crash if there is IR HAL is not declared
b922a73 TelephonyManager: Prevent NPE when registering phone state listener
0c5061c Fix NullPointerException in CaptivePortalLogin
b1c27df SystemUI: Remove annoying log caused by aosp bug
10e11f0 NavigationBarView: Avoid NPE before mPanelView is created
d81148d Add missing STORAGE_INTERNAL permission for BackupRestoreConfirmation
4049cad SQLiteDatabase: Catch corrupt exception during transaction
60a4d6a DEBUG: Turn off some debugging we don't need.
139ed6c BluetoothAdapter: disable logspew
* frameworks/native/
f6f80bf libui: Ignore invalid usage bits in buffer descriptor
e44db06 native: Restore VM memory overrides
2f6f387 Input: improve touch response slightly
abfb783 Translate pointer motion events for OneHandOperation Display Shrink
* frameworks/opt/net/wifi/
94b9780 Wifi: Add support for wpa3(dpp,sae,owe,suiteB) network
4a4eaea Wifi: Add support to configure HLP, DHCP and manageIpClient for FILS N/W
0528a65 Wifi: Introduce client interface for vendor supplicant 2.0
a99d7b2 Re-add WPS implementation (3/3)
* frameworks/opt/telephony/
915db4c telephony: add OP arfcn class
31889ac add for community - community is not pleased
4eac9c0 Reserve orignal dial string for CDMA call
148e38d Handle CallFailCause ACCESS_CLASS_BLOCKED
d2c3779 Telephony: Add CallFailCause values for clear code.
5710381 Fix showing empty signal icon based on 3GPP family signal strength
37091b0 Refresh SIM operator numeric for multi-mode SIM
100ec94 Allow Emergency IMS network request in SIM less case
3a93553 Fix attach issue due to wrong attach apn
90c3a73 Fix to release partial wakelock for SRVCC handover.
6028b37 Fix Icc not update after changed to RUIM
67c477b MSIM:Avoid Iccid duplicate issue during android upgrade.
64c5c62 Add Null check to getIccId.
* frameworks/support/
61cc7dd Disable debugging
* packages/apps/Settings/
ca8db95 Merge 'lineage-16.0' into 9.0
* packages/inputmethods/LatinIME/
63d80e4 Merge 'lineage-16.0' into 9.0
* packages/providers/MediaProvider/
f23d302 MediaProvider: Fix SQLiteDiskIOException.
7fce872 MediaProvider: Fix scan on boot notification
e4bac73 MediaProvider: MediaScanner behavior on boot (2/3)
* packages/services/Telecomm/
7a9f353 Merge 'lineage-16.0' into 9.0
* packages/services/Telephony/
bee5272 Merge 'lineage-16.0' into 9.0
* system/core/
a3aabe9 Merge 'lineage-16.0' into 9.0
* system/extras/su/
ba9d599 su: Add back mistakenly removed code
* vendor/lineage/
562941d crdroid: Bump to version 5.4
99aefb5 apns: Update IRAN APNs
b64bfe2 kernel: Fix modules path generated in modules.dep
====================
05-10-2019
====================
====================
05-09-2019
====================
* build/make/
87e9221 build: Respect fs_config when generating recovery ramdisk
* device/lineage/sepolicy/
2310fa4 qcom: Extend untrusted_app access to battery/power supply sysfs
2d2adb6 sepolicy: allow recovery to setenforce
====================
05-08-2019
====================
* external/icu/
1d56f7e Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* external/skia/
c344652 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/SecureElement/
24435ae Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* system/timezone/
5822955 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
====================
05-07-2019
====================
* android/
86699a2 manifest: android-9.0.0_r35 -> android-9.0.0_r37
* bootable/recovery/
e1de083 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* development/
f028b96 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* device/google/atv/
9b40497 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* frameworks/av/
6a6fde2 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* frameworks/base/
63d76f2 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
4e2ec48 RotationPolicy: Don't crash if configstore 1.1 isn't available
* frameworks/native/
088d11f Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* frameworks/opt/datetimepicker/
17490a8 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* frameworks/opt/net/wifi/
b68d3d8 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* frameworks/opt/telephony/
0cb5f1c Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* hardware/broadcom/wlan/
b6cf251 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* hardware/interfaces/
b44d705 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* hardware/qcom/audio/default/
4a0bd95 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/BasicSmsReceiver/
919facf Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/Bluetooth/
8869360 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/Camera2/
1545a88 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/CarrierConfig/
2659c3b Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/CellBroadcastReceiver/
1eeeeaf Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/CertInstaller/
5c03637 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/Contacts/
311aa83 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/DeskClock/
62b5e21 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/DocumentsUI/
1aa9bec Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/EmergencyInfo/
bf492f9 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/ExactCalculator/
33c7ed7 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/KeyChain/
dea1108 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/Launcher3/
0db8d34 New Crowdin translations (#12)
* packages/apps/ManagedProvisioning/
c734686 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/Nfc/
eac38a9 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/PackageInstaller/
6e07867 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/PhoneCommon/
7cd4ebb Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/SafetyRegulatoryInfo/
f73af73 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/Settings/
d4f2f97 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/Stk/
c7f6fe5 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/StorageManager/
db3842e Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/Tag/
bb0fa05 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/Traceur/
516f39f Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/TvSettings/
45aab2c Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/apps/crDroidSettings/
9a09dd3 New Crowdin translations (#421)
* packages/inputmethods/LatinIME/
6cbd1e8 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/providers/BlockedNumberProvider/
bae9eed Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/providers/ContactsProvider/
e8a89db Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/providers/DownloadProvider/
43ccc12 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/providers/MediaProvider/
da297c2 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/providers/TelephonyProvider/
4260e89 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/providers/TvProvider/
300e425 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/providers/UserDictionaryProvider/
a706008 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/screensavers/Basic/
50fc972 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/screensavers/PhotoTable/
dd4981c Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/services/BuiltInPrintService/
237d6b9 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/services/Mms/
22a9af8 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/services/Telecomm/
9cf9123 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/services/Telephony/
d8fc1a8 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* packages/wallpapers/LivePicker/
11d7355 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* system/bt/
3957443 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* system/core/
100cf4a Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* system/security/
c7a1e49 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
* system/sepolicy/
4b120b6 Merge tag 'android-9.0.0_r37' into staging/lineage-16.0_merge-android-9.0.0_r37
====================
05-06-2019
====================
====================
05-05-2019
====================
* packages/apps/Launcher3/
afa85eb New Crowdin translations (#11)
* packages/apps/crDroidSettings/
2371293 New Crowdin translations (#420)
====================
05-04-2019
====================
* packages/apps/Launcher3/
b53ea0c New Crowdin translations (#10)
* packages/apps/Settings/
d1d8d17 Move lockscreen shortcuts to crdroid
e59bad1 Merge 'lineage-16.0' into 9.0
* packages/apps/crDroidSettings/
9c912c8 New Crowdin translations (#419)
43e8f5d crdroid: Add missing strings from lockscreen shortcuts
9bc625a crdroid: Move in lockscreen shortcut settings
====================
05-03-2019
====================
* frameworks/base/
42d29cd appops: put @hide back to opToDefaultMode
====================
05-02-2019
====================
* packages/apps/Launcher3/
9993ff3 New Crowdin translations (#9)
* packages/apps/crDroidSettings/
542bc8b New Crowdin translations (#417)
2dc70e5 Merge pull request #418 from crdroidandroid/9.0-upcoming
====================
05-01-2019
====================
* bootable/recovery/
4d361ff recovery: Set SELinux to permissive for non-release builds
* packages/apps/Launcher3/
dea9a0f New Crowdin translations (#8)
0b39aa9 New Crowdin translations (#5)
8ffdbc7 Update Crowdin configuration file
cc20194 Rounded hexagons are cool!
59ee97e Launcher3: Improve label hide logic
d25f3a3 Add Support for Icon Labels in Landscape Mode
168f611 Fix dark theme for feed
c4ea7bc Add weather toggle and clean up
* packages/apps/crDroidSettings/
a89b86e Hide always on toggle if device doesn't support it
cf99a7e New Crowdin translations (#416)
0145834 New Crowdin translations (#415)
4ba20f6 crDroid Settings: add Cookie QS style [3/3]
====================
04-30-2019
====================
* frameworks/base/
c07e94c SystemUI: Fix double-tap to cam. opens right lockscreen shortcut
* packages/apps/crDroidSettings/
7896834 New Crowdin translations (#414)
====================
04-29-2019
====================
* packages/apps/crDroidSettings/
4663994 New Crowdin translations (#413)
70afa7e Add custom digital clocks for lockscreen [2/2]
* vendor/addons/
c884d9d Merge pull request #6 from crdroidandroid/9.0-upcoming
d755292 addons: add Cookie QS style [1/3]
====================
04-28-2019
====================