aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge "Use SdkVersionInfo#getAndroidName instead of local table" into idea133Tor Norbye2013-12-201-37/+15
|\
| * Use SdkVersionInfo#getAndroidName instead of local tableTor Norbye2013-12-181-37/+15
| | | | | | | | Change-Id: I7f177f023e7d47cae0823b2bf152411507e21124
* | Allow control over whether Device Chooser Dialog is displayedSiva Velusamy2013-12-197-138/+149
|/ | | | | | | | | | | | | | | | | | | This CL allows users to control whether the device chooser dialog will be displayed during a launch. Currently, when performing a launch, the chooser dialog is displayed. It has a checkbox for users to indicate that the same selected device should be used for further launches. However, once set, there was no way that the setting could be overridden to show the dialog again. This CL mirrors that checkbox in the launch configuration. This allows users to modify the launch configuration and disable the "Use last selected device" checkbox, thereby forcing the chooser dialog to be displayed again. Fixes https://code.google.com/p/android/issues/detail?id=56076 Change-Id: I19dce8dd3acb76e799a422568267f28318b5ef58 (cherry picked from commit d43a349cecbf4c35b5d7286af4fe34a0a5aa693e)
* Remove security manager warningTor Norbye2013-12-161-1/+0
| | | | | | No need to clear the security manager anymore in the safe region. Change-Id: Ia004b65a20a21de46dc67842194e067d6a90796e
* Force building some gradle artifact with assemble.Xavier Ducrohet2013-12-051-2/+2
| | | | | | publishLocal is not present on all modules. Change-Id: I629e427c25deab6b19617167d175b666b624f6b9
* Pass credentials to render sandboxTor Norbye2013-11-277-37/+93
| | | | Change-Id: I330c944ab6712b36cc62c046e955c6a00f0496a4
* Allow writing exceptions to the ADT log during renderingTor Norbye2013-11-251-4/+27
| | | | Change-Id: Ic4d1f368baf74c110817188731c30849ec43dce3
* Run layoutlib in ADT in a sandboxTor Norbye2013-11-205-10/+85
| | | | | | Also fix cut & paste error in bytecode rewriting code. Change-Id: I5d6aa9e68081cd3cfc443454da2c57140c25e915
* Fix ADT grid layout editor support in KitKatTor Norbye2013-11-141-2/+10
| | | | Change-Id: Id6560a014a3cc41635d10d7ee3a1f386fa8f72ad
* 53653: Eclipse: 100% CPU usage in ADT pattern matching codeTor Norbye2013-11-062-19/+43
| | | | Change-Id: I8ffcbecd6db644e9a199bd38da1df2aa12cae0a5
* Support KitKat language features in ADTTor Norbye2013-11-042-8/+58
| | | | | | | | Turn off the 1.6 source compatibility restriction if building with API 19 tools, and also attempt to load custom views in with a rewriting class loader. Change-Id: I7dfee97dc8b27d31d9e44a57379fdecafde2a474
* Fixed ADT plugin bug while import existing projectTaeho Kim2013-10-221-1/+6
| | | | | | | | | | | | | | | | When tries to import existing project whose name is dupliacated with the one which is already in workspace, an error occurred with 'Cannot import [Project_ name] because the project name is in use. But after user changes the project name to the other one which is not duplicated, it just updates the project name on the list without updating project validity which results still shows error message due to project name conflict in workspace. This patch refreshes project name validity when user changes the project name on the list. Change-Id: Ia15c08767f0187061f2049a06e0b57051e5c767c Signed-off-by: Taeho Kim <jyte82@gmail.com>
* Fix target parserTor Norbye2013-10-171-1/+10
| | | | | | | | | The AndroidTargetParser tries to build up a view of the class hierarchy. It does this by loading the classes and walking the class hierarchy. However, it cannot define classes in the java.* namespace; if it encounters any of these, it has to skip them. Change-Id: I02c3d06f168cf3bb7e21b978160bcdc785bf09e1
* Switch ADT to 22.3.0 (fix build)Raphael Moll2013-10-1428-39/+46
| | | | Change-Id: I388397dde0f465409e7cede32ce38cc91a8f94c3 (cherry picked from commit fc5197e3e4de338b895c2fb8c15faea60024dfb7)
* Switch ADT to version 22.3Raphael Moll2013-10-1428-54/+79
| | | | Change-Id: I14e95b886f39ffc73f14fbe201e7936e4fe57778 (cherry picked from commit 6598a14ec6f0bd983d22aef0c7bc1cfed66efb40)
* Use the new ResourceUrl API in sdk-commonTor Norbye2013-09-207-63/+68
| | | | Change-Id: I50154323e4db659d0d29753076bae805c7fc6c7d
* Merge "ADT requires Tools 22.2.1"Raphael Moll2013-09-181-1/+1
|\
| * ADT requires Tools 22.2.1Raphael Moll2013-09-171-1/+1
| | | | | | | | Change-Id: Icb83124eb608f0b85d0e0a3ccd7c48f1c23e0067 (cherry picked from commit 10bb2bb7746b71f1e3eda7796a67cfc51f74ee66)
* | Switch ADT to version 22.2.1Raphael Moll2013-09-1728-40/+45
|/ | | | Change-Id: I85c92266998677c8f47b61ac539b32f7bb420afa (cherry picked from commit 7e7b15172c324693555bb3657c28a26fc3129b32)
* Merge "Update path to studio build script"Siva Velusamy2013-09-131-1/+3
|\
| * Update path to studio build scriptSiva Velusamy2013-09-131-1/+3
| | | | | | | | Change-Id: I3dbd810ea563c5e61b95efb22aafdcd26c901bab
* | build_server.sh: fix QUALIFIER name.Scott Fan2013-09-121-1/+2
|/ | | | | Change-Id: I0ea7fb4ee3292790b9b2cbc9c8e15d64fe24bfe5 Signed-off-by: Scott Fan <fancp2007@gmail.com>
* Track API change in tools/baseTor Norbye2013-09-101-1/+1
| | | | Change-Id: I72778923ff3460643ec95c9ecd0b528bafca4fa1
* Reverting incorrect changeJosiah Gaskin2013-09-091-5/+0
| | | | | | Fixes build Change-Id: Ieb3f85a76ba3d91b0bd3b681500b2891b13406bb
* ADT ignores new template dependenciesJosiah Gaskin2013-09-092-1/+6
| | | | | | | Prevents ADT from choking on new dependency declarations in recipe files. Change-Id: I70dd0d1502bffaf8fac26a1d90e1d66ff3046e0a
* Merge "Correctly parse ldrtl qualifier."Deepanshu Gupta2013-09-051-0/+26
|\
| * Correctly parse ldrtl qualifier.Deepanshu Gupta2013-08-311-0/+26
| | | | | | | | | | | | | | Add the layout direction qualifier to the folder configuration. We ask the LayoutLibrary for locale direction which uses ICU to resolve it. Change-Id: I40aca23cfe438f584cc35929f228a4273afef973
* | Merge "Fix layout preview for RTL locales"Deepanshu Gupta2013-09-053-1/+41
|\ \ | |/
| * Fix layout preview for RTL localesDeepanshu Gupta2013-08-313-1/+41
| | | | | | | | | | | | | | | | | | | | This changeset sets the locale to be passed to layoutlib so that right-to-left locales can be rendered appropriately. It also parses the AndroidManifest.xml to check if the application is RTL aware. Change-Id: Ic514ca5445665ad039e7edc368f4b4d73c3a40a3
* | Update tools/ADT revision.Xavier Ducrohet2013-09-0327-45/+45
|/ | | | Change-Id: I4c0fc9be7b64606d109dd636066f856d618465a0
* Merge "Update traceview for ddmlib API change"Siva Velusamy2013-08-301-1/+2
|\
| * Update traceview for ddmlib API changeSiva Velusamy2013-08-301-1/+2
| | | | | | | | Change-Id: I0c72d2656dc4d16a32b62277e2814d511d67378f
* | Remove bouncycastle dependency.Xavier Ducrohet2013-08-292-5/+5
| | | | | | | | | | | | | | As the BouncyCastle based signing code has been reverted for now, this is not needed anymore. Change-Id: If61f136907cdd8f82d8a63d70ddb270985e39ff2
* | Merge "RS Support mode in ADT."Xavier Ducrohet2013-08-2920-841/+828
|\ \ | |/ |/|
| * RS Support mode in ADT.Xavier Ducrohet2013-08-2820-841/+828
| | | | | | | | Change-Id: Ib8e1e60a972ce99294040c3cb7595927d52b5717
* | Merge "Don't recursively make when calling create_all_symlinks.sh from a ↵Ying Wang2013-08-231-17/+18
|\ \ | |/ |/| | | makefile."
| * Don't recursively make when calling create_all_symlinks.sh from a makefile.Ying Wang2013-08-221-17/+18
| | | | | | | | | | | | | | | | | | | | | | The target files should be built as dependencies in the rules that call create_all_symlinks.sh. We already did this in sdk/adtproductbuild/Android.mk and sdk/monitor/Android.mk. Bug: 10347826 Change-Id: I465d227baa7c22ad806652ca7eb20262a4bccf6f
* | Fix issue with gradle export.Xavier Ducrohet2013-08-211-0/+6
|/ | | | Change-Id: I56e2798dc2aefe87d66e926ae91aae93a4078ad4
* adt launch: Fix spelling mistakeSiva Velusamy2013-08-121-1/+1
| | | | Change-Id: I15d9459c67fd341fc85ae6b574941489218a4113
* Change references from sdktestutils -> testutilsSiva Velusamy2013-07-293-3/+3
| | | | Change-Id: I23e06a19d033582a86ec9dc7e90920a508046f9c
* Rename sdktestutils -> testutilsSiva Velusamy2013-07-291-1/+1
| | | | Change-Id: Ib0599b30649e46c9a8a51fc4f3d56caf13dd7032
* Merge "Change import path to sparse array"Siva Velusamy2013-07-294-5/+5
|\
| * Change import path to sparse arraySiva Velusamy2013-07-254-5/+5
| | | | | | | | Change-Id: I9862a6ebc25b4c13488b9fe0451bdfd8f5a6ef26
* | Add clarifying comment.Siva Velusamy2013-07-251-0/+9
| | | | | | | | | | | | | | If data is of float type, then we assume that it is meant for the alpha channel even if it is marked as R/G or B channels. Change-Id: I8a95c3533def4a5bdb2b49e9489674bffb2a0cef
* | Fix gldebugger formatter testSiva Velusamy2013-07-251-3/+3
| | | | | | | | Change-Id: Ife2254ec1e1500d36d68add788bfa7699d9eb2fa
* | Add support for additional ES3 state, primarily for texturesSiva Velusamy2013-07-256-20/+479
| | | | | | | | | | | | | | | | | | This CL adds the following to support ES3: - all new constant definitions (GLEnum) - new methods in entries.in - additional state for texture properties Change-Id: Ia43fac49790cc7b07e7c9d295b9915e416a3b2a8
* | Merge "Support dynamically linked llvm-rs-cc"Xavier Ducrohet2013-07-251-3/+13
|\ \
| * | Support dynamically linked llvm-rs-ccXavier Ducrohet2013-07-251-3/+13
| | | | | | | | | | | | Change-Id: I4f8ef81c7a2b5a9bccb2cf6283b80fe9bbe4cc64
* | | Merge "Use systrace html prefix and suffix from platform tools"Siva Velusamy2013-07-253-46/+39
|\ \ \ | |/ / |/| |
| * | Use systrace html prefix and suffix from platform toolsSiva Velusamy2013-07-253-46/+39
| |/ | | | | | | | | | | | | | | | | | | Parts of the systrace html file were duplicated in the source code (HTML_PREFIX and SUFFIX) as well as in the systrace scripts. This CL picks up that content from data files present in the systrace folder and removes the duplicated content from the source files. Change-Id: I517d23faa14022a666a7f314ffbb34187b1fed1f