1. 5e27115 Use a ref-counted callback interface for Camera. by Dave Sparks · 15 years ago
  2. 06290a4 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 15 years ago
  3. 8cdcb12 Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995. by Wei-Ta Chen · 15 years ago
  4. 066e6bf Merge change 4792 into donut by Android (Google) Code Review · 15 years ago
  5. 290f5ba when we reset a paint, it should return to the state it was in when it was first created. by Mike Reed · 15 years ago
  6. a9e5461 gps: Set SUPL server via hostname rather than IP address. by Mike Lockwood · 15 years ago
  7. d2d9ceb Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 15 years ago
  8. 4a36413 Fix runtime restarts due to sending the wrong flags to dbus. by Nick Pelly · 15 years ago
  9. ed33683 Merge change 4515 into donut by Android (Google) Code Review · 15 years ago
  10. 9e0a195 Tell DBUS not to call _exit() if the DBUS connection disconnects. by Nick Pelly · 15 years ago
  11. 5f15d15 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 15 years ago
  12. b4f7592 Merge change 4299 into donut by Android (Google) Code Review · 15 years ago
  13. 91a27ae Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods. by Jack Palevich · 15 years ago
  14. 1fd0ec7 process: Fix bug where if a thread exited while we were changing its control by San Mehat · 15 years ago
  15. 2fdd428 Fix some backup reader/writer issues; make local transport do backup by Christopher Tate · 15 years ago
  16. 03f4df4 Fix the jni initializer. by Joe Onorato · 15 years ago
  17. 1cf5874 Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput. by Joe Onorato · 15 years ago
  18. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
  19. d26ce0d GpsLocationProvider: Add hooks for GPS location injection. by Mike Lockwood · 15 years ago
  20. 0cb5320 process: Clean up cgroup management by San Mehat · 15 years ago
  21. ba55b36 Change exceptions to RuntimeException. by Wu-cheng Li · 15 years ago
  22. 8ae2335 rename a few files to camel-case, add copyright notices by Mathias Agopian · 15 years ago
  23. 2a2c5cd Modify the decoding logic in the FD case when a purgeable flag is set, by Wei-Ta Chen · 15 years ago
  24. 963cd006 Allow creating AssetFileDescriptors for MemoryFiles. by Bjorn Bringert · 15 years ago
  25. ad984f1 Use JNI region calls in MemoryFile read and write. by Bjorn Bringert · 15 years ago
  26. 761e091 Unmap memory in MemoryFile.close(). by Bjorn Bringert · 15 years ago
  27. c013971 Merge change 2432 into donut by Android (Google) Code Review · 15 years ago
  28. de8268d Merge change 2331 into donut by Android (Google) Code Review · 15 years ago
  29. 63507ba Make android_runtime to not include libemoji but use dlopen() instead. by Daisuke Miyakawa · 15 years ago
  30. 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 15 years ago
  31. c5ad0f4 wifi: Fix problem parsing RSSI when the AP name contains a space. by Mike Lockwood · 15 years ago
  32. 270e87f Sensors: Use a native_handle for the data channel instead of a single file descriptor. by Mike Lockwood · 15 years ago
  33. d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 15 years ago
  34. 9a940e8 Fix bad filtering of error code when set_position_mode() is being called. by David 'Digit' Turner · 15 years ago
  35. 3e45824 process: Add setProcessGroup() hidden API call to set the cgroup of by San Mehat · 15 years ago
  36. 16e7972 Fix bug 1856713 gl Pointer functions should use Buffer position by Jack Palevich · 15 years ago
  37. 5bd644c Start using CLDR for some date-and-time strings and formats. by Eric Fischer · 15 years ago
  38. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  39. 807f23b Merge change 1057 into donut by Android (Google) Code Review · 15 years ago
  40. 2bb3ea1 Fix native core runtime. A messy declaration was causing a problem at boot time. by Romain Guy · 15 years ago
  41. b10f138 * Add regoin scaling for transparent support by Mitsuru Oshima · 15 years ago
  42. 3e3439d Merge change 1478 into donut by Android (Google) Code Review · 15 years ago
  43. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 15 years ago
  44. e51f3a0 Merge change 1297 into donut by Android (Google) Code Review · 15 years ago
  45. e3635c9 GPS: Generalize SUPL support to include AGPS for CDMA by Mike Lockwood · 15 years ago
  46. 8331f72 remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eglext.h by Mathias Agopian · 15 years ago
  47. 21dc037 Check the size of the data to write for STATIC AudioTrack objects. by Jean-Michel Trivi · 15 years ago
  48. 672f1e2 Merge change 1192 into donut by Android (Google) Code Review · 15 years ago
  49. e20ea78 Require native-order direct buffers for glXXXPointer APIs. by Jack Palevich · 15 years ago
  50. 2108e5c Merge change 1163 into donut by Android (Google) Code Review · 15 years ago
  51. b1a7ffe More backup tests by Joe Onorato · 15 years ago
  52. 704e00a Fix 1825581 - device restarts when using A2DP. by Robert Greenwalt · 15 years ago
  53. be509c9 Fix automatically generated code for glGet by Jack Palevich · 15 years ago
  54. fa3e556 Change error message. by Wu-cheng Li · 15 years ago
  55. ad8b8f5 pass original ptrs to JNI release functions (instead of += index to them) by Mike Reed · 15 years ago
  56. c21a08f gps: Fix missing return value in android_location_GpsLocationProvider_init by Mike Lockwood · 15 years ago
  57. 77c9990 Merge change 599 into donut by Android (Google) Code Review · 15 years ago
  58. 3de05ff Merge change 586 into donut by Android (Google) Code Review · 15 years ago
  59. caf0df1 Add call to (new) Canvas.freeCaches() in response to low-memory by Mike Reed · 15 years ago
  60. 3eab744 Merge change 376 into donut by Android (Google) Code Review · 15 years ago
  61. e9d376b Add support for changing a threads scheduler group. Three groups are available (default, background non interactive, foreground boost). Setting a thread priority to PRIORITY_BACKGROUND will transparently change groups to background by San Mehat · 15 years ago
  62. fc8db53 Manage imagecache ram budget by Mike Reed · 15 years ago
  63. 1fb758e Merge change 546 into donut by Android (Google) Code Review · 15 years ago
  64. c70e06b Add (hidden for now) purgeable bitmaps by Mike Reed · 15 years ago
  65. a379585 Enable static Java APIs for OpenGL ES 1.1 extensions. by Jack Palevich · 15 years ago
  66. 4482d8c Merge branch 'readonly-p4-donut' into donut by Evan Millar · 15 years ago
  67. c64edde AI 146853: Add kernel wakelock data to batteryinfo dump. BUG=1755458 by Evan Millar · 15 years ago
  68. 27f8002 Add an Android-specific static OpenGL ES 1.1 Java API. by Jack Palevich · 15 years ago
  69. 58bda98 gps: Add support for bringing up a GSM data connection on demand for SUPL. by Mike Lockwood · 15 years ago
  70. e8624dd AI 145920: Don't filter out IPv6 multicast packets. by Lorenzo Colitti · 15 years ago
  71. d30b256 AI 144241: Stop polling dbus. BUG=1244263 by Robert Greenwalt · 15 years ago
  72. 0a6a0e9 AI 144176: To fix the race condition in case "requestCancelDecode" by Ray Chen · 15 years ago
  73. ea600cc AI 143788: am: CL 143740 Don't clear supported profiles in settings app if getRemoteClass returns error. by Nick Pelly · 15 years ago
  74. 66b8ec9 AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 15 years ago
  75. 4c7533c Automated import from //branches/donutburger/...@142484,142484 by Jack Palevich · 15 years ago
  76. a5cb7b7 Automated import from //branches/donutburger/...@142372,142372 by Jean-Michel Trivi · 15 years ago
  77. 0577b26 Automated import from //branches/donutburger/...@141859,141859 by Jack Palevich · 15 years ago
  78. d3ca04d Automated import from //branches/donutburger/...@140867,140867 by Jean-Michel Trivi · 15 years ago
  79. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
  80. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 16 years ago
  81. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
  82. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
  83. b22d55b auto import from //depot/cupcake/@136620 by The Android Open Source Project · 16 years ago
  84. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  85. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  86. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  87. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  88. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  89. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  90. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  91. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  92. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  93. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  94. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  95. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  96. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  97. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago