1. 8439ac0 Start accepting Executors instead of Handlers. by Jeff Sharkey · 7 years ago
  2. bb567ae Sets AutofillClient on attachBaseContext() by Felipe Leme · 7 years ago
  3. 6d6cd68 Stop loading other package's font by default. by Seigo Nonaka · 7 years ago
  4. 09e5b54 Merge "Separate a11y and autofill view ids" into oc-dev am: c91290a6e9 by Phil Weaver · 7 years ago
  5. 846cda93 Separate a11y and autofill view ids by Phil Weaver · 7 years ago
  6. fe2368c Refresh in-memory SharedPreferences instances after restore by Christopher Tate · 7 years ago
  7. ff6d6d9 Persistable accessibility ID from ContextWrappers by Philip P. Moltmann · 7 years ago
  8. 6d6015f Address API review comments for registerReceiver by Chad Brubaker · 7 years ago
  9. 242ba3e9 Turn down the preliminary foreground service API by Christopher Tate · 7 years ago
  10. a47223f Implement issue #36590595: Add ability to associated a ClipData with JobInfo by Dianne Hackborn · 7 years ago
  11. 08992ac API refactor: context.startForegroundService() by Christopher Tate · 7 years ago
  12. 816c83b Enforce visibleToInstantApps for receivers by Chad Brubaker · 7 years ago
  13. 96b9832 Merge "API for accessing preloaded files cache" by TreeHugger Robot · 7 years ago
  14. 6122129 API for accessing preloaded files cache by Fyodor Kupolov · 8 years ago
  15. b047b8b Report move to display for activities that handle config changes by Andrii Kulian · 7 years ago
  16. 4e86281 Add support for Split APK dependcies by Adam Lesinski · 8 years ago
  17. 42a386b Enable background restrictions by Christopher Tate · 8 years ago
  18. 9e83cbb Revert "Enable background restrictions" by Chris Tate · 8 years ago
  19. 7414065 Merge "Add bindServiceAsUser(..., Handler) to ContextWrapper." by Jeff Davidson · 8 years ago
  20. 21f7780 Enable background restrictions by Christopher Tate · 8 years ago
  21. 6192bff Add bindServiceAsUser(..., Handler) to ContextWrapper. by Jeff Davidson · 8 years ago
  22. bf9928d Make sure ServiceConnection callback is called in main thread by Tony Mak · 8 years ago
  23. 46aabe5 Allow cross profile call between DO and PO by Tony Mak · 8 years ago
  24. 52c8edc Add asUser version of sendBroadcast(Intent, String, Bundle) by Chad Brubaker · 8 years ago
  25. 4ece3d6 ContextImpl: Keep DisplayAdjustments and Display in sync by Adam Lesinski · 8 years ago
  26. 70168dd Make Parcelable classes final, API cleanup. by Jeff Sharkey · 8 years ago
  27. 8a372a0 Refactoring FBE APIs based on council feedback. by Jeff Sharkey · 8 years ago
  28. 2c1ba9a Make BackupManager encryption aware. by Jeff Sharkey · 8 years ago
  29. 35871f2 Offer to migrate databases and SharedPreferences. by Jeff Sharkey · 9 years ago
  30. 713a5cd Don't call public non-final getResources() from getAssets() by Alan Viverette · 9 years ago
  31. 0c6cc30 Merge "Add new target SDK filtering feature to BroadcastOptions." by Dianne Hackborn · 9 years ago
  32. e0e413e Add new target SDK filtering feature to BroadcastOptions. by Dianne Hackborn · 9 years ago
  33. e13529a Slight API renaming, better behavior. by Jeff Sharkey · 9 years ago
  34. 7a30a30 Shift around encryption public APIs. by Jeff Sharkey · 9 years ago
  35. 6a6cdaf APIs to obtain SharedPreferences paths. by Jeff Sharkey · 9 years ago
  36. 8fc29cf API to create SharedPreferences from File. by Jeff Sharkey · 9 years ago
  37. 1544779 Initial file-based encryption public APIs. by Jeff Sharkey · 9 years ago
  38. fd854ee Fix issue #21626564: MMS should be receivied while Dozing by Dianne Hackborn · 9 years ago
  39. d4fd8c7 Added sendBroadcastMultiplePermissions method by Fyodor Kupolov · 9 years ago
  40. e37520b Revert "Allow array of required permissions in sendBroadcast" by Fyodor Kupolov · 9 years ago
  41. b4e7283 Allow array of required permissions in sendBroadcast by Fyodor Kupolov · 9 years ago
  42. a750a63 Fix issue #21814207 and issue #21814212 (alarm manager) by Dianne Hackborn · 9 years ago
  43. 16a1689 Add OP_READ_PHONE_STATE app op - framework by Svet Ganov · 9 years ago
  44. d5bf3ed Show and trigger activities that implement Text Processing actions by Clara Bayarri · 9 years ago
  45. c6d1c34 Runtime permissions: per user permission tracking. by Svetoslav · 9 years ago
  46. 6e53931 Add Context.getSystemService(Class<?>). by Jeff Brown · 9 years ago
  47. ff17024 Fix issue with call backs from media process. by Dianne Hackborn · 10 years ago
  48. 976e8bd Allow adding widgets from user profiles. by Svetoslav · 10 years ago
  49. 4ed745d Add code cache directory for apps. by Jeff Sharkey · 10 years ago
  50. a7835b6 Add Context.getNoBackupFilesDir() by Christopher Tate · 10 years ago
  51. 2ee3c1e Per-app media directories on external storage. by Jeff Sharkey · 10 years ago
  52. 3cf7572 Variant of sendBroadcast with appOp flag for cross-user. by Amith Yamasani · 10 years ago
  53. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  54. 95d7853 Fix issue #10688644: Java crash in com.android.phone: by Dianne Hackborn · 11 years ago
  55. 1abdb71 APIs for multiple external storage devices. by Jeff Sharkey · 11 years ago
  56. 48d0d18 Add activity token to display system. by Craig Mautner · 11 years ago
  57. a75a883 Add explicit userId to AppWidget binder calls by Jim Miller · 11 years ago
  58. f51f612 App ops: new operations for SMS. by Dianne Hackborn · 11 years ago
  59. d8e1dbb Rework ParceledListSlice to be much easier to use. by Dianne Hackborn · 12 years ago
  60. 27b89e6 Rename bindService to bindServiceAsUser to follow convention. by Amith Yamasani · 12 years ago
  61. ea7e915 AppInfo from Notifications for secondary users by Amith Yamasani · 12 years ago
  62. 6d51571 Allow acquiring ContentProviders across users. by Jeff Sharkey · 12 years ago
  63. 20e8098 Add registering for explicit users. by Dianne Hackborn · 12 years ago
  64. a492c3a Initial draft of high-level multi-display APIs. by Jeff Brown · 12 years ago
  65. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  66. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  67. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  68. 79af1dd Switch public APIs to use new UserHandle class for identifying users. by Dianne Hackborn · 12 years ago
  69. 756220b Add API to create new contexts with custom configurations. by Dianne Hackborn · 12 years ago
  70. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  71. 8264408 Start the correct settings from the status bar. by Amith Yamasani · 12 years ago
  72. 7d19e02 More mult-user API work. by Dianne Hackborn · 12 years ago
  73. b4163a6 Add APIs for interacting across users. by Dianne Hackborn · 12 years ago
  74. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  75. 67cf7d3 Fix Power Control widget by Amith Yamasani · 12 years ago
  76. 37ce3a8 Multi-user - wallpaper service by Amith Yamasani · 12 years ago
  77. 805fd7e Add API to get path to OBBs. by Dianne Hackborn · 14 years ago
  78. 247fe74 Implement issue # 3255887 could CursorLoader offer... by Dianne Hackborn · 14 years ago
  79. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  80. 74f170f new API in Context. on openDatabase, new param DatabaseErrorHandler by Vasu Nori · 14 years ago
  81. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  82. efa199f Add API to send an ordered sticky broadcast. by Dianne Hackborn · 15 years ago
  83. fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 15 years ago
  84. 7f20543 Updates from API review. by Dianne Hackborn · 15 years ago
  85. 870e09f Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 15 years ago
  86. 5c1e00b Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo. by Dianne Hackborn · 15 years ago
  87. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
  88. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
  89. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  90. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  91. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  92. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago