Comparing aosp-mirror:main...AOSPMinimal:aosp-12 · aosp-mirror/platform_frameworks_base · GitHub
Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aosp-mirror/platform_frameworks_base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: AOSPMinimal/platform_frameworks_base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aosp-12
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 20 files changed
  • 10 contributors

Commits on Oct 9, 2021

  1. Fix bug Device that can't support adoptable storage cannot read the s…

    …dcard.
    
    Only Primary storag and adoptable storage can get visible flag.
    so, Unless Device support adoptable stoarge, it cannot have visible path for
    sdcard.
    In refrernce, Adoptable storage cannot support FBE.
    
    If device cannot get visible path for sdcard, 3rd app and MTP cannot
    read sdcard even though they have READ_EXTERNAL_STORAGE permission.
    
    this fixing is releasing visible condition for all sdcard.
    
    Test: Check MountFlags is VISIBLE on Log.
    
    Change-Id: I7afe5078650fe646e79fced7456f90d4af8a449a
    Signed-off-by: Sangho Yoon <sangho.yoon@lge.com>
    sangho.yoon authored and ItsVixano committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    976c8dc View commit details
    Browse the repository at this point in the history
  2. base: set scrolling to 0.006f

    Change-Id: I18a52ac84ba9c8274adc757e41ca2ca995d514f6
    Signed-off-by: Jason Edson <jaysonedson@gmail.com>
    xboxfanj authored and ItsVixano committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    6007da4 View commit details
    Browse the repository at this point in the history
  3. Improve scrolling cache

    Scrolling cache helps make short scrolls/flings smooth but will
    cause stutter when long flings are made. This patch disables
    scrolling cache when long flings are made.
    
    This patch also fixes a related bug where scrolling cache will
    not be enabled properly when transitioning from flinging to scrolling.
    
    Patch Set 2: Calculate threshold based on maximum velocity (Sang Tae Park)
    
    Change-Id: I1fdbaad92263c9f983a32900e74eba1f0367902b
    Signed-off-by: Jason Edson <jaysonedson@gmail.com>
    pawitp authored and ItsVixano committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    62a8e85 View commit details
    Browse the repository at this point in the history
  4. SystemUI: use DOUBLE_TAP_TO_WAKE setting also for wake from aod

    [poad42] Port to eleven
    
    Change-Id: I8ca091471e78bf1624935c7ea7444e93fc89a8ce
    maxwen authored and ItsVixano committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    8548ab0 View commit details
    Browse the repository at this point in the history
  5. aapt: Default to 0 compression ratio

    Modern devices now has a blazing fast NAND that storage speed is not the bottle-neck when it comes to reading apks.
    
    So use 0 compression ratio for improving speed and memory usage.
    
    Change-Id: I20820ed514eddb02164df5d65e870a80f9332172
    arter97 authored and ItsVixano committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    ed60437 View commit details
    Browse the repository at this point in the history
  6. config: Allow gms to access persistent data partition

    This fixes nonfunctioning factory reset protection and addresses
    numerous PersistentDataBlockService errors during boot up.
    
    Change-Id: Ifb24b2cffc814a3c2f61eda619f2a5cbe173d0f8
    Demon000 authored and ItsVixano committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    90b4da7 View commit details
    Browse the repository at this point in the history
  7. SystemUI: Remove GarbageMonitor tile

    Change-Id: I96e8b3d281133c0fad889caabb07a30462ef8e9c
    jhenrique09 authored and ItsVixano committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    a607fd8 View commit details
    Browse the repository at this point in the history
  8. [lineage-18.0] SystemUI: Show bluetooth battery level when available

    * Somewhat inspired by change committed by Gavin Ni <gisngy@gmail.com>
      back in cm-13.0 days (see commit 88e7a6c). Since then completely
      rewritten using BluetoothDevice API introduced in Oreo, with new
      drawables meant to be used with 0-9 battery level range.
    
    Change-Id: I6179bfd41e033591534e8cf3c6adc98ce715a13d
    luk1337 authored and ItsVixano committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    bd64a75 View commit details
    Browse the repository at this point in the history
  9. SystemUI: Update Bluetooth battery level assets

    Outlined and polished. Designed by Andrew Fluck.
    
    Change-Id: I94fd78d5788306f64623e850a00302bb42b7897d
    Signed-off-by: Hernán Castañón Álvarez <herna@paranoidandroid.co>
    Herna1994 authored and ItsVixano committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    5e3b699 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Revert "Enable binary XML by default."

    This reverts commit fe2d1ac.
    
    Change-Id: Ic090278cd15eca4cea3b2e99fc6bf7087779e279
    ItsVixano committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    b6d7e2d View commit details
    Browse the repository at this point in the history
Loading