summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/src
Commit message (Expand)AuthorAgeFilesLines
* Replace wildcard imports with explicit importsTor Norbye2013-09-132-6/+34
* Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-203-280/+0
* Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-153-0/+280
* Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-123-280/+0
* Add View textAlignmentFabrice Di Meglio2012-04-043-7/+73
* Update BiDiTest app for GridLayout RTL testsFabrice Di Meglio2012-02-132-5/+5
* Update BiDiTests appFabrice Di Meglio2012-02-093-0/+246
* Update BiDiTest app for adding GridLayout unit testsFabrice Di Meglio2012-02-064-0/+100
* Fix bug #5870701 Thai text can be clipped when there are more glyphs generate...Fabrice Di Meglio2012-01-131-0/+6
* Fix bug #4584320 Single Line EditText not drawing correctly with spans applie...Fabrice Di Meglio2011-08-051-0/+45
* Merge "Test Gallery layout direction."Fabrice Di Meglio2011-07-194-1/+141
|\
| * Test Gallery layout direction.Doug Felt2011-07-184-0/+140
* | Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text com...Fabrice Di Meglio2011-07-182-44/+26
* | Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left te...Fabrice Di Meglio2011-07-184-4/+109
* | Merge "Clean test APIs for Harfbuzz support"Fabrice Di Meglio2011-07-181-28/+4
|\ \
| * | Clean test APIs for Harfbuzz supportFabrice Di Meglio2011-07-151-28/+4
| |/
* | Fix bug #4972141 Overlapping content in single-choice dialogsFabrice Di Meglio2011-07-151-2/+27
|/
* Introduce TextView drawableStart and drawableEndFabrice Di Meglio2011-07-123-0/+93
* Add textDirection support for TextView and ViewGroupFabrice Di Meglio2011-06-283-3/+65
* Introduce MarginLayoutParams marginStart and margingEndFabrice Di Meglio2011-06-242-7/+29
* add TextView page to BiDiTestsDoug Felt2011-06-234-1/+102
* Update BiDiTest app for adding more unit testsFabrice Di Meglio2011-06-201-0/+9
* Add View paddingStart and paddingEndFabrice Di Meglio2011-06-202-0/+18
* Update BiDiTest app for testing View paddingFabrice Di Meglio2011-06-162-0/+19
* Refactor BiDiTest unit tests appFabrice Di Meglio2011-06-1028-462/+503
* Make View respect LAYOUT_DIRECTION_LOCALEFabrice Di Meglio2011-06-107-2/+145
* Add more unit tests for RTL layoutsFabrice Di Meglio2011-06-023-0/+72
* Add more unit tests cases for BiDi / RTLFabrice Di Meglio2011-06-024-5/+113
* Add more unit tests for RelativeLayoutFabrice Di Meglio2011-06-012-0/+36
* Fix bug #4509967 (layout_gravity not always respected)Fabrice Di Meglio2011-06-015-14/+80
* RTL Ordering of visual elements in LinearLayoutFabrice Di Meglio2011-05-205-37/+182
* Fix bug #4338103 (Android Arabic and Hebrew input is broken)Fabrice Di Meglio2011-04-251-1/+9
* Clean getTextRunAdvances() APIsFabrice Di Meglio2011-04-211-1/+2
* Add Unicode BiDi Algo before drawing text in CanvasFabrice Di Meglio2011-04-151-6/+22
* TextLayoutCache - add glyphs cachingFabrice Di Meglio2011-04-081-4/+11
* Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-293-35/+109
* Use Harfbuzz instead of ICU4C for computing advancesFabrice Di Meglio2011-03-222-0/+233