Skip to content
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: LineageOS/android_frameworks_base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: lineage-16.0
Choose a base ref
...
head repository: rodman01/android_frameworks_base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lineage-16.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 6 files changed
  • 8 contributors

Commits on Jan 19, 2020

  1. MicroG: Add signature Spoofing permission

    This is needed by GmsCore (https://microg.org/) to pretend
    the existence of the official Play Services to applications calling
    Google APIs.
    
    Change-Id: Ibbe7f2779a9acf3615863b6e8845455be9c1aa2c
    be-neth authored and rINanDO committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    8e3636a View commit details
    Browse the repository at this point in the history
  2. ColorFade: fix EGL crash on exynos4 mali blobs

    Change-Id: Ic14a3208486cf61a054cb9532d74c5a46d7f784d
    rINanDO committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    2f89777 View commit details
    Browse the repository at this point in the history
  3. UserManager: Allow multiuser for low-RAM devices

    Change-Id: I7da2b62267f48035986153c8a26a95a529e3c3dc
    rINanDO committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    9189ae8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Merge remote-tracking branch 'rinando_fwb/lineage-16.0' into HEAD

    Change-Id: I716c3d90259d7745ea48eeb2dd13797d5b58fa1c
    rodman01 committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    4987962 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Merge pull request #1 from LineageOS/lineage-16.0

    Lineage 16.0
    rodman01 authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    d0f0d5a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Merge pull request #2 from LineageOS/lineage-16.0

    merge branch Lineage 16.0
    rodman01 authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    1d1433c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Fix security problem on PermissionMonitor#hasPermission

    PermissionMonitor#hasPermission only checks permssions that app
    requested but it doesn't check whether the permission can be
    granted to this app. If requested permission doens't be granted
    to app, this method still returns that app has this permission.
    Then PermissionMonitor will pass this info to netd that means
    this app still can use network even restricted network without
    granted privileged permission like CONNECTIVITY_INTERNAL or
    CONNECTIVITY_USE_RESTRICTED_NETWORKS.
    
    Bug: 144679405
    Test: Build, flash, manual test
    Change-Id: Iae9c273af822b18c2e6fce04848a86f8dea6410a
    Merged-In: I8a1575dedd6e3b7a8b60ee2ffd475d790aec55c4
    Merged-In: I2da730feda4d7ebed1f158b073167bb3964b3e7d
    (cherry picked from commit d0205a3)
    paulhu authored and rodman01 committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    eb85080 View commit details
    Browse the repository at this point in the history
  2. Handles null outInfo in deleteSystemPackageLI

    This change adds null checks before accessing outInfo in
    deleteSystemPackageLI.
    
    Bug: 142083996
    Bug: 141413692
    Test: manual; remove static dependency on eng build and reboot
    Change-Id: If0fd48343e89cbb77ccd25826656194195d5b0cd
    (cherry picked from commit 1747101)
    Merged-In: If0fd48343e89cbb77ccd25826656194195d5b0cd
    (cherry picked from commit 6afabce)
    patrickbaumann authored and rodman01 committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    214523f View commit details
    Browse the repository at this point in the history
  3. Use KNOWN_PACKAGES when shared lib consumers

    This change ensures we find ALL known packages that could be consuming a
    shared library, not only currently installed ones. Without this check,
    the system may get into a state in which we have currently uninstalled
    but on-device apps that depend on a shared library that does not exist
    on device.
    
    This change also leaves static shared library packages on device even if
    it's not installed for any of the remaining users as it could still be
    used, but marked uninstalled for users in which it is consumed.
    
    Bug: 141413692
    Bug: 142083996
    Test: Manual; attempt to remove shared lib after marking its consumer uninstalled.
    Test: atest StaticSharedLibsHostTests
    Change-Id: Id4e37c3e4d3ea3ad5fddae5d2c7305e56f50eeea
    Merged-In: Id4e37c3e4d3ea3ad5fddae5d2c7305e56f50eeea
    (cherry picked from commit 0831595)
    patrickbaumann authored and rodman01 committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    5b2acfe View commit details
    Browse the repository at this point in the history
  4. Fixes NPE when preparing app data during init

    When deleting an unused static shared library on Q, the user manager was
    fetched via mContext.getSystemService. At this time during boot, the
    service wasn't registered and so null was returned. This has already
    been addressed in R with a move to injecting dependencies in the
    PackageManagerService constructor.
    
    Bug: 142083996
    Bug: 141413692
    Test: manual; remove static dependency on eng Q build and reboot
    Change-Id: I8ae4e331d09b4734c54cdc6887b273705dce88b1
    Merged-In: I8ae4e331d09b4734c54cdc6887b273705dce88b1
    (cherry picked from commit 5d3fc33)
    patrickbaumann authored and rodman01 committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    e6445f8 View commit details
    Browse the repository at this point in the history
  5. fw/b torch: Let long press power turn torch off when screen is on.

    * When the torch is on, any subsequent long press power is almost certainly
      intended to turn the torch off (regardless of screen state).  Therefore,
      always allow long press power to toggle torch if the torch is on.
    
    * Tested: long press power toggles torch on/off with screen off.
              long press power toggles torch off with screen on and torch on.
              long press power brings up global actions menu with screen on and torch off.
    
    Change-Id: I932caa9f3be06d14408aea2ecb3a6eca73e052e0
    sam3000 authored and rodman01 committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    30a8b97 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Fix wrong variable in AccountManagerService's TokenCache

    // mAccountEvictors.put(k.account, tokenEvictor);
    // should be:
    mAccountEvictors.put(k.account, accountEvictor);
    
    This error in putToken() method causes the confusion of mAccountEvictors,
    and may causes the evict() method does not clean up the cache data correctly.
    
    Change-Id: I9435c206a6fa4d90177bbbe8816004365a213d1b
    Signed-off-by: Haohua Li <lihaohua90@gmail.com>
    eggfly authored and rodman01 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    bdb41f7 View commit details
    Browse the repository at this point in the history
  2. Automatic translation import

    Change-Id: Ie97a2b0c2af6a028e235316bf5d057d6e7262465
    BadDaemon authored and rodman01 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    e3a3c51 View commit details
    Browse the repository at this point in the history
  3. Automatic translation import

    Change-Id: I30c9922da8fb4d4b524a521d6819ba73547fdfb1
    BadDaemon authored and rodman01 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    738c020 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from LineageOS/lineage-16.0

    Lineage 16.0
    rodman01 authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    d54a5c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Merge pull request #6 from LineageOS/lineage-16.0

    Lineage 16.0
    rodman01 authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    7562ebd View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Merge pull request #7 from LineageOS/lineage-16.0

    Lineage 16.0
    rodman01 authored May 21, 2020
    Configuration menu
    Copy the full SHA
    7378257 View commit details
    Browse the repository at this point in the history
Loading