Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ====================
- 05-14-2019
- ====================
- * bootable/recovery/
- 5d5abd8 recovery: Blank screen on init
- * 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-13-2019
- ====================
- * 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-12-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
- 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
- * vendor/htc/
- 5e558c9 pme: wfd: cleanup derp
- ad92176 pme: Add QCOM's WFD implementation part 2 - Blobs
- 3c745eb pme: Add QCOM's WFD implementation
- ====================
- 05-11-2019
- ====================
- * 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
- * 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/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
- * 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
- * kernel/htc/msm8996/
- 6b222cb1 pme: defconfig: enable homebutton
- e637742 homebutton: add sysfs enable and vib_strength
- c28dc94 homebutton: make visible to apps
- 1eba7ef pme: defconfig: update to LA.UM.7.5.r1-04800-8x96.0
- 8202e27 pme: defconfig: update - RCU stack
- e657627 pme: defconfig: update
- afb41c7 kernel: Boost all CPUs to the max when userspace launches an app
- 84fb2f8 cpu_input_boost: set SCREEN_AWAKE bit on probe
- 9c0e8f9 mm: make swappiness a config option instead of changing the source file or through an init script
- a8b1c23 cpufreq: Kill userspace CPU boosting entirely
- 0a4c76e cpu_input_boost: expose input freqs and duration to userspace
- 76d6ea7 cpu_input_boost: Add ability to choose minimum frequency for big cluster
- e69992c cpu_input_boost: add an option to choose a custom boost finish return freq for the LP cluster
- cfaba0d arm64: Provide atomic_{or,xor,and}
- c4c1b8d devfreq_boost: Clean up code style and update license header
- 3e5fac8e msm: kgsl: Increase worker thread priority
- ea77e7a msm: mdss: Boost cpubw devfreq device when a new frame is ready
- f0caa14 devfreq: Introduce devfreq boost driver
- d3485a8 msm: kgsl: Remove POPP
- 431483d msm: kgsl: Wake GPU upon receiving an ioctl rather than upon touch input
- 920f401 ARM: dts: msm8996: Set GPU idle timeout to 64 ms
- f672d79 msm: mdss: Boost CPU when a new frame is ready to be committed
- c94dc75 cpu_input_boost: Clean up code style and update license header
- d9f3f71 cpu_input_boost: Eliminate spin lock by using atomic cmpxchg loop
- 18a9fe9 cpu_input_boost: Simplify bitwise operations used to store boost state
- cfa3d7d cpu_input_boost: Destroy workqueue on error path in init
- f3b039f cpu_input_boost: Fix and refactor max boost logic
- ca39809 cpu_input_boost: Add API for boosting all CPUs to max frequency
- 89c1d53 cpu_input_boost: Introduce driver for event-based CPU boosting
- 73e41e3 kernel: keep the cpumasks for cpu_input_boost
- 0986094 kernel: Boost CPU to the max when Pixel launcher becomes a top app
- d7d85e1 kernel: Boost cpubw devfreq device to the max for app launches
- 8a65bd2 sched/loadavg: Use {READ,WRITE}_ONCE() for sample window
- 67068f2 cpu-hotplug: Always use real time scheduling when hotplugging a CPU
- 48f712f sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
- 1f6c4ab BACKPORT: sched/idle: Optimize the generic idle loop
- 3f5517c UPSTREAM: sched/fair: Avoid pulling all tasks in idle balancing
- e60733d UPSTREAM: sched: Improve load balancing in the presence of idle CPUs
- 9c4122d [FIX] [OREO] display: add a simple api to query the display state (on/off) at any point in time * Ported over to msm8996 By @Eliminater74 * * Use this in place of Power Suspend or State Notifier * to dertermin Screen on/off at any moment in time. * Very usefull for Hotplugs and Govs..
- 35e2417 block: add tripndroid scheduler
- 718eb35 block: add sioplus scheduler
- 239e764 block: add fifo scheduler
- da8718f zen-iosched: set fifo batch to 16 to reduce overload on eMMC and CPU
- e6ba7b0 block: correct zen version number to the one for zen v2
- cc9b8bb block: [Introduded for 3.18.y] Add Maple I/O Scheduler
- 2134700 pme: defconfig: cleanup typo
- 9605491 pme: defconfig: updates - from pixel reference
- a2e5651 net: ipc_router: Fix memory leaks when releasing a remote port
- 396a751 crypto: msm: Select CRYPTO_DEV_QCE50 for the right ARCHs
- 2044cc3 iommu: Correct ARCH dependencies of MSM_IOMMU_V1
- 697e677 clk: msm: Build the right clock drivers for the right ARCH
- 6d7f8fc Merge tag 'LA.UM.7.5.r1-04800-8x96.0' of https://source.codeaurora.org/quic/la/kernel/msm-3.18 into test
- ====================
- 05-10-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
- * 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
- * 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/
- 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/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-09-2019
- ====================
- ====================
- 05-08-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
- * 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
- * packages/apps/Launcher3/
- 0db8d34 New Crowdin translations (#12)
- * packages/apps/crDroidSettings/
- 9a09dd3 New Crowdin translations (#421)
- ====================
- 05-06-2019
- ====================
- * 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/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/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-05-2019
- ====================
- * packages/apps/Launcher3/
- afa85eb New Crowdin translations (#11)
- * packages/apps/crDroidSettings/
- 2371293 New Crowdin translations (#420)
Advertisement
Add Comment
Please, Sign In to add comment