| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge "Only rotate screenshots on pre-M devices." into emu-master-devemu-master-devemu-2.3-releaseemu-2.2-release | Bo Hu | 2016-02-18 | 1 | -5/+7 |
| |\ | |||||
| | * | Only rotate screenshots on pre-M devices. | Allen Hair | 2016-02-18 | 1 | -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-release | Dana Dahlstrom | 2015-08-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Add missing space in stats-permission message | Dana Dahlstrom | 2015-08-06 | 1 | -1/+1 |
| |/ | | | | Change-Id: I8becf7c473fd8841061e7298562381bf9c1bb13b | ||||
| * | Merge "Android.bat: Quoted copy args" into studio-1.4-dev | David Herman | 2015-08-04 | 1 | -14/+14 |
| |\ | |||||
| | * | Android.bat: Quoted copy args | David Herman | 2015-08-04 | 1 | -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 Herman | 2015-08-04 | 1 | -2/+2 |
| |\ | | | | | | | into studio-1.4-dev | ||||
| | * | Quote xcopy arguments to fix "Invalid number of parameters" error | David Herman | 2015-08-04 | 1 | -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-dev | Christopher Ferris | 2015-07-29 | 1 | -1/+123 |
| |\ | |||||
| | * | Add load base to relative pcs computed. | Christopher Ferris | 2015-07-22 | 1 | -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-dev | Chris Warrington | 2015-07-20 | 1 | -7/+8 |
| |\ | |||||
| | * | Fix SdkManagerTest2. | Chris Warrington | 2015-07-17 | 1 | -7/+8 |
| |/ | | | | | | Was broken by addition of wear_round_chin. Change-Id: I6eac890eb970628d4a58cb8c03c0d356db169ade | ||||
| * | Merge "Fixing test broken by 159303" into studio-1.4-dev | Joe Baker-Malone | 2015-07-16 | 1 | -78/+82 |
| |\ | |||||
| | * | Fixing test broken by 159303 | Joe Baker-Malone | 2015-07-15 | 1 | -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-dev | Tor Norbye | 2015-06-02 | 1 | -0/+4 |
| |\ | | | | | | | studio-1.3-dev | ||||
| | * | Update SdkManagerUpgradeTest to be aware of repo-11.xml | Tor Norbye | 2015-06-02 | 1 | -0/+4 |
| |/ | | | | Change-Id: I39df0ad34b6cc8c8b80b3fd976cc714ab147d419 | ||||
| * | Merge "Fix test that assumed that previews were disabled by default" into ↵gradle_1.3.0-beta1studio-1.4-release | Siva Velusamy | 2015-05-21 | 1 | -1/+4 |
| |\ | | | | | | | studio-1.3-dev | ||||
| | * | Fix test that assumed that previews were disabled by default | Siva Velusamy | 2015-05-21 | 1 | -1/+4 |
| |/ | | | | Change-Id: I7d6578914b2d32b65599921dba40b064ba3770ee | ||||
| * | Merge "android.bat: copy gson.jar to tmp folder while running" into ↵ | Siva Velusamy | 2015-05-09 | 1 | -0/+1 |
| |\ | | | | | | | studio-1.3-dev | ||||
| | * | android.bat: copy gson.jar to tmp folder while running | Siva Velusamy | 2015-05-08 | 1 | -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-dev | Xavier Ducrohet | 2015-05-05 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix gson dependency in IDEA project files. | Xavier Ducrohet | 2015-05-04 | 1 | -3/+3 |
| |/ | | | | Change-Id: Iadb5ab0988b3c79b026f843d41fd744faf47a9c1 | ||||
| * | Merge "Add gson library" into studio-1.3-dev | Siva Velusamy | 2015-05-04 | 1 | -0/+11 |
| |\ | |||||
| | * | Add gson library | Siva Velusamy | 2015-05-04 | 1 | -0/+11 |
| |/ | | | | Change-Id: If8ee65e73a7a2c01834bd37fd1809eb01780b2f0 | ||||
| * | Merge "update sdkmanager main to match new API." into studio-1.3-dev | Xavier Ducrohet | 2015-05-01 | 1 | -5/+6 |
| |\ | |||||
| | * | update sdkmanager main to match new API. | Xavier Ducrohet | 2015-04-21 | 1 | -5/+6 |
| |/ | | | | Change-Id: Iffd6cd8ae74ef9c75bcd82ed9f3d72a90e925117 | ||||
| * | Merge "Adopting refactoring from 145321" into studio-1.3-dev | Joe Baker-Malone | 2015-04-06 | 3 | -3/+3 |
| |\ | |||||
| | * | Adopting refactoring from 145321 | Joe Baker-Malone | 2015-04-06 | 3 | -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-dev | Deepanshu Gupta | 2015-04-06 | 4 | -3/+14 |
| |\ \ | |/ |/| | |||||
| | * | Fix project structure. | Deepanshu Gupta | 2015-04-06 | 4 | -3/+14 |
| |/ | | | | | | e0033629 missed some dependencies. Change-Id: I76d46cc13666220d769f55ab332a1464444438dc | ||||
| * | Merge "Switch to using layoutlib-api-base.iml" into studio-1.3-dev | Deepanshu Gupta | 2015-04-04 | 1 | -2/+2 |
| |\ | |||||
| | * | Switch to using layoutlib-api-base.iml | Deepanshu Gupta | 2015-04-04 | 1 | -2/+2 |
| |/ | | | | Change-Id: I4122f10ef3ada76424680a3934dacbafd7356886 | ||||
| * | Merge "Add JUnit4 library definition to IDEA" into studio-1.3-dev | Siva Velusamy | 2015-03-11 | 1 | -0/+11 |
| |\ | |||||
| | * | Add JUnit4 library definition to IDEA | Siva Velusamy | 2015-03-11 | 1 | -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-dev | Joe Baker-Malone | 2015-01-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixing breakage caused by 121088 | Joe Baker-Malone | 2015-01-02 | 1 | -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 Norbye | 2014-12-20 | 3 | -242/+37 |
| |\ | | | | | | | Studio" into studio-1.1-dev | ||||
| | * | 82983: Update SDK Download SSL URLs in Android SDK Tools & Android Studio | Tor Norbye | 2014-12-19 | 3 | -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-dev | Siva Velusamy | 2014-12-16 | 2 | -1/+2 |
| |\ | |||||
| | * | Fix eclipse .classpath files | Siva Velusamy | 2014-12-16 | 2 | -1/+2 |
| |/ | | | | Change-Id: I55330df7cad69b6377142aec93661f3b59dca437 | ||||
| * | Merge "Chimpchat: use shell timeout from DdmPreferences instead of ↵studio-1.0-dev | Xavier Ducrohet | 2014-12-02 | 1 | -3/+2 |
| |\ | | | | | | | hardcoding" into studio-1.0-dev | ||||
| | * | Chimpchat: use shell timeout from DdmPreferences instead of hardcoding | Vojtech Bocek | 2014-12-02 | 1 | -3/+2 |
| |/ | | | | Change-Id: I452c54caa6f87a4763be29c42478488225f50250 | ||||
| * | Merge "Enabling cmd.exe extensions for android.bat" into studio-1.0-dev | Xavier Ducrohet | 2014-11-21 | 1 | -1/+1 |
| |\ | |||||
| | * | Enabling cmd.exe extensions for android.bat | David Herman | 2014-11-20 | 1 | -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.0 | Joe Baker-Malone | 2014-10-20 | 1 | -3/+5 |
| |\ | | | | | | | studio-1.0-dev | ||||
| | * | Fixing NPE when creating new device in old AVD manager | Joe Baker-Malone | 2014-10-16 | 1 | -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 Norbye | 2014-10-19 | 2 | -45/+63 |
| |\ \ | |/ |/| | | | studio-1.0-dev | ||||
| | * | Update unit tests for SWT-based SDK manager with new devices | Tor Norbye | 2014-10-19 | 2 | -45/+63 |
| |/ | | | | Change-Id: I518fa5a42570f814d6d1a60660e7e608c7c8bb7a | ||||
| * | Merge "AVD Manager: no longer provide addon's base target sys-img." into ↵ | Raphael Moll | 2014-10-10 | 1 | -3/+9 |
| |\ | | | | | | | studio-1.0-dev | ||||
| | * | AVD Manager: no longer provide addon's base target sys-img. | Raphael Moll | 2014-10-10 | 1 | -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) | ||||
