History log of /frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
665f02c66702b77db25e950ff433230186bc3243 20-Mar-2013 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their dependencies

- remove the ICU related methods and update the methods using the "reserved" argument
- update to CTS in another CL too

Change-Id: I5509736568c342d9d17bfeafc17951117ab5d3cc
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
da12f389eb4be0c08ca3fa9ca7663f4977858df5 15-Mar-2013 Fabrice Di Meglio <fdimeglio@google.com> Revert "Clean Paint.mBidiFlags as it is no longer used"

This reverts commit 6d9fe5bd22b531bfce69b146254a4791c76acddc.
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
6d9fe5bd22b531bfce69b146254a4791c76acddc 12-Feb-2013 Fabrice Di Meglio <fdimeglio@google.com> Clean Paint.mBidiFlags as it is no longer used

See bug #7623824

Change-Id: Ie2f9422821f6dcc73c99e8695f448e966b587b1d
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
9da0f8a5c4bccf8e722ae2ebf43873457aec3271 14-Mar-2012 Fabrice Di Meglio <fdimeglio@google.com> Add View textAlignment

- fix bug #6163772
- use bits field and pack them as much as possible
- take care of "supportsRtl" flag from Manifest
- add visual unit tests

CTS unit tests in another CL

Change-Id: Ib77c4eb423854209af130688c5ef9977401a9c1c
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
2a7e7a08d9843d5386b2d245c096cbc1ce203e35 10-Feb-2012 Fabrice Di Meglio <fdimeglio@google.com> Update BiDiTests app

- add more unit tests for GridLayout (layout created by code)

Change-Id: I462c41a7c5bdcb6c5d3762570f5d415cc0fa0bde
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
bf2ab0b80c43fae0f26db9417b0247618319931a 07-Feb-2012 Fabrice Di Meglio <fdimeglio@google.com> Update BiDiTest app for adding GridLayout unit tests

- added basic GridLayout unit tests for LTR / RTL / Locale cases

Change-Id: Ied9814b2f56acb5d3666e78ad600f487ce4dc911
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
5f9fa8826887dd9a97617d5637a3862baf7b5913 19-Jul-2011 Fabrice Di Meglio <fdimeglio@google.com> Merge "Test Gallery layout direction."
3d0124f1764e57b18161b833b52964f3141243d1 14-Jul-2011 Doug Felt <dougfelt@google.com> Test Gallery layout direction.

Change-Id: If88f559e8cc46bb72ed45f33d7fc52802f1e1246
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
c6f247ca31e5d4a9cc9d130cfb0abd5657176303 16-Jul-2011 Fabrice Di Meglio <fdimeglio@google.com> Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing

Change-Id: Ic71a563ad0f4ba6de5b7f030f04a3a9615b7617c
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
a3b6b95f9943b53d25d44a35082f817802d4eccd 30-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Introduce TextView drawableStart and drawableEnd

- update also unit tests

Change-Id: I20b82f5fea2cc48c93fd9e26eb03290ad730c08a
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
222688682e6e072076489d8203d01bdf2366101a 28-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Add textDirection support for TextView and ViewGroup

- use ViewGroup inheritance if defined
- use different heuristics (inherit, firstStrong, anyRtl, ltr, rtl)
- add more unit tests

Change-Id: Ic1325aa7d9e4689b181e0a2d08b7dd7fb3f0dbeb
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
b76023afd192a1f5c81a8965cfd1b9dde2558726 21-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Introduce MarginLayoutParams marginStart and margingEnd

- update BiDiTest app for adding more unit tests concerning margin

Change-Id: Ia6a7e0a1948a2c375e8f3cc87d120a85351a8c27
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
468d8afad2fb2cdad14aa9d8bac12a9122d9bbeb 22-Jun-2011 Doug Felt <dougfelt@google.com> add TextView page to BiDiTests

Change-Id: If6ba2d7f96283041d254d6d53bb268d88fed2c74
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
53a73bcddff79617f42ad351332949be3ba92d45 21-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Update BiDiTest app for adding more unit tests

- add some menu that will show up in compatibility mode
- add more unit tests for padding and background drawable

Change-Id: I90db23c68d2371c35913b039a10f9d9f34c3931e
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
d8703a98241ff190a26bc4b6089a0a8ab0122d8f 17-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Add View paddingStart and paddingEnd

- 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
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
b07124082e32d51be12d21bfb26147ab0617bbc9 17-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Update BiDiTest app for testing View padding

Change-Id: I7b956bd1d16cc4d27f33595f09f14f5d4e17e469
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
7af05226b901f2b623ca5b3ca23d8586941ef54b 11-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Refactor BiDiTest unit tests app

- make it more extensible (suppress tabs in favor of a list selection and fragments)

Change-Id: If6f6c3a33f7c03e00205edbeab2945024b477f0d
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
26e432d25f2ba199ae8b762fc68da8463389dd9b 10-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Make View respect LAYOUT_DIRECTION_LOCALE

- update also unit tests for taking care of the locale direction
- code formatting on the layout test files

Change-Id: I4037eac3c572de9abb0178f36ca03803cc2c1522
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
88f9fd2316d764e792a84c43aef67816ac02ef14 02-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Add more unit tests for RTL layouts

- update LinearLayout tests with default case (no horizontalDirection specified)
- add TableLayout tests

Change-Id: I9ad2239fca96b896c5aae4dfe67b8113faf2f96e
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
c715528c9657e5848021a27a600a0e8e5100fb34 02-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Add more unit tests cases for BiDi / RTL

- update FrameLayout tests
- add more RelativeLayout tests

Change-Id: I2ae522c5e6ec216f7ade45935f8309b543f380b9
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
c2e989021e74593ce98680bce0c28b592b1ff843 02-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Add more unit tests for RelativeLayout

- update BiDiTest test app

Change-Id: I8c0734fc8a94765d269b0040ebfa048c13e11728
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
de35ceeeb9f8855c72dfd70593e917aa75b43770 02-Jun-2011 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #4509967 (layout_gravity not always respected)

- fix FrameLayout
- code refactoring on LinearLayout
- add more unit tests

Change-Id: I49302582c61aa31a4eb7eded92327b10408f71a4
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
1e4cfbeba54898373c852097d1519a1d966c0854 02-Apr-2010 Fabrice Di Meglio <fdimeglio@google.com> RTL Ordering of visual elements in LinearLayout

- also update unit tests for testing LinearLayout

Change-Id: I0794d48c45a8fd4a899fdf6f6a1d05485b416e1a
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
eee49c699c035ffba188417489f40d34f587d65c 25-Mar-2011 Fabrice Di Meglio <fdimeglio@google.com> Fix text redering issue where the text was sometimes truncated

- 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
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
9f82b580d744ce4baf057b061994394dcf239eed 08-Mar-2011 Fabrice Di Meglio <fdimeglio@google.com> Use Harfbuzz instead of ICU4C for computing advances

- 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
/frameworks/base/tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java