1. a3e79fb frameworks/base: Set LOCAL_SDK_VERSION where possible. by Anton Hansson · 6 years ago
  2. 51efddb Remove unnecessary casts on calls to findViewById by Alan Viverette · 7 years ago
  3. a772627 Replace wildcard imports with explicit imports by Tor Norbye · 11 years ago
  4. 665f02c Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their dependencies by Fabrice Di Meglio · 11 years ago
  5. da12f38 Revert "Clean Paint.mBidiFlags as it is no longer used" by Fabrice Di Meglio · 11 years ago
  6. 6d9fe5b Clean Paint.mBidiFlags as it is no longer used by Fabrice Di Meglio · 11 years ago
  7. 9da0f8a Add View textAlignment by Fabrice Di Meglio · 12 years ago
  8. 59dfce8 Fix bug #6140391 Make RTL awareness as an opt-in into the AndroidManifest by Fabrice Di Meglio · 12 years ago
  9. 3fd29d9 Unhide BiDiTests app by Fabrice Di Meglio · 12 years ago
  10. 0d2bda3 Update BiDiTest app for GridLayout RTL tests by Fabrice Di Meglio · 12 years ago
  11. 2a7e7a0 Update BiDiTests app by Fabrice Di Meglio · 12 years ago
  12. bf2ab0b Update BiDiTest app for adding GridLayout unit tests by Fabrice Di Meglio · 12 years ago
  13. 2b9ac31 Update BiDiTest app by Fabrice Di Meglio · 12 years ago
  14. 03e250a Fix bug #5870701 Thai text can be clipped when there are more glyphs generated than the initial number of code points by Fabrice Di Meglio · 12 years ago
  15. 7810b5f Fix bug #5199577 TextView with android:password="true" is showing the "dots" on the left even if the password chars are RTL by Fabrice Di Meglio · 13 years ago
  16. af3e6d6 Update BiDiTest app by Fabrice Di Meglio · 13 years ago
  17. f2ce877 Fix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS) by Fabrice Di Meglio · 13 years ago
  18. fd0b623 Update BiDi unit tests by Fabrice Di Meglio · 13 years ago
  19. 1180644 Fix bug #4772392 Check what needs to be done for RTL specific new attributes that are in public.xml by Fabrice Di Meglio · 13 years ago
  20. 5f9fa88 Merge "Test Gallery layout direction." by Fabrice Di Meglio · 13 years ago
  21. c2063a5 Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing by Fabrice Di Meglio · 13 years ago
  22. 3d0124f Test Gallery layout direction. by Doug Felt · 13 years ago
  23. c6f247c Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing by Fabrice Di Meglio · 13 years ago
  24. 46c7250 Merge "Clean test APIs for Harfbuzz support" by Fabrice Di Meglio · 13 years ago
  25. 9c83011 Merge "Fix bug #4972141 Overlapping content in single-choice dialogs" by Fabrice Di Meglio · 13 years ago
  26. 796cc96 Clean test APIs for Harfbuzz support by Fabrice Di Meglio · 13 years ago
  27. 54d6962 Fix bug #4972141 Overlapping content in single-choice dialogs by Fabrice Di Meglio · 13 years ago
  28. 9703ac8 Merge "Some code refactoring" by Fabrice Di Meglio · 13 years ago
  29. 50e95eb Merge "Implement textDirection heuristic selection." by Fabrice Di Meglio · 13 years ago
  30. d2b5d1c Some code refactoring by Fabrice Di Meglio · 13 years ago
  31. cb379120 Implement textDirection heuristic selection. by Doug Felt · 13 years ago
  32. a3b6b95 Introduce TextView drawableStart and drawableEnd by Fabrice Di Meglio · 13 years ago
  33. 2226886 Add textDirection support for TextView and ViewGroup by Fabrice Di Meglio · 13 years ago
  34. b76023a Introduce MarginLayoutParams marginStart and margingEnd by Fabrice Di Meglio · 13 years ago
  35. 468d8af add TextView page to BiDiTests by Doug Felt · 13 years ago
  36. 53a73bc Update BiDiTest app for adding more unit tests by Fabrice Di Meglio · 13 years ago
  37. d8703a9 Add View paddingStart and paddingEnd by Fabrice Di Meglio · 13 years ago
  38. b071240 Update BiDiTest app for testing View padding by Fabrice Di Meglio · 13 years ago
  39. 67f8de0 Fix Gravity start/end by Fabrice Di Meglio · 13 years ago
  40. c005322 Add View.getResolvedLayoutDirection() by Fabrice Di Meglio · 13 years ago
  41. 7af0522 Refactor BiDiTest unit tests app by Fabrice Di Meglio · 13 years ago
  42. 26e432d Make View respect LAYOUT_DIRECTION_LOCALE by Fabrice Di Meglio · 13 years ago
  43. c46f7ff Rename atribute View horizontalDirection to layoutDirection and update unit tests by Fabrice Di Meglio · 13 years ago
  44. de7fc15 Update BiDiTest app for Gravity renaming by Fabrice Di Meglio · 13 years ago
  45. 2f9cad2 Update BiDiTest app by Fabrice Di Meglio · 13 years ago
  46. 88f9fd2 Add more unit tests for RTL layouts by Fabrice Di Meglio · 13 years ago
  47. c715528 Add more unit tests cases for BiDi / RTL by Fabrice Di Meglio · 13 years ago
  48. c2e9890 Add more unit tests for RelativeLayout by Fabrice Di Meglio · 13 years ago
  49. 77c1cc0 Merge "Fix bug #4509967 (layout_gravity not always respected)" by Fabrice Di Meglio · 13 years ago
  50. de35cee Fix bug #4509967 (layout_gravity not always respected) by Fabrice Di Meglio · 13 years ago
  51. 726aeba Add support to OpenGLRendere to draw BiDi text. Bug #4350336 by Romain Guy · 13 years ago
  52. 405c1af Manual merge. Preference activity changes to work on smaller tablet screens and phones. by Amith Yamasani · 13 years ago
  53. 1e4cfbe RTL Ordering of visual elements in LinearLayout by Fabrice Di Meglio · 14 years ago
  54. 589e4e2 Fix bug #4338103 (Android Arabic and Hebrew input is broken) by Fabrice Di Meglio · 13 years ago
  55. 0a1413e Clean getTextRunAdvances() APIs by Fabrice Di Meglio · 13 years ago
  56. 689e515 Add Unicode BiDi Algo before drawing text in Canvas by Fabrice Di Meglio · 13 years ago
  57. fcf2be1 TextLayoutCache - add glyphs caching by Fabrice Di Meglio · 13 years ago
  58. eee49c6 Fix text redering issue where the text was sometimes truncated by Fabrice Di Meglio · 13 years ago
  59. 9f82b58 Use Harfbuzz instead of ICU4C for computing advances by Fabrice Di Meglio · 13 years ago