1. 56e7450 Merge "Apps on SD card. Added support for retrieving and generating keys as Hex Strings. Using keys to mount encrypted FS." by Oscar Montemayor · 15 years ago
  2. d02546b Apps on SD card. by Oscar Montemayor · 15 years ago
  3. e99f41f @hide the individual members instead of the whole class by Jean-Baptiste Queru · 15 years ago
  4. d60e31c Merge "Update Time.parse3339() unit tests" by Kenny Root · 15 years ago
  5. fe86b04 Merge "Added clone to these three classes and added more comments." by Romain Guy · 15 years ago
  6. 6fc1f15 Added clone to these three classes and added more comments. by Yang Li · 15 years ago
  7. dded644 Merge "Added non-uniform scaling for spatial sampling." by Romain Guy · 15 years ago
  8. de8aa87 Update Time.parse3339() unit tests by Kenny Root · 15 years ago
  9. 94d825d Merge "Use correct TLS codepath in graphics libraries" by Colin Cross · 15 years ago
  10. 851b2e7 Merge "Apps on SD card. Added support for retrieving and generating keys as Hex Strings." by Oscar Montemayor · 15 years ago
  11. 55732c5 Added non-uniform scaling for spatial sampling. by Yang Li · 15 years ago
  12. f5dba88 Detect if the current network is wifi or not and update webkit. by Andrei Popescu · 15 years ago
  13. 843e897 Remove the BaseColumns inheritance by Jean-Baptiste Queru · 15 years ago
  14. 130a8b7 Add Dialog.setOnShowListener() to the public API. by Ficus Kirkpatrick · 15 years ago
  15. 7c44220 Merge "Make the "AM" or "PM" in the status bar clock be in a smaller font size." by Eric Fischer · 15 years ago
  16. b62e813 Apps on SD card. by Oscar Montemayor · 15 years ago
  17. 3084a6f rename testHasFeatures to hasFeatures by Fred Quintana · 15 years ago
  18. 013b9c2 Merge "Change Log.wtf() call to Log.w()" by Vasu Nori · 15 years ago
  19. bee5b9d Change Log.wtf() call to Log.w() by Vasu Nori · 15 years ago
  20. 00bc687 Merge "New method to return the last dialed number Bug:2227429" by Niko Catania · 15 years ago
  21. 40bbaaa resolved conflicts for merge of 90528645 to master by Robert Greenwalt · 15 years ago
  22. b8a2aaf New method to return the last dialed number Bug:2227429 by Nicolas Catania · 15 years ago
  23. 0894498 Merge "Set net.hostname sys property to our unique ID." by Robert Greenwalt · 15 years ago
  24. c5dfa70 Revert "New method to return the last dialed number" by Nicolas Catania · 15 years ago
  25. 633feac Merge "New method to return the last dialed number Bug:2227429" by Niko Catania · 15 years ago
  26. 7d92d5a Revert a couple of deprecations to fix broken build by Tom O'Neill · 15 years ago
  27. ac835c9 New method to return the last dialed number Bug:2227429 by Nicolas Catania · 15 years ago
  28. 0f26ec1 Merge "Improve ContractsContract.RawContacts documentation" by Tom O'Neill · 15 years ago
  29. 48c0273 Fix to set package path properly after 'adb sync' by Andrew Stadler · 15 years ago
  30. daec172 Avoid renaming apk paths when scanning directories on reboot by Suchi Amalapurapu · 15 years ago
  31. ba7eb9a Merge "Added non-uniform scaling for spatial sampling and converted double to float." by Romain Guy · 15 years ago
  32. d6f9cd2 Improve ContractsContract.RawContacts documentation by Tom O'Neill · 15 years ago
  33. de8383c Set net.hostname sys property to our unique ID. by Robert Greenwalt · 15 years ago
  34. 110fea7 Fix runtime restart when replacing packages by Suchi Amalapurapu · 15 years ago
  35. 36e136c Make the "AM" or "PM" in the status bar clock be in a smaller font size. by Eric Fischer · 15 years ago
  36. 5c79dee Added non-uniform scaling for spatial sampling and converted double to float. by Yang Li · 15 years ago
  37. 8d528c8 Fix build error by Suchi Amalapurapu · 15 years ago
  38. 32d80bf Introduce a non-SDK class to hold the implementation details by Jean-Baptiste Queru · 15 years ago
  39. e495d1f fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize by Vasu Nori · 15 years ago
  40. f227507 Merge "Squashed commit of the following:" by Andreas Huber · 15 years ago
  41. 5a37232 Merge "Fix a few issues with determining the closest sample to a given time in the MPEG4 sampletable implementation." by Andreas Huber · 15 years ago
  42. 3908e3c Merge "Remove some settings we are no longer using." by Ficus Kirkpatrick · 15 years ago
  43. 34d30d3 Merge "Squashed commit of the following:" by Andreas Huber · 15 years ago
  44. 6e8c730 Merge "allow + in usernames" by Fred Quintana · 15 years ago
  45. 30d2030 allow + in usernames by Fred Quintana · 15 years ago
  46. ddb1909 Merge "Workaround for some hardware decoders not properly signaling end-of-output-stream properly." by Andreas Huber · 15 years ago
  47. 140d4ed Fix a few issues with determining the closest sample to a given time in the MPEG4 sampletable implementation. by Andreas Huber · 15 years ago
  48. 0e25caf Remove some settings we are no longer using. by Ficus Kirkpatrick · 15 years ago
  49. 0ffc90f Squashed commit of the following: by Andreas Huber · 15 years ago
  50. 909255a Squashed commit of the following: by Andreas Huber · 15 years ago
  51. dbcb2c6 Workaround for some hardware decoders not properly signaling end-of-output-stream properly. by Andreas Huber · 15 years ago
  52. 3c5f6dd Merge "app install on sdcard. provide skeleton implementation to install an app on sdcard, just resources. Add new install path for /asec in installd. ignore . when checking for apk path since the sdcard packages id'ed by package name. Add new -s option to adb shell pm Refactor fwd locked from scanMode to ApplicationInfo. Add new flag for sd install Add new parse flags for fwd locking and installing on sdcard New mock api's in PackageManagerService to invoke MountService api's. These will be refactored again and so have been wrapped internally. Some error codes in PackageManager Changes in PackageManagerService to use mPath and mScanPath during installation and switch to using PackageParser.Package.applicationInfo attributes for source and public resource directories. Some known issues that will be addressed later using system_uid for now. needs some tinkering with uid and packagesetting creation to use the actual app uid error handling from vold not very robust. ignoring lot of things for now sending a delayed destroy to delete packages. will revisit later revisit temp file creation later. just copy for now" by Suchi Amalapurapu · 15 years ago
  53. af8e9f4 app install on sdcard. provide skeleton implementation by Suchi Amalapurapu · 15 years ago
  54. 1061a4d am 0123101a: am af2af4e5: Add proper support for fixed position elements by Nicolas Roard · 15 years ago
  55. 0123101 am af2af4e5: Add proper support for fixed position elements by Nicolas Roard · 15 years ago
  56. f6fff20 Merge "Expose SearchManager constants for global search" by Bjorn Bringert · 15 years ago
  57. 55f3ac5 Expose SearchManager constants for global search by Bjorn Bringert · 15 years ago
  58. 66ef01e Revert "New method to return the last dialed number" by Nicolas Catania · 15 years ago
  59. 52e2ef8 Update ListView's children when the drawing cache color hint changes. by Romain Guy · 15 years ago
  60. e414f32 Merge "New method to return the last dialed number Bug:2227429" by Niko Catania · 15 years ago
  61. faddd5d Merge "Support for determining the mime type of media via metadata extraction." by Andreas Huber · 15 years ago
  62. 439b7b3 New method to return the last dialed number Bug:2227429 by Nicolas Catania · 15 years ago
  63. 5d3c9c10 Merge "constants for search" by Mark Wagner · 15 years ago
  64. bb68a4f add AccountManager.testHasFeatures() to make it easy to check if a given account has a set of features by Fred Quintana · 15 years ago
  65. 8178753 Merge "bugfix endfling case (bug 2300534)" by Mark Wagner · 15 years ago
  66. af2af4e5 Add proper support for fixed position elements by Nicolas Roard · 15 years ago
  67. 80d3091 Merge "Remove Intent.ACTION_GLOBAL_SEARCH" by Bjorn Bringert · 15 years ago
  68. 7f65281 Merge "Add QSB's GoogleSearch as the preferred web search provider" by Bjorn Bringert · 15 years ago
  69. 9052864 am 1193ae4e: Backport l53e91db7 from master. by Robert Greenwalt · 15 years ago
  70. 670dd81 bugfix endfling case (bug 2300534) by Mark Wagner · 15 years ago
  71. 22550a1 Merge "Remove excessive logging, fix error in GLSL uniform generation." by Jason Sams · 15 years ago
  72. e17e365 Remove excessive logging, fix error in GLSL uniform generation. by Jason Sams · 15 years ago
  73. 52952b1 Overhaul of dumpstate (aka bugreport) with cleanups & enhancements: by Dan Egnor · 15 years ago
  74. 96e40b4 Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 15 years ago
  75. 8d1966e Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 15 years ago
  76. 83fe5de Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 15 years ago
  77. ae51f0a Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 15 years ago
  78. a94e7af Remove Intent.ACTION_GLOBAL_SEARCH by Bjorn Bringert · 15 years ago
  79. f6f56c0 Merge "Hangup calls before powering off radio." by John Wang · 15 years ago
  80. 139f6f3 am 70c4f6cf: am 021b7b44: Add a static method to obtain the mime type from extension. by Patrick Scott · 15 years ago
  81. 1bc3c37 Fix Javadoc errors so the sdk can build. by Robert Greenwalt · 15 years ago
  82. 70c4f6c am 021b7b44: Add a static method to obtain the mime type from extension. by Patrick Scott · 15 years ago
  83. 1cb02bf Support for determining the mime type of media via metadata extraction. by Andreas Huber · 15 years ago
  84. 5a2ade3 Merge "More metadata support." by Andreas Huber · 15 years ago
  85. 021b7b4 Add a static method to obtain the mime type from extension. by Patrick Scott · 15 years ago
  86. 3a3656c More metadata support. by Andreas Huber · 15 years ago
  87. 53f1c34 constants for search by Mark Wagner · 15 years ago
  88. c849cdf Unhide some CM constants to support unbundling. by Robert Greenwalt · 15 years ago
  89. 1193ae4 Backport l53e91db7 from master. by Robert Greenwalt · 15 years ago
  90. a77f93f am ace8addc: am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  91. ace8add am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  92. 4a5bff9 Add QSB's GoogleSearch as the preferred web search provider by Bjorn Bringert · 15 years ago
  93. 01f8c06 Use correct TLS codepath in graphics libraries by Gary King · 15 years ago
  94. 85fbfee Merge "Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size." by Andreas Huber · 15 years ago
  95. ffebd7c am b4f41119: am a1d08886: Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 15 years ago
  96. b4f4111 am a1d08886: Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 15 years ago
  97. a1d0888 Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 15 years ago
  98. db5d662 Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size. by Andreas Huber · 15 years ago
  99. 4199528a Only output proguard keep for nonempty attribute name in the AndroidManifest.xml. by Ying Wang · 15 years ago
  100. 4a4b6e0 Merge "Handle null correctly." by Daisuke Miyakawa · 15 years ago