forked from crdroidandroid/android_vendor_crDroidOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog_oneplus3.txt
931 lines (820 loc) · 41.6 KB
/
changelog_oneplus3.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
====================
04-17-2019
====================
* device/oneplus/oneplus3/
e2712ce op3: add nfc_nci.msm8996 to fix nfc
51d6d8f op3: nuke doze from dt, crdroid has its own implementation
6c7deef op3: add carrier VoLTE overlay and add props
93745d9 overlays: add back always On, smart pixel, fp cancel success...
6131db1 op3: Fix brightness issue
aa4592a op3: Import backlight overlays from Marlin
157a65f CarrierConfigs: Update Overlays for Pie
* device/qcom/sepolicy/
41316a0 sepolicy: qti_init_shell needs to read dir too
6e496cb sepolicy: Add libsdm-disp-vndapis and libsdmutils to SP-HALs
* frameworks/base/
c38003e87f1 Fix heads-up fc when clock is hidden
* packages/apps/Camera2/
ee2d127b8 Use mCameraAgentNg for getting camera info when available
====================
04-16-2019
====================
====================
04-15-2019
====================
* frameworks/base/
f0faedb0f6d New Crowdin translations (#222)
* packages/apps/crDroidSettings/
618a452 New Crowdin translations (#405)
* vendor/oneplus/
35a53c55 msm8998-common: use unmodified camera blobs
====================
04-14-2019
====================
* frameworks/base/
aa3d6fd9301 Use proper context for prevent ringing gesture toast
* packages/apps/Launcher3/
0e83e3ae9 SystemShortcut: Add uninstall option
1e3582f60 Code cleanup
5d9f5b225 Minor improvements for custom app icons
c749b9b43 Themes: Ensure dialog title changes with themes
* vendor/addons/
1655777 addons: notch-city: Add 3 mode display cutout handler [2/3]
====================
04-13-2019
====================
* build/make/
d089ba0da Merge 'lineage-16.0' into 9.0
* frameworks/base/
abee08402a9 Merge 'lineage-16.0' into 9.0
* lineage-sdk/
c7f83e22 Merge 'lineage-16.0' into 9.0
9cb69f81 sdk: Remove VOLUME_KEYS_CONTROL_RING_STREAM
* packages/apps/LineageParts/
fad0485 Merge 'lineage-16.0' into 9.0
* packages/apps/crDroidSettings/
93bbbfa crdroid: Use correct title for visualizer fragment
45045d1 LightSettingsDialog: Sync with LOS
7011b08 New Crowdin translations (#404)
* packages/services/Telecomm/
4b9bf3e2 Merge 'lineage-16.0' into 9.0
206e084b Change UI to be consistency with dialer settings light M2 theme
* packages/services/Telephony/
c4f76fd85 Merge 'lineage-16.0' into 9.0
f5b8d83b1 Change UI styles to match dialer settings light M2 theme
d97bebd64 Disable EmergencyDialer multi window mode
7610ab830 Fix EmergencyDialer UI when display size change
* vendor/lineage/
d00514b8 config: Include old AOSP alarms/notifications/ringtones
5e21497f images: Add 420dpi symlink
* vendor/oneplus/
5a592f95 msm8998-common: camera hal is device specific
====================
04-12-2019
====================
* build/make/
a04f8be86 build: Include AudioPackage14.mk instead of AllAudio.mk
* frameworks/base/
7333b969ddc Audio assets: add NFC sounds
21864034560 New translations cr_strings.xml (French) (#221)
* lineage-sdk/
da392f91 sdk: notification: allow forcing notification color for preview
* packages/apps/LineageParts/
e56f91d LightSettingsDialog: add bundle extras for preview color and duration
b6e35a5 LightSettingsDialog: create and use notification channel
03f82c4 LightSettingsDialog: remove unused OnColorChangedListener
* packages/apps/crDroidSettings/
14e53f5 New Crowdin translations (#403)
====================
04-11-2019
====================
* bootable/recovery/
20c8d41a recovery: show text during install
a6744196 recovery: always create emulated volume if we fail to detect fs
* frameworks/base/
7f722d8473d Exclude Emergency Dialer from recent app list.
e37ed3c5142 NotificationManagerService: do not use flashing API for staying always on
* packages/apps/Settings/
ee9f6814e5 update our logo
* vendor/oneplus/
d1b12517 sdm845-common: Use ims.apk from daisy
====================
04-10-2019
====================
* android/
35aee45 Merge 'lineage-16.0' into 9.0
b4c6f5c Merge pull request #22
2d9fde9 Readme: Codename :)
* build/make/
541f8c53d Merge 'lineage-16.0' into 9.0
* frameworks/base/
7a008346265 ClockController: Add getClock method
9beee679e49 The surface hang up when screen on and screen off
f8d5031f0f3 Fixed setting incorrect mode of vibration
d1a9d7fcb87 backup: right way to check canonical file path
6a1c4ce3372 Fixes crash/race condition when destroyActivity
66da5855547 New Crowdin translations (#219)
42d033525b3 Update Crowdin configuration file
befaf458f4e Lockscreen Visualizer: Add pulse magic
08387652866 Add Restart SystemUI button on Advanced Restart Menu (1/2)
4ffece6edb7 Fixed old mobile signal icon
b3890c2f220 LTE Tile: corrected strings
c19296b1d5d Support more Network modes for LTE-tile.
2a1133a4cb8 LteTile: multisim compatibility
23ab4c93e0e LTE tile: Remove oreo style slashes
eb89fc96512 Implement LTE Tile [2/2]
8cf13b891d5 Fix issues with QS access on secured lockscreen
9376a604959 Allow disabling QS access on secured lockscreen [1/2]
d62bf557f9b SystemUI: Allow using tuner API for Global settings
348d19cb26c QS: Add Sound tile to Quick Settings
49718ff38e3 Wifi: Send DHCP DISCOVER with rapid commit
da1c5ea2ae6 wifi: Add APIs and keymgmt to support WPA3(DPP,SAE,OWE,SuiteB).
bd8805ed7e0 Wifi: Add FILS support in WifiConfiguration
273015b5531 IconsHandler: Really update the icon packs available
25d5842c9aa Revert "ViewRoot: Ensure we release surface from setWindowStopped"
4d8ef5ba164 core: view: Add property to disable VSync for CPU rendered apps
1c28a251250 add VSYNC scheduled flag and avoid two doFrame calls in one period
4c838e62141 Re-add WPS implementation (2/3)
44a10969148 ActionUtils: Reverse actions for QS and notification panel
b9b19477f79 Add more action utils
1a687e5f755 Support per-app icon and label customization [2/2]
1cfb8c2b2ef MicroG: Allow location providers also outside of /system
17da72a1061 Lockscreen Date Font Style [1/2]
747d5c8c5f2 Lockscreen Clock Widget Font Style [1/2]
e2506f079ac Add few Clock settings to Tuner reset blacklist
07d29545e9b KeyguardStatusBarView: Request batteryview update only when required
4f413fe9b6c NavigationBarFragment: Update modes only when attached
85ca59d7c69 BatteryMeterView: Fix logcat spam
42a7137326f Fix StatusBar icons tinting when in split screen
bd48d016674 base: SystemUI: fix status bar mobile view layout problem
766153cd793 SystemUI: fix visibility of mobile type icon
cec733cfacd Allow switch to pre P mobile icon style [1/2]
f12dc9e2d04 QS footer icon visibilities [1/2]
eced168c983 Allow to quickly open Running Services from QS panel [1/2]
86847a92b01 Allow to disable qs footer warnings [1/2]
306393742b7 Network Traffic: Add more customizations and improvement [2/3]
f642009c956 Telephony: Add DisconnectCause values for clear code
634f66e5cf6 Do not apply date customization to QS clock [1/2]
a30386b7eb5 UiModeManagerService: Store messaging night state on Settings class
3ed59f20f4c Separate global actions theme from qs
4fe9eb2165a Use normal tinting for emergency icons
0f3bbd80dae base: Supress telephony crashing platform
37fd1fae2d4 Fix action bar font family on material themes
eace46b6e1d framework: Grant READ_WEATHER permission
e1b3ccdea58 GlobalActions: avoid multiple power dialog animations
55d4a3ed13b Disable SwipeUI when navbar is disabled [1/2]
95503255e0f navbar: Do not fiddle with haptic feedback
f4322a89389 Full gesture navbar: Apply only on stock navbar
59e32a7b702 GestureButton: Adapt to sendKeycode API change
a4930b53aca Allow to set a full gesture navbar [1/2]
02675804c39 QS tile titles visibility - Fix to hide label container
99a1c520a10 Implement per-app thermal control [1/3]
2f4377078e8 Add optional OP cam support
558aec47d7f Add synchronization for invokeForAllObservers call
3effde8e50c SystemUI: Fix NPE when DozeService is destroyed
ccf137a48ba Disable edge gesture service by default
05c59b52895 PIE: Add back landscape check properly
62d0c9e39f2 PIE: Fix animation for settings icon and clean up
dba48fc83e0 PIE: Clean up for orientation mess
8e0406f6911 PIE: Fix auto dark theming and use tuner API
8606dc42426 Frameworks: PA PIE Controls 3.0 [1/3]
b25eb347d67 Forward-port support for chained input filters
3aafa18741a Add EdgeGesture service for system gestures [1/3]
60ec241c5cc QS tiles customizer: respect user tiles columns value
0df9a6ab760 Clear all lingering notifications when network is disconnected
52ab6810601 OnTheGo: Add missing import ComponentName
b2b823579fd frameworks: Reset battery stats [1/2]
c3c4debc7f8 Themes: Workaround to fix dark theme on Messaging app
3538be31df9 Ability to hide superuser status bar icon [1/2]
835842df8ea Remove the check of mService when BluetoothHidDevice doUnbind
2361e642ab3 Update navigation bar upon change of display density
efd4ce1ed14 SystemUI: don't add already attached qs tile views
114af59aeba Keyguard: Hide check button when using PIN quick unlock
284ef169be9 LatinIME: fix navigation bar for expanded desktop
765d2126f95 build: Add props to allow skipping build consistency checks
0b852926153 Utils: Add function to kill package
aa17fec464c Add Clear All Button to Recents [1/2]
31b00bf1bf9 Quick settings panel : Set transparency [1/2]
2e039635b40 crdroid: Clean up one hand mode UI [1/2]
7c5640fa708 onehand: Add display shrink mode
484030e9eec VoLTE icon: reduce height & width to match status bar icons
64aca311aa3 Allow tuning extra padding for status bar
0775b285963 Rounded Corner: Code improvement and clean up
442d1d78115 Custom Rounded Corner and Padding preferences [1/2]
f3bd38f3de3 Add toggle for lockscreen weather and improve code
068e8748be6 Weather client: fix refresh at boot and improve/cleanup code [1/2]
453dfaf5b59 Weather client: switch to vector drawables
e1e55b3de4e SystemUI: Implement weather on lockscreen like Pixels
3500c8ab488 Add option to auto hide status-bar clock [1/2]
8b31c7c6177 Update QS tiles showed by default
72c3d35276d Use same NFC icon as that in QS tile
dc4e2ff9415 SystemUI: Add statusbar NFC icon
dcec4a93571 Volume dialog timeout (1/2)
1e2f4874da9 VolumeDialogImpl: Create settings observer only once
9c37218a8cd Switching audio panel position [1/2]
5fba29b3b4a Extended audio panel - fixes for unlinked notifications
77216fc4790 Extended audio panel [1/2]
2f60ccacfbb Left volume panel: Fix animation
056f7504312 Volume panel location: load the bool once
4cbfedd2465 SystemUI: allow devices override audio panel location
569576e952c frameworks: Add unlinked ringtone and notification volumes
fa2a78f227f BatteryMeterDrawableBase: Refresh only when value changed
ca7ee895b38 BatteryMeterView: Fix logspam with battery percent view while charging
a0703ba185c PMS: Improve code stability and avoid vm reboot
8e74c2ccdd9 PMS: No need to call permissionsState.getPermissions
ea0a8f40504 telephony: Conditionally ignore RSSNR signal level
81c188a5b86 CPUInfoService: Clean up intent filter
56ba458ddd3 Ambient music ticker: don't trigger if it's not a media notification
aeb064f0e22 Ambient music: be sure to clean track info on media notification drop
a9ca515095e FontService: Protect font changed broadcast
7051446d133 FontService: Disable logspam
f2a80c67a67 Set font for remaining keyguard items
2c1f9941c0a Set font for AmbientIndicationContainer
4e69e87d518 FontService: fix null object reference
6c7943a4f64 FontService: fix potential NPE and handle disabled packages properly
56dfd452fbd Add progress for font apply [1/2]
c782e3dd627 Dynamic font fix for FDE devices
cad1232f4dc Fonts: patched a few need files for boot
8d669ec4fcb Fonts: Update keyguard when font changes
60bc73ebbf8 bringup: Fontservice
0ee1b7fe663 PebbleBerry: Switch styles [1/3]
61b8c97525d PebbleBerry: Add black/dark themes for google intelligence and wellbeing
4e37e6b772b PebbleBerry: Add QS header styles [1/3]
6652f5ed0c5 PebbleBerry: Introduce Tile Styles - a QS tile style picker [1/3]
4fc9c6b4bde PebbleBerry: Simplify for power saver mode
8d07794caa3 PebbleBerry: Turn off night mode before switching dark style
ff337251372 PebbleBerry: Fix black theme auto reset
d5fbbb24504 PebbleBerry: Add independent switching of notification theme
2dde0595652 PebbleBerry: Support black overlays
d66fed1bac4 PebbleBerry: Allow switching accents and light dark themes in better way
644c7c494e0 PebbleBerry: Add string to store status for dark theme usage
d003e2c0f48 PebbleBerry: Add SystemUI dark theme support
211ce532f4f PebbleBerry: Create theme/accent manager utils
28818fbc88a Revert "SystemUI: Berry styles"
af645e25639 TunerServiceImpl: Remove unavailable settings from blacklist
a4a5462245f Reload assets on overlay change: code improvements
53d2b61e38b Notifications: Do not use theme context for remote views
f120113ffe8 Improvements in loading notifications with dark mode
b55c523f6f2 Reload more assets on overlay change
899ae5e761c Add support for theming notifications
fdab51bb6a4 Expose notification info text color
937401b1ced Themes: Remove color spans when using config_useDarkBgNotificationIconTinting
de988d09ae5 Themes: Add Theme.DeviceDefault.Resolver.Exposed
0aeed49bb47 Themes: add bool to optimize notification icon colors on dark backgrounds
be2a1a3cf76 Themes: Expose notification icon colors
f291d51eb12 Themes: Set UserIcons tintMode to SRC_ATOP
829fe3c8832 Themes: Expose QS tiles and label colors
8fc203b95c0 Themes: SystemUI: expose screen pinning colors
8b07ecff7ba Themes: SystemUI: Expose QS edit item decoration background color
60d8c07bb21 Themes: Allow Permission Icons to be fully themed
37e8be97d9e Themes: Expose toast & tooltip text colors for themes
c4226fcb786 Themes: Expose Keyguard affordance circle background
4b649627523 Themes: Allow volume slider and thumb to work with custom images.
99c490895fb Themes: Expose Screenshot flash and background colors
178c191b98a Themes: Expose Keyboard Shortcuts Dialog
3769730e0c5 Themes: graphics: ADB "N" icon compatible with OMS7
1a7319f9a1c Themes: SystemUI: Expose switch bar title
66accd3357d Allow Navbar ripple color to be themed
6acfaaca653 Themes: Expose QS tiles and label colors
16447221654 Themes: Expose QS background color
61e72ea3b89 Expose and tint settings dashboard icon tint
b99dc37cf31 Expose autofill save dialog text color
ca19b542739 Expose screen pinning dialog background and text color
670fd044935 base: themes: dont use colorPrimary for active qs
3e3e0f8af94 Expose two target preference divider color
c4014438a48 Expose faststroller text for themes
f40442676f6 Expose toast colors for themes
0ff0ad65cff Fix autofill save dialog
6355ca4bf32 Allow Immersive cling colors to be fully themed
a1a3f400688 Themes: Allow Resolver List BG to be fully themed
3ef04bcd3fc Make resolver list fully themeable
44dcc25ce96 Themes: Expose resolver hardcoded colors
4cb51c389a1 Ambient display music ticker [1/2]
2bfd408e384 Port ambient Now Playing container from Pixel [stripped down version]
d59471582a6 Fixes for lockscreen visualizer
9300c72889e SmartBar: Enable action for Expanded Desktop
73a53c768ee SmartBar: Enable action for One Hand mode
2f7a3f77172 Update stock navbar items only if enabled
b9b10f43935 SmartNav: Bring back Kill App action
166d3b7d382 Pulse : allow to blacklist apps [1/2]
a6dd1de8e5a SmartNav: Implement pulse for stock navbar
7e7893d0a2b SmartNav: Add missing setting defines
33f3e86694c Pulse: add back auto color based on albumart
435ede43876 Initial checkin on Pie for SmartNav navigation suite
a47fb8cc701 Add Flashlight blink on incoming calls [1/3]
db9b1c6a163 AppOps: Do not prune apps that are not present
e5d0882eb28 SystemUI: Name Cellular Tile based on carrier
a11e15b2d6d Custom Icons handler: add launcher icon cache support
723c97bca4f Stock Recents/Overview icon pack support [2/3]
2840c26d4e1 Camera: Longshot with Burst Functionality.
cf235edb92f Camera: Ignore torch status update for aux or compsite camera
bf0bcce546d Camera: Skip stream size check for whitelisted apps..
5c46afb9415 camera: Skip HFR checks for privileged apps.
2a7f3efabee Camera2: Notify fps as Session Based Parameter
27d6fbcae84 Camera: Clearing exception for Extended Face
827c500e58c Camera: Extend face detection
9fcd23cf8bd Camera: Don't throw exceptions when value pairs have spaces in them
9ef6af099a3 QS: LocationTile: make it cycle modes
cdd55f15503 keyguard: Actually kill Fancy Colon
f73db77dd1a Fix no default ringtone for slot2
dcb426abdbb Phone ringtone setting for Multi SIM device
ae798e3bd7c Suspend Actions [1/3]
44c6b5df603 Utils: Import restart systemui api
a6c2539fd9d Allow users to switch between Pie/Oreo recents [1/2]
9306d74bef0 SoundSearchTile: Make default state inactive
a8b23a88fe4 Add Google Sound Search tile
252541dfe20 Cellular tile: don't show disable confirmation dialog
aa22d33ccbb Remove call to expand QS panel while pressing the Airplane QS tile
8fbacc49ec8 Ask pin when tapping Airplane tiles on secure lockscreen
2e0f9e3e047 Qs tiles no title: use bigger rows padding
19d24c30cc4 Reset WindowingMode of the orphaned TaskRecord
02556e47639 Synchronize mPermissions to void NullPointerException
d643a2fdbea OnTheGoTile: Fix active inactive states
ea54d55a245 QS: SystemUI: Add On-The-Go Tile
02971a7c2d8 fw_base: On-The-Go Mode (1/3)
2d528dd70d5 Add device key action to take screenshot [2/3]
11ec01f4855 Add device key action to toggle flashlight [2/3]
13e245f59f7 Add api to toggle flashlight and check if device has flashlight
b60e6bb2806 base: implement OP like navigation gestures [1/2]
be582948bcd AODTile: Fix long click intent
bc335d268f5 BatteryBar [1/2]
56b336128c3 Ability to toggle VoLTE icon in statusbar [1/2]
830ffd39fdf Allow to dismiss notifications with FP left/right swipe [1/2]
62dcf2f6bd4 Add Always On Display QS Tile
62199695f86 MusicTile: Make tile state inactive if not playing music
b14259b68c3 Add Music QS Tile
ef3071c6187 Allow to set QS panel columns and rows [1/2]
0b03942fb50 Speed up Recents additional buttons show delay
23e9a582b63 battery: Allow setting custom symbol near text on charging [1/2]
4b092a94bb8 BatteryMeterDrawable: add battery styles [1/2]
714a6384fb9 Use SHOW_BATTERY_PERCENT to position battery percent [1/2]
37c692d8079 Fingerprint authentication vibration [1/2]
6788e08091a Allow using 4G icon instead LTE [1/2]
a1df1d6f1e8 Make roaming indicator optional [1/2]
5715412320a Add ability to toggle bluetooth battery level in QS [1/2]
a9ec47d1e3f Add ability to toggle bluetooth battery level [1/2]
6e22b31acd3 Add CarbonGestures [1/2]
32f0b1b3462 SmartPixels: Also depend on burn in protection
cf2a78c8b55 SmartPixels: Add config to enable smartpixels support
4b695ed0378 base: make smart pixel burn-in protection dependent on device burn-in
81d23ec22b3 Add smart pixels [1/2]
e0df5c18de7 Custom logo customizations [1/2]
b3ffafa9606 Statusbar clock customizations
1719a663b01 Allow using position tunable to hide clock
f557b46853f Add separate tunable for clock seconds
371aed2fa1d Network traffic mode for status bar [2/3]
b2b94a9a264 Move net monitor to expanded statusbar header [1/2]
0eef3b29dad Use alphaoptimized layout for custom icons on left
f794d8b0908 CollapsedStatusbar: Fix phantom spaces in status bar
f839796031a CompassTile: Add a device supports compass check
f751a8452ea CompassTile: Do not use slashed icon
f7b93891469 CompassTile: Set default state inactive
f7b5acb6dc5 Add Compass tile
7967f0fc06b ExpandedDesktopTile: Set default state inactive
ad60dd16389 QS: Add Expanded Desktop QS Tile
da0502ed06b PhoneWindowManager: Do not panic if immersive mode active
803dbdb97ac Add a whitelist for location providers outside of /system [1/2]
70c6ff41728 AbsListView: Fix widget couldn't find any view fc
57d9dbe33f8 Return: Listanimation Views and Interpolator [1/2]
da0ff53ffa1 Add option to disable scrolling cache [1/2]
996ba3fc471 Fix: No text in toast for RTL layout
2e60a15fcb0 FW_Base - XuiMod: Toast Animations [1/2]
dbfc19b236d AppTransitions: Remove hackery for controls duration
bff40f2c598 Allow toggling animations off [1/2]
858a7c5f107 SystemUI: remove unnecessary recent apps transition
910936eb277 AOKP custom system animations (1/2)
b76c825ebef display: Don't animate screen brightness when turning the screen on
4c79ca5e5c4 Add interpolators to qs tiles animation [1/2]
c5e185e34d1 Add animations to quick settings tiles [1/2]
48b94bfe26d Update ringtones and notifications
67c277f7b7d Force Expanded Notifications [1/2]
3dbd3221369 Base: HeadsUp snooze function [1/2]
b21281f5848 HeadsUp: add timeout option (1/2)
e50f65c11e6 base: Add accidental touch prevention for assist key
54fdf049962 base: Introduce Accidental Touch
5af1c483952 base: Introduce new navigation bar key event source
632646cb625 Battery light: 100% charged level (1/3)
49d57de91e7 Add HW Keys QS tile
50fe0436232 policy: introduce pocket lock
9d35ab9af15 pocket: introduce pocket judge
c80618b85ce base: Add bool to enable/disable doze by default
50900812bb4 Allow tuning ambient display with sensors [1/3]
6119c16376c Toast icon switch [1/2]
64499d7175d Show icon of package associated with Toast
3fe04593bb4 Integrate crDroid OTA into crDroid Settings [1/3]
b13352f4582 StatusBar: add missing import for ContentObserver
e7ba806cf67 Add AlarmsBlocker [1/2]
e1febb4f5a9 Add WakelockBlocker [1/2]
fad1d264d03 CPUInfoService: Improvements and fixes
a440ca00246 QS: Add CPUInfo toggle tile
14133c1584e SystemUI: add CPU info overlay
c5e1a2a1cf3 ambient display: Fix volume key music control
e2aae0d8410 Base: Hide power menu on secure lockscreen [1/2]
0734d11a7a5 base: persist screenshot type in settings
c669aef8b22 QS: Add partial/full screenshot QS tile
752fa6caeca QS: Add Screenshot QS Tile
012a0930883 core: Add api to take screenshots
dd9d40662e1 base: bring back screenrecord [1/2]
3c2210c9a17 Live Volume Steps [1/2]
c838bc18fd1 QS tile titles visibility [1/2]
eb790917cb4 Add customizable action for back long press button [2/3]
775bd3d0fc0 Add device key action to kill app [2/3]
db74b332ed0 Add toggle to disable HW keys [1/2]
75572f13b9a Statusbar: Clean up Tuner API
17aad8cbc2f SystemUI: Add back the Pixel Navbar
86fbd72a4e4 Use FORCE_SHOW_NAVBAR to actually toggle navbar
9f04e2c44da Quick settings: Add Haptic Feedback to tiles [1/2]
5d440b1748a Add option to select brightness slider positon [2/3]
a1f511db758 Fix playing screenshot's sound when camera's sounds off
129176e49b6 Allow to disable screenshot sound [1/2]
a6299211a42 Separate double tap to sleep on lockscreen [1/2]
f0cf97d7168 Return: Smart Pulldown [1/2]
c5891155485 SystemUI: Add case to quick pull down status bar anywhere
696dc440f43 NotificationPanelView: Clean up tuner API
ebc81460377 SystemUI: Update NFC tile drawable
6ab1834b8f6 MediaScanner behavior on boot (1/3)
a15f8c0daff Keyguard: Fix scramble PIN view for multiple users
eaa17dbf072 Disable PIN entry after successful quick unlock
6e571d0f10b Keyguard: Forward port lockscreen quick unlock (1/2)
f4780263ba5 KeyguardHostView: Auto face unlock v2 for pie
2fb01f1af13 Add config to enable face auto unlock by default [1/2]
ee96ca991fe Base: fix facelock crash when lock screen is disabled
2ef8bb40177 Add preference for automatic face unlocking [1/2]
0e4088dff25 Dismiss keyguard automatically when face is recognized
7687f8bdffa Add crdroid utils
d2a0eb9189c base: Add metric for crDroid Settings
f878eedeede BatteryService: add dash charging support
36956b5e52d LockscreenCharging: squashed (1/3)
0b337dedd96 base: Add stub files
4064abca1ba StatusBar: Silence logspam
859823b8230 ServiceRegistry: Don't throw an exception if OEM_LOCK is missing
698b81cb27c Crash app on foreground service notification error
37656797ef1 Return null on failed insert due to permissions
ec9f565d5e9 Fix RouterAdvertisementDaemon thread leakage problem
b39868afb85 am: Avoid scheduling service restart twice
6907a3ccc4b Fix potential crash when per-procstate cpu times tracking is turned on
0c0731bde67 SystemUI: Change arrow keys to vector images
c61bc19598d telephony: Make IMS method updateToState accessible
95f92bc69f5 AlarmManagerService: Add null check to QCNsrmAlarmExtension call
c200864c085 ActivityRecord: .app must not be null when you call .setVisible
ab59007fbc8 Get new surface if it was released from setWindowStopped
2b252722b97 Pass correct preserve window value to performStop
b10de4091e2 Fix to hide phone number printed in the log
18063b61f42 AccountManagerService: Fix ConnectionRecord Leak
e21d98cb387 Update boot image profile to include Object.wait()
914730f9eed Adjust AsyncTask.THREAD_POOL_EXECUTOR config
6b77bf9acc9 fix deadlock of binder thread and ActivityManager
402c8047798 Fix deadlock in AcitivityManagerService
18acb23a551 hwui: fix mmap leak of graphicsstats service
6e7583e79aa widget: Fix DateTimeView fc issue
5f9f0591fa5 Update sound/vibrate notification key only when it actually buzz/beep
30cdcba3835 Check if notification is valid before it finally vibrates
61963585858 Don't request render in GLSurfaceView.GLThread ctr
9013db70ad8 core: Fix switching fragment appears white screen
84746f120e7 SystemUI: Keyguard: Check for a null errString
9b2cfac08a6 MTP: Add support of ObjectInfoChanged Event
e2a1def8176 AMS: Fix the null pointer exception in MainHandler:handleMessage
9de55020269 AMS: Uncatch the IllegalStateException cause process crash
9af1e0098fb AMS: Fix the Deadlocks exception in UiHandler
127ebac2a68 Telephony: NPE observed in Settings when click on Search settings
bf94a69f072 AMS: Fix the null pointer exception in IntentResolver
c01fc82cc08 Move register AppIdle listener into onBootPhase
3ddb3b3815e Fix VideoView parsing some URIs failure issue
e7fca1878b4 InputEvent: Skip IME stages dynamically
d7d6dab7bb5 No Safe Check for Overflowing Alarm Expiry time
5583830ca10 Update the screenState for keyguard while screen turning on
67e711e28df Delete the check of mService when BluetoothHeadset doUnbind
3e540186eea Make services with uid 1000 restart if their host process crashes
3a0c2dcef4b ConnectionRecord: make SystemProcess Watchdog when clean app process
f32c9b026ad Fix motion event offset of DecorView is moved in the window
7d652db5c27 Fix Possible Deadlock with getFeatureState
640a9d0bbc0 Bluetooth: Fix NPE when accesing Manufacturer Data of invalid ScanRecord
dc5fdd7b9a1 hwui: stability: check mmap return value
e73fd1b353b Provide Synchronization to destroyUiAutomationService()
41f9c69a81a ConnectivityService: null check before accessing getCurrentScore()
f132f46f932 SystemUI: Fix crash when unlocking via fingerprint
fd2fed72c1e Fix ExifInterface for .heic when meta is at the end
db8fe1b1082 Do not move the multi-window divider when showing IME
288858596ec Prevent crash when multiple Screenshot request
485702e47f1 Preserve x18 while preloading SP-HALs in the zygote
2ed705485ba KeyStore: Check for daemon death and reconnect if needed
525d37b723f Refusing to enter PIP mode when activity destroyed
3a440b67100 Fix PIP media session listener for secondary users
03717e2bcd5 Fix the behavior of keyguard bouncer in a corner case
c382ba9ff66 VrManagerService: Solve the null pointer exception
a02a228081a SystemUI: Fixes context for tiles without longClick
92992817771 ActivityManager: Fix display id JE issue
853ec56d3e3 Activity: Fix class not found exception
9837dc72d69 am: Fix top activity resume with secure keyguard
20b5760a52c Fix app shortcuts string when changing language during first boot
de564c54089 do not remove system when provider publish timeout
88f4d4b60c7 service: ResetListener in StorageManagerService
b4816087fa7 system_server:process: Crash on Android user-switching
6e33f890dfa Kill off provider info logspam
c511e9624e4 Remove unnecessary videos
33b5c3db4d3 Fix a 'memory leak'
e8f414cff0b base: Remove round corner padding from statusbar
ac14c558df2 KernelWakelockReader: stop the panic
2ce4ceaa232 Screenshot: Fix possible NPE
58845a37afe Sync Preference in UI for new cached device
db061d8e837 Suppress FingerprintManager logspam
ce3fa0314c6 TunerService: Prevent NPE with tunable
ad121af8772 base: Make Build.DATE visible to apps
5eb3fdbafa8 Synchronize on a static final object to lock mDeviceBusy
2a11e48b889 Avoid that the bound process has a higher priority than caller
928bb8a0ef5 Framework: Remove some methods from boot image profile
c07ec1b9a5d Fix data source for HEIF exif extractor
996e7661040 Fix issue which exception happens with ExifInterface for HEIF content
1c312f2f1fe Change caught exception in MediaScanner when ExifInterface is created
0003c0470d7 Remove NotificationVisibility storage pool
9146827cf9f NightLight: Allow lower temperatures
b363867fedc Increase Zenmode max hour limit from 12 to 24
0e296ff1c7e view: add null check for dispatch touch view
5450f915bd2 Fix UsbDeviceManager null object reference
333b04be819 ExifInterface: Avoid infinite loop on stream seeking failed
68efe69e4fe AppStandbyController: Only check user standby setting
287dde1ae47 WallpaperManagerService: Fix theme switching
c4bb298455f ConnectivityService: Fix idle timer rule leakage
7fef6131b7a PackageManagerService: update client app info when related shared library updated.
9ad1422646a ExternalStorageProvider always throws exception when renaming
e7d3a326f3f audio: dispatchPlaybackChange with handlerThread
7858f5ea972 Settings: Only valid screen power consumption need to smear
4969e50712b Fix ix Intent restoreFromXml missing type
dc076255879 pm: Fixes can not boot issue
eff540a841a pms: Fix the IndexOutOfBoundsException issue
4322bedb1e8 Location: Skip processing when reciever pointer is null
6945dc17a56 InputMethodManager: Fixed memory leak when windowDismissed
9bb392c2dc6 WindowManager: Remove unused calling for better performance
f010cac9218 SystemUI: Fix ArrayList callbacks not being thread-safe
0e60b1e01db Parse Exif OffsetTime in MediaScanner
277a1dad9e7 Use getCompressedSizeLong to get correct size for 2G file
8c58e8a9f58 connectivity: Configure additional TCP parameters
7a9f232e3f1 Fix MtpDatabase multithreading NullPointerException
36ebc08ad1a MtpDatabase: Fix potential NULL dereference errors
9d43326c635 Return null if a provider died before acquisition
4ef8c8ffcc7 SystemUI: restart timeout causes black screen
5fd22501723 wm: Passing a new ArraySet instance to avoid crash
5f9cd27882b GlobalActions: Fix systemserver crash issue
ed1fce03fd8 Make the allPendingIntents add operation thread-safe
21632eb603d Fix System Server Crash in completePauseLocked()
df758a8925c Reuse DeathRecipient object for StatusBarManagerService
6e5b3807fff ViewRootImpl: Fixed memory leak caussed by viewrootImpl objects
942b3460b83 ContentProvider: avoid client waiting forever if server is killed
1eda2c41653 frameworks: Fix activity stack ConcurrentModificationException
d4efaf91afa PackageManagerService: Avoid NPE in matchComponentForVerifier
f1b02dfc14a Reduce the uncessery wm call while checkKeyguardVisibility
d686411920d aapt: Fix compiler warning (clobbered by longjmp)
34729ff079c aapt: add check for untranslatable "string-array"s
de1ea7128f5 aapt: Use a std::map instead of a SortedVector
e1fd9a27272 aapt: Speed up the style pruning
85c7ae4f6e5 CarrierConfigManager: Enable enhanced call blocking function
1174e2e5e6f SystemUI: guard possible concurrent issue in LocationController
be7a167205b SystemUI: thread protect keyguard callbacks
91360c747a7 bgdexopt: Let PM handler run between optimizations
4d157936ba7 Update whitelist when installing system application
744be59e06f fix incorrect context classloader initialization in system_server
241eee197af StorageManagerService: Fix for system_server crash while booting
cee13d5c372 core: set default longpress home action setting
598168f7d72 WindowManagerService: Remove status bar perm checks
81002b476c3 BatteryStats: Correct formatter for pkginst in battery stats
c851feda038 SettingsLib: Cherry-pick misc fixes to AOSP
a567cc85cec Handling InputMethodService show with BadTokenException
a50fb2d9302 DragSurface: destroy surfacecontrol in view site
63959a11601 Not passing contentInsets to onAnimationStart
351da3f16a2 Persistent disable background app notification by default
54777639d48 services/job: Fix two Jobscheduler bugs
13cd72ae269 Remove another unused calling for better performance
11720dfa8e4 BackupAgent: add backup shared mode
6240f95e93a SettingsProvider: Fix for google backup and restore
9d2362ff182 Rename the backup file to base file when backup exists
ad296e20912 Fix intermittent slowness in resolver activity towards end of day
bc96f1875f7 base: disable warning in StaticLayout
2efd7ee658f Telephony: Don't crash for too long baseband version
1adc232ad66 Google FRP: save password quality in resetPassword
d41651efea7 base: SettingsProvider: cleanup leftover logspill
863981ec5fd Fix NPE when AOSP ambient display preference is removed
ec3fccec952 Shorten wait time for shutdown time optimization
0017c75aadb ActivityManager: fix npe in ProcessRecord
d0fd63dfeeb frameworks: Fix null pointer Issue
6262aa54b5e hwui: Don't run comparisons on non-jank frames
a18fb402277 Revert "Remove getIntWithSubId in TelephonyManager."
b3c729a651a base: limit direct share targets to reduce lag
5b1ffb4b99f SystemUI: Prevent NPE in Dependency.get() in BrightnessController
3f9499e97f2 SQLite: Do integrity_check only once
660319cbef8 Add handling SQLiteDatabaseCorruptException
9824eb8e068 MediaScanner: Detect folders
f3bf648b182 SystemUI: fix MediaProjection cast crash
a46aebd91db aapt: silence density flag warnings
5999d43b53a Avoid needless Integer.valueOf() object allocation.
75392a04809 Reduce log verbosity: Don't spam logcat
216966925af SmoothSpinners: Makes the loading "spinner" animation smoother
00421eb3d4a Allow faster app switching
261d5b5b15f Speed up Orientation Listener
d70d1061d65 ViewConfiguration: misc changes (rev)
316036cc424 android.view: Speed things up!!
d0d2482aa70 libs: hwui: Enable perf mode and disable pgo
32040bbdc8d ListView: Obtain next list item in advance
d34d13a9fd2 Notification: Remove logspam from apps without channels
* frameworks/opt/telephony/
cb1441d15 Merge 'lineage-16.0' into 9.0
* lineage-sdk/
02253bd0 Add Restart SystemUI button on Advanced Restart Menu (2/2)
9d58750a Add option to hide arrows in network traffic [1/2]
2dcf0a7f Network Traffic: Add more customizations and improvement [1/3]
e34f0314 Network traffic: Properly schedule periodic refresh
b1f39abd Improvements for network traffic handler
2859b178 NetworkTraffic: Fix gravity for text
bc3734ea Network traffic mode for status bar [1/3]
a5de4317 lineage-sdk: Remove DB upgrade for FORCE_SHOW_NAVBAR
68662fab Move net monitor to expanded statusbar header [2/2]
f4c49760 NetworkTraffic: stop the handler in doze mode
6276543d NetworkTraffic: stop the handler if screen is off
01df86c7 sdk: On-The-Go Mode (2/3)
d778dabd Add device key action to take screenshot [1/3]
7709172f Add device key action to toggle flashlight [1/3]
926a37c3 sdk: Disable selinux warning alert for now
b3fe1558 sdk: Kill trust interface hint on first boot
80d8079a Allow value to hide the clock
dbbff659 sdk: Set summary automatically if required
e0ba4685 Custom inactivity threshold for network traffic monitor [1/2]
6d9f877d Battery light: 100% charged level (3/3)
b0729de3 Add customizable action for back long press button [1/3]
391ad8f2 Reduce default kill timeout
7844f80e Add device key action to kill app [1/3]
ab94cdc9 Add option to select brightness slider positon [1/3]
f2d4f68d Allow value 3 for status bar quick pull down
3e481586 Lineage style interface: fix possible NPE when OMS is not up on start
d8528372 Prevent NPE with current dark overlay
1bed4f1c lineage-sdk: Prevent NPE in style interface service
8bdff5ba LOS theming: worst APIs ever [1/3]
1fab5018 crdroid: Do better for version pref
595dc233 lineage-sdk: Enable advanced reboot by default
9bca8bc7 Disable by livedisplay by default
ff33dead sdk: Map to ro.modversion
788c1218 Rebrand to crdroid settings
* packages/apps/Dialer/
1cc139303 Merge 'lineage-16.0' into 9.0
* packages/apps/LineageParts/
59fe8cd Rebrand to crdroid settings
9f7bd1d Kill redundant search fun party
2f3f540 Fix spinner theming of expanded desktop settings
d12c6ee Make trust interface less boring
458e162 Hide power menu actions
1ae3a09 ExpandedDesktop: Fix crash with resource ID
509e1ca Moved expanded desktop settings to crdroid settings
ad91594 Move out notification and battery light settings
32452cd Moved button settings to crdroid settings
81aef11 Move style settings under crdroid
6d2cc82 LineageParts: Silently kill anonymous stats collections
8434a86 Moved status bar settings to crdroid settings
* packages/apps/Settings/
359b22207a Merge pull request #62 from crdroidandroid/9.0-upcoming
363d1a05ec Merge 'lineage-16.0' into 9.0
5b03965fc1 Add our logo to about phone
* packages/apps/crDroidSettings/
ec42f83 Lockscreen Visualizer: Add pulse magic
* packages/inputmethods/LatinIME/
cfef9f029 Merge 'lineage-16.0' into 9.0
* packages/providers/MediaProvider/
7f1eaa7 Merge 'lineage-16.0' into 9.0
* packages/services/Telecomm/
19ed857d Merge 'lineage-16.0' into 9.0
* packages/services/Telephony/
ee4006762 Telephony: Update dark theme
3911b9d9d Merge 'lineage-16.0' into 9.0
* system/core/
42538f164 Merge 'lineage-16.0' into 9.0
* vendor/lineage/
8c9f3119 crdroid: Bump to version 5.3
f584e1b9 Add APN ION Mobile & APN for Roaming
====================
04-09-2019
====================
* frameworks/base/
4ed0861ec89 Don't crash if there is IR HAL is not declared
a1996cfd8b8 TelephonyManager: Prevent NPE when registering phone state listener
e12e28390b3 InputWrapper: Opt out early if session == null
9100a251c14 Fix NullPointerException in CaptivePortalLogin
7dc927ae916 core: touch response optimizations
efaa6b309d9 Optimize AbsListView to reduce click operation latency
115ef37972b SystemUI: Remove annoying log caused by aosp bug
e093ca445ab NavigationBarView: Avoid NPE before mPanelView is created
f0faea6ec8c Add missing STORAGE_INTERNAL permission for BackupRestoreConfirmation
dfc4c3f5766 SQLiteDatabase: Catch corrupt exception during transaction
9959fd340bc Make Build.TYPE and Build.FINGERPRINT consistent for apps.
ece9f205099 Enable NSRM (Network Socket Request Manager).
1bac5ba66e2 Improve scrolling cache
950db933f4d DEBUG: Turn off some debugging we don't need.
68edccc2260 Allow Python Versions Higher than 2.6
8b4bf135676 ParcelFileDescriptor: can we stop the panic here?
50a959fb800 BluetoothAdapter: disable logspew
349fcb94f90 base: set scrolling to 0.006f
bdb869bf9e4 hwui: Disable fine-grained logging
a62325075e2 hwui: Remove deprecated compiler flag
* packages/apps/Settings/
ccdaf09ac2 Automatic translation import
====================
04-08-2019
====================
* build/make/
ca07b9e85 Merge tag 'android-9.0.0_r35' into staging/lineage-16.0_merge-android-9.0.0_r35
* device/oppo/common/
d493fda Automatic translation import
* external/icu/
7ca8e5403 DO NOT MERGE: Apply 2019a tzdb updates
1e7ba5d1a DO NOT MERGE: Apply upstream fix to use rearguard data
* frameworks/base/
e28dab4bb43 Automatic translation import
3a34c8356ad Update bluetooth drawable
8174c3f7b1d Merge tag 'android-9.0.0_r35' into staging/lineage-16.0_merge-android-9.0.0_r35
3da54b5c05f Rotation related corrections
9248ee4f969 Add back ACCELEROMETER_ROTATION_ANGLES and update references
* hardware/qcom/fm/
d78abd7 Automatic translation import
* lineage-sdk/
952ef001 Automatic translation import
db39c9ac Revert "lineage-sdk: Add ACCELEROMETER_ROTATION_ANGLES to system settings"
* lineage-sdk/samples/weatherproviderservice/OpenWeatherMapProvider/
1e2212d Automatic translation import
* packages/apps/AudioFX/
5759bab Automatic translation import
* packages/apps/Bluetooth/
6544941c Automatic translation import
* packages/apps/Calendar/
500b7e16 Automatic translation import
* packages/apps/CellBroadcastReceiver/
7edb382 Automatic translation import
* packages/apps/CertInstaller/
5171f06 Automatic translation import
* packages/apps/Contacts/
cd6ccaff9 Automatic translation import
* packages/apps/DeskClock/
1787fc98f Automatic translation import
* packages/apps/Dialer/
59b92a5f5 Automatic translation import
* packages/apps/DocumentsUI/
5799e29b Automatic translation import
* packages/apps/Eleven/
acdb194 Automatic translation import
* packages/apps/Email/
aa52fb4fc Automatic translation import
* packages/apps/EmergencyInfo/
ad6c6a3 Automatic translation import
* packages/apps/Exchange/
34664c71 Automatic translation import
* packages/apps/FMRadio/
4743cbc Automatic translation import
* packages/apps/Gallery2/
062871011 Automatic translation import
* packages/apps/Jelly/
48d6b67 Automatic translation import
* packages/apps/LineageParts/
2837a42 Automatic translation import
32b8376 Move the rotation setting to the "normal" SettingsProvider
* packages/apps/LockClock/
c460aed Automatic translation import
* packages/apps/ManagedProvisioning/
280a8747 Automatic translation import
* packages/apps/Messaging/
b11dabf Automatic translation import
* packages/apps/Nfc/
a3c461f6 Automatic translation import
* packages/apps/PackageInstaller/
429c0abf Automatic translation import
* packages/apps/PhoneCommon/
a222d05 Automatic translation import
* packages/apps/Profiles/
4b81520 Automatic translation import
* packages/apps/Recorder/
eb6b9ff Automatic translation import
* packages/apps/Snap/
fc9f54457 Automatic translation import
* packages/apps/Stk/
dc57014 Automatic translation import
* packages/apps/Tag/
96d0c00 Automatic translation import
* packages/apps/Terminal/
d8c3d80 Automatic translation import
* packages/apps/TvSettings/
ad7f2bc7 Automatic translation import
* packages/apps/WallpaperPicker/
dbd66ae Automatic translation import
* packages/apps/crDroidSettings/
3beff54 New Crowdin translations (#402)
* packages/providers/DownloadProvider/
563b14d Automatic translation import
* packages/providers/WeatherProvider/
0bf0022 Automatic translation import
* packages/resources/devicesettings/
40e31dd Automatic translation import
* packages/services/BuiltInPrintService/
34cb5e8 Automatic translation import
* packages/services/Telecomm/
b6211df9 Automatic translation import
* packages/services/Telephony/
ee4d15e9d Automatic translation import
* system/core/
e7f238619 healthd: make periodic battery status a debug message
* system/timezone/
63540a1 DO NOT MERGE: Changes associated with the tzdb 2019a update
e150721 DO NOT MERGE: Track changes in external/icu for rearguard data