summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Only rotate screenshots on pre-M devices." into emu-master-devemu-master-devemu-2.3-releaseemu-2.2-releaseBo Hu2016-02-181-5/+7
|\
| * Only rotate screenshots on pre-M devices.Allen Hair2016-02-181-5/+7
|/ | | | Change-Id: I678e657d8228084380e6765710b5a74e1f151621
* Merge "Add missing space in stats-permission message" into studio-1.4-devstudio-1.4-devemu-1.5-releaseemu-1.4-releaseDana Dahlstrom2015-08-061-1/+1
|\
| * Add missing space in stats-permission messageDana Dahlstrom2015-08-061-1/+1
|/ | | | Change-Id: I8becf7c473fd8841061e7298562381bf9c1bb13b
* Merge "Android.bat: Quoted copy args" into studio-1.4-devDavid Herman2015-08-041-14/+14
|\
| * Android.bat: Quoted copy argsDavid Herman2015-08-041-14/+14
|/ | | | | | | | | Various directory args passed to copy contain a tmp_dir variable which, depending on the user's machine, may have spaces. Quoting the argument should protect against copy errors. It certainly doesn't hurt anything. Change-Id: I7db098b467daa0bfc2ad2e2e53b08257d0627dd9
* Merge "Quote xcopy arguments to fix "Invalid number of parameters" error" ↵David Herman2015-08-041-2/+2
|\ | | | | | | into studio-1.4-dev
| * Quote xcopy arguments to fix "Invalid number of parameters" errorDavid Herman2015-08-041-2/+2
|/ | | | | | | | | | | On Windows, android.bat calls xcopy with %TEMP% as part of its arguments. If android.bat is called from MSYS (like Git Bash) %TEMP% contains forward slashes, confusing xcopy which is trying to take the path as command line arguments. This causes the "Invalid number of parameters" error message on the console. Fix this by quoting the path arguments to xcopy. Change-Id: I24b75b44610b539614ea42f26d702eb3da9514e6
* Merge "Add load base to relative pcs computed." into studio-1.4-devChristopher Ferris2015-07-291-1/+123
|\
| * Add load base to relative pcs computed.Christopher Ferris2015-07-221-1/+123
|/ | | | | | | | | | | The dynamic linker now supports relocation packing which changes the relative offset of values into a map. When the raw pc values are being decoded, the load base needs to be read from the shared library and added to the relative pc that is computed. Bug: 22565486 Change-Id: Id01c4753c2a2d7d5079b31554b95db1aa70965a5
* Merge "Fix SdkManagerTest2." into studio-1.4-devChris Warrington2015-07-201-7/+8
|\
| * Fix SdkManagerTest2.Chris Warrington2015-07-171-7/+8
|/ | | | | | Was broken by addition of wear_round_chin. Change-Id: I6eac890eb970628d4a58cb8c03c0d356db169ade
* Merge "Fixing test broken by 159303" into studio-1.4-devJoe Baker-Malone2015-07-161-78/+82
|\
| * Fixing test broken by 159303Joe Baker-Malone2015-07-151-78/+82
|/ | | | | | See https://android-review.googlesource.com/159303 Change-Id: Ic33ba88e3750376619f57399fe50f36541ac8541
* Merge "Update SdkManagerUpgradeTest to be aware of repo-11.xml" into ↵gradle_1.3.1gradle_1.3.0-beta4gradle_1.3.0-beta3gradle_1.3.0-beta2studio-1.3-releasestudio-1.3-devTor Norbye2015-06-021-0/+4
|\ | | | | | | studio-1.3-dev
| * Update SdkManagerUpgradeTest to be aware of repo-11.xmlTor Norbye2015-06-021-0/+4
|/ | | | Change-Id: I39df0ad34b6cc8c8b80b3fd976cc714ab147d419
* Merge "Fix test that assumed that previews were disabled by default" into ↵gradle_1.3.0-beta1studio-1.4-releaseSiva Velusamy2015-05-211-1/+4
|\ | | | | | | studio-1.3-dev
| * Fix test that assumed that previews were disabled by defaultSiva Velusamy2015-05-211-1/+4
|/ | | | Change-Id: I7d6578914b2d32b65599921dba40b064ba3770ee
* Merge "android.bat: copy gson.jar to tmp folder while running" into ↵Siva Velusamy2015-05-091-0/+1
|\ | | | | | | studio-1.3-dev
| * android.bat: copy gson.jar to tmp folder while runningSiva Velusamy2015-05-081-0/+1
|/ | | | | | gson is now a dependency required by sdkmanager Change-Id: I053fdfce227345581bde400ef232e2b665a001f9
* Merge "Fix gson dependency in IDEA project files." into studio-1.3-devXavier Ducrohet2015-05-051-3/+3
|\
| * Fix gson dependency in IDEA project files.Xavier Ducrohet2015-05-041-3/+3
|/ | | | Change-Id: Iadb5ab0988b3c79b026f843d41fd744faf47a9c1
* Merge "Add gson library" into studio-1.3-devSiva Velusamy2015-05-041-0/+11
|\
| * Add gson librarySiva Velusamy2015-05-041-0/+11
|/ | | | Change-Id: If8ee65e73a7a2c01834bd37fd1809eb01780b2f0
* Merge "update sdkmanager main to match new API." into studio-1.3-devXavier Ducrohet2015-05-011-5/+6
|\
| * update sdkmanager main to match new API.Xavier Ducrohet2015-04-211-5/+6
|/ | | | Change-Id: Iffd6cd8ae74ef9c75bcd82ed9f3d72a90e925117
* Merge "Adopting refactoring from 145321" into studio-1.3-devJoe Baker-Malone2015-04-063-3/+3
|\
| * Adopting refactoring from 145321Joe Baker-Malone2015-04-063-3/+3
| | | | | | | | | | | | | | | | Some classes were moved in https://android-review.googlesource.com/145321. Updating references accordingly. Change-Id: Ia085f1aeddb974b86de4649aafc2ff84c3b9b830
* | Merge "Fix project structure." into studio-1.3-devDeepanshu Gupta2015-04-064-3/+14
|\ \ | |/ |/|
| * Fix project structure.Deepanshu Gupta2015-04-064-3/+14
|/ | | | | | e0033629 missed some dependencies. Change-Id: I76d46cc13666220d769f55ab332a1464444438dc
* Merge "Switch to using layoutlib-api-base.iml" into studio-1.3-devDeepanshu Gupta2015-04-041-2/+2
|\
| * Switch to using layoutlib-api-base.imlDeepanshu Gupta2015-04-041-2/+2
|/ | | | Change-Id: I4122f10ef3ada76424680a3934dacbafd7356886
* Merge "Add JUnit4 library definition to IDEA" into studio-1.3-devSiva Velusamy2015-03-111-0/+11
|\
| * Add JUnit4 library definition to IDEASiva Velusamy2015-03-111-0/+11
|/ | | | Change-Id: Ie961c8ababd86a87054b29b6b0956d50aebb0cff
* Merge "Fixing breakage caused by 121088" into studio-1.1-devgradle_1.2.3gradle_1.2.2gradle_1.2.1gradle_1.2.0-rc1gradle_1.2.0-beta1gradle_1.2.0gradle_1.1.3gradle_1.1.2gradle_1.1.1gradle_1.1.0-rc3gradle_1.1.0-rc2gradle_1.1.0-rc1gradle_1.1.0studio-1.2-releasestudio-1.2-devstudio-1.1-releasestudio-1.1-devJoe Baker-Malone2015-01-021-1/+1
|\
| * Fixing breakage caused by 121088Joe Baker-Malone2015-01-021-1/+1
|/ | | | | | | AvdInfo.isRunning() was moved to AvdManager, but there was a reference left over. Change-Id: Ifb8b531603376856e92c2df578e84efd53eaa1fc
* Merge "82983: Update SDK Download SSL URLs in Android SDK Tools & Android ↵Tor Norbye2014-12-203-242/+37
|\ | | | | | | Studio" into studio-1.1-dev
| * 82983: Update SDK Download SSL URLs in Android SDK Tools & Android StudioTor Norbye2014-12-193-242/+37
|/ | | | | | | Also update project metadata files to reflect recent changes (IJ 14 and separate annotations module) Change-Id: I5a22a4649d075f98676c996e93a8eabdf2d4d8d8
* Merge "Fix eclipse .classpath files" into studio-1.1-devSiva Velusamy2014-12-162-1/+2
|\
| * Fix eclipse .classpath filesSiva Velusamy2014-12-162-1/+2
|/ | | | Change-Id: I55330df7cad69b6377142aec93661f3b59dca437
* Merge "Chimpchat: use shell timeout from DdmPreferences instead of ↵studio-1.0-devXavier Ducrohet2014-12-021-3/+2
|\ | | | | | | hardcoding" into studio-1.0-dev
| * Chimpchat: use shell timeout from DdmPreferences instead of hardcodingVojtech Bocek2014-12-021-3/+2
|/ | | | Change-Id: I452c54caa6f87a4763be29c42478488225f50250
* Merge "Enabling cmd.exe extensions for android.bat" into studio-1.0-devXavier Ducrohet2014-11-211-1/+1
|\
| * Enabling cmd.exe extensions for android.batDavid Herman2014-11-201-1/+1
|/ | | | | | | | | | | | | | | | | | | Since Windows XP (at least?), cmd.exe has a bunch of extensions that are enabled on Windows by default. However, some systems can disable this globally in the registry. In that case, our android.bat file will fail to run, because it relies on extended features. The solution is to explicitly turn on extensions via the setlocal command, so at least it's turned on for our script. Most users won't be affected by this (because they should already have extensions turned on by default), but for the few users who have disabled it for whatever reason, this will fix their case. Otherwise, we'd just break with strange, unrelated failures. https://code.google.com/p/android/issues/detail?id=78654 Change-Id: Ib5d651fbc7243c6b91f68b76d9da39f3a8445211
* Merge "Fixing NPE when creating new device in old AVD manager" into ↵gradle_0.14.4gradle_0.14.3gradle_0.14.2gradle_0.14.1gradle_0.14.0Joe Baker-Malone2014-10-201-3/+5
|\ | | | | | | studio-1.0-dev
| * Fixing NPE when creating new device in old AVD managerJoe Baker-Malone2014-10-161-3/+5
| | | | | | | | | | fixes https://code.google.com/p/android/issues/detail?id=73648 Change-Id: I939458751f8944ced1b40a0e9be8065d5600a749
* | Merge "Update unit tests for SWT-based SDK manager with new devices" into ↵Tor Norbye2014-10-192-45/+63
|\ \ | |/ |/| | | studio-1.0-dev
| * Update unit tests for SWT-based SDK manager with new devicesTor Norbye2014-10-192-45/+63
|/ | | | Change-Id: I518fa5a42570f814d6d1a60660e7e608c7c8bb7a
* Merge "AVD Manager: no longer provide addon's base target sys-img." into ↵Raphael Moll2014-10-101-3/+9
|\ | | | | | | studio-1.0-dev
| * AVD Manager: no longer provide addon's base target sys-img.Raphael Moll2014-10-101-3/+9
|/ | | | | | | | | | | When an add-on did not provide any system image, the AVD Manager behavior was to automatically provide the parent platform's system image instead. The new behavior is to not provide any system image and consequently the user cannot create an AVD using such an add-on. Change-Id: Id5e27c3e7c6d57bccba6cb318e1f318f4b5c356e (cherry picked from commit 222fa2d5b0f59baef96360affabc84656accb7c6)