-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: LineageOS/android_frameworks_base
base: lineage-16.0
head repository: rodman01/android_frameworks_base
compare: lineage-16.0
- 17 commits
- 6 files changed
- 8 contributors
Commits on Jan 19, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 8e3636a - Browse repository at this point
Copy the full SHA 8e3636aView commit details -
ColorFade: fix EGL crash on exynos4 mali blobs
Change-Id: Ic14a3208486cf61a054cb9532d74c5a46d7f784d
Configuration menu - View commit details
-
Copy full SHA for 2f89777 - Browse repository at this point
Copy the full SHA 2f89777View commit details -
UserManager: Allow multiuser for low-RAM devices
Change-Id: I7da2b62267f48035986153c8a26a95a529e3c3dc
Configuration menu - View commit details
-
Copy full SHA for 9189ae8 - Browse repository at this point
Copy the full SHA 9189ae8View commit details
Commits on Jan 21, 2020
-
Merge remote-tracking branch 'rinando_fwb/lineage-16.0' into HEAD
Change-Id: I716c3d90259d7745ea48eeb2dd13797d5b58fa1c
Configuration menu - View commit details
-
Copy full SHA for 4987962 - Browse repository at this point
Copy the full SHA 4987962View commit details
Commits on Feb 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d0f0d5a - Browse repository at this point
Copy the full SHA d0f0d5aView commit details
Commits on Mar 4, 2020
-
Merge pull request #2 from LineageOS/lineage-16.0
merge branch Lineage 16.0
Configuration menu - View commit details
-
Copy full SHA for 1d1433c - Browse repository at this point
Copy the full SHA 1d1433cView commit details
Commits on Mar 14, 2020
-
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)
Configuration menu - View commit details
-
Copy full SHA for eb85080 - Browse repository at this point
Copy the full SHA eb85080View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 214523f - Browse repository at this point
Copy the full SHA 214523fView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 5b2acfe - Browse repository at this point
Copy the full SHA 5b2acfeView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for e6445f8 - Browse repository at this point
Copy the full SHA e6445f8View commit details -
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: I932caa9f3be06d14408aea2ecb3a6eca73e052e0Configuration menu - View commit details
-
Copy full SHA for 30a8b97 - Browse repository at this point
Copy the full SHA 30a8b97View commit details
Commits on Apr 2, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for bdb41f7 - Browse repository at this point
Copy the full SHA bdb41f7View commit details -
Change-Id: Ie97a2b0c2af6a028e235316bf5d057d6e7262465
Configuration menu - View commit details
-
Copy full SHA for e3a3c51 - Browse repository at this point
Copy the full SHA e3a3c51View commit details -
Change-Id: I30c9922da8fb4d4b524a521d6819ba73547fdfb1
Configuration menu - View commit details
-
Copy full SHA for 738c020 - Browse repository at this point
Copy the full SHA 738c020View commit details -
Configuration menu - View commit details
-
Copy full SHA for d54a5c1 - Browse repository at this point
Copy the full SHA d54a5c1View commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7562ebd - Browse repository at this point
Copy the full SHA 7562ebdView commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7378257 - Browse repository at this point
Copy the full SHA 7378257View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff lineage-16.0...lineage-16.0