1. 0b3546e Merge change 10370 by Android Code Review · 17 years ago
  2. caee62b Merge change 10746 by Android Code Review · 17 years ago
  3. f4a2a7d Merge change 10712 by Android Code Review · 17 years ago
  4. 6ee299a Updated tutorial to no longer use the deprecated MapView.getZoomControls() function. Also fixed a spelling error. by Yusuf T. Mobile · 17 years ago
  5. 6ab180a Documentation: Clarify that a FileDescriptor must be seekable by Kenny Root · 17 years ago
  6. d5d4e63 Documentation: add preposition and clarify permissions by Kenny Root · 17 years ago
  7. 4dc0d64 Merge change 11284 by Android Code Review · 17 years ago
  8. 841ce8b Fix bitmask in aapt's StringPool length construction by Kenny Root · 17 years ago
  9. 34d7fd7 Merge change 10274 by Android Code Review · 17 years ago
  10. 83bad3d Fixed errors javadoc tags by Alexey Tarasov · 17 years ago
  11. bae0f8e Remove a handful of preloaded classes by Jean-Baptiste Queru · 17 years ago
  12. ae4622e Add a virtual destructor to the TtsEngine class. by Marco Nelissen · 17 years ago
  13. 19b8d8a fix method table wrong in com_android_server_HardwareService.cpp by Kenny · 17 years ago
  14. 0391107 merge from donut by Jean-Baptiste Queru · 17 years ago
  15. 5c1207b donut snapshot by Jean-Baptiste Queru · 17 years ago
  16. 61e4248f merge from donut by Jean-Baptiste Queru · 17 years ago
  17. a8675f6 donut snapshot by Jean-Baptiste Queru · 17 years ago
  18. 2af1b3d Merge korg/donut into korg/master by Jean-Baptiste Queru · 17 years ago
  19. cf4550c donut snapshot by Jean-Baptiste Queru · 17 years ago
  20. d3badad Clarify use of InputType flags by Kenny Root · 17 years ago
  21. 8ecb36e Fixed Android issue #400, where the Intent documentation was inaccurate in a number of places, undoubtedly causing untold grief to innumerable masses. by Yusuf T. Mobile · 17 years ago
  22. 26f6a82 Bug Fixed for libagl. by Shin-ichiro KAWASAKI · 17 years ago
  23. 7ecccee Merge change 10365 by Android Code Review · 17 years ago
  24. ea931d3 Merge change 10364 by Android Code Review · 17 years ago
  25. 2fbf739 Fix hyphenation in TextView attr Javadoc by Kenny Root · 17 years ago
  26. acec372 Merge change 10320 by Android Code Review · 17 years ago
  27. 7b16fc0 Merge change 10312 by Android Code Review · 17 years ago
  28. 3fb1261 Merge change 10315 by Android Code Review · 17 years ago
  29. c6f4e0d Merge change 10317 by Android Code Review · 17 years ago
  30. 1b194b1 Fix spelling mistakes in Javadoc by Kenny Root · 17 years ago
  31. 75c567a Merge change 10327 by Android Code Review · 17 years ago
  32. e79c007 Merge change 10329 by Android Code Review · 17 years ago
  33. 3da0876 Merge change 10328 by Android Code Review · 17 years ago
  34. a4a3090 Removed usage of tabs for indention by Simon Schoar · 17 years ago
  35. bdf7824 Prevent IndexOutOfBoundsException on toString() if vibrate array is empty (non null) by Simon Schoar · 17 years ago
  36. 8c0ff13 Logical error. If multiple receivers are dead, only the first one will be added. by Simon Schoar · 17 years ago
  37. 4ea496d Example for displaying alerts was missing an "@" for theme attribute by Simon Schoar · 17 years ago
  38. 8aa393b Fixed typo, RFC3296 is for LDAP, RFC2396 is for URI by Simon Schoar · 17 years ago
  39. 734bc9b Merge change 10313 by Android Code Review · 17 years ago
  40. 158c190 Fix logic inversion in ListView Javadoc by Kenny Root · 17 years ago
  41. 2a7a773 Clarify rules for package name in documentation by Kenny Root · 17 years ago
  42. 2971cc9 Fix typo in Javadoc for LocationManager.GPS_PROVIDER by Kenny Root · 17 years ago
  43. acc44cc Fix Configuration documentation for new constants by Kenny Root · 17 years ago
  44. b01b577 Fix typo in adb commandline help by Kenny Root · 17 years ago
  45. 0db8bef Ignore pause and seek for live streaming. by Ravi K Yenduri · 17 years ago
  46. 9b90fd4 Fix the boot. The signature needed a V at the end. by Patrick Scott · 17 years ago
  47. c790096 New BluetoothSocket API. by Nick Pelly · 17 years ago
  48. 9b50ade Remove Database.java API. by Nick Pelly · 17 years ago
  49. f5b70ef AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk). by Dianne Hackborn · 17 years ago
  50. 4cf03d3 Reconcile cupcake history into donut by Jean-Baptiste Queru · 17 years ago
  51. 21cef43 Merge change 10027 by Android Code Review · 17 years ago
  52. 9f9cdcf Fixed Issue 2682: ContentProvider query() SDK docs deprecated by Alan Jones · 17 years ago
  53. 843ef36 donut snapshot by Jean-Baptiste Queru · 17 years ago
  54. 723c9a4 Change required for OpenCORE 2.04 Update by Garret Pick · 17 years ago
  55. 2c7ed53 Fix to Android issue 453 by Yusuf T. Mobile · 17 years ago
  56. 5d6d773 AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk). by Dianne Hackborn · 17 years ago
  57. 04c72b4 AI 148812: revise the AppWidget developer guide documentation BUG=1827433 by Scott Main · 17 years ago
  58. 4ce6430 AI 148803: Update 1.xml and 2.xml for methods that take Generic Type Varargs. This will allow the CTS Signature Test to be run against older android releases. by Bill Napier · 17 years ago
  59. f7a480de AI 148759: Add download page for NDK 1.5 r1. BUG=1790234 by Dirk Dougherty · 17 years ago
  60. c214de5 AI 148752: Fix description of breakText() param. BUG=1790234 by Dirk Dougherty · 17 years ago
  61. 25f9637 AI 148665: Disabling a test that does not work as by Jorg Pleumann · 17 years ago
  62. b806767 The comment lack of symbol # and parameter data type. This will cause compilation failed. by djken · 17 years ago
  63. 9b825aa AI 148470: add documentation about aapt image optimization BUG=1735176 by Scott Main · 17 years ago
  64. 1f8059f AI 148461: Changes to support ADT 0.9.1. Update ADT version id, move older ADT versions to a separate table. by Dirk Dougherty · 17 years ago
  65. f096acd AI 148460: Misc changes for dev site. BUG=1790234 by Dirk Dougherty · 17 years ago
  66. 0c11b99 AI 148308: revise aidl support documentation -- now the same in all environments; by Scott Main · 17 years ago
  67. 238ebb65 Add of Javadoc comments on undocumented methods. by Cyril Mottier · 17 years ago
  68. eb086d6 AI 148270: remove references to AbsoluteLayout because it's been deprecated by Scott Main · 17 years ago
  69. a417ee5 AI 148197: Add a link in "Community" page to the android market discussion forum. by Dirk Dougherty · 17 years ago
  70. 392d29a AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs. by Dirk Dougherty · 17 years ago
  71. 003eaa2 AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files; by Scott Main · 17 years ago
  72. 1432cd8 AI 148183: Add missing android namespace to minSdkVersion BUG=1819430 by Dirk Dougherty · 17 years ago
  73. b78c31d AI 148147: Import lots of zh_TW translation changes. by Eric Fischer · 17 years ago
  74. f8a33c3 AI 148026: Update zh_TW translations. by Eric Fischer · 17 years ago
  75. 0ca686b AI 148020: Restore accidentally-deleted zh_CN and zh_TW map centers. by Eric Fischer · 17 years ago
  76. b4c218e AI 147994: First cut of CharsetUtils, a utility class that aims to by Dan Bornstein · 17 years ago
  77. a21e376b AI 147962: Import updated zh_TW translations. by Eric Fischer · 17 years ago
  78. c804836 AI 147951: delete unused files BUG=1790234 by Scott Main · 17 years ago
  79. 998234e AI 147947: update the sitemap. add disallow in robots file for the sdk/preview/ by Scott Main · 17 years ago
  80. 752aaf9 AI 147874: Fix format and link errors in docs. BUG=1790234 by Dirk Dougherty · 17 years ago
  81. 7bc2202 Lazily allocate the mBounds Rect in Drawable. by Brad Fitzpatrick · 17 years ago
  82. 5fe696f AI 147814: tweaks to the hello world tutorial. by Scott Main · 17 years ago
  83. 2222c9e AI 147812: close <em> tag BUG=1668453 by Scott Main · 17 years ago
  84. 0ee4f86 AI 147811: typo fixes and edits for upgrading and installing docs BUG=1790234 by Scott Main · 17 years ago
  85. 263ed76 AI 147810: fix links on the homepage BUG=1790234 by Scott Main · 17 years ago
  86. 7eeb5d5 AI 147807: Miscellaneous doc fixes needed for 1.5 SDK push BUG=1790234 by Dirk Dougherty · 17 years ago
  87. ce878be AI 147804: add new doc about Dialogs BUG=1800118 by Scott Main · 17 years ago
  88. b8b3645 AI 147803: add docs and images for docs on Toast and Notification docs by Scott Main · 17 years ago
  89. 596451c AI 147796: Add widget design guidelines to new UI Guidelines area in dev guide. by Dirk Dougherty · 17 years ago
  90. 6fc27f7 AI 147793: cleanup broken links and delete all innacurate info in apidemo pages by Scott Main · 17 years ago
  91. 47f3a7a AI 147782: Add a link to the JET docs from media index page. BUG=1790234 by Dirk Dougherty · 17 years ago
  92. 4afe275 AI 147780: add summary of "future-proofing your apps" and links by Scott Main · 17 years ago
  93. 094d9af AI 147777: add release notes links for each download page BUG=1790234 by Scott Main · 17 years ago
  94. 6bbf389 AI 147767: set 1.1 download page to include "not current" disclaimer by Scott Main · 17 years ago
  95. 7b54237 AI 147755: Add sizes and checksums for 1.5 SDK downloadables. BUG=1790234 by Dirk Dougherty · 17 years ago
  96. 6f1826c AI 147752: dang, there was another unclosed tag... tested it this time. by Scott Main · 17 years ago
  97. a055e5e AI 147742: close <code> tag and remove some bolding BUG=1790234 by Scott Main · 17 years ago
  98. 284e9b275 Merge commit 'korg/donut' by The Android Open Source Project · 17 years ago
  99. 8a4c53a AI 147732: fix broken links BUG=1810005 by Scott Main · 17 years ago
  100. b867019 AI 147725: Some fixes for the CTS test runner. One is a by Jorg Pleumann · 17 years ago