aboutsummaryrefslogtreecommitdiffstats
path: root/sdkmanager/libs/sdkuilib/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-131-21/+0
| | | | Change-Id: Iba15f82cb00d19217382c78d8ff37dda1e97ea59
* update classpath to point to new project namesSiva Velusamy2013-01-131-1/+1
| | | | Change-Id: Ic912fdd4b900f42ba6e406b27b911802b8337195
* Refactor PackagesPage to make it testable.Raphael Moll2012-09-151-0/+5
| | | | | | | | | A simple unit test to display that an update is available. This will get more complex later. The cache is mocked and the whole test should be independant of the user's actual settings and local cache, with no network access. Change-Id: I58ff45895916a14a10f501a9bd664782d777ed42
* More refactoring.Xavier Ducrohet2012-08-131-1/+0
| | | | | | | Move stuff out of sdklib into common and ide_common. Remove androidprefs and move the one class into common. Change-Id: I71d126a13cf2ba413692e29616f4968a37d7b33a
* Refactor common.jarXavier Ducrohet2012-08-071-1/+2
| | | | | | | | | | | | | | | Move resources and com.android.util.Pair into layoutlib_api where they belong since layoutlib depends on them and we need to control the API. Made a copy of Pair to stay in common.jar but moved it to com.android.utils.Pair (the one in com.android.util.Pair is marked as deprecated to prevent usage where applicable). Also moved XmlUtil and PositionXmlParser to com.android.utils to match Pair. Change-Id: I21d7057d3f2ce604f86a3bb1fa3c130948c93b89
* SDK: Fix classpath for eclipse projects.Raphael Moll2012-04-121-1/+1
| | | | | | | | | | swt.jar must be found relative to the out/ dir (as generated by create_all_symlinks.sh) to avoid setting a platform-specific path. swtmenubar was missing the new libs references. Change-Id: I365cfa6e011ec831c4df87cb36b0df722caac2e4
* Switch libraries from Eclipse 3.4 to Eclipse 3.6.2Tor Norbye2012-04-051-3/+3
| | | | | | This reverts commit f3d3fa912a10e20cadae813b80a66e538f77131d. Change-Id: I72e28e21db3c7f959040c1fbb9df14e4d85d0df4
* Update classpath for eclipse project due to prebuilt move.Xavier Ducrohet2012-04-051-1/+4
| | | | | | | Don't use User Libraries. It's easier to just hardcode them with a classpath variable. Change-Id: If8c1236199dd6766d48cf9b553fa2a9ee0d236e6
* Cocoa implementation for SwtMenuBar.Raphael Moll2011-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Note that in the Android SDK tools, we ship: - SWT in 32-bit with Carbon only. - SWT in 64-bit with Cocoa only. The previous implementation was carbon-only and the menus were basically not 'macified' when running on a recent Mac from the command-line. This missing implementation fixes it. After experimenting with various implementations of the original SWT CocoaMenuEnhancer, I finally settled with this one since it solely uses reflection and does not import anything from the swt.cocoa namespace. This means we can easily build this using the makefile which *only* links with the 32-bit/carbon version of SWT.jar. Note that on Windows/Linux, the src-darwin folder will be ignored, which is why it is not mapped as a source directory and which is why we can't build this directly from Eclipse. Change-Id: I53859d3b15bc7026d6bd4f77e048a0c4b4eeb02c
* Use swtmenubar in SDK Manager 2.Raphael Moll2011-04-151-10/+10
| | | | | | This is experimental and not completely hooked up. Change-Id: I4f4892be64f5592d909496e3c9e69c76002397d0
* AVD and ADT eclipse plugin to support processor-specific platform images and ↵Johnnie Birch2011-03-011-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emulators. This is a first (and largest) patch in a series of patches over the next month to extend the AVD and ADT eclipse plugin to support processor-specific platform images and emulators. This patch is intended to co-exist with patches to create x86 emulator environments and overall SDK support. There is an overall expectation that the sdk building process will be updated to meet the following expectations... It is not in the scope of these UI patches to change the overall sdk building structure. expectation #1: tools/emulator[.exe] -- ARM tools/emulator-x86[.exe] -- x86 tools/emulator-foo[.exe] -- an arbitrary additional architecture (extensible) expectation #2: platforms/android-XXX/images/arm - location of kernel/images for ARM platforms/android-XXX/images/x86 - location of kernel/images for x86 platforms/android-XXX/images/foo - location of kernel/images for arbitrary architecture expectation #3 In the event that add-ons are in the SDK, add-ons/addon_XXX/images/arm - location of kernel/images for ARM add-ons/addon_XXX/images/x86 - location of kernel/images for x86 add-ons/addon_XXX/images/foo - location of kernel/images for arbitrary architecture NOTE: For "earlier"/legacy api levels, it is assumed that it is ARM only and the images will be in platforms/android-XXX/images and add-ons/addon_XXX/images When an API level is chosen in AVD, it scans the appropriate API directories and determines if the image directory is "legacy" or if it has subdirectories. In the latter case, it populates the list of potential processors using these directory names (and some prettyprinting for well known architectures) tested using "android" command line to start AVD on linux and windows tested using Eclipse plugin AVD integration on linux and windows REMINDER: You need to change the directory layout of images and add the right emulator-XXX[.exe] to test it If one uses the "android" command line to create an AVD from the command line, the processor type is assumed to be arm today. A future patch will be needed to add command line processor type selectivity Change-Id: Ifd7c39bf93c6e926f62407bfed024d2789efb41a
* Make the sdklib/sdkuilib tests built by the build system.Xavier Ducrohet2011-02-241-2/+2
| | | | Change-Id: I9ec9175e0734a5b07fa5b3879cdf7b1ef0056d27
* Add unit test to SdkUiLib UpdaterData.installArchives.Raphael Moll2011-02-081-11/+12
| | | | | | | | This adds or changes no functionality. It just exhibits the bug from issue 14393 which will be fixed in the next CL. Change-Id: Icff2023120014b422c002efde8f20175ff52e266
* SDK Updater: platform dependency on tools, addon dependency on platform.Raphael2009-10-081-9/+11
| | | | | | SDK BUG 2040986 Change-Id: Ica46d14939bb3a9bf499899a0bf571456d4c6017
* Centralized the local data, and create new listener mechanism to access it.Xavier Ducrohet2009-06-111-8/+9
| | | | | | | | | | | | | | | | Created a permanent SdkManager in UpdaterData (alongside a new AvdManager). Pages can request a reload (for example on install/delete of a local package), and other pages are notified of SDK changes to update their display (local packages, local AVDs, available packages, etc...) Removed references to UpdaterWindow from the pages (moved some actions like installArchives and refreshSources into UpdaterData). Added a new page for the AVDs. Pretty basic for now (only the current AVD display). Clicking refresh on the Local pages causes a reload which triggers a refresh of the listeners pages which properly reloads the AVD page.
* Skeleton App Windows for Sdk Updater built using SWT Designer.Raphael2009-05-151-8/+8
| | | | The window is shown when the "android" tool is invoked with no parameter.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+8
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-8/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+8