summaryrefslogtreecommitdiffstats
path: root/core/jni/android_text_StaticLayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Load binary hyphen data filesRaph Levien2015-10-141-4/+12
* Add hyphenationFrequency attribute to TextView and StaticLayout.Roozbeh Pournader2015-05-121-3/+5
* Add left and right indent arrays to TextViewRaph Levien2015-04-151-0/+8
* Remove unused constants in android_text_StaticLayout.cppRaph Levien2015-03-311-5/+0
* Revert "Fix build: Revert "Record hyphens from Minikin and draw them""Raph Levien2015-03-301-10/+20
* Fix build: Revert "Record hyphens from Minikin and draw them"Ed Heyl2015-03-301-20/+10
* Record hyphens from Minikin and draw themRaph Levien2015-03-271-10/+20
* Calculate line breaks using MinikinRaph Levien2015-03-261-569/+50
* Start moving text measurement into native codeRaph Levien2015-03-131-12/+85
* resolved conflicts for merge of 7545accf to masterElliott Hughes2015-03-101-6/+6
|\
| * Use the icu:: namespace for icu4c API.Elliott Hughes2015-03-071-5/+5
* | Add JNI StaticLayout.BuilderRaph Levien2015-03-051-51/+91
* | resolve merge conflicts of 7d13d9d to master.Andreas Gampe2014-11-211-8/+7
|\ \ | |/
| * Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-3/+2
* | Fix buildNick Kralevich2014-11-141-3/+3
* | fix buildNick Kralevich2014-11-141-4/+0
* | Remove duplicate line breakingRaph Levien2014-08-271-2/+0
* | Add optimizing line breakerAnish Athalye2014-08-181-2/+188
* | Implement line breaking in native codeAnish Athalye2014-08-181-22/+328
|/
* Fix extraneous allocation and copyingAnish Athalye2014-07-091-2/+2
* Implement line breaking using ICU break iteratorAnish Athalye2014-06-301-0/+110