| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Does not remove Support Library artifacts from docs classpath (ApiDocs.bp)
because they are still used in development/samples, which is not as easy
to migrate as javadoc.
Bug: 158779503
Test: make docs
Exempt-From-Owner-Approval: Mass find/replace for androidx migration
Change-Id: Icf7f53ec36a0e970413352e2ebf40ce9d60ed17e
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. The algorithms no longer consider directional embeddings and
overrides as strong characters.
2. The algorithms are updated to Unicode 7.0, and consider the
directional isolates in determining the direction of input.
3. Codepoints are used instead of code units for looking up bidi
properties.
4. The bidi direction of unassigned characters is considered.
Bug: 20142480
Change-Id: I9be161c112b8f23565ed8961bb7d44ced234f67a
|
| |
|
|
| |
Change-Id: I8ceac72a76a29bde0e25ed418110a6e4120654e3
|
| |
|
|
|
|
| |
See bug #7587797 Need BidiFormatter class in Android API
Change-Id: I999282b9a4c76d8b4a3fc254b0c12ca95fa6ea4a
|
| |
|
|
| |
Change-Id: I08fd491eff714059e9ec874fadebe7eb556c34d5
|
| |
|
|
|
|
| |
Bug 6435363
Change-Id: I9ba0a3c057af67e2876e64fd8c18adbb8f4d0860
|
| |
|
|
|
|
|
|
| |
and TEXT_LAYOUT_DIRECTION_RTL_DO_NOT_USE should be renamed
- replace them by the View constants
Change-Id: I7c2bf0213319247d3db369b6f7c36771fdf3e509
|
| |
|
|
| |
Change-Id: I2d5a0e3a990b9a5b78a3bbc8df7f655702743e4b
|
| |
|
|
|
|
| |
- update unit tests too
Change-Id: I7c518f58a9f17cb679bc3913bdd38243f7ad2195
|
| |
|
|
|
|
|
|
|
|
| |
on the left even if the password chars are RTL
- force TextView to LOCALE text heuristic when in "password" mode
- remove TEXT_LAYOUT_DIRECTION_UNKNOWN_DO_NOT_USE
- LocaleUtils.getLayoutDirectionFromLocale() returns "LTR" is locale is NULL or ROOT
Change-Id: I182c46aaf2d73c8b18967fffa230bfabec91ed06
|
| |
|
|
|
|
|
| |
- remove unuseful heuristics
- tune Javadoc
Change-Id: Id72a158b3a17a528423d278b1cbfd95b8c2951b5
|
| |
|
|
|
|
|
|
|
| |
- use the real TextDirectionHeuristics constants
- make more formal that LayoutDirection should be resolved BEFORE TextDirection
- reset TextDirection if LayoutDirection is recomputed
- remove non used TextDirectionHeuristic.isRtl(CharSequence...)
Change-Id: I1d53a7e3ee324cfd27785bb4d715d93de8d9ff4d
|
| |
|
|
|
|
|
| |
they appear as LTR"
This reverts commit 6850c7aff5b08225ab1793dd721a795cb4192f6f
The referenced bug was actually not a bug. It was working as intended.
|
| |
|
|
|
|
|
|
| |
appear as LTR
- add missing case for Arabic numbers
Change-Id: I7efe8172efee410eaafddec4a1465c1aa93a125b
|
|
|
Change-Id: I2fcf18de573f2d66494fa5ed61e4273c3c6078c7
|