aboutsummaryrefslogtreecommitdiff
path: root/bridge/src/com/android/layoutlib/bridge/impl/ResourceHelper.java
AgeCommit message (Expand)Author
2023-10-03Allow floats that end with the '.'Fedor Kudasov
2023-09-15Update code to use new Density APIJerome Gaillard
2023-02-08Add empty string check for resource loading.Ram Peri
2023-02-07Use correct padding for nine-patch drawablesJerome Gaillard
2022-04-07Handle plain HTML stringJerome Gaillard
2021-10-08Allow floats that start with the '.'Jerome Gaillard
2021-08-02Correctly handle strings styled with HTML markupJerome Gaillard
2021-02-17resolve merge conflicts of 760fdb8630aa5594ed517c45587621ec77497b46 to master...Jerome Gaillard
2021-02-17Remove dependency on tools-commonJerome Gaillard
2020-10-19resolve merge conflicts of 3ed4cc2d53a618021496fb805d6128452c920a1d to master...Jerome Gaillard
2020-10-19Add a check on color format to avoid exceptionsJerome Gaillard
2020-07-07resolve merge conflicts of d831f2fe9c66d2c05bab856cc66aeb5095f5eaf1 to master...Jerome Gaillard
2020-07-07Replace LayoutLog with ILayoutLogJerome Gaillard
2020-04-16resolve merge conflicts of f175302cf9fa85f058d7e2a8f5887d03f934d220 to master...Jerome Gaillard
2020-04-14Stop using deprecated API for loggingJerome Gaillard
2019-10-23Fix rendering of non-compiled nine patchesJerome Gaillard
2019-04-09resolve merge conflicts of 37027f8c4e01aee24e310a19cec962668bb6157d to master...Jerome Gaillard
2019-04-08resolve merge conflicts of 8d96756926999e49b16e31f47dd42f37c6815469 to master...Jerome Gaillard
2019-04-08Merge "Cosmetics" into qt-dev am: 031deee4ea am: 27c28c8109Jerome Gaillard
2019-04-08Protect against NPE and add nullablity annotationsSergey Prigogin
2019-04-08Protect against infinite recursion in ResourceHelper.getDrawableSergey Prigogin
2019-04-05CosmeticsSergey Prigogin
2019-01-30Protect against NPESergey Prigogin
2019-01-30Protect against NPESergey Prigogin
2019-01-29Native layoutlib for Linux and MacOSJerome Gaillard
2018-09-26Merge "Use the correct namespace with aapt attributes"Jerome Gaillard
2018-09-20Handle AAPT attributes with ResourceReferenceJerome Gaillard
2018-09-20Use the correct namespace with aapt attributesJerome Gaillard
2018-06-04Elements of resource namespace supportSergey Prigogin
2018-05-01Delegate resource file operations to AssetRepositorySergey Prigogin
2018-03-07Start tracking the current layout namespaceMichal Bendowski
2017-11-13Fix font loading for AppCompatTextViewDiego Perez
2017-09-06Fix aapt:attr for complex colorsDiego Perez
2017-07-18getColorStateList should apply theme overlaysDiego Perez
2017-07-05Merge "Fix 9patch padding for no/any dpi resourcesa"Vadim Caen
2017-07-04Fix 9patch padding for no/any dpi resourcesaVadim Caen
2017-07-04Shortcut common case of using colorsDiego Perez
2017-06-01Unify XML parsing and fix problem with AARsDiego Perez
2017-03-30Make layoutlib more lenient with recoverable errorsDiego Perez
2017-03-15Clean up public FontConfig APIsSeigo Nonaka
2017-02-21Add support for aapt:attr attributesDiego Perez
2017-02-14Add dynamic font supportDiego Perez
2016-06-21Add support for AppCompat widgetsDiego Perez
2016-03-21Add guard around getXmlFileParser() callDeepanshu Gupta
2016-03-07Add support for GradientColor in layoutlibDiego Perez
2015-07-23LayoutLib: translucent sys ui barsDeepanshu Gupta
2015-05-22LayoutLib: Change nullity annotations.Deepanshu Gupta
2015-05-18Show better error message for color attr not found.Deepanshu Gupta
2014-10-28Use right theme for drawable inflation.Deepanshu Gupta
2014-09-29Always resolve enum when resolving resources.Deepanshu Gupta