summaryrefslogtreecommitdiff
path: root/core/java/android/util/PathParser.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+2
* Convert utils fastjni -> @FastNativeJohn Reck2016-10-101-1/+13
* Improve error logging for parsing failuresDoris Liu2016-04-081-8/+2
* Revert "Revert "VectorDrawable native rendering - Step 4 of MANY""Doris Liu2016-02-041-0/+1
* Revert "VectorDrawable native rendering - Step 4 of MANY"Doris Liu2016-02-041-1/+0
* VectorDrawable native rendering - Step 4 of MANYDoris Liu2016-02-021-0/+1
* VectorDrawable native rendering - Step 3 of MANYDoris Liu2015-12-281-0/+4
* VectorDrawable native rendering - Step 2 of MANYDoris Liu2015-11-181-634/+61
* Add hooks in JNI to start using native path parsingDoris Liu2015-11-111-11/+14
* Fix segment number for arcTo conversionTeng-Hui Zhu2015-10-201-1/+1
* Fix implicit lineTo issueTeng-Hui Zhu2015-09-101-6/+20
* Frameworks/base: Use || instead of |Andreas Gampe2015-03-171-1/+1
* Fix the starting pen's position when a path close.ztenghui2014-11-131-6/+19
* Support negative value in exponential data in the pathData.ztenghui2014-10-101-5/+21
* Support dot separation as the svg path data did.ztenghui2014-10-081-7/+17
* API REVIEW: VectorDrawableztenghui2014-07-251-0/+3
* Add negative sign separation support in the pathDataztenghui2014-07-231-27/+66
* AVD now support path morphing.ztenghui2014-06-201-1/+82
* Add path support into xml files for PathInterpolator and ObjectAnimator.ztenghui2014-06-191-0/+528