1. 1b22b97 add hidden Options field for native allocations by Mike Reed · 15 years ago
  2. 8978bd0 Cleanup of unused enums by Dave Sparks · 15 years ago
  3. c4ca420 Fix build by Dave Sparks · 15 years ago
  4. a95f495 Use SetByteArrayRegion to minimize copy overhead and JNI calls. by Dave Sparks · 15 years ago
  5. 75acd89 Avoid memcpy's by using GetPrimitiveArrayCritical. by Dave Sparks · 15 years ago
  6. 463aacf Merge change 6661 into donut by Android (Google) Code Review · 15 years ago
  7. 16f676f Merge change 6660 into donut by Android (Google) Code Review · 15 years ago
  8. a5ec95c wifi: WifiManager.startScan() will now do passive scans by default. by Mike Lockwood · 15 years ago
  9. 6d87738 Fix a small bug in array length bounds checking. by Dan Egnor · 15 years ago
  10. 59c1a93 Add timestamps to video frames to improve A/V sync. Bug 1927069. by Dave Sparks · 15 years ago
  11. 88e209d Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 15 years ago
  12. a1b653d Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) by James Dong · 15 years ago
  13. d0cbb1a Check to make sure the Java camera object is still valid on the by Dave Sparks · 15 years ago
  14. b8a10fe Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 15 years ago
  15. d09f86c Merge changes 5548,5549 into donut by Android (Google) Code Review · 15 years ago
  16. 12a4da3 Add an extra null terminator. String8::unlockBuffer is by Joe Onorato · 15 years ago
  17. 17a8008 Merge change 5544 into donut by Android (Google) Code Review · 15 years ago
  18. 723738c Expand support for different screen sizes. by Dianne Hackborn · 15 years ago
  19. c62f9bd Pipe all the camera callbacks to Java to facilitate the addition by Dave Sparks · 15 years ago
  20. 7d619f1 framework: process: Set the control group of a thread to the background group by San Mehat · 15 years ago
  21. 4ababd9 Make the BackupHelperDispatcher properly handle multiple helpers. by Joe Onorato · 15 years ago
  22. 864c0d5 move ui/Time.cpp to core/jni, since this is the only place it is used by Mathias Agopian · 15 years ago
  23. add868c Skip spaces and tabs in readProcLines() by Amith Yamasani · 15 years ago
  24. 5e27115 Use a ref-counted callback interface for Camera. by Dave Sparks · 15 years ago
  25. 06290a4 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 15 years ago
  26. 8cdcb12 Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995. by Wei-Ta Chen · 15 years ago
  27. 066e6bf Merge change 4792 into donut by Android (Google) Code Review · 15 years ago
  28. 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
  29. a9e5461 gps: Set SUPL server via hostname rather than IP address. by Mike Lockwood · 15 years ago
  30. d2d9ceb Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 15 years ago
  31. 4a36413 Fix runtime restarts due to sending the wrong flags to dbus. by Nick Pelly · 15 years ago
  32. ed33683 Merge change 4515 into donut by Android (Google) Code Review · 15 years ago
  33. 9e0a195 Tell DBUS not to call _exit() if the DBUS connection disconnects. by Nick Pelly · 15 years ago
  34. 5f15d15 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 15 years ago
  35. b4f7592 Merge change 4299 into donut by Android (Google) Code Review · 15 years ago
  36. 91a27ae Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods. by Jack Palevich · 15 years ago
  37. 1fd0ec7 process: Fix bug where if a thread exited while we were changing its control by San Mehat · 15 years ago
  38. 2fdd428 Fix some backup reader/writer issues; make local transport do backup by Christopher Tate · 15 years ago
  39. 03f4df4 Fix the jni initializer. by Joe Onorato · 15 years ago
  40. 1cf5874 Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput. by Joe Onorato · 15 years ago
  41. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
  42. d26ce0d GpsLocationProvider: Add hooks for GPS location injection. by Mike Lockwood · 15 years ago
  43. 0cb5320 process: Clean up cgroup management by San Mehat · 15 years ago
  44. ba55b36 Change exceptions to RuntimeException. by Wu-cheng Li · 15 years ago
  45. 8ae2335 rename a few files to camel-case, add copyright notices by Mathias Agopian · 15 years ago
  46. 2a2c5cd Modify the decoding logic in the FD case when a purgeable flag is set, by Wei-Ta Chen · 15 years ago
  47. 963cd006 Allow creating AssetFileDescriptors for MemoryFiles. by Bjorn Bringert · 15 years ago
  48. ad984f1 Use JNI region calls in MemoryFile read and write. by Bjorn Bringert · 15 years ago
  49. 761e091 Unmap memory in MemoryFile.close(). by Bjorn Bringert · 15 years ago
  50. c013971 Merge change 2432 into donut by Android (Google) Code Review · 15 years ago
  51. de8268d Merge change 2331 into donut by Android (Google) Code Review · 15 years ago
  52. 63507ba Make android_runtime to not include libemoji but use dlopen() instead. by Daisuke Miyakawa · 15 years ago
  53. 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 15 years ago
  54. c5ad0f4 wifi: Fix problem parsing RSSI when the AP name contains a space. by Mike Lockwood · 15 years ago
  55. 270e87f Sensors: Use a native_handle for the data channel instead of a single file descriptor. by Mike Lockwood · 15 years ago
  56. d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 15 years ago
  57. 9a940e8 Fix bad filtering of error code when set_position_mode() is being called. by David 'Digit' Turner · 15 years ago
  58. 3e45824 process: Add setProcessGroup() hidden API call to set the cgroup of by San Mehat · 15 years ago
  59. 16e7972 Fix bug 1856713 gl Pointer functions should use Buffer position by Jack Palevich · 15 years ago
  60. 5bd644c Start using CLDR for some date-and-time strings and formats. by Eric Fischer · 15 years ago
  61. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  62. 807f23b Merge change 1057 into donut by Android (Google) Code Review · 15 years ago
  63. 2bb3ea1 Fix native core runtime. A messy declaration was causing a problem at boot time. by Romain Guy · 15 years ago
  64. b10f138 * Add regoin scaling for transparent support by Mitsuru Oshima · 15 years ago
  65. 3e3439d Merge change 1478 into donut by Android (Google) Code Review · 15 years ago
  66. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 15 years ago
  67. e51f3a0 Merge change 1297 into donut by Android (Google) Code Review · 15 years ago
  68. e3635c9 GPS: Generalize SUPL support to include AGPS for CDMA by Mike Lockwood · 15 years ago
  69. 8331f72 remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eglext.h by Mathias Agopian · 15 years ago
  70. 21dc037 Check the size of the data to write for STATIC AudioTrack objects. by Jean-Michel Trivi · 15 years ago
  71. 672f1e2 Merge change 1192 into donut by Android (Google) Code Review · 15 years ago
  72. e20ea78 Require native-order direct buffers for glXXXPointer APIs. by Jack Palevich · 15 years ago
  73. 2108e5c Merge change 1163 into donut by Android (Google) Code Review · 15 years ago
  74. b1a7ffe More backup tests by Joe Onorato · 15 years ago
  75. 704e00a Fix 1825581 - device restarts when using A2DP. by Robert Greenwalt · 15 years ago
  76. be509c9 Fix automatically generated code for glGet by Jack Palevich · 15 years ago
  77. fa3e556 Change error message. by Wu-cheng Li · 15 years ago
  78. ad8b8f5 pass original ptrs to JNI release functions (instead of += index to them) by Mike Reed · 15 years ago
  79. c21a08f gps: Fix missing return value in android_location_GpsLocationProvider_init by Mike Lockwood · 15 years ago
  80. 77c9990 Merge change 599 into donut by Android (Google) Code Review · 15 years ago
  81. 3de05ff Merge change 586 into donut by Android (Google) Code Review · 15 years ago
  82. caf0df1 Add call to (new) Canvas.freeCaches() in response to low-memory by Mike Reed · 15 years ago
  83. 3eab744 Merge change 376 into donut by Android (Google) Code Review · 15 years ago
  84. 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
  85. fc8db53 Manage imagecache ram budget by Mike Reed · 15 years ago
  86. 1fb758e Merge change 546 into donut by Android (Google) Code Review · 15 years ago
  87. c70e06b Add (hidden for now) purgeable bitmaps by Mike Reed · 15 years ago
  88. a379585 Enable static Java APIs for OpenGL ES 1.1 extensions. by Jack Palevich · 15 years ago
  89. 4482d8c Merge branch 'readonly-p4-donut' into donut by Evan Millar · 15 years ago
  90. c64edde AI 146853: Add kernel wakelock data to batteryinfo dump. BUG=1755458 by Evan Millar · 15 years ago
  91. 27f8002 Add an Android-specific static OpenGL ES 1.1 Java API. by Jack Palevich · 15 years ago
  92. 58bda98 gps: Add support for bringing up a GSM data connection on demand for SUPL. by Mike Lockwood · 15 years ago
  93. e8624dd AI 145920: Don't filter out IPv6 multicast packets. by Lorenzo Colitti · 15 years ago
  94. d30b256 AI 144241: Stop polling dbus. BUG=1244263 by Robert Greenwalt · 15 years ago
  95. 0a6a0e9 AI 144176: To fix the race condition in case "requestCancelDecode" by Ray Chen · 15 years ago
  96. ea600cc AI 143788: am: CL 143740 Don't clear supported profiles in settings app if getRemoteClass returns error. by Nick Pelly · 15 years ago
  97. 66b8ec9 AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 15 years ago
  98. 4c7533c Automated import from //branches/donutburger/...@142484,142484 by Jack Palevich · 15 years ago
  99. a5cb7b7 Automated import from //branches/donutburger/...@142372,142372 by Jean-Michel Trivi · 15 years ago
  100. 0577b26 Automated import from //branches/donutburger/...@141859,141859 by Jack Palevich · 15 years ago