History log of /frameworks/base/core/java/android/text/BidiFormatter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
007262e0aef80b30034b9ddd702ea252d9a71f4c 17-Jul-2015 Roozbeh Pournader <roozbeh@google.com> Fix default value of stereoReset() in the documentation.

The default has been 'true' for eternity in the code. But the
documentation was mistakenly saying it was 'false'. Going with the
code, since there are people out there relying on the code continuing
to work the same way.

Bug: 22557371
Change-Id: I6f4e7b2052d0cc30d41e8ccf2b9a5c6111fa0ab7
/frameworks/base/core/java/android/text/BidiFormatter.java
f156cb31c0928cc739c4dc79813d13f92389877e 16-May-2015 Roozbeh Pournader <roozbeh@google.com> Make unicodeWrap() return null if the input string is null.

Previously, a NullPointerException was raised if the input was null.

Bug: 12894042
Change-Id: I5c5db484e5659659c1da91079adcba773ba7d83d
/frameworks/base/core/java/android/text/BidiFormatter.java
e442662330c972aa96986e6f09305be836b6a7f4 23-May-2013 Scott Main <smain@google.com> some extra docs for TextDirectionHeuristic

Change-Id: I8ceac72a76a29bde0e25ed418110a6e4120654e3
/frameworks/base/core/java/android/text/BidiFormatter.java
8c08fc9a86b28c54968bde2dcbb46d744f1b6201 20-Apr-2013 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #8656546 API REVIEW: android.text.bidi / android.text

- clean BidiFormatter APIs

Change-Id: I8591ce3c3e8f2de4138698aa14ddb38b933de5e1
/frameworks/base/core/java/android/text/BidiFormatter.java