aboutsummaryrefslogtreecommitdiffstats
path: root/ide_common
Commit message (Expand)AuthorAgeFilesLines
* Speed up loadPublicResources()Tor Norbye2012-03-221-34/+110
* Properly support attr ns when used in styles.Xavier Ducrohet2012-03-162-11/+46
* Add info about when qualifiers were added to the platform.Xavier Ducrohet2012-03-1622-0/+189
* Make sure to remove obsolete id from the res repo after a delete.Xavier Ducrohet2012-02-221-2/+2
* Fix locale handling of uppercase/lowercaseTor Norbye2012-01-062-2/+5
* Add @NonNull annotation and configure Eclipse settingsTor Norbye2011-12-221-1/+13
* Update SDK codebase to JDK 6Tor Norbye2011-12-2110-4/+28
* Lint Architecture Changes: Configurations, Categories, etc.Tor Norbye2011-11-071-2/+2
* Clean up layout and menu file scanning codeTor Norbye2011-09-028-103/+330
* Fix NPE in ResourceFolder when deleting foldersTor Norbye2011-09-011-4/+6
* Precompilation only executes AAPT when necessaryJosiah Gaskin2011-08-184-10/+94
* Fix NPETor Norbye2011-08-041-3/+5
* ADT Resource Repo stores IDs and Called OnceJosiah Gaskin2011-08-013-1/+276
* merge from tools_r12The Android Open-Source Project2011-06-281-2/+4
|\
| * Guard against a possible NPE when the rendering fails.Xavier Ducrohet2011-06-281-2/+4
| * Merge df07f53c from master to r12. do not merge.Xavier Ducrohet2011-06-141-1/+3
| * Merge 9d342967 from master to r12. do not merge.Xavier Ducrohet2011-06-143-9/+28
* | Fix value parser to handle attr values not in declare-styleable.Xavier Ducrohet2011-06-243-43/+68
* | Sample code to use the layout rendering library.Xavier Ducrohet2011-06-231-0/+35
* | Merge "Fix parsing of the styleable enum/flag attribute values."Xavier Ducrohet2011-06-141-1/+3
|\ \
| * | Fix parsing of the styleable enum/flag attribute values.Xavier Ducrohet2011-06-141-1/+3
| |/
* | Fix broken equals() in new qualifiers.Xavier Ducrohet2011-06-143-9/+28
|/
* Revert ScreenLayoutSize to ScreenSize.Xavier Ducrohet2011-06-093-29/+29
* Renamed some resource enum/qualifiers to be more consistent with the platform.Xavier Ducrohet2011-06-098-95/+95
* Merge "Add support for the new width/height resource qualifiers."Xavier Ducrohet2011-06-096-20/+655
|\
| * Add support for the new width/height resource qualifiers.Xavier Ducrohet2011-06-096-20/+655
* | Fix various warningsTor Norbye2011-06-091-1/+8
|/
* Add proper styleable support.Xavier Ducrohet2011-06-072-24/+55
* Improve error message when ADT is older than layoutlib.Xavier Ducrohet2011-06-031-2/+3
* Detect and add special warning for wrong themesTor Norbye2011-05-231-5/+14
* Fix issue with resource repository when using librariesXavier Ducrohet2011-05-201-1/+2
* Add method to LayoutLibrary to query layoutlib api level and rev.Xavier Ducrohet2011-05-191-0/+27
* Add baseline/margins to ViewInfo.Xavier Ducrohet2011-05-161-25/+160
* Add getViewBaseline to the LayoutLibrary class.Xavier Ducrohet2011-04-181-0/+17
* Move getViewParent/Index from RenderSession to Bridge.Xavier Ducrohet2011-04-061-1/+35
* Pick layout themes from manifest registrations and target SDKTor Norbye2011-04-041-1/+11
* Extract Style RefactoringTor Norbye2011-03-311-1/+1
* Add go to declaration support for styles and embedded textTor Norbye2011-03-211-5/+5
* Merge "Fix unit tests from the previous refactor."Xavier Ducrohet2011-03-1817-0/+960
|\
| * Fix unit tests from the previous refactor.Xavier Ducrohet2011-03-1817-0/+960
* | Merge "Move classes to ide-common"Xavier Ducrohet2011-03-1832-0/+4718
|\ \ | |/
| * Move classes to ide-commonXavier Ducrohet2011-03-1732-0/+4718
* | Merge "Add missing notice files."Xavier Ducrohet2011-03-171-0/+190
|\ \ | |/ |/|
| * Add missing notice files.Xavier Ducrohet2011-03-151-0/+190
* | Disable the "unecessary else" warning.Raphael Moll2011-03-171-1/+1
|/
* Add specifc warnings config for most sdk eclipse projects.Xavier Ducrohet2011-03-141-0/+64
* Resource management refactoring and clean-up.Xavier Ducrohet2011-03-081-47/+37
* Remove some non needed asserts.Xavier Ducrohet2011-02-221-1/+0
* Fix possible NPE in legacy callback support.Xavier Ducrohet2011-02-061-1/+5
* Add to layoutlib the ability to simply render a Drawable.Xavier Ducrohet2011-02-041-7/+23