summaryrefslogtreecommitdiffstats
path: root/core/java/android/content
Commit message (Expand)AuthorAgeFilesLines
* Add MEDIA_PROJECTION_SERVICE to the ServiceName list.Michael Wright2014-12-231-0/+1
* Fix NPE in Transport.applyBatchJay Shrauner2014-12-151-4/+6
* Fix issue #18665625 CTS:android.app.cts.InstrumentationTest#...Dianne Hackborn2014-12-091-9/+14
* Merge "Revert "Camera: Add new capability flags as system features as well"" ...Eino-Ville Talvala2014-12-031-20/+0
|\
| * Revert "Camera: Add new capability flags as system features as well"Eino-Ville Talvala2014-12-031-20/+0
* | Merge "Fix issue #17948584: Application crash and phone restart when app..." ...Dianne Hackborn2014-12-031-0/+4
|\ \ | |/ |/|
| * Fix issue #17948584: Application crash and phone restart when app...Dianne Hackborn2014-12-031-0/+4
* | Deprecate one-arg getDrawableForDensity, update currents.txtAlan Viverette2014-12-021-0/+4
* | Deprecate Resources.getDrawable(int) in favor of the two-arg versionAlan Viverette2014-12-021-0/+4
|/
* Merge "Make the Context service constant for UsageStats public" into lmp-mr1-devAdam Lesinski2014-11-251-2/+1
|\
| * Make the Context service constant for UsageStats publicAdam Lesinski2014-11-241-2/+1
* | Merge "Check for null drawable in theme-less getDrawable()" into lmp-mr1-devAlan Viverette2014-11-241-1/+1
|\ \ | |/ |/|
| * Check for null drawable in theme-less getDrawable()Alan Viverette2014-11-241-1/+1
* | Introduce revision codes for split APKs.Jeff Sharkey2014-11-243-18/+79
* | Merge "Additional changes to SubscriptionManager API as per API council." int...Wink Saville2014-11-221-0/+12
|\ \
| * | Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-221-0/+12
| |/
* | Merge "Camera: Add new capability flags as system features as well" into lmp-...Eino-Ville Talvala2014-11-221-0/+20
|\ \ | |/ |/|
| * Camera: Add new capability flags as system features as wellEino-Ville Talvala2014-11-201-0/+20
| * Merge "Revert "Additional changes to SubscriptionManager API as per API counc...Wink Saville2014-11-201-12/+0
| |\
| | * Revert "Additional changes to SubscriptionManager API as per API council."Wink Saville2014-11-201-12/+0
| * | Merge "Additional changes to SubscriptionManager API as per API council." int...Wink Saville2014-11-201-0/+12
| |\ \ | | |/
| | * Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-191-0/+12
* | | Fix issue #15828903: Intent.parseUri allows call to FLAG_GRANT_*_URI_PERMISSIONDianne Hackborn2014-11-201-1/+25
|/ /
* | Merge "Fix issue with call backs from media process." into lmp-mr1-devDianne Hackborn2014-11-206-38/+75
|\ \
| * | Fix issue with call backs from media process.Dianne Hackborn2014-11-196-38/+75
| |/
* | Fix seeking and scaled duration behaviorChet Haase2014-11-191-1/+1
|/
* Explicitly bind AsyncTask to main looper.Jeff Brown2014-11-141-6/+0
* Merge "Add detailed javadoc for AssetManager.getLocales." into lmp-mr1-devNarayan Kamath2014-11-131-0/+8
|\
| * Add detailed javadoc for AssetManager.getLocales.Narayan Kamath2014-11-121-0/+8
* | Merge "Fix ParceledListSlice to enforce the same concrete types among its ele...Adam Lesinski2014-11-131-4/+43
|\ \
| * | Fix ParceledListSlice to enforce the same concrete types among its elements.Adam Lesinski2014-11-121-4/+43
| |/
* | am 2e700004: am d68b87cd: Recover apps with malformed certificates.Jeff Sharkey2014-11-121-0/+51
|\ \
| * \ am d68b87cd: Recover apps with malformed certificates.Jeff Sharkey2014-11-121-0/+51
| |\ \
| | * | Recover apps with malformed certificates.Jeff Sharkey2014-11-121-0/+51
| * | | Change boot screen title to "Android is starting" when not upgrading.Jeff Hao2014-11-052-0/+8
* | | | Merge "Ensure time picker dialog fits on small screens" into lmp-mr1-devAlan Viverette2014-11-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Ensure time picker dialog fits on small screensAlan Viverette2014-11-121-1/+1
* | | | Add Activity API to get referrer information.Dianne Hackborn2014-11-112-28/+257
|/ / /
* | | Fix singleUser provider grantsAmith Yamasani2014-11-051-1/+4
* | | Merge "Do not fix uris inside the system." into lmp-mr1-devNicolas Prevot2014-11-041-2/+5
|\ \ \
| * | | Do not fix uris inside the system.Nicolas Prevot2014-10-311-2/+5
* | | | Merge "Tidy up unused hidden methods in LauncherApps" into lmp-mr1-devKenny Guy2014-10-311-16/+0
|\ \ \ \
| * | | | Tidy up unused hidden methods in LauncherAppsKenny Guy2014-10-311-16/+0
* | | | | Ensure we don't pass null values in to Theme.resolveAttributesAlan Viverette2014-10-301-6/+8
* | | | | Distinguish unspecified and explicit null values in resourcesAlan Viverette2014-10-291-0/+24
* | | | | Merge "Add dumpsys output to UsageStatsService, along with --checkin support"...Adam Lesinski2014-10-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add dumpsys output to UsageStatsService, along with --checkin supportAdam Lesinski2014-10-241-1/+1
| |/ / /
* | | | Change boot screen title to "Android is starting" when not upgrading.Jeff Hao2014-10-292-0/+8
* | | | Reduce PackageManager RAM usage: ArrayMap/Set.Jeff Sharkey2014-10-242-9/+8
|/ / /
* | | Added a generic configuration and theme based cacheYigit Boyar2014-10-233-17/+250