index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
util
/
PathParser.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-10-10
Convert utils fastjni -> @FastNative
John Reck
2016-04-08
Improve error logging for parsing failures
Doris Liu
2016-02-04
Revert "Revert "VectorDrawable native rendering - Step 4 of MANY""
Doris Liu
2016-02-04
Revert "VectorDrawable native rendering - Step 4 of MANY"
Doris Liu
2016-02-02
VectorDrawable native rendering - Step 4 of MANY
Doris Liu
2015-12-28
VectorDrawable native rendering - Step 3 of MANY
Doris Liu
2015-11-18
VectorDrawable native rendering - Step 2 of MANY
Doris Liu
2015-11-11
Add hooks in JNI to start using native path parsing
Doris Liu
2015-10-20
Fix segment number for arcTo conversion
Teng-Hui Zhu
2015-09-10
Fix implicit lineTo issue
Teng-Hui Zhu
2015-03-17
Frameworks/base: Use || instead of |
Andreas Gampe
2014-11-13
Fix the starting pen's position when a path close.
ztenghui
2014-10-10
Support negative value in exponential data in the pathData.
ztenghui
2014-10-08
Support dot separation as the svg path data did.
ztenghui
2014-07-25
API REVIEW: VectorDrawable
ztenghui
2014-07-23
Add negative sign separation support in the pathData
ztenghui
2014-06-20
AVD now support path morphing.
ztenghui
2014-06-19
Add path support into xml files for PathInterpolator and ObjectAnimator.
ztenghui