aboutsummaryrefslogtreecommitdiffstats
path: root/sdkmanager/app
Commit message (Expand)AuthorAgeFilesLines
* Fix warningsTor Norbye2012-06-011-0/+5
* SDK: Fix prebuilts/tool reference in wrapper scripts.Raphael Moll2012-05-081-1/+1
* Reorganize sdklib.repository packages.Raphael Moll2012-04-211-2/+2
* SDK: Fix classpath for eclipse projects.Raphael Moll2012-04-121-11/+10
* Switch libraries from Eclipse 3.4 to Eclipse 3.6.2Tor Norbye2012-04-053-7/+7
* Update classpath for eclipse project due to prebuilt move.Xavier Ducrohet2012-04-051-1/+4
* Revert "Switch libraries from Eclipse 3.4 to Eclipse 3.6.2"Tor Norbye2012-04-032-4/+4
* Switch libraries from Eclipse 3.4 to Eclipse 3.6.2Tor Norbye2012-04-022-4/+4
* SDK Manager: remove obsolete "pages" mechanism.Raphael Moll2012-03-274-344/+0
* SDK Manager: remove "update sdk" action.Raphael2012-03-261-8/+4
* Move CommandLineProcessor from sdkmanager to sdklib as CommandLineParserRaphael2012-01-053-1084/+2
* Add @NonNull annotation and configure Eclipse settingsTor Norbye2011-12-221-1/+13
* Update SDK codebase to JDK 6Tor Norbye2011-12-213-4/+22
* SDK Manager: list/update sdk --allRaphael2011-12-162-19/+60
* SDK Manager Windows: detach from java process.Raphael2011-11-111-10/+3
* android create id: prompt for passwdRaphael2011-11-012-33/+80
* Code cleanup: make sure FileInputStreams are closed.Raphael2011-10-131-1/+13
* Merge "SDK: fix typo in android.bat" into tools_r14Raphael Moll2011-10-041-2/+2
|\
| * SDK: fix typo in android.batRaphael Moll2011-10-041-2/+2
* | SDK: revert c649a334 and fix missing \n properly. Do not merge.Raphael2011-10-042-8/+59
|/
* SDK: fix missing \n in 'android create avd'. Do not merge.Raphael2011-09-301-0/+3
* Cherrypick 0a6192 from master. do not merge.Xavier Ducrohet2011-09-282-26/+68
* SDK repository: support for source packages. Do not merge.Raphael2011-09-271-1/+2
* Merge b927e75 from master. do not merge.Xavier Ducrohet2011-09-231-14/+14
* SDK Manager: Extract all source.properties constants.Raphael2011-09-181-3/+3
* SDK Manager: make 'list sdk' ids deterministic.Raphael2011-09-164-129/+31
* Load standalone system images in the SdkManager.Raphael2011-09-082-9/+14
* SdkManager: support <included-abi> in platform packages.Raphael Moll2011-09-061-0/+1
* Findbugs cleanup in sdkmanager projectsMichael Zoech2011-08-292-3/+4
* SDK Manager: Fix log printf calls.Raphael Moll2011-08-261-2/+1
* Rename default.prop/build.prop to project.prop/ant.propXavier Ducrohet2011-08-231-2/+2
* Remove unused export project feature.Xavier Ducrohet2011-08-232-67/+1
* Modify android create/update project to deal with new build.xmlXavier Ducrohet2011-08-221-1/+1
* SDK: Expose Layoutlib Version through IAndroidTarget.Raphael Moll2011-08-183-182/+2
* Add support for authenticated add-on servers.Pablo Leite2011-08-111-0/+5
* SDK Manager: refactor classes for manager 1 versus 2.Raphael Moll2011-08-041-1/+1
* Merge "Fix android.bat for Windows SDK."Raphael Moll2011-07-121-1/+3
|\
| * Fix android.bat for Windows SDK.Raphael Moll2011-07-071-1/+3
* | Add "android create avd --abi" parameter.Raphael Moll2011-07-082-3/+47
|/
* SdkManager: pretty-print the 'android' command line help.Raphael Moll2011-07-063-89/+213
* Switch to "android sdk" and "android avd" command line.Raphael Moll2011-07-013-10/+30
* Enable SdkManager2 and AvdManager1 windows in ADT.Raphael Moll2011-06-211-3/+4
* Fix various warningsTor Norbye2011-06-091-1/+8
* SdkManager: Refactor name of UpdaterWindow.Raphael Moll2011-05-271-9/+9
* New standalone AVD Manager window.Raphael Moll2011-05-242-12/+56
* Mechanism to disable SwtMenuBar in SdkMan2Raphael Moll2011-05-201-1/+3
* Cleanup IUpdaterWindow in SdkManager.Raphael Moll2011-05-201-2/+1
* Plug in about/settings for SDK Manager 2.Raphael Moll2011-05-133-15/+29
* Fix launchers for SDK tools using swtmenubar.Raphael Moll2011-05-052-3/+8
* Merge "Remove banner printed when starting 'android' tool UI."Raphael Moll2011-05-023-9/+1
|\