1. c654bce adding support for tracking the visible rectangles. by Derek Sollenberger · 15 years ago
  2. 4492a4c am 89f0e50a: Add new application for the SDK to let developers build their own gestures libraries. by Romain Guy · 15 years ago
  3. 89f0e50 Add new application for the SDK to let developers build their own gestures by Romain Guy · 15 years ago
  4. 4961cb3 Merge change 7697 by Android (Google) Code Review · 15 years ago
  5. d462900 Pretend to be root by intercepting getuid() in the simulator, so we don't have by Marco Nelissen · 15 years ago
  6. 451937e Merge change 7521 by Android (Google) Code Review · 15 years ago
  7. c0f2657 Adding support for surface views. also removed subplugin's dependency on ANPCanvas. by Derek Sollenberger · 15 years ago
  8. 34e0370 am 30a06f41: Merge change 5737 into donut by Android (Google) Code Review · 15 years ago
  9. 30a06f4 Merge change 5737 into donut by Android (Google) Code Review · 15 years ago
  10. 7b627e8 am c56b26b8: Merge change 6997 into donut by Android (Google) Code Review · 15 years ago
  11. c56b26b Merge change 6997 into donut by Android (Google) Code Review · 15 years ago
  12. da73c40 am dc87dd30: ADT Extract String ID: use Context.getString(id) directly, no need for Context.getResources(). by Raphael · 15 years ago
  13. b06c4ae am 138a9a4f: ADT Extract String ID: try to find a method or a field that will give the Context for using resource strings. by Raphael · 15 years ago
  14. 01aebb5 am b550cce4: ADT XML extract string ID: fix inverted test. by Raphael · 15 years ago
  15. 4539243 am 7feb9a82: ADT XML extract string ID: generate Context.getResources() calls depending on the Java context of the replacement. by Raphael · 15 years ago
  16. bffc876 am 25489e45: Import new translations by Eric Fischer · 15 years ago
  17. dc87dd3 ADT Extract String ID: use Context.getString(id) directly, by Raphael · 15 years ago
  18. 138a9a4 ADT Extract String ID: try to find a method or a field that will by Raphael · 15 years ago
  19. b550cce ADT XML extract string ID: fix inverted test. by Raphael · 15 years ago
  20. 7feb9a8 ADT XML extract string ID: generate Context.getResources() calls by Raphael · 15 years ago
  21. aa5574f Rename IActivityWatcher to IActivityController by Dianne Hackborn · 15 years ago
  22. 25489e4 Import new translations by Eric Fischer · 15 years ago
  23. ecda9e9 am ac50c3ae: ADT XML extract string IDs: display existing IDs of the selected file. by Raphael · 15 years ago
  24. 5bb0b0a am 47acc05b: ADT XML extract string: allow selection to be the attribute name. by Raphael · 15 years ago
  25. 47b8a0a am b3ba0afc: ADT: Extract String IDs from Layout XML strings. by Raphael · 15 years ago
  26. b1f2ca6 am 32ad938b: ADT: Extract String IDs from Layout XML strings. by Raphael · 15 years ago
  27. 81d9639 am fe1b8d8f: remove the setting for fancy rotation animation by Mathias Agopian · 15 years ago
  28. ac50c3a ADT XML extract string IDs: display existing IDs of the selected file. by Raphael · 15 years ago
  29. 47acc05 ADT XML extract string: allow selection to be the attribute name. by Raphael · 15 years ago
  30. b3ba0af ADT: Extract String IDs from Layout XML strings. by Raphael · 15 years ago
  31. 32ad938 ADT: Extract String IDs from Layout XML strings. by Raphael · 15 years ago
  32. fe1b8d8 remove the setting for fancy rotation animation by Mathias Agopian · 15 years ago
  33. 9fb515e am 62fec6f0: Merge change 6767 into donut by Android (Google) Code Review · 15 years ago
  34. 62fec6f Merge change 6767 into donut by Android (Google) Code Review · 15 years ago
  35. 222c8a0 Modify runtest test_defs to adjust for rename of cts-installtests. by Brett Chabot · 15 years ago
  36. 39fa922 am 9412517b: Merge change 6651 into donut by Android (Google) Code Review · 15 years ago
  37. 9412517 Merge change 6651 into donut by Android (Google) Code Review · 15 years ago
  38. 3684b06 AVD Selector: Add a "Start" button to launch the selected AVD in a by Raphael · 15 years ago
  39. 9237d93 Merge branch 'master' of git://android.git.kernel.org/platform/development into merge_korg_master by Jean-Baptiste Queru · 15 years ago
  40. 71bc71e Merge change 6389 by Android (Google) Code Review · 15 years ago
  41. 21f3991 Updating the sample plugin with performance optimizations and better audio support. by Derek Sollenberger · 15 years ago
  42. ef864da Merge change 6494 by Android (Google) Code Review · 15 years ago
  43. 542e4f1 Add support for dup()ing fake file descriptors to the simulator. by Marco Nelissen · 15 years ago
  44. 0e82721 Adding navigation support to the sample form plugin. by Derek Sollenberger · 15 years ago
  45. ea82c57 am 7e236a05: Merge change 5763 into donut by Android (Google) Code Review · 15 years ago
  46. 7e236a0 Merge change 5763 into donut by Android (Google) Code Review · 15 years ago
  47. 2dafd06 Fix bug to be able to run binaries under valgrind. by niko · 15 years ago
  48. 8138296 Fixing a typo in the android plugin api. by Derek Sollenberger · 15 years ago
  49. 45a0b24 Merge change 6123 by Android (Google) Code Review · 15 years ago
  50. 2440130 am 009801b0: SDK Updater: detect when install addon or tools to deal with updating or restarting adb. by Raphael · 15 years ago
  51. 6cae31d am fa9cd9a6: SDK Updater: fix android.bat for Windows to change dirs to the temp dir. This removes a locked handle to the SDK/tools and allows the update to update its own tools folder. by Raphael · 15 years ago
  52. 009801b SDK Updater: detect when install addon or tools to deal with by Raphael · 15 years ago
  53. fa9cd9a SDK Updater: fix android.bat for Windows to change dirs to the by Raphael · 15 years ago
  54. 0865112 am de21e3ab: Update comments in AvdManager by Raphael · 15 years ago
  55. b9b5948 am 24d28782: Merge change 5913 into donut by Android (Google) Code Review · 15 years ago
  56. 832b2c0 am f5af7ce2: Make ADT use new sdklib API by Xavier Ducrohet · 15 years ago
  57. 17fb58c am 59fc8c9d: All actions in AdvManager now receives their own ISdkLog. by Xavier Ducrohet · 15 years ago
  58. 3372195 am 1ceaaeae: Add tooltips and a legend (AVD selector) by Xavier Ducrohet · 15 years ago
  59. 0c3307e am 329c13cb: SDK Updater: refine error handling when fetching sources. by Raphael · 15 years ago
  60. 71f7d25 Adding focus and keyboard support to the form plugin. by Derek Sollenberger · 15 years ago
  61. 11afae4 am 9cf8f819: SDK Updater: Add repository.xml if not specified in URLs by Raphael · 15 years ago
  62. bcbd3c5 am ee763d13: SDK Updater: Better handling of fetch errors. by Raphael · 15 years ago
  63. de21e3a Update comments in AvdManager by Raphael · 15 years ago
  64. 9e8b13c am fc614476: Fix NPE in Home sample. by Romain Guy · 15 years ago
  65. ec4b2e3 am 6c3fa89a: Properly enable/disable buttons in the AVD selector. by Xavier Ducrohet · 15 years ago
  66. 24910f9 am c916aec2: Remove the obsolete AVD wizard. by Xavier Ducrohet · 15 years ago
  67. 6ee8517 am e78015c1: Plug the Android SDK window as the AVD manager. by Xavier Ducrohet · 15 years ago
  68. 4c577fa am a944e34f: Merge change 5767 into donut by Android (Google) Code Review · 15 years ago
  69. 19becd9 am 52c97844: Merge change 5640 into donut by Android (Google) Code Review · 15 years ago
  70. 7b6a48b am d63563fb: Merge change 5761 into donut by Android (Google) Code Review · 15 years ago
  71. 7236fbf am 5dffb064: Merge change 5727 into donut by Android (Google) Code Review · 15 years ago
  72. 24d2878 Merge change 5913 into donut by Android (Google) Code Review · 15 years ago
  73. f5af7ce Make ADT use new sdklib API by Xavier Ducrohet · 15 years ago
  74. 59fc8c9 All actions in AdvManager now receives their own ISdkLog. by Xavier Ducrohet · 15 years ago
  75. c244627 SDK Updater: Make it possible for tools to update themselves. by Raphael · 15 years ago
  76. 1ceaaea Add tooltips and a legend (AVD selector) by Xavier Ducrohet · 15 years ago
  77. cf2ec61 am 6683fa35: Merge change 5688 into donut by Android (Google) Code Review · 15 years ago
  78. 52e020f am cdece3f1: Merge change 5678 into donut by Android (Google) Code Review · 15 years ago
  79. 0644cbb am e0bf8162: testrunner: Allow spaces in instrumentation arguments and remove check for test app presence. by Brett Chabot · 15 years ago
  80. 329c13c SDK Updater: refine error handling when fetching sources. by Raphael · 15 years ago
  81. 2abd80a Fix bug 1844502: Add create_test.py to generate Android.mk and AndroidManifest.xml for application tests. by Jack Wang · 15 years ago
  82. 1d4cfc2 am 14b3c0c9: Merge change 5626 into donut by Android (Google) Code Review · 15 years ago
  83. f28f13f am afc27aca: Merge change 5637 into donut by Android (Google) Code Review · 15 years ago
  84. 0184bdd am a2ab2ac3: Merge change 5636 into donut by Android (Google) Code Review · 15 years ago
  85. a11fdd0 am 90fc9799: Merge change 5635 into donut by Android (Google) Code Review · 15 years ago
  86. e95a8b5 am 8aa42da0: Merge change 5638 into donut by Android (Google) Code Review · 15 years ago
  87. 3101934 am e715cadd: Merge change 5634 into donut by Android (Google) Code Review · 15 years ago
  88. 7f641ed am 28bc5dc3: Merge change 5633 into donut by Android (Google) Code Review · 15 years ago
  89. 573548f am 36c0ffd8: Merge change 5632 into donut by Android (Google) Code Review · 15 years ago
  90. be400fb am fadee810: Fix build/host-setup.sh in various ways - run as bash script (since Debian\'s new \'dash\' shell doesn\'t support it) - remove obsolete host GCC requirement - improve Windows support by using better heuristics for the executable suffix - better NDK root direc by David 'Digit' Turner · 15 years ago
  91. 9cf8f81 SDK Updater: Add repository.xml if not specified in URLs by Raphael · 15 years ago
  92. ee763d1 SDK Updater: Better handling of fetch errors. by Raphael · 15 years ago
  93. fc61447 Fix NPE in Home sample. by Romain Guy · 15 years ago
  94. 6c3fa89 Properly enable/disable buttons in the AVD selector. by Xavier Ducrohet · 15 years ago
  95. c916aec Remove the obsolete AVD wizard. by Xavier Ducrohet · 15 years ago
  96. e78015c Plug the Android SDK window as the AVD manager. by Xavier Ducrohet · 15 years ago
  97. a944e34 Merge change 5767 into donut by Android (Google) Code Review · 15 years ago
  98. f0ac8e8 AVD creation dialog. by Xavier Ducrohet · 15 years ago
  99. 4f6f740 Remove problematic case-insensitive duplicate files. by David 'Digit' Turner · 15 years ago
  100. 52c9784 Merge change 5640 into donut by Android (Google) Code Review · 15 years ago