1. 18bce12 Fix locale handling of uppercase/lowercase by Tor Norbye · 13 years ago
  2. 820265d Add @NonNull annotation and configure Eclipse settings by Tor Norbye · 13 years ago
  3. ab36f4e Update SDK codebase to JDK 6 by Tor Norbye · 13 years ago
  4. 2295813 Lint Architecture Changes: Configurations, Categories, etc. by Tor Norbye · 13 years ago
  5. 6a41615 Clean up layout and menu file scanning code by Tor Norbye · 13 years ago
  6. 789e831 Fix NPE in ResourceFolder when deleting folders by Tor Norbye · 13 years ago
  7. 882e673 Precompilation only executes AAPT when necessary by Josiah Gaskin · 13 years ago
  8. 25e048d Fix NPE by Tor Norbye · 13 years ago
  9. 71a45a6 ADT Resource Repo stores IDs and Called Once by Josiah Gaskin · 13 years ago
  10. efbe905 merge from tools_r12 by The Android Open-Source Project · 13 years ago
  11. 26a409b Guard against a possible NPE when the rendering fails. by Xavier Ducrohet · 13 years ago
  12. b5194e4 Fix value parser to handle attr values not in declare-styleable. by Xavier Ducrohet · 13 years ago
  13. a84d8ef Sample code to use the layout rendering library. by Xavier Ducrohet · 13 years ago
  14. 658af01 Merge df07f53c from master to r12. do not merge. by Xavier Ducrohet · 13 years ago
  15. e9e8b3c Merge "Fix parsing of the styleable enum/flag attribute values." by Xavier Ducrohet · 13 years ago
  16. df07f53 Fix parsing of the styleable enum/flag attribute values. by Xavier Ducrohet · 13 years ago
  17. d4ce6de Merge 9d342967 from master to r12. do not merge. by Xavier Ducrohet · 13 years ago
  18. 9d34296 Fix broken equals() in new qualifiers. by Xavier Ducrohet · 13 years ago
  19. 47e918d Revert ScreenLayoutSize to ScreenSize. by Xavier Ducrohet · 13 years ago
  20. a613eae Renamed some resource enum/qualifiers to be more consistent with the platform. by Xavier Ducrohet · 13 years ago
  21. 662af1c Merge "Add support for the new width/height resource qualifiers." by Xavier Ducrohet · 13 years ago
  22. 65d2312 Add support for the new width/height resource qualifiers. by Xavier Ducrohet · 13 years ago
  23. 42b2f34 Fix various warnings by Tor Norbye · 13 years ago
  24. 917373c Add proper styleable support. by Xavier Ducrohet · 13 years ago
  25. 5055a60 Improve error message when ADT is older than layoutlib. by Xavier Ducrohet · 13 years ago
  26. 8c22418 Detect and add special warning for wrong themes by Tor Norbye · 13 years ago
  27. d416697 Fix issue with resource repository when using libraries by Xavier Ducrohet · 13 years ago
  28. 3586fef Add method to LayoutLibrary to query layoutlib api level and rev. by Xavier Ducrohet · 13 years ago
  29. 580ecb7 Add baseline/margins to ViewInfo. by Xavier Ducrohet · 13 years ago
  30. c615e18 Add getViewBaseline to the LayoutLibrary class. by Xavier Ducrohet · 13 years ago
  31. 79c8c93 Move getViewParent/Index from RenderSession to Bridge. by Xavier Ducrohet · 13 years ago
  32. 9bd5e12 Pick layout themes from manifest registrations and target SDK by Tor Norbye · 13 years ago
  33. 8864367 Extract Style Refactoring by Tor Norbye · 13 years ago
  34. 141d3be Add go to declaration support for styles and embedded text by Tor Norbye · 13 years ago
  35. 7016ca2 Merge "Fix unit tests from the previous refactor." by Xavier Ducrohet · 13 years ago
  36. 65e36c2 Fix unit tests from the previous refactor. by Xavier Ducrohet · 13 years ago
  37. 2d63103 Merge "Move classes to ide-common" by Xavier Ducrohet · 13 years ago
  38. 026ba97 Move classes to ide-common by Xavier Ducrohet · 13 years ago
  39. a923c6a Merge "Add missing notice files." by Xavier Ducrohet · 13 years ago
  40. c3478c2 Disable the "unecessary else" warning. by Raphael Moll · 13 years ago
  41. b261893 Add missing notice files. by Xavier Ducrohet · 13 years ago
  42. a0b25ad Add specifc warnings config for most sdk eclipse projects. by Xavier Ducrohet · 13 years ago
  43. da02c18 Resource management refactoring and clean-up. by Xavier Ducrohet · 13 years ago
  44. e70afb4 Remove some non needed asserts. by Xavier Ducrohet · 13 years ago
  45. d675df4 Fix possible NPE in legacy callback support. by Xavier Ducrohet · 14 years ago
  46. e25af9f Add to layoutlib the ability to simply render a Drawable. by Xavier Ducrohet · 14 years ago
  47. f538a02 Add app name/icon and current render locale to the LayoutLib API. by Xavier Ducrohet · 14 years ago
  48. b6efb96 Add MipMap to the resource type list. by Xavier Ducrohet · 14 years ago
  49. 1f72cb7 Move Pair and annoatations into resources.jar now renamed as common.jar by Xavier Ducrohet · 14 years ago
  50. 3bd45f0 Change APIs using String instead of ResourceType. by Xavier Ducrohet · 14 years ago
  51. b4f5eb9 Add more theme query APIs to RenderResources by Xavier Ducrohet · 14 years ago
  52. d7b0f0d LayoutLib API update: build properties and multi ViewInfo results. by Xavier Ducrohet · 14 years ago
  53. 72621cf Move the resource resolution code into ide-common. by Xavier Ducrohet · 14 years ago
  54. cbe7b48 Move ValueResourceParser into a better package. by Xavier Ducrohet · 14 years ago
  55. 55e6d77 Fix build by updating ide-common to the new LayoutLog. by Xavier Ducrohet · 14 years ago
  56. 611737c Resource parser should strip unescaped " from string values. by Xavier Ducrohet · 14 years ago
  57. 64cc0e2 Remove error(tag, throwable) from LayoutLog. by Xavier Ducrohet · 14 years ago
  58. cc2b146 Fix NPE in layout lib legacy conversion for empty layouts. by Xavier Ducrohet · 14 years ago
  59. 6d93979 Add log to layout lib init method. by Xavier Ducrohet · 14 years ago
  60. 95b17a5 LayoutLib API refactoring by Xavier Ducrohet · 14 years ago
  61. 79ebb8f Clean up the api around Layoutlib. by Xavier Ducrohet · 14 years ago
  62. 33286c0 Fix the build by putting a missing LOCAL_MODULE_TAGS by Xavier Ducrohet · 14 years ago
  63. 4a5b206 LayoutLib API: new log API + updated SceneStatus API. by Xavier Ducrohet · 14 years ago
  64. 9eadd4e LayoutLib API: SceneResult API clean up. by Xavier Ducrohet · 14 years ago
  65. 6d62f10 LayoutLib API: move add/moveChild API back to using index. by Xavier Ducrohet · 14 years ago
  66. 018f0ad ADT/Layoutlib: update API to control how layout expands. by Xavier Ducrohet · 14 years ago
  67. e5f1021 Rename layoutlib_utils into ide_common. by Xavier Ducrohet · 14 years ago