summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-201-40/+0
* Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-0/+40
* Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-40/+0
* Add View textAlignmentFabrice Di Meglio2012-04-042-0/+1156
* Update BiDiTest app for GridLayout RTL testsFabrice Di Meglio2012-02-132-0/+42
* Update BiDiTests appFabrice Di Meglio2012-02-091-0/+22
* Update BiDiTest app for adding GridLayout unit testsFabrice Di Meglio2012-02-063-0/+222
* Update BiDiTest appFabrice Di Meglio2012-02-022-5/+11
* Fix bug #5870701 Thai text can be clipped when there are more glyphs generate...Fabrice Di Meglio2012-01-131-0/+1
* Fix bug #5199577 TextView with android:password="true" is showing the "dots" ...Fabrice Di Meglio2011-08-252-2/+10
* Update BiDiTest appFabrice Di Meglio2011-08-182-1/+14
* Fix bug #4584320 Single Line EditText not drawing correctly with spans applie...Fabrice Di Meglio2011-08-052-22/+35
* Update BiDi unit testsFabrice Di Meglio2011-08-052-3/+20
* Merge "Test Gallery layout direction."Fabrice Di Meglio2011-07-1912-0/+60
|\
| * Test Gallery layout direction.Doug Felt2011-07-1812-0/+60
* | Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text com...Fabrice Di Meglio2011-07-181-6/+9
* | Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left te...Fabrice Di Meglio2011-07-183-0/+74
* | Merge "Fix bug #4972141 Overlapping content in single-choice dialogs"Fabrice Di Meglio2011-07-152-1/+8
|\ \
| * | Fix bug #4972141 Overlapping content in single-choice dialogsFabrice Di Meglio2011-07-152-0/+7
* | | Merge "Some code refactoring"Fabrice Di Meglio2011-07-151-1/+29
|\ \ \ | |_|/ |/| |
| * | Some code refactoringFabrice Di Meglio2011-07-141-1/+29
| |/
* | Merge "Implement textDirection heuristic selection."Fabrice Di Meglio2011-07-153-169/+443
|\ \ | |/ |/|
| * Implement textDirection heuristic selection.Doug Felt2011-07-143-169/+443
* | Introduce TextView drawableStart and drawableEndFabrice Di Meglio2011-07-122-0/+208
|/
* Add textDirection support for TextView and ViewGroupFabrice Di Meglio2011-06-282-0/+224
* Introduce MarginLayoutParams marginStart and margingEndFabrice Di Meglio2011-06-241-0/+241
* add TextView page to BiDiTestsDoug Felt2011-06-236-1/+830
* Update BiDiTest app for adding more unit testsFabrice Di Meglio2011-06-203-1/+76
* Add View paddingStart and paddingEndFabrice Di Meglio2011-06-201-0/+135
* Update BiDiTest app for testing View paddingFabrice Di Meglio2011-06-161-0/+156
* Fix Gravity start/endFabrice Di Meglio2011-06-143-38/+38
* Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-1/+1
* Refactor BiDiTest unit tests appFabrice Di Meglio2011-06-1018-2249/+2286
* Make View respect LAYOUT_DIRECTION_LOCALEFabrice Di Meglio2011-06-1019-714/+1732
* Rename atribute View horizontalDirection to layoutDirection and update unit t...Fabrice Di Meglio2011-06-0710-50/+50
* Update BiDiTest app for Gravity renamingFabrice Di Meglio2011-06-061-2/+2
* Update BiDiTest appFabrice Di Meglio2011-06-023-42/+44
* Add more unit tests for RTL layoutsFabrice Di Meglio2011-06-025-36/+522
* Add more unit tests cases for BiDi / RTLFabrice Di Meglio2011-06-026-173/+504
* Add more unit tests for RelativeLayoutFabrice Di Meglio2011-06-013-0/+169
* Merge "Fix bug #4509967 (layout_gravity not always respected)"Fabrice Di Meglio2011-06-014-2/+164
|\
| * Fix bug #4509967 (layout_gravity not always respected)Fabrice Di Meglio2011-06-014-2/+164
* | Add support to OpenGLRendere to draw BiDi text.Romain Guy2011-06-011-8/+7
|/
* Manual merge. Preference activity changes to work on smaller tablet screens a...Amith Yamasani2011-05-261-1/+1
* RTL Ordering of visual elements in LinearLayoutFabrice Di Meglio2011-05-206-14/+452
* Fix bug #4338103 (Android Arabic and Hebrew input is broken)Fabrice Di Meglio2011-04-252-2/+2
* Add Unicode BiDi Algo before drawing text in CanvasFabrice Di Meglio2011-04-151-1/+2
* Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-292-1/+8
* Use Harfbuzz instead of ICU4C for computing advancesFabrice Di Meglio2011-03-222-0/+84