aboutsummaryrefslogtreecommitdiffstats
path: root/layoutlib_api/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-131-8/+0
| | | | Change-Id: Iba15f82cb00d19217382c78d8ff37dda1e97ea59
* refactor layoutlib_api folder structure.Xavier Ducrohet2012-12-061-2/+1
| | | | | | | | | | Move folders around to match default gradle/maven folder structure. The custom structure confused some IDEs when importing the project as a Gradle project. Change-Id: Iddd154cd491e21a047d93bd67cc2cfa005fb6158
* 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
* Move kxml2 to prebuilts/miscJean-Baptiste Queru2012-04-301-1/+1
| | | | Change-Id: I3a939238911ae7c09bb75b27e1ce623777cd4e18
* Move Pair and annoatations into resources.jar now renamed as common.jarXavier Ducrohet2011-01-281-1/+1
| | | | | | | Move all the resource query methods that returned an array of 2 Strings to return a pair of ResourceType and String. Change-Id: I6b8447aa27005de786e2defef81ad88a72363523
* Update the Layoutlib API to contain part of the current config.Xavier Ducrohet2011-01-271-0/+1
| | | | | | | | | | | | | | | | | | Right now only the screen size is needed. We can add more to Params as needed. Since we should use the existing enum classes for this, I moved all the current enum from sdklib into a new jar file called resources.jar. ADT, sdklib, layoutlib_api all depend on it. Changes to resources should always be API compatible and the result should be copied into the in-dev platform branch in prebuilt, similar to layoutlib_api. See the README.txt files in layoutlib_api/ and resources/ Change-Id: I877ba3cad555ec497954bb0866639e51e7751020
* Move LayoutLib API library to sdk.gitXavier Ducrohet2010-01-071-0/+7
Change-Id: I8a54705a75d79c743e59c763ed2464408a836ebf