aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* | Use LocaleManager from sdk-common rather than local ADT copyTor Norbye2013-06-139-1375/+228
| | | | | | | | Change-Id: Iae8bc5c4bc06643691b82242162a93f22c06d868
* | Fix ADT build: use new AndroidTargetHash.Raphael Moll2013-06-131-5/+10
| | | | | | | | Change-Id: I61de48add78495e443066e446b58e2fedaf080b8
* | Merge "Install Translation Plugin if available"Siva Velusamy2013-06-121-0/+7
|\ \
| * | Install Translation Plugin if availableSiva Velusamy2013-06-121-0/+7
| | | | | | | | | | | | Change-Id: I8a517c2ced3a0293bb94b9955cad9617f555faa8
* | | Change Eclipse compiler errors for null issues to warningsTor Norbye2013-06-1211-37/+37
|/ / | | | | | | Change-Id: I6cd127ed7034ba33c32a1994bc312e187a15b250
* | Fix 'ERROR 404: Not Found' in the setup_eclipse.sh file.Scott Fan2013-06-111-1/+1
| | | | | | | | | | | | | | The package for Eclipse Linux RCP has moved to the archives. Change-Id: I8441a395670ceaf4c0aa20d5c8db63fc9ca38a7d Signed-off-by: Scott Fan <fancp2007@gmail.com>
* | gltrace: Update protobuf for OpenGL ES3Siva Velusamy2013-06-101-244/+535
| | | | | | | | Change-Id: Ifae3f44ec25a57586c7ece08f6281ef048f33290
* | systrace: Support for application tracingSiva Velusamy2013-06-042-9/+54
| | | | | | | | Change-Id: I1b936bdd17a8348bd4bf88c4cccfbe90f43f93c0
* | Merge "Prevent possible NPE."Xavier Ducrohet2013-05-311-1/+3
|\ \
| * | Prevent possible NPE.Raphael Moll2013-05-311-1/+3
| | | | | | | | | | | | | | | | | | IPath.getDevice() can potentially be null. Change-Id: I8929629112d0f5cde4c0a7532997692a1e7fd338
* | | Merge "Fix gradle export on Windows."Raphael Moll2013-05-311-1/+3
|\ \ \ | |/ /
| * | Fix gradle export on Windows.Raphael Moll2013-05-311-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Only minor issue was in the method that computes the common root, it was forgetting to set the path's device value. Change-Id: Ie4efc4a733514cf2620e27b735d85a5750194b3f
* | | ADT: display SDK load warnings, missing build-tool error.Raphael Moll2013-05-302-15/+35
|/ / | | | | | | Change-Id: Ibff4720dddb23d101bdeefd101a985c56fb04f08
* | Cast from object to String, required for older EclipseSiva Velusamy2013-05-221-1/+1
| | | | | | | | Change-Id: I4840c7f5b1ddd6cbdebe5d266035c20fdefdd5d4
* | Ensure that build-tools are installed in IDE version checkTor Norbye2013-05-224-2/+18
| | | | | | | | Change-Id: I9163ec770179dabfc370b9011870a46f5524d289
* | Merge "Set cssTheme for e4"Siva Velusamy2013-05-221-2/+10
|\ \
| * | Set cssTheme for e4Siva Velusamy2013-05-211-2/+10
| | | | | | | | | | | | Change-Id: I163abe963f5871e0ddc579cd9faf5b83e672d422
* | | Misc fix to the Gradle export.Xavier Ducrohet2013-05-201-172/+176
|/ / | | | | | | Change-Id: I713b05e2ef049cf75a3a78c364f443a8e4fff33d
* | When creating the new container, make it exported.Xavier Ducrohet2013-05-201-5/+7
| | | | | | | | Change-Id: I1e3aea29fe35763e8c20f9b5aaf2a57e1f007f62
* | Fix jfree swt library name in dependencySiva Velusamy2013-05-201-1/+1
| | | | | | | | | | | | | | | | | | This went undetected since the ddmuilib library is included as a .jar inside Eclipse plugins, and is only a runtime dependency. Fixes https://code.google.com/p/android/issues/detail?id=55394 Change-Id: I74d095aaa51aa4e508e36be50a6b990cfbc86d2d
* | Fixes broken SDK build.Scott Barta2013-05-131-3/+3
| | | | | | | | Change-Id: I756615ab03786e8dc7711e01a6847cbe4f8188ae
* | Export projects to Gradle.Scott Barta2013-05-0912-15/+1544
| | | | | | | | | | | | | | | | | | | | Adds an exporter that will take a selection of projects and craete Gradle build files, with a top-level settings.gradle project to link them together, and a Gradle wrapper that lets them be built without having to specifically download the right version of Gradle. Change-Id: Ic0fbeb7162b5ab80b1e0c8b70e050ced0c9a07c7
* | Merge "Fix issue when fixing classpath on project opening."Xavier Ducrohet2013-05-024-5/+33
|\ \
| * | Fix issue when fixing classpath on project opening.Xavier Ducrohet2013-04-304-5/+33
| | | | | | | | | | | | | | | Bug: 54638 Change-Id: I568a52132275d3c720650dedae871ee4f1fd3df7
* | | Merge "Add "Draw 9-patch editor" to ADT."Siva Velusamy2013-05-0230-0/+4093
|\ \ \ | |/ / |/| |
| * | Add "Draw 9-patch editor" to ADT.Keiji Ariyama2013-04-1330-0/+4093
| | | | | | | | | | | | Change-Id: I1a60ac1e683887dc4cecf8b18bdcf9def48f19a4
* | | Fixing that "video" tag option mix up with "view" tag in Systrace.Keiji Ariyama2013-04-181-2/+2
| | | | | | | | | | | | Change-Id: I7d51fca33179b5dba3f5c12bf705a9a9c149383d
* | | ADT preview qualifier in generated ADT zip files.Raphael Moll2013-04-171-5/+7
| | | | | | | | | | | | Change-Id: I9a0f4119d6e465d7f30d75fbf7fe9252270c9d02