aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
* | Fix renderscript issue on windows.Xavier Ducrohet2013-07-253-13/+9
|/ | | | | | | | | | | | The code was quoting paths send to the command line (even though it's not required since the exec tasks an array of args instead of a single line). However if the paths end with a trailing file separator then, on windows only, this had the effect of escaping the quote, basically adding with the path: "c:\foo\" -> c:\foo" Change-Id: Ia77b6404e69fda8df457fd1a56478296ee455898
* Fix gradle export on windows.Xavier Ducrohet2013-07-241-1/+1
| | | | Change-Id: I9166dafe997f4d9e7988e7f123759952fdea4ba4
* Merge changes Ie793b684,I083290cdRaphael Moll2013-07-162-50/+141
|\ | | | | | | | | | | * changes: Change create_symlinks to use gradle-based libraries. ADT: fix missing lib dependency in ADT base.
| * Change create_symlinks to use gradle-based libraries.Raphael Moll2013-07-161-50/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As part of this change, each section clearly identifies where libraries should be built from. Example from the source: LIBS="base:common make:ant-glob ... swt:ddmuilib" means that: - "common" is taken from tools/base (gradle) - "ddmuilib" is taken from tools/swt (gradle) - "sdkstats" is built using 'make', in which case a prebuilt/devtools JAR will be used if it can be found. Change-Id: Ie793b684f303566a307ee3ff6d6d72db8d26996e
| * ADT: fix missing lib dependency in ADT base.Raphael Moll2013-07-161-0/+1
| | | | | | | | | | | | | | plugin-base depends on http mime (from the apache libs) but for some reason it wasn't in the build path. Change-Id: I083290cddd45dbf718bbd5403b28ed74865a73ac
* | Force containers to be exported if maven is not used.Xavier Ducrohet2013-07-121-12/+69
| | | | | | | | Change-Id: I662c1e3bf7d671c43cc2d9153caee98dec988500
* | Fix error detection on ExportStatus.Xavier Ducrohet2013-07-121-1/+3
| | | | | | | | Change-Id: I1d70bb9857e065d5517c756e4913ac8248edbb6c
* | Merge "Update Gradle export to use version 0.5.+"Xavier Ducrohet2013-07-111-1/+1
|\ \
| * | Update Gradle export to use version 0.5.+Xavier Ducrohet2013-07-111-1/+1
| | | | | | | | | | | | Change-Id: Ia623df2936b2ccbc63acc3cf5dc26dcdcc806562
* | | Merge "Gradle Export: also redirect the build type source locations."Xavier Ducrohet2013-07-111-0/+12
|\ \ \ | |/ / | | / | |/ |/|
| * Gradle Export: also redirect the build type source locations.Xavier Ducrohet2013-07-091-0/+12
| | | | | | | | Change-Id: Ie14a7de15a5b392801dcb2d8ca455cc2bdb83938
* | Merge "Fix path to junit4"Siva Velusamy2013-07-021-2/+3
|\ \
| * | Fix path to junit4Siva Velusamy2013-07-021-2/+3
| |/ | | | | | | | | | | | | | | Eclipse 4.3 only provides org.junit, so this CL changes the dependencies to include both org.junit and org.junit4, but both are marked optional so that this compiles in both 3.x and 4.x Change-Id: I8d45056aefa9be755668c0770081bfa2045953b3
* | Merge "Prompt for package uninstall when signature differs"Siva Velusamy2013-07-021-2/+11
|\ \ | |/ |/|
| * Prompt for package uninstall when signature differsMichael Zoech2012-03-291-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If a package with a different signature is already installed on the launch device, the current behaviour is to simply abort the launch process and print an error message to the console. The developer has to use adb to actually do the uninstall. This patch prompts the user if he wants to uninstall the current package directly from within Eclipse. Fixes #22480. Change-Id: I8b32d19ebba511cace389696848ad9da411011bd
* | Improves Gradle export.Xavier Ducrohet2013-06-2711-732/+1504
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Splits figuring out the modules and their props from the code writing the new files. The project selection page now uses a ProjectSetupBuilder and updates it on every project selection or unselection. This provides real-time feedback on missing dependencies or broken ones. Creates a new page to allow confirmation of project root and list of modules. Will also allow review errors when some are detected during modules gathering. A final page, is shown after the export takes place to review the result. Change-Id: Ia67acc88f390f661518ed13818f25750be181c78
* | Fix renderscript in Eclipse.Xavier Ducrohet2013-06-261-7/+5
| | | | | | | | Change-Id: Ic6e543a07ec47fd2a288807089a0dc3884d06de8