1. 0cb5e26 AI 146865: Final pass on stubber: properly filter fields and methods. by Raphael Moll · 15 years ago
  2. 0259b7c AI 146845: Fix detecting "home" activities when parsing the Android Manifest by Xavier Ducrohet · 15 years ago
  3. 719745b AI 146806: Make sure we check buffer length when removing escaped chars (like unicode) when parsing Value XML files. by Xavier Ducrohet · 15 years ago
  4. 2aff1aa AI 146783: Update New project wizard with the less confusing "Build Target" label. by Xavier Ducrohet · 15 years ago
  5. 1bce95e AI 146776: fix NPE in AvdManager BUG=1791664 by Xavier Ducrohet · 15 years ago
  6. 546c9c9 AI 146770: ADT #1797369 fix error "ant windows: com.android.ant.SetupTask cannot be found" by Raphael Moll · 15 years ago
  7. 42c230d AI 146720: ADT Jar Stubber: generate stubbed jar. by Raphael Moll · 15 years ago
  8. 5ca1e5e AI 146692: Clean up the output of "android list targets" and fix the image.sysdir.# to only be present if the image folders really contain *.img files. by Xavier Ducrohet · 15 years ago
  9. fd8601d AI 146689: Broken AVDs are now loaded by default, and we provide a way to fix one (new) type of error (wrong paths to the system image) by Xavier Ducrohet · 15 years ago
  10. 1313b05 AI 146674: "Target" nomenclature fixes BUG=1795612 by Xavier Ducrohet · 15 years ago
  11. a435331 AI 146631: ADT #1793333: fix Widget disposed in SdkTargetSelector. by Raphael Moll · 15 years ago
  12. 550c753 AI 146595: ADT #1794560: prevent from loading more than one SDK at once. by Raphael Moll · 15 years ago
  13. bc88010 AI 146351: Fix aidl 2 issues: aidl file change for parcelable didnt trigger a recompilation. Folder creation failed if parent folder didn't exist. by Xavier Ducrohet · 15 years ago
  14. 5acf706 AI 146335: ADT: Rework the Manifest class browser. by Raphael Moll · 15 years ago
  15. f10beab AI 146238: ADT #1761064: Properly refresh UiTreeBlock when SDK is reloaded. by Raphael Moll · 15 years ago
  16. 7650bff AI 146237: ADT #1789339: Manifest editor now displays all extra sub-elements. by Raphael Moll · 15 years ago
  17. 2bd33b8 AI 146233: Update Eclipse feature licenses to mention embedded jar files licences. by Xavier Ducrohet · 15 years ago
  18. 54ed5a2 AI 146229: Fix aidl error parsing (BUG #1789273) BUG=1789273 by Xavier Ducrohet · 15 years ago
  19. 833361c AI 146034: ADT #1786173: NPW should not overwritte user-customized path by Raphael Moll · 15 years ago
  20. ae600ad AI 146023: Make the add-on implement getPath for IAndroidTarget.SAMPLES (only if the add-on actually has samples) (BUG #1781751) by Xavier Ducrohet · 15 years ago
  21. a2c0ebd AI 145929: ADT #1781076: fix missing \n in "android delete avd" BUG=1781076 by Raphael Moll · 15 years ago
  22. 6c0d467 AI 145911: ADT #1778786: tool to generate stubbed jar file. by Raphael Moll · 15 years ago
  23. b20c95f AI 145394: Fix 'android create project': it was swapping activity and package names (bug #1781137) by Xavier Ducrohet · 15 years ago
  24. 55081c2 AI 145229: Make the mismatch API level/minSdkVersion a warning instead of an error. by Xavier Ducrohet · 15 years ago
  25. a49714f AI 145204: ADT #1761137: collect_sources_for_sdk.sh fails on the Mac by Raphael Moll · 15 years ago
  26. 931838e AI 145083: ADT #1777728: fix NPE when AVD list is empty BUG=1777728 by Raphael Moll · 15 years ago
  27. 0a7d039 AI 145004: ADT #1761064: Properly refresh manifest activity list on framework reload. by Raphael Moll · 15 years ago
  28. 7bfaaa8 AI 144940: ADT #1722971: Fix refactoring menu contribution for Eclipse 3.3/3.4 on Linux/Mac. by Raphael Moll · 15 years ago
  29. 6778fc2 AI 144938: Fix the classpath container cache for project targeting add-ons (bug #1775936). by Xavier Ducrohet · 15 years ago
  30. 5993ade AI 144921: Fix add-on javadoc display in Eclipse (bug #1775744) BUG=1775744 by Xavier Ducrohet · 15 years ago
  31. d7c946d AI 144487: ADT: Add "New String" refactoring to the other Resource Chooser. by Raphael Moll · 15 years ago
  32. bc659bb AI 144486: ADT: Call the Extract String Refactoring to create a new XML String by Raphael Moll · 15 years ago
  33. 01cdf8f AI 144366: Activity Launcher filters out unlauncheable activity (bug #1736754) by Xavier Ducrohet · 15 years ago
  34. 979e0dc AI 144320: ADT: Fix debugger launch connection when debugging Android JUnit by Brett Chabot · 15 years ago
  35. b41d8da AI 144283: ADT: Enhance Resource Chooser with ability to create new XML strings. by Raphael Moll · 15 years ago
  36. a248b46 AI 144252: Reload AVDs when displaying the run/debug launch dialog (bug #1683892) by Xavier Ducrohet · 15 years ago
  37. 8a2dece AI 144048: ADT #1743364: Uncomment the system resource chooser code. by Raphael Moll · 15 years ago
  38. 09f36bf AI 143917: ADT Android JUnit: Change logic to provide an explicit project or package to run to the device InstrumentationTestRunner, instead of providing the potentially huge list of test classes. Discontinue support for running all tests in a source folder. by Brett Chabot · 15 years ago
  39. 0f25507 AI 143882: ADT #1743364: Refactor misc UI widgets together in package adt.ui. by Raphael Moll · 15 years ago
  40. c01f497 AI 143881: AVD #1703143: delete AVDs not loaded correctly. by Raphael Moll · 15 years ago
  41. e529390 AI 143754: SdkManager: list unknown AVDs and why they didn't load. BUG=1703143 by Raphael Moll · 15 years ago
  42. 9738144 AI 143499: Fix the icon for the JUnit launch shortcut BUG=866690 by Xavier Ducrohet · 15 years ago
  43. 2f1d5e3 AI 143472: Reduce dictionary size. by Amith Yamasani · 15 years ago
  44. 3141ffd AI 143407: Prevent reinstalling APKs during launch if they have not been recompiled since the previous launch. by Xavier Ducrohet · 15 years ago
  45. f739e79 AI 143259: ADT #1743364: Refactor all wizard classes & their actions together. by Raphael Moll · 15 years ago
  46. fe8bec7 AI 143149: Make ADT look for javadoc in docs/reference for the optional libraries (to match the base docs). by Xavier Ducrohet · 15 years ago
  47. ad30a85 AI 143143: Update ADT changes.txt with JUnit features, and properly restrict ADT package access. by Xavier Ducrohet · 15 years ago
  48. 08f10ba Automated import from //branches/cupcake/...@143034,143034 by Raphael Moll · 15 years ago
  49. e71a4a3 Automated import from //branches/cupcake/...@142978,142978 by Raphael Moll · 15 years ago
  50. 4ec2d6f Automated import from //branches/cupcake/...@142852,142852 by Raphael Moll · 15 years ago
  51. c22f78e Automated import from //branches/cupcake/...@142851,142851 by Raphael Moll · 15 years ago
  52. fbeb67e Automated import from //branches/cupcake/...@142586,142586 by Raphael Moll · 15 years ago
  53. 660c0c9 Automated import from //branches/cupcake/...@142585,142585 by Raphael Moll · 15 years ago
  54. 1e163c8 Automated import from //branches/cupcake/...@142584,142584 by Raphael Moll · 15 years ago
  55. 4595b79 Automated import from //branches/cupcake/...@142191,142191 by Raphael Moll · 15 years ago
  56. 076609b Automated import from //branches/cupcake/...@142190,142190 by Raphael Moll · 15 years ago
  57. 9abc811 Automated import from //branches/cupcake/...@141822,141822 by Raphael Moll · 15 years ago
  58. 8860250 Automated import from //branches/cupcake/...@141808,141808 by Xavier Ducrohet · 15 years ago
  59. e6a1328 Automated import from //branches/cupcake/...@141778,141778 by Brett Chabot · 15 years ago
  60. 538e310 Automated import from //branches/cupcake/...@141592,141592 by Xavier Ducrohet · 15 years ago
  61. 41d58c4 Automated import from //branches/cupcake/...@141556,141556 by Xavier Ducrohet · 15 years ago
  62. b0bdccc auto import from //branches/cupcake_rel/...@141571 by The Android Open Source Project · 15 years ago
  63. 6ffae01 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  64. 59008eb auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  65. 243d18e auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  66. 692ab02 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  67. 2b83cbd auto import from //depot/cupcake/@136654 by The Android Open Source Project · 15 years ago
  68. edd86fd auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  69. 52d4c30 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  70. d4aee0c auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  71. d2f2b1d auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  72. b8747bc auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  73. 74a996a auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 15 years ago
  74. ff4b5f2 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  75. 87a88c4 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  76. e3c5766 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  77. 7b53e39 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  78. b8d704a auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  79. 95cf464 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  80. e943f2f Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  81. 5c11852 Initial Contribution by The Android Open Source Project · 16 years ago