| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
Change-Id: If88f559e8cc46bb72ed45f33d7fc52802f1e1246
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
composing
- optimization for single run case was broken
- pass isRTL boolean along the call stack instead of the dirFlags integer
(which was only used as a "isRTL" in the shaper)
- update unit tests
Change-Id: I33110b76a433633a0b92fbd1db03785204e0c3e6
|
| |
| |
| |
| |
| |
| | |
text and text composing
Change-Id: Ic71a563ad0f4ba6de5b7f030f04a3a9615b7617c
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
- also update unit tests
Change-Id: I557f61e84c4c4b6165163b783d9c679a6b3b4106
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
- need to take care about padding resolution
Change-Id: Ida9738ffada6c6455b7949f933fa61924c4f7961
|
|\ \ \
| |_|/
|/| | |
|
| |/
| |
| |
| |
| |
| |
| | |
- make Layout.Alignment.ALIGN_LEFT as the default case
- update unit tests for reproducing bug #5002512
Change-Id: Id7ec17abd115bcda7f3434e6d64dbbba6915f108
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: I2fcf18de573f2d66494fa5ed61e4273c3c6078c7
|
|/
|
|
|
|
| |
- update also unit tests
Change-Id: I20b82f5fea2cc48c93fd9e26eb03290ad730c08a
|
|
|
|
|
|
|
|
| |
- use ViewGroup inheritance if defined
- use different heuristics (inherit, firstStrong, anyRtl, ltr, rtl)
- add more unit tests
Change-Id: Ic1325aa7d9e4689b181e0a2d08b7dd7fb3f0dbeb
|
|
|
|
|
|
| |
- update BiDiTest app for adding more unit tests concerning margin
Change-Id: Ia6a7e0a1948a2c375e8f3cc87d120a85351a8c27
|
|
|
|
| |
Change-Id: If6ba2d7f96283041d254d6d53bb268d88fed2c74
|
|
|
|
|
|
|
| |
- add some menu that will show up in compatibility mode
- add more unit tests for padding and background drawable
Change-Id: I90db23c68d2371c35913b039a10f9d9f34c3931e
|
|
|
|
|
|
|
|
|
| |
- use a lazy padding resolution (because layout direction is lazyly resolved too)
- cache resolved layout direction as getResolvedLayoutDirection() will be more called
- enable resetting layout direction cache if needed
- update unit tests
Change-Id: I30ce19e3100cc137f84e60163b60e1577ff61819
|
|
|
|
| |
Change-Id: I7b956bd1d16cc4d27f33595f09f14f5d4e17e469
|
|
|
|
|
|
|
| |
- fix missing attribute value change
- update BiDiTest app
Change-Id: I0bb8a1ebf0b6097b7b8d488580fea6e882202e23
|
|
|
|
|
|
|
|
|
| |
- update Callback2 interface
- update Gravity.getAbsoluteGravity() and Gravity.apply() to be more generic
by changing "boolean isRtl" parameter to "int layoutDirection"
- fix BiDiTests for RTL FrameLayout
Change-Id: I97bb456c22d5fd3ecb34f08564ce4dbed37e7459
|
|
|
|
|
|
| |
- make it more extensible (suppress tabs in favor of a list selection and fragments)
Change-Id: If6f6c3a33f7c03e00205edbeab2945024b477f0d
|
|
|
|
|
|
|
| |
- update also unit tests for taking care of the locale direction
- code formatting on the layout test files
Change-Id: I4037eac3c572de9abb0178f36ca03803cc2c1522
|
|
|
|
|
|
|
|
| |
tests
- update before/after to start/end in unit test app
Change-Id: Id7286ef5d9390540faf8ecd5f0b1c140d04bb364
|
|
|
|
|
|
| |
- BEFORE?AFTER is now START/END
Change-Id: I44cfdc17090052704024d8c5386553f0c83e9ab2
|
|
|
|
|
|
| |
- change buttons text to follow their Gravity
Change-Id: Ie0d79ced9c14bf8b0f12d1c31da5e2fe6f162c88
|
|
|
|
|
|
|
| |
- update LinearLayout tests with default case (no horizontalDirection specified)
- add TableLayout tests
Change-Id: I9ad2239fca96b896c5aae4dfe67b8113faf2f96e
|
|
|
|
|
|
|
| |
- update FrameLayout tests
- add more RelativeLayout tests
Change-Id: I2ae522c5e6ec216f7ade45935f8309b543f380b9
|
|
|
|
|
|
| |
- update BiDiTest test app
Change-Id: I8c0734fc8a94765d269b0040ebfa048c13e11728
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
- fix FrameLayout
- code refactoring on LinearLayout
- add more unit tests
Change-Id: I49302582c61aa31a4eb7eded92327b10408f71a4
|
|/
|
|
|
|
| |
Bug #4350336
Change-Id: I1cf31693f7ca9653fa3a41b5b91c27ef288d680f
|
|
|
|
|
|
|
|
|
| |
and phones.
Padding around fragments and to the left of preference items
adjusted for different display sizes.
Change-Id: I2d29e5525c381092a3f1d2fb1265ce07db893d78
|
|
|
|
|
|
| |
- also update unit tests for testing LinearLayout
Change-Id: I0794d48c45a8fd4a899fdf6f6a1d05485b416e1a
|
|
|
|
|
|
|
| |
- fix glyph order when there is only a single run
- update tests
Change-Id: I113f28a8c76cab622fb75ce84bc50d1d38fa254e
|
|
|
|
|
|
|
| |
- remove ICU reference in API names
- use a "reserved" int parameter to pass either "0" for Harfbuzz or "1" for "ICU"
Change-Id: I88b4f76feafd203a6999cd7349402fa36a9a4b2a
|
|
|
|
|
|
|
| |
- only for temporary API
- update BiDiTest
Change-Id: Ifd445799dc0fda4da896246e41978cd8d71aa035
|
|
|
|
|
|
|
|
|
| |
- cache glyphs after Harfbuzz shaping
- use "m" prefix for member variables
- add temporary API for drawing text with glyphs
- update BiDiTest app
Change-Id: I619b3f313b15f010018daad21b3e5e486619b4e4
|
|
|
|
|
|
|
|
| |
- mostly was visible in Settings apps / Wi-Fi networks summary info for each network
- correctly setup the local SkPaint for advances computation
- improve test app for adding live resizing
Change-Id: Ia031fe1b115b521ba55c7e68f2a26300f02e48ca
|
|
- use Harfbuzz shaper for shaping and getting glyphs
- add test app for showing result of drawText() and drawGlyphs()
- add private API in Canvas and Paint for test app
Change-Id: Ia15be216f8636d2d864066e9b7de2f53008c30f6
|