summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Update BiDiTest appFabrice Di Meglio2012-02-021-5/+5
| | | | | | | - update basic layout for being scrollable - add more test strings Change-Id: Iec1b495619cdd76639f127fb1ac4e4f41d0726d8
* Fix bug #5870701 Thai text can be clipped when there are more glyphs ↵Fabrice Di Meglio2012-01-131-0/+1
| | | | | | | | | generated than the initial number of code points - compute total advances correctly by iterating on the advances array for up to mShaperItem.num_glyphs - update unit tests Change-Id: I00af68bef88702215e9222ed80dbffcc81df51a7
* Fix bug #5199577 TextView with android:password="true" is showing the "dots" ↵Fabrice Di Meglio2011-08-251-0/+1
| | | | | | | | | | 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
* Update BiDiTest appFabrice Di Meglio2011-08-181-0/+1
| | | | | | - add a default TextView Change-Id: I0ce92503204e370d9c928440cdd4876701c6c4cb
* Fix bug #4584320 Single Line EditText not drawing correctly with spans ↵Fabrice Di Meglio2011-08-051-0/+1
| | | | | | | | | applied (ICS) - use correct 0 index for computing advance thru the char buffer (the buffer is created from TextUtils.getChars()) - udpate unit tests Change-Id: Iaeb07658b79ecdf5e17395d55afb7c84965bb0fc
* Update BiDi unit testsFabrice Di Meglio2011-08-051-0/+2
| | | | | | - update basic layout for having LTR and RTL TextView Change-Id: Ic4cc6c27d431fe69bb62c55cd76a46ea6e241b4d
* Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left ↵Fabrice Di Meglio2011-07-182-0/+11
| | | | | | text and text composing Change-Id: Ic71a563ad0f4ba6de5b7f030f04a3a9615b7617c
* Merge "Fix bug #4972141 Overlapping content in single-choice dialogs"Fabrice Di Meglio2011-07-151-0/+1
|\
| * Fix bug #4972141 Overlapping content in single-choice dialogsFabrice Di Meglio2011-07-151-0/+1
| | | | | | | | | | | | - need to take care about padding resolution Change-Id: Ida9738ffada6c6455b7949f933fa61924c4f7961
* | Implement textDirection heuristic selection.Doug Felt2011-07-141-1/+1
|/ | | | Change-Id: I2fcf18de573f2d66494fa5ed61e4273c3c6078c7
* add TextView page to BiDiTestsDoug Felt2011-06-231-1/+5
| | | | Change-Id: If6ba2d7f96283041d254d6d53bb268d88fed2c74
* Update BiDiTest app for adding more unit testsFabrice Di Meglio2011-06-201-0/+2
| | | | | | | - add some menu that will show up in compatibility mode - add more unit tests for padding and background drawable Change-Id: I90db23c68d2371c35913b039a10f9d9f34c3931e
* Update BiDiTest app for Gravity renamingFabrice Di Meglio2011-06-061-2/+2
| | | | | | - BEFORE?AFTER is now START/END Change-Id: I44cfdc17090052704024d8c5386553f0c83e9ab2
* Update BiDiTest appFabrice Di Meglio2011-06-021-2/+4
| | | | | | - change buttons text to follow their Gravity Change-Id: Ie0d79ced9c14bf8b0f12d1c31da5e2fe6f162c88
* Add more unit tests for RTL layoutsFabrice Di Meglio2011-06-021-0/+4
| | | | | | | - update LinearLayout tests with default case (no horizontalDirection specified) - add TableLayout tests Change-Id: I9ad2239fca96b896c5aae4dfe67b8113faf2f96e
* RTL Ordering of visual elements in LinearLayoutFabrice Di Meglio2011-05-201-0/+3
| | | | | | - also update unit tests for testing LinearLayout Change-Id: I0794d48c45a8fd4a899fdf6f6a1d05485b416e1a
* Fix bug #4338103 (Android Arabic and Hebrew input is broken)Fabrice Di Meglio2011-04-251-1/+2
| | | | | | | - fix glyph order when there is only a single run - update tests Change-Id: I113f28a8c76cab622fb75ce84bc50d1d38fa254e
* Add Unicode BiDi Algo before drawing text in CanvasFabrice Di Meglio2011-04-151-1/+2
| | | | | | | - only for temporary API - update BiDiTest Change-Id: Ifd445799dc0fda4da896246e41978cd8d71aa035
* Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-291-1/+3
| | | | | | | | - 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 instead of ICU4C for computing advancesFabrice Di Meglio2011-03-221-0/+26
- 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