1. f45564e Finish annotating Notification.extras. by Daniel Sandler · 13 years ago
  2. 6d0c1d78 Sensor values changes. by Jaikumar Ganesh · 13 years ago
  3. f900647 Merge "Don't sync from adapters that haven't opted in to restricted accounts" into jb-mr2-dev by Amith Yamasani · 13 years ago
  4. 9429afb Fix a security check in getting app restrictions by Amith Yamasani · 13 years ago
  5. b3a9872 Merge "Show an error dialog when account type is requested on a limited user" into jb-mr2-dev by Amith Yamasani · 13 years ago
  6. 9422bdc Don't sync from adapters that haven't opted in to restricted accounts by Amith Yamasani · 13 years ago
  7. 790518a Merge "Implicitly enable system apps when updates installed" into jb-mr2-dev by Christopher Tate · 13 years ago
  8. cc979c9 Merge "Debug logging improvement." into jb-mr2-dev by Craig Mautner · 13 years ago
  9. acd840d Merge "Obfuscate any phone numbers that pass through the event log." into jb-mr2-dev by Santos Cordon · 13 years ago
  10. 23c8b96 Show an error dialog when account type is requested on a limited user by Amith Yamasani · 13 years ago
  11. 66d7730 Debug logging improvement. by Craig Mautner · 13 years ago
  12. 8ce470d GPS Hardware geofencing. by Jaikumar Ganesh · 13 years ago
  13. 8f980e1 Merge "Reduce duration of rotation xfade animation." into jb-mr2-dev by Dianne Hackborn · 13 years ago
  14. 32a019d Implicitly enable system apps when updates installed by Christopher Tate · 13 years ago
  15. dbf500a Merge "Turn back on global proxy support." into jb-mr2-dev by Robert Greenwalt · 13 years ago
  16. 558a3c1 Merge "Kill processes when permissions are revoked." into jb-mr2-dev by Dianne Hackborn · 13 years ago
  17. f1b7824 Kill processes when permissions are revoked. by Dianne Hackborn · 13 years ago
  18. 3c09715 Merge "Change dropbox tag for native crashes." into jb-mr2-dev by Eric Rowe · 13 years ago
  19. 00e8d4c Turn back on global proxy support. by Robert Greenwalt · 13 years ago
  20. 0eee410 Merge "Check outInfo is not null" into jb-mr2-dev by Kenny Root · 13 years ago
  21. 3b9933d Check outInfo is not null by Kenny Root · 13 years ago
  22. 88d842c Change dropbox tag for native crashes. by Eric Rowe · 13 years ago
  23. 89454f8 Merge "Implement event logging for intent firewall" into jb-mr2-dev by Ben Gruver · 13 years ago
  24. b1a90d3 Merge "Remove the sender package filter from the intent firewall" into jb-mr2-dev by Ben Gruver · 13 years ago
  25. 91fe845 Clean up language in forced foreground service notifications. by Daniel Sandler · 13 years ago
  26. 8be8df2 Implement event logging for intent firewall by Ben Gruver · 13 years ago
  27. a1ca6fac Merge "Fix crash in ConfigUpdater when the target dir doesn't exist." into jb-mr2-dev by Geremy Condra · 13 years ago
  28. 4a706bc Merge "Correctly manage the lifecycle of IME InputChannels." into jb-mr2-dev by Jeff Brown · 13 years ago
  29. aa3c81e Fix crash in ConfigUpdater when the target dir doesn't exist. by Geremy Condra · 13 years ago
  30. 5feceeb New NotificationListenerService. by Daniel Sandler · 13 years ago
  31. 9cc60e8 Remove the sender package filter from the intent firewall by Ben Gruver · 13 years ago
  32. bab9687 Merge "Make the min layer go down through all windows" into jb-mr2-dev by Craig Mautner · 13 years ago
  33. 4238e3e Make the min layer go down through all windows by Craig Mautner · 13 years ago
  34. 1951ce8 Correctly manage the lifecycle of IME InputChannels. by Jeff Brown · 13 years ago
  35. 633dc9b Add a config updater component for the intent firewall by Ben Gruver · 13 years ago
  36. 9059d37 Merge "Nuke heavy parts of notification before archiving." into jb-mr2-dev by Jeff Sharkey · 13 years ago
  37. 8c3ee9d Merge "Initial implementation of IntentFirewall functionality" into jb-mr2-dev by Ben Gruver · 13 years ago
  38. 0d17aaa Merge "Grant optional permissions by default for system apps." into jb-mr2-dev by Nick Kralevich · 13 years ago
  39. 6079285 Grant optional permissions by default for system apps. by Nick Kralevich · 13 years ago
  40. 0c1baf9 Nuke heavy parts of notification before archiving. by Jeff Sharkey · 13 years ago
  41. d72317a Remove keystore entries when package removed by Kenny Root · 13 years ago
  42. 4efe940 Initial implementation of IntentFirewall functionality by Ben Gruver · 13 years ago
  43. 75e181d Merge "Lock when obtaining the current monitor name." into jb-mr2-dev by Michael Wright · 13 years ago
  44. 1eccc0c Merge "FUL now restarts when flipping tablet 180 (bug 7484464)" into jb-mr2-dev by Brian Colonna · 13 years ago
  45. 55cfcd7 Merge "doSignaturePermission -> grantSignaturePermission" into jb-mr2-dev by Nick Kralevich · 13 years ago
  46. f667c8d Merge "grantPermissionsLPw: introduce isNewPlatformPermissionForPackage" into jb-mr2-dev by Nick Kralevich · 13 years ago
  47. 5b7d148 Merge "grantPermissionsLPw: get rid of a level of curly braces" into jb-mr2-dev by Nick Kralevich · 13 years ago
  48. bb7ba4a Merge "grantPermissionsLPw: introduce doSignaturePermission" into jb-mr2-dev by Nick Kralevich · 13 years ago
  49. 006c6338 Merge "Fix bug in initializing preferred activities." into jb-mr2-dev by Dianne Hackborn · 13 years ago
  50. f4c240e Fixed a NPE in AccountManagerService by Mita Yun · 13 years ago
  51. 94b8c93 doSignaturePermission -> grantSignaturePermission by Nick Kralevich · 13 years ago
  52. 3337dbf grantPermissionsLPw: introduce isNewPlatformPermissionForPackage by Nick Kralevich · 13 years ago
  53. daae541 grantPermissionsLPw: get rid of a level of curly braces by Nick Kralevich · 13 years ago
  54. 35bee33d grantPermissionsLPw: introduce doSignaturePermission by Nick Kralevich · 13 years ago
  55. 4d491a6 Fix bug in initializing preferred activities. by Dianne Hackborn · 13 years ago
  56. 8fa56f6 Lock when obtaining the current monitor name. by Michael Wright · 13 years ago
  57. 73882cf Merge "debuggerd now notifies the Activity Manager about native crashes" into jb-mr2-dev by Christopher Tate · 13 years ago
  58. 58d380d debuggerd now notifies the Activity Manager about native crashes by Christopher Tate · 13 years ago
  59. 5be347b Add new primary accounts to secondary limited users by Amith Yamasani · 13 years ago
  60. 42bc734 Merge "Block access to accounts for limited users." into jb-mr2-dev by Amith Yamasani · 13 years ago
  61. 27db468 Block access to accounts for limited users. by Amith Yamasani · 13 years ago
  62. cac0e0b Merge "Add SELinux updater and Settings-based enforcement switch." into jb-mr2-dev by Geremy Condra · 13 years ago
  63. 9e8ba8f Merge "Improve RestrictionEntry API" into jb-mr2-dev by Amith Yamasani · 13 years ago
  64. 86118ba Improve RestrictionEntry API by Amith Yamasani · 13 years ago
  65. 77118fb Add SELinux updater and Settings-based enforcement switch. by Geremy Condra · 13 years ago
  66. b1b9a8a FUL now restarts when flipping tablet 180 (bug 7484464) by Brian Colonna · 13 years ago
  67. a57c695 Reduce duration of rotation xfade animation. by Dianne Hackborn · 13 years ago
  68. ce66fd7 Merge "AccountManager changes for profile seeding." into jb-mr2-dev by Jatin Lodhia · 13 years ago
  69. 2fb669e Merge "Stop clat if it's no longer in use." into jb-mr2-dev by Lorenzo Colitti · 13 years ago
  70. 9d034de am 24948d3c: am 946a5c91: Merge "Save off the seinfo value with packages.list." by Geremy Condra · 13 years ago
  71. 84e594f Merge "Unhide Bluetooth Low Energy public APIs" into jb-mr2-dev by Matthew Xie · 13 years ago
  72. ddf7e47 Unhide Bluetooth Low Energy public APIs by Matthew Xie · 13 years ago
  73. 946a5c9 Merge "Save off the seinfo value with packages.list." by Geremy Condra · 13 years ago
  74. 94eaab4 am 3ae30483: am a19647d3: Merge "Correct executable bit for source files [Take 2]" by Elliott Hughes · 13 years ago
  75. 5c3bd37 am f21a34bf: am 2ff853da: Merge "Add data validation on seinfo labels." by Geremy Condra · 13 years ago
  76. a19647d Merge "Correct executable bit for source files [Take 2]" by Elliott Hughes · 13 years ago
  77. 3df7d69 AccountManager changes for profile seeding. by Jatin Lodhia · 13 years ago
  78. e494a81 Merge "Restricted account visibility" into jb-mr2-dev by Amith Yamasani · 13 years ago
  79. 3eba5ad Merge "Crank up the mOomMinFreeHigh values by 50%." into jb-mr2-dev by Ben Cheng · 13 years ago
  80. c92342b Merge "Add user restrictions for bluetooth, sideloading, usb file transfer" into jb-mr2-dev by Maggie Benthall · 13 years ago
  81. 1263deb Merge "Allow system server to bind to USB devices." into jb-mr2-dev by Jeff Brown · 13 years ago
  82. 5acc863 Merge "Add BT - DataTracker connection" into jb-mr2-dev by Robert Greenwalt · 13 years ago
  83. d417ab0 Add data validation on seinfo labels. by Robert Craig · 13 years ago
  84. e8eea12 Allow system server to bind to USB devices. by Jeff Brown · 13 years ago
  85. d2ef1e5 Stop clat if it's no longer in use. by Lorenzo Colitti · 13 years ago
  86. 0ac1fc9 Restricted account visibility by Amith Yamasani · 13 years ago
  87. b5cda42 Crank up the mOomMinFreeHigh values by 50%. by Ben Cheng · 13 years ago
  88. bf20aa7 Merge "Keep track of who has disabled applications." into jb-mr2-dev by Dianne Hackborn · 13 years ago
  89. 665e1ae Add BT - DataTracker connection by Robert Greenwalt · 14 years ago
  90. a12fccf Add user restrictions for bluetooth, sideloading, usb file transfer by Maggie Benthall · 13 years ago
  91. c75195a Merge "Notify user only when device provisioned" into jb-mr2-dev by Irfan Sheriff · 13 years ago
  92. dde8661 Merge "Sync APIs use seconds instead of ms." into jb-mr2-dev by Jeff Sharkey · 13 years ago
  93. 51366be Sync APIs use seconds instead of ms. by Jeff Sharkey · 13 years ago
  94. 07a2295 Notify user only when device provisioned by Irfan Sheriff · 13 years ago
  95. 3fa3c28a Keep track of who has disabled applications. by Dianne Hackborn · 13 years ago
  96. 3e4a3ea Correct executable bit for source files [Take 2] by Chirayu Desai · 13 years ago
  97. ca3d655 Merge "Use input transport for communications between app and IME." into jb-mr2-dev by Jeff Brown · 13 years ago
  98. 3bcc2fb Merge "Fix issue #8470131: Process thrash kills battery" into jb-mr2-dev by Dianne Hackborn · 13 years ago
  99. 5871b25 Merge "Change wm commands to return size and density info." into jb-mr2-dev by Dianne Hackborn · 13 years ago
  100. c28867a Use input transport for communications between app and IME. by Jeff Brown · 13 years ago