1. c2ae6fb Merge commit '605eb79c9519307147fc1795d0eb155638a7f542' into manualmerge by Jeff Sharkey · 10 years ago
  2. 605eb79 Offer to detect non-SSL/TLS network traffic. by Jeff Sharkey · 10 years ago
  3. b523c55 am 41d54237: am 92cf3608: Merge "Debug for bug 18201239." into lmp-mr1-dev by Craig Mautner · 10 years ago
  4. 9776ad4 Debug for bug 18201239. by Craig Mautner · 10 years ago
  5. 19c549f am 1e263d3f: am 66b4d484: Merge "Prevent system server dump stuck by pipe buffer full." by Craig Mautner · 10 years ago
  6. 66b4d48 Merge "Prevent system server dump stuck by pipe buffer full." by Craig Mautner · 10 years ago
  7. 0f8ecc8 am 9d293911: am ebdfb6e8: Merge "[ActivityManager] Distinguish FG or BG receiver finished" by Olawale Ogunwale · 10 years ago
  8. ebdfb6e Merge "[ActivityManager] Distinguish FG or BG receiver finished" by Olawale Ogunwale · 10 years ago
  9. eb896e1 Merge "Call VMRuntime.clampGrowthLimit for small heap apps" automerge: 9a6c45e by Mathieu Chartier · 10 years ago
  10. 24cee07 Call VMRuntime.clampGrowthLimit for small heap apps by Mathieu Chartier · 10 years ago
  11. 1f5ac4d [ActivityManager] Distinguish FG or BG receiver finished by riddle_hsu · 10 years ago
  12. a230a43 am 486a9942: Merge "[ActivityManager] Use synchronized to protect object" by Olawale Ogunwale · 10 years ago
  13. 89764e3 [ActivityManager] Use synchronized to protect object by mark_chen · 10 years ago
  14. e0bef71 Fix several HTTP proxy issues with multinetworking. by Paul Jensen · 10 years ago
  15. a01a0fa Fix issue #18510117: Returning from an activity started with... by Dianne Hackborn · 10 years ago
  16. a83c580 Merge "SwipeDismissLayout makes activity opaque only after entry animation ends." into lmp-sprout-dev by Filip Gruszczynski · 10 years ago
  17. 0d1c27a Fix seeking and scaled duration behavior by Chet Haase · 10 years ago
  18. 6eafa90 SwipeDismissLayout makes activity opaque only after entry animation ends. by Filip Gruszczynski · 10 years ago
  19. bba231d Explicitly bind AsyncTask to main looper. by Jeff Brown · 10 years ago
  20. fabb70b Add reporting of Parcel memory/count. by Dianne Hackborn · 10 years ago
  21. 85d558c Add Activity API to get referrer information. by Dianne Hackborn · 10 years ago
  22. cb38318 Fix getPackageInfo("android") in the system server. by Narayan Kamath · 10 years ago
  23. bb2e2ca Allow I/O when installing providers. by Jeff Sharkey · 10 years ago
  24. 7a5b01b am 01b5cfaa: am 668e566e: Merge "Aggressively trim memory for system_process" into lmp-dev by John Reck · 10 years ago
  25. 73840ea Aggressively trim memory for system_process by John Reck · 10 years ago
  26. 116e069 am 6fc160ed: am d510278d: Merge "Create an Application object for the system process." into lmp-dev by Jeff Brown · 10 years ago
  27. 7fc8e35 Create an Application object for the system process. by Jeff Brown · 10 years ago
  28. ae0477b am 11ee98ad: am 28b89f98: Allow libcore to perform necessary actions upon net config changes. by Paul Jensen · 10 years ago
  29. e401d17 Allow libcore to perform necessary actions upon net config changes. by Paul Jensen · 10 years ago
  30. b30ea42a am 459f3911: am 9a77bddd: Merge "Fix issue #17391969: Only exception on Message.recycle() when target-sdk > 20" into lmp-dev by Dianne Hackborn · 10 years ago
  31. 7bc4c08 am 8c7be259: am 6a83e4d1: Merge "Work on issue #17357238: Recents is often slow if not used in a while" into lmp-dev by Dianne Hackborn · 10 years ago
  32. b30c992 Merge "Fix issue #17391969: Only exception on Message.recycle() when target-sdk > 20" into lmp-dev by Dianne Hackborn · 10 years ago
  33. a4e102e Work on issue #17357238: Recents is often slow if not used in a while by Dianne Hackborn · 10 years ago
  34. 7895bc2 Fix issue #17391969: Only exception on Message.recycle() when target-sdk > 20 by Dianne Hackborn · 10 years ago
  35. 629dc18 Timing Hacks DO NOT MERGE by Anwar Ghuloum · 10 years ago
  36. fcf7083 Renamed Activity.onVisibleBehindCancelled() to Activity.onVisibleBehindCanceled() by Jose Lima · 10 years ago
  37. 1b012d3 Add sample profiling option to am. by Jeff Hao · 10 years ago
  38. 89ad456 Fix issue #16311398: Limit number of documents a process can open by Dianne Hackborn · 10 years ago
  39. 836c0a8 Exposes style and theme data, adds developer option. by Jon Miranda · 10 years ago
  40. 2b3b706 Merge "Fix getPackageInfo for the "android" package in the system server." into lmp-dev by Narayan Kamath · 10 years ago
  41. 3480ab4 Fix getPackageInfo for the "android" package in the system server. by Narayan Kamath · 10 years ago
  42. 29564cd Remove system_server classes from the boot image. by Narayan Kamath · 10 years ago
  43. 4b6c669 Renamed "media playing" APIs to "visible behind" by Jose Lima · 10 years ago
  44. 1d6c40a Prevent system server dump stuck by pipe buffer full. by riddle_hsu · 10 years ago
  45. 5e1565e Enable hardware rendering for system process by Alan Viverette · 10 years ago
  46. d1c99b1 Migrate extras to ClipData for image/video capture intents. by Nicolas Prevot · 10 years ago
  47. 8746a47 Create end of animation callback for Activity by Craig Mautner · 10 years ago
  48. 2e40d11 Add BackupAgent.onRestoreFinished() callback by Christopher Tate · 10 years ago
  49. fee756f Implement issue #16330060: Inform ActivityManager about WebView... by Dianne Hackborn · 10 years ago
  50. 7ef70b0 add missing break for Activity options by Dake Gu · 10 years ago
  51. ee2e45a Add Media Playing API by Craig Mautner · 10 years ago
  52. eb8abf7 Introduce onNewActivityOptions for return activity by Craig Mautner · 10 years ago
  53. f47a594 Fix onTrimMemory for HardwareRenderer by John Reck · 10 years ago
  54. f62d690 Merge "Fix persistent tasks and expand scope" by Craig Mautner · 10 years ago
  55. 43e52ed Fix persistent tasks and expand scope by Craig Mautner · 10 years ago
  56. 8a4c972 Plumb split APKs into public API. by Jeff Sharkey · 10 years ago
  57. a54c824 am 0b889cd6: am db9e0a67: am 01c07a85: Merge "Choose CA certificate storage according to userId" by Robin Lee · 10 years ago
  58. 0b889cd am db9e0a67: am 01c07a85: Merge "Choose CA certificate storage according to userId" by Robin Lee · 10 years ago
  59. 3d076af Choose CA certificate storage according to userId by Robin Lee · 10 years ago
  60. 6784f1c Removing unnecessary public values. (Bug 14995844) by Winson Chung · 10 years ago
  61. 9aeb607 Merge "Enabling alternate recents on all form factors." by Winson Chung · 10 years ago
  62. 7fd239c Merge "Pass ActivityOptions back from finishing activity." by Craig Mautner · 10 years ago
  63. fd08622 Enabling alternate recents on all form factors. by Winson Chung · 10 years ago
  64. 233ceee Pass ActivityOptions back from finishing activity. by Craig Mautner · 10 years ago
  65. 83520b9 Switch PacUrl storage from String to Uri by Jason Monk · 10 years ago
  66. d9ddf2e Merge "Introduce persistent forms of Activity lifecycle calls." by Craig Mautner · 10 years ago
  67. a002604 Introduce persistent forms of Activity lifecycle calls. by Craig Mautner · 10 years ago
  68. 9d75ccb Merge "Make proxy API public" by Jason Monk · 10 years ago
  69. 207900c Make proxy API public by Jason Monk · 10 years ago
  70. 0923328 Make GET_TASKS signature|system. by Dianne Hackborn · 10 years ago
  71. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  72. 67b082e Merge "Enabling doc centric recents on phones." by Winson Chung · 10 years ago
  73. 3b3f464 Piping through ability for an Activity to remove its own task. (Bug 13735914) by Winson Chung · 10 years ago
  74. f9f2314 Enabling doc centric recents on phones. by Winson Chung · 10 years ago
  75. de898ff Shared library resource support by Adam Lesinski · 11 years ago
  76. ba6b897 resolved conflicts for merge of 825dd9dd to klp-dev-plus-aosp by Jeff Brown · 10 years ago
  77. ec463b9 resolved conflicts for merge of cc9894c8 to klp-modular-dev-plus-aosp by Jeff Brown · 10 years ago
  78. f86c3a4 Retain display when creating specialized contexts. (DO NOT MERGE) by Jeff Brown · 10 years ago
  79. 0898860 Retain display when creating specialized contexts. (DO NOT MERGE) by Jeff Brown · 10 years ago
  80. defd4a6 Retain display when creating specialized contexts. by Jeff Brown · 10 years ago
  81. 303e1ff Initial changes for recents. by Winson Chung · 10 years ago
  82. 2d3ddc2 am 199670c4: am 324aa693: am b94904ab: am 3fc3b9fd: Merge "ART profiler usage." by Dave Allison · 10 years ago
  83. 324aa69 am b94904ab: am 3fc3b9fd: Merge "ART profiler usage." by Dave Allison · 10 years ago
  84. 0efbd9a ART profiler usage. by Dave Allison · 11 years ago
  85. ca35c18 am cd4874cf: am d265bcc4: Merge "Inform libcore of time format pref. changes." by Narayan Kamath · 10 years ago
  86. ccb2a086 Inform libcore of time format pref. changes. by Narayan Kamath · 11 years ago
  87. 27ad525 Inform libcore of time format pref. changes. by Narayan Kamath · 11 years ago
  88. 19b6bcf Support HardwareLayers in RenderThread by John Reck · 11 years ago
  89. d5c8044 resolved conflicts for merge of 1cbea39f to master by Nick Kralevich · 11 years ago
  90. dd3d95f resolved conflicts for merge of 4ad93639 to klp-modular-dev-plus-aosp by Nick Kralevich · 11 years ago
  91. 48d2232 Runtime resource overlay, iteration 2 by Mårten Kongstad · 11 years ago
  92. 5ab77ac am 96ada57b: Merge "Allow for the possibility of null ActivityContainer" into klp-modular-dev by Craig Mautner · 11 years ago
  93. bd503a4 Allow for the possibility of null ActivityContainer by Craig Mautner · 11 years ago
  94. b859449 resolved conflicts for merge of 88bfc6dd to master by Craig Mautner · 11 years ago
  95. 88bfc6d Merge "Extend stack management to other displays." into klp-modular-dev by Craig Mautner · 11 years ago
  96. 6c6a116 am 878df18c: am 8dbfde50: am 0e16e3d7: am c2b50c10: am f11dee79: Merge "Add a call to registerAppInfo for the VMRuntime" by Ian Rogers · 11 years ago
  97. e0a3884 Extend stack management to other displays. by Craig Mautner · 11 years ago
  98. 24bafbc Add a call to registerAppInfo for the VMRuntime by Dave Allison · 11 years ago
  99. 6a0db59 resolved conflicts for merge of e0b14ea7 to master by Kenny Root · 11 years ago
  100. e6585b3 Use java.util.Objects instead on internal API by Kenny Root · 11 years ago