1. 7fa385a Launching notification settings correctly inline by Selim Cinek · 7 years ago
  2. f465ea0 Disallow starting activities without new task from non-activity context. by Bryce Lee · 7 years ago
  3. 7541ca4d Minor LoadedApk refactoring. by Jeff Hamilton · 7 years ago
  4. 8439ac0 Start accepting Executors instead of Handlers. by Jeff Sharkey · 7 years ago
  5. ae26646 Skip FDE-specific operations, mkdir() throwing. by Jeff Sharkey · 7 years ago
  6. bb567ae Sets AutofillClient on attachBaseContext() by Felipe Leme · 7 years ago
  7. 11179b4 Don't crash when external storage is unmounted by Christopher Tate · 7 years ago
  8. adcd1fe Merge "Progress towards FBE and adoptable storage." by Jeff Sharkey · 7 years ago
  9. a65e649 Progress towards FBE and adoptable storage. by Jeff Sharkey · 7 years ago
  10. 6d6cd68 Stop loading other package's font by default. by Seigo Nonaka · 7 years ago
  11. 1852855 Merge "Fix potential race in Theme creation" into oc-dev am: b0a5fd0384 by Adam Lesinski · 7 years ago
  12. 1e87a36 Fix potential race in Theme creation by Adam Lesinski · 7 years ago
  13. fe2368c Refresh in-memory SharedPreferences instances after restore by Christopher Tate · 7 years ago
  14. 8892511 Merge "Revert "Disallow starting activities without new task from non-activity context."" into oc-dev am: 367b880c02 by Bryce Lee · 7 years ago
  15. 367b880 Merge "Revert "Disallow starting activities without new task from non-activity context."" into oc-dev by Bryce Lee · 7 years ago
  16. 25ae100 Revert "Disallow starting activities without new task from non-activity context." by Bryce Lee · 7 years ago
  17. f0268b0 Merge "Fix issue #38393543: Not allowed to start service Intent" into oc-dev am: ad6dde65ff by Dianne Hackborn · 7 years ago
  18. ad6dde6 Merge "Fix issue #38393543: Not allowed to start service Intent" into oc-dev by Dianne Hackborn · 7 years ago
  19. e18c3ba Merge "Disallow starting activities without new task from non-activity context." into oc-dev am: 3ebe54b3e6 by Bryce Lee · 7 years ago
  20. 3ebe54b Merge "Disallow starting activities without new task from non-activity context." into oc-dev by Bryce Lee · 7 years ago
  21. 3e6e385 Fix issue #38393543: Not allowed to start service Intent by Dianne Hackborn · 7 years ago
  22. f3903e9 Fix regression in getSharedPreferences performance by John Reck · 7 years ago
  23. f4a8eb6 Merge "Relax the sharedpreference check to look at StorageManager.isUserKeyUnlocked" into oc-dev am: e35e223a81 by Tony Mak · 7 years ago
  24. 57c334d Relax the sharedpreference check to look at StorageManager.isUserKeyUnlocked by Tony Mak · 7 years ago
  25. 8b49a5c Disallow starting activities without new task from non-activity context. by Bryce Lee · 7 years ago
  26. a59e95a Merge "Address API review comments for registerReceiver" into oc-dev am: 1f4e053aef by Chad Brubaker · 7 years ago
  27. 6d6015f Address API review comments for registerReceiver by Chad Brubaker · 7 years ago
  28. 0586416 Merge "Turn down the preliminary foreground service API" into oc-dev am: 00ed0baca8 by Christopher Tate · 7 years ago
  29. 242ba3e9 Turn down the preliminary foreground service API by Christopher Tate · 7 years ago
  30. 4f949c3 Merge "Make sure system UI context has the same LoadedApk as system context" into oc-dev am: fa7b34395c by Adam Lesinski · 7 years ago
  31. 6f1a917 Make sure system UI context has the same LoadedApk as system context by Adam Lesinski · 7 years ago
  32. bcc5b9f Merge "Themes: Apply themes to system_server safely" into oc-dev am: a52fc49845 by Adam Lesinski · 7 years ago
  33. a52fc49 Merge "Themes: Apply themes to system_server safely" into oc-dev by TreeHugger Robot · 7 years ago
  34. cc88ddd Merge "Implement issue #36590595: Add ability to associated a ClipData with JobInfo" into oc-dev am: 2d161b1d3f by Dianne Hackborn · 7 years ago
  35. a47223f Implement issue #36590595: Add ability to associated a ClipData with JobInfo by Dianne Hackborn · 7 years ago
  36. 1507baa Merge "Revert "Another buggy app is already targeting O."" by TreeHugger Robot · 7 years ago
  37. be63011 Revert "Another buggy app is already targeting O." by Jeff Sharkey · 7 years ago
  38. 08992ac API refactor: context.startForegroundService() by Christopher Tate · 7 years ago
  39. 79047c6 API refactor: context.startForegroundService() by Christopher Tate · 7 years ago
  40. a82b626 Themes: Apply themes to system_server safely by Adam Lesinski · 7 years ago
  41. 4498e03 Another buggy app is already targeting O. by Jeff Sharkey · 7 years ago
  42. eba78e3 Merge "Update xattrs when creating cache directories." by TreeHugger Robot · 7 years ago
  43. 83aacde Update xattrs when creating cache directories. by Jeff Sharkey · 7 years ago
  44. 132eb7d Suppress SharedPreferences check for buggy apps. by Jeff Sharkey · 7 years ago
  45. c152396 Block CE SharedPreferences access before unlocked. by Jeff Sharkey · 7 years ago
  46. 1665d0f Add support for configForSplit by Adam Lesinski · 7 years ago
  47. 816c83b Enforce visibleToInstantApps for receivers by Chad Brubaker · 7 years ago
  48. bd60e5b Let ResourcesManager generate CompatResources by Jason Monk · 7 years ago
  49. bd98364 Provide some compatibility story for devs in the past by Jason Monk · 7 years ago
  50. 609bf65 Update DisplayAdjustments in Display from Resources. by Bryce Lee · 7 years ago
  51. 96b9832 Merge "API for accessing preloaded files cache" by TreeHugger Robot · 7 years ago
  52. 6122129 API for accessing preloaded files cache by Fyodor Kupolov · 8 years ago
  53. b047b8b Report move to display for activities that handle config changes by Andrii Kulian · 7 years ago
  54. 0e61883 Fix WebView crashes by Adam Lesinski · 7 years ago
  55. 4e86281 Add support for Split APK dependcies by Adam Lesinski · 8 years ago
  56. 5f1a2a3 Merge "Optimize bg check flow." by Dianne Hackborn · 8 years ago
  57. c3af19a Optimize bg check flow. by Dianne Hackborn · 8 years ago
  58. d69b083 Fix recent checkPermission() bug. by Jeff Sharkey · 8 years ago
  59. 5feefa5 Merge "Introduce RescueParty." by TreeHugger Robot · 8 years ago
  60. fe6f85c Introduce RescueParty. by Jeff Sharkey · 8 years ago
  61. 85e3564 Improve behavior of bg check. by Dianne Hackborn · 8 years ago
  62. 42a386b Enable background restrictions by Christopher Tate · 8 years ago
  63. 9e83cbb Revert "Enable background restrictions" by Chris Tate · 8 years ago
  64. 21f7780 Enable background restrictions by Christopher Tate · 8 years ago
  65. dbc2ef4 Merge "Offer to measure disk stats using quotas." am: f8720b95be am: 4b80a4a372 am: 1e1cdbead1 by Jeff Sharkey · 8 years ago
  66. 5eb3eb5 Offer to measure disk stats using quotas. by Jeff Sharkey · 8 years ago
  67. bf9928d Make sure ServiceConnection callback is called in main thread by Tony Mak · 8 years ago
  68. c970194 Fix CTS breakage in Context and Override configurations by Adam Lesinski · 8 years ago
  69. 9276b0a Merge "Move Resource creation out of ContextImpl constructor" by Adam Lesinski · 8 years ago
  70. a53e2bc Merge "Revert "Move Resource creation out of ContextImpl constructor"" by Ian Pedowitz · 8 years ago
  71. 8fa7107 Move Resource creation out of ContextImpl constructor by Adam Lesinski · 8 years ago
  72. 304321e Revert "Move Resource creation out of ContextImpl constructor" by Adam Lesinski · 8 years ago
  73. 7f79e1e Merge "Move Resource creation out of ContextImpl constructor" by Adam Lesinski · 8 years ago
  74. 16efc5e Move Resource creation out of ContextImpl constructor by Adam Lesinski · 8 years ago
  75. 2250d56 Rename MountService to StorageManagerService. by Sudheer Shanka · 8 years ago
  76. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  77. 46aabe5 Allow cross profile call between DO and PO by Tony Mak · 8 years ago
  78. 52c8edc Add asUser version of sendBroadcast(Intent, String, Bundle) by Chad Brubaker · 8 years ago
  79. 4a2b119 Don't cache external storage directories. by Jeff Sharkey · 8 years ago
  80. 4ece3d6 ContextImpl: Keep DisplayAdjustments and Display in sync by Adam Lesinski · 8 years ago
  81. 21f5072 Only log when system UID finds missing data paths. by Jeff Sharkey · 8 years ago
  82. 24492ae Track down Contexts without data directories. by Jeff Sharkey · 8 years ago
  83. 7f3f499 Allow multiple Resources associated with an Activity by Adam Lesinski · 8 years ago
  84. 2adba07 Show a scrim activity if task is not resizable by Jorim Jaggi · 8 years ago
  85. 8a372a0 Refactoring FBE APIs based on council feedback. by Jeff Sharkey · 8 years ago
  86. d136e51 Defuse Bundles parsed by the system process. by Jeff Sharkey · 8 years ago
  87. 082614c Cache per-Activity Resources objects by Adam Lesinski · 8 years ago
  88. 390f2ed Don't evict SharedPreferences when migrate no-op. by Jeff Sharkey · 8 years ago
  89. f888056 When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  90. 2c1ba9a Make BackupManager encryption aware. by Jeff Sharkey · 8 years ago
  91. 3104a9f Merge "Add path cache to avoid SharedPreferences jank." into nyc-dev by Jeff Sharkey · 8 years ago
  92. be78258 Add path cache to avoid SharedPreferences jank. by Jeff Sharkey · 8 years ago
  93. 46ed6f4 Explicitly chmod() for compatibility. by Jeff Sharkey · 8 years ago
  94. 691546e Isolate Keyguard from main thread badness by Adrian Roos · 8 years ago
  95. e84bdd3 Move graphics and JIT caches to DE storage. by Jeff Sharkey · 8 years ago
  96. c4bab98 Only create custom database paths. by Jeff Sharkey · 8 years ago
  97. 634dc42 Throw when using deprecated file modes. by Jeff Sharkey · 9 years ago
  98. 35871f2 Offer to migrate databases and SharedPreferences. by Jeff Sharkey · 9 years ago
  99. 344744b Exposing file:// beyond your app is bad, m'kay? by Jeff Sharkey · 9 years ago
  100. 3ea44a5 Device encrypted storage is always available. by Jeff Sharkey · 9 years ago