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
/
text
/
BoringLayout.java
Age
Commit message (
Expand
)
Author
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-01-29
Update BoringLayout.isBoring Javadoc
Seigo Nonaka
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-05-30
Supress text replacement spans for ellipsis
Mihai Popa
2018-03-23
Fix BoringLayout with PrecomputedText
Seigo Nonaka
2018-02-16
Reorganize MeasuredText API (2nd)
Seigo Nonaka
2018-02-14
Revert "Reorganize MeasuredText API"
Seigo Nonaka
2018-02-12
Reorganize MeasuredText API
Seigo Nonaka
2018-01-23
Compute full text layout in MeasuredText and use it for drawing
Seigo Nonaka
2017-07-20
Add BoringLayout constructor API docs
Siyamed Sinir
2016-06-09
Clean up TextUtils.doesNotNeedBidi()
Roozbeh Pournader
2016-06-01
Use bidi heuristics correctly in BoringLayout#isBoring()
Roozbeh Pournader
2016-04-04
Apply correct bottom padding to layouts
Raph Levien
2016-03-30
Reset FontMetrics at each new measurement in BoringLayout
Siyamed Sinir
2016-03-16
Clean up BoringLayout#isBoring() a little
Roozbeh Pournader
2016-02-26
Frameworks/base: Remove unused field
Andreas Gampe
2016-02-12
Ellipsized and Non-ellipsized baselines should be same.
Siyamed Sinir
2015-10-05
Super-fast getLineWidth for BL
John Reck
2015-07-09
Slightly more precise RTL check in BoringLayout.isBoring()
Raph Levien
2014-10-02
resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aosp
Neil Fuller
2014-10-01
Switch from FloatMath -> Math and Math.hypot where possible
Neil Fuller
2014-04-28
Followon fix for 14276128 Clipping at bottom of TextView
Raph Levien
2011-08-17
Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more used
Fabrice Di Meglio
2011-07-14
Implement textDirection heuristic selection.
Doug Felt
2011-04-28
TextView's baseline is correctly computed for empty text.
Gilles Debunne
2010-04-07
Refactor Styled utility functions into reusable objects.
Doug Felt
2009-08-17
Don't use BoringLayout to display text that has paragraph-style markup.
Eric Fischer
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project