| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #4772392 Check what needs to be done for RTL specific new attributes ... | Fabrice Di Meglio | 2011-07-20 | 3 | -0/+9 |
* | Merge "Test Gallery layout direction." | Fabrice Di Meglio | 2011-07-19 | 16 | -1/+201 |
|\ |
|
| * | Test Gallery layout direction. | Doug Felt | 2011-07-18 | 16 | -0/+200 |
* | | Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text com... | Fabrice Di Meglio | 2011-07-18 | 3 | -50/+35 |
* | | Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left te... | Fabrice Di Meglio | 2011-07-18 | 7 | -4/+183 |
* | | Merge "Clean test APIs for Harfbuzz support" | Fabrice Di Meglio | 2011-07-18 | 1 | -28/+4 |
|\ \ |
|
| * | | Clean test APIs for Harfbuzz support | Fabrice Di Meglio | 2011-07-15 | 1 | -28/+4 |
* | | | Merge "Fix bug #4972141 Overlapping content in single-choice dialogs" | Fabrice Di Meglio | 2011-07-15 | 3 | -3/+35 |
|\ \ \ |
|
| * | | | Fix bug #4972141 Overlapping content in single-choice dialogs | Fabrice Di Meglio | 2011-07-15 | 3 | -2/+34 |
| |/ / |
|
* | | | Merge "Some code refactoring" | Fabrice Di Meglio | 2011-07-15 | 1 | -1/+29 |
|\ \ \
| |_|/
|/| | |
|
| * | | Some code refactoring | Fabrice Di Meglio | 2011-07-14 | 1 | -1/+29 |
| |/ |
|
* | | Merge "Implement textDirection heuristic selection." | Fabrice Di Meglio | 2011-07-15 | 3 | -169/+443 |
|\ \
| |/
|/| |
|
| * | Implement textDirection heuristic selection. | Doug Felt | 2011-07-14 | 3 | -169/+443 |
* | | Introduce TextView drawableStart and drawableEnd | Fabrice Di Meglio | 2011-07-12 | 5 | -0/+301 |
|/ |
|
* | Add textDirection support for TextView and ViewGroup | Fabrice Di Meglio | 2011-06-28 | 5 | -3/+289 |
* | Introduce MarginLayoutParams marginStart and margingEnd | Fabrice Di Meglio | 2011-06-24 | 3 | -7/+270 |
* | add TextView page to BiDiTests | Doug Felt | 2011-06-23 | 10 | -2/+932 |
* | Update BiDiTest app for adding more unit tests | Fabrice Di Meglio | 2011-06-20 | 5 | -2/+87 |
* | Add View paddingStart and paddingEnd | Fabrice Di Meglio | 2011-06-20 | 3 | -0/+153 |
* | Update BiDiTest app for testing View padding | Fabrice Di Meglio | 2011-06-16 | 3 | -0/+175 |
* | Fix Gravity start/end | Fabrice Di Meglio | 2011-06-14 | 3 | -38/+38 |
* | Add View.getResolvedLayoutDirection() | Fabrice Di Meglio | 2011-06-14 | 1 | -1/+1 |
* | Refactor BiDiTest unit tests app | Fabrice Di Meglio | 2011-06-10 | 47 | -2823/+2789 |
* | Make View respect LAYOUT_DIRECTION_LOCALE | Fabrice Di Meglio | 2011-06-10 | 28 | -716/+1905 |
* | Rename atribute View horizontalDirection to layoutDirection and update unit t... | Fabrice Di Meglio | 2011-06-07 | 10 | -50/+50 |
* | Update BiDiTest app for Gravity renaming | Fabrice Di Meglio | 2011-06-06 | 1 | -2/+2 |
* | Update BiDiTest app | Fabrice Di Meglio | 2011-06-02 | 3 | -42/+44 |
* | Add more unit tests for RTL layouts | Fabrice Di Meglio | 2011-06-02 | 9 | -36/+608 |
* | Add more unit tests cases for BiDi / RTL | Fabrice Di Meglio | 2011-06-02 | 11 | -178/+638 |
* | Add more unit tests for RelativeLayout | Fabrice Di Meglio | 2011-06-01 | 6 | -0/+212 |
* | Merge "Fix bug #4509967 (layout_gravity not always respected)" | Fabrice Di Meglio | 2011-06-01 | 10 | -17/+259 |
|\ |
|
| * | Fix bug #4509967 (layout_gravity not always respected) | Fabrice Di Meglio | 2011-06-01 | 10 | -16/+258 |
* | | Add support to OpenGLRendere to draw BiDi text. | Romain Guy | 2011-06-01 | 2 | -9/+8 |
|/ |
|
* | Manual merge. Preference activity changes to work on smaller tablet screens a... | Amith Yamasani | 2011-05-26 | 1 | -1/+1 |
* | RTL Ordering of visual elements in LinearLayout | Fabrice Di Meglio | 2011-05-20 | 12 | -58/+666 |
* | Fix bug #4338103 (Android Arabic and Hebrew input is broken) | Fabrice Di Meglio | 2011-04-25 | 3 | -3/+11 |
* | Clean getTextRunAdvances() APIs | Fabrice Di Meglio | 2011-04-21 | 1 | -1/+2 |
* | Add Unicode BiDi Algo before drawing text in Canvas | Fabrice Di Meglio | 2011-04-15 | 3 | -8/+26 |
* | TextLayoutCache - add glyphs caching | Fabrice Di Meglio | 2011-04-08 | 1 | -4/+11 |
* | Fix text redering issue where the text was sometimes truncated | Fabrice Di Meglio | 2011-03-29 | 5 | -36/+117 |
* | Use Harfbuzz instead of ICU4C for computing advances | Fabrice Di Meglio | 2011-03-22 | 7 | -0/+380 |