1. 8ed4425 am 83b395c: Merge change 743 into donut by Android (Google) Code Review · 16 years ago
  2. 83b395ce Merge change 743 into donut by Android (Google) Code Review · 16 years ago
  3. 4e07116 am 3500f01: Merge branch \'donut\' of ssh://android-git.corp.google.com:29 by The Android Open Source Project · 16 years ago
  4. bf8e6fe am 222f079: am b78c31d: AI 148147: Import lots of zh_TW translation chan by Eric Fischer · 16 years ago
  5. 3500f01 Merge branch 'donut' of ssh://android-git.corp.google.com:29418/platform/frameworks/base into donut by The Android Open Source Project · 16 years ago
  6. dc30119 Merge change 842 into donut by Android (Google) Code Review · 16 years ago
  7. a2431d0 Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state. by Romain Guy · 16 years ago
  8. 222f079 am b78c31d: AI 148147: Import lots of zh_TW translation changes. by Eric Fischer · 16 years ago
  9. b78c31d AI 148147: Import lots of zh_TW translation changes. by Eric Fischer · 16 years ago
  10. f7911a2 Merge change 804 by Android (Google) Code Review · 16 years ago
  11. 718d8a2 decouple SyncAdapter from ContentProvider by Fred Quintana · 16 years ago
  12. 7fd4b44 am a4d8e5c: am f8a33c3: AI 148026: Update zh_TW translations. by Eric Fischer · 16 years ago
  13. 21eef98 am c27eaa4: am 0ca686b: AI 148020: Restore accidentally-deleted zh_CN an by Eric Fischer · 16 years ago
  14. a4d8e5c am f8a33c3: AI 148026: Update zh_TW translations. by Eric Fischer · 16 years ago
  15. c27eaa45 am 0ca686b: AI 148020: Restore accidentally-deleted zh_CN and zh_TW map by Eric Fischer · 16 years ago
  16. 90b6abd am 2bc9e13: Merge change 841 into donut by Android (Google) Code Review · 16 years ago
  17. 8790948 am 52a3cb5: Merge change 840 into donut by Android (Google) Code Review · 16 years ago
  18. 171fd53 am 2cd006c: Merge change 837 into donut by Android (Google) Code Review · 16 years ago
  19. 4ba120d am 980d12b: Merge change 838 into donut by Android (Google) Code Review · 16 years ago
  20. c1ebff0 am d859331: Don\'t crash when /proc/wakelocks can\'t be opened. Might make by Marco Nelissen · 16 years ago
  21. f8a33c3 AI 148026: Update zh_TW translations. by Eric Fischer · 16 years ago
  22. 0ca686b AI 148020: Restore accidentally-deleted zh_CN and zh_TW map centers. by Eric Fischer · 16 years ago
  23. 2bc9e13 Merge change 841 into donut by Android (Google) Code Review · 16 years ago
  24. 52a3cb5 Merge change 840 into donut by Android (Google) Code Review · 16 years ago
  25. 2cd006c Merge change 837 into donut by Android (Google) Code Review · 16 years ago
  26. 980d12b Merge change 838 into donut by Android (Google) Code Review · 16 years ago
  27. 2a34043 Add RIL_UNSOL_OEM_HOOK_RAW. by Jaikumar Ganesh · 16 years ago
  28. 8a342a3 Fix typo in exception message and add a new exception if the user tries to use the same child as both the handle and content for the SlidingDrawer. by Romain Guy · 16 years ago
  29. 54796e7 Make the home screen come up in the simulator. by Marco Nelissen · 16 years ago
  30. d859331 Don't crash when /proc/wakelocks can't be opened. Might make board bringup easier. by Marco Nelissen · 16 years ago
  31. 072868a am 3674252: Merge change 817 into donut by Android (Google) Code Review · 16 years ago
  32. 3674252 Merge change 817 into donut by Android (Google) Code Review · 16 years ago
  33. c114eb5 Hide the backup stuff for now by Christopher Tate · 16 years ago
  34. 245eb10 am c21a08f: gps: Fix missing return value in android_location_GpsLocatio by Mike Lockwood · 16 years ago
  35. 171134a am 021dce4: Merge change 811 into donut by Android (Google) Code Review · 16 years ago
  36. c21a08f gps: Fix missing return value in android_location_GpsLocationProvider_init by Mike Lockwood · 16 years ago
  37. 021dce4 Merge change 811 into donut by Android (Google) Code Review · 16 years ago
  38. a8bf815 Add android.backup.BackupManager by Christopher Tate · 16 years ago
  39. 60c8b8e am a039d46: Merge change 792 into donut by Android (Google) Code Review · 16 years ago
  40. a039d46 Merge change 792 into donut by Android (Google) Code Review · 16 years ago
  41. b3aab69 Allow access to global search by pressing the hard search button again by Mike LeBeau · 16 years ago
  42. 7df1985 Merges p9 CLs 144856 and 145055 to GIT to enable the Database API in the browser. by Ben Murdoch · 16 years ago
  43. 4ed7c18 Merge branch 'master' of ssh://android-git.corp.google.com:29418/platform/frameworks/base by android-build SharedAccount · 16 years ago
  44. d2d9cd0 fix the build by android-build SharedAccount · 16 years ago
  45. e080b55 am 5fcfcd0: am b4c218e: AI 147994: First cut of CharsetUtils, a utility by Dan Bornstein · 16 years ago
  46. 5fcfcd0 am b4c218e: AI 147994: First cut of CharsetUtils, a utility class that a by Dan Bornstein · 16 years ago
  47. 453a34f am d4ed049: Merge branch \'readonly-p4-donut\' into donut by Mitsuru Oshima · 16 years ago
  48. bb15b1cb fixed two stray merge issues by android-build SharedAccount · 16 years ago
  49. d4ed049 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 16 years ago
  50. dffbb4d AI 148024: fix NPE when there is no history by Mitsuru Oshima · 16 years ago
  51. 4b0ebef TypedProperties: add getStringInfo() to help deal with null strings by Dave Bort · 16 years ago
  52. 5b6f8d86 TypedProperties: change the file format to be a subset of Java by Dave Bort · 16 years ago
  53. c2bc16c am 7fe3b06: Merge change 740 into donut by Android (Google) Code Review · 16 years ago
  54. 7fe3b06 Merge change 740 into donut by Android (Google) Code Review · 16 years ago
  55. f899769 am 487529a: First baby steps towards settings backup by Christopher Tate · 16 years ago
  56. 55a664f am dc67739: Merge change 741 into donut by Android (Google) Code Review · 16 years ago
  57. b0d8abd am 73b7184: Merge change 748 into donut by Android (Google) Code Review · 16 years ago
  58. 8585e19 Merge branch 'master' of ssh://android-git.corp.google.com:29418/platform/frameworks/base by The Android Open Source Project · 16 years ago
  59. 487529a First baby steps towards settings backup by Christopher Tate · 16 years ago
  60. b7a6436 Merge change 711 by Android (Google) Code Review · 16 years ago
  61. dc67739 Merge change 741 into donut by Android (Google) Code Review · 16 years ago
  62. 73b7184 Merge change 748 into donut by Android (Google) Code Review · 16 years ago
  63. 2a4bf5ce Fix the build. by Romain Guy · 16 years ago
  64. 090d32b am 9ae8873: Merge change 617 into donut by Android (Google) Code Review · 16 years ago
  65. ef77be9 am 9f98f79: Merge change 739 into donut by Android (Google) Code Review · 16 years ago
  66. 0f9206e am 649b1c6: Merge change 736 into donut by Android (Google) Code Review · 16 years ago
  67. e4ddb19 am efae672: Merge change 725 into donut by Android (Google) Code Review · 16 years ago
  68. cb6c724 am 05e4755: Merge change 724 into donut by Android (Google) Code Review · 16 years ago
  69. 6b8da4e am c1f4096: Remove menu from SearchDialog. by Bjorn Bringert · 16 years ago
  70. 58412a4 am 80f3b97: Merge change 730 into donut by Android (Google) Code Review · 16 years ago
  71. bcefcb5 am c5f1b92: Merge change 691 into donut by Android (Google) Code Review · 16 years ago
  72. bff1389 fix conflict markers by The Android Open Source Project · 16 years ago
  73. c6e3de9 am 203464a: Add searchSuggestThreshold to searchable meta-data. by The Android Open Source Project · 16 years ago
  74. adf431b am 493b00a: Merge change 640 into donut by Android (Google) Code Review · 16 years ago
  75. 4c4c51b am 7ffeac8: am a21e376: AI 147962: Import updated zh_TW translations. by Eric Fischer · 16 years ago
  76. eff18de am c13fe2c: am c804836: AI 147951: delete unused files by Scott Main · 16 years ago
  77. c9a847a am b2b841d: am 998234e: AI 147947: update the sitemap. add disallow in r by Scott Main · 16 years ago
  78. f7af2c5 am 0b8c4fa: am 752aaf9: AI 147874: Fix format and link errors in docs. by Dirk Dougherty · 16 years ago
  79. 5a2390d am 9eb6ac8: am 5fe696f: AI 147814: tweaks to the hello world tutorial. by Scott Main · 16 years ago
  80. e485fa5 am 563dc08: am 2222c9e: AI 147812: close <em> tag by Scott Main · 16 years ago
  81. af0092d am dfe88ae: am 0ee4f86: AI 147811: typo fixes and edits for upgrading an by Scott Main · 16 years ago
  82. 124217d am 7e35614: am 263ed76: AI 147810: fix links on the homepage by Scott Main · 16 years ago
  83. 878cffc am db24820: am 7eeb5d5: AI 147807: Miscellaneous doc fixes needed for 1. by Dirk Dougherty · 16 years ago
  84. f8b522b am 323d821: am ce878be: AI 147804: add new doc about Dialogs by Scott Main · 16 years ago
  85. 3813fda am 8419fcd: am b8b3645: AI 147803: add docs and images for docs on Toast by Scott Main · 16 years ago
  86. c7a3631 am bce7bc9: am 596451c: AI 147796: Add widget design guidelines to new U by Dirk Dougherty · 16 years ago
  87. 70346c2 am 856d015: am 6fc27f7: AI 147793: cleanup broken links and delete all i by Scott Main · 16 years ago
  88. 28f4185 am cbf17dd: am 47f3a7a: AI 147782: Add a link to the JET docs from media by Dirk Dougherty · 16 years ago
  89. 47565d0 am 0db2557: am 4afe275: AI 147780: add summary of "future-proofing your by Scott Main · 16 years ago
  90. 80d5a81 am 6585cc1: am 094d9af: AI 147777: add release notes links for each down by Scott Main · 16 years ago
  91. 71975b1 am 5e8ead2: am 6bbf389: AI 147767: set 1.1 download page to include "not by Scott Main · 16 years ago
  92. f65b2cbe6 am d41f950: am 7b54237: AI 147755: Add sizes and checksums for 1.5 SDK d by Dirk Dougherty · 16 years ago
  93. 2b5ecfc am 4681c01: am 6f1826c: AI 147752: dang, there was another unclosed tag. by Scott Main · 16 years ago
  94. 1e56d5f am 9dfad65: am a055e5e: AI 147742: close <code> tag and remove some bold by Scott Main · 16 years ago
  95. 08f1edf am 073bc61: am 8a4c53a: AI 147732: fix broken links by Scott Main · 16 years ago
  96. e07cd1a am 19aa8e0: am b867019: AI 147725: Some fixes for the CTS test runner. O by Jorg Pleumann · 16 years ago
  97. 1fd11b4 am e17210c: am 14533d2: AI 147720: Set default language for NL to nl. by Bill Napier · 16 years ago
  98. 5108668 am d7ffb29: am 864750c: AI 147718: Created .jd doc file for the JetCreat by Jean-Michel Trivi · 16 years ago
  99. 7734dbf am ec82e35: am 6edea74: AI 147711: Fix link text in highlights doc. Copy by Dirk Dougherty · 16 years ago
  100. a57156e am 8b300f3: am d97e8dc: AI 147710: Add redirects for sdk/preview pages. by Dirk Dougherty · 16 years ago