History log of /frameworks/ex/common/java/com/android/ex/editstyledtext/EditStyledText.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
10c28c7f31687ff57476d0a7381461fef71cc5cb 16-Jan-2011 Ficus Kirkpatrick <ficus@android.com> Don't change the visibility of overridden methods.

ArrowKeyMovementMethod defines up, down, left, and right
to be protected, so StyledTextArrowKeyMethod shouldn't
change them to be private.

Change-Id: I0e58b9d2ee042b5c7985b664bab299ff618f8116
/frameworks/ex/common/java/com/android/ex/editstyledtext/EditStyledText.java
d8e057e067696d5e75999fcec1736b8963f3bf92 01-Jul-2010 satok <satok@google.com> Move EditStyledText from framework to the static library.

- Move from core/java/com/android/internal/widget/EditStyledText.java
- Package name was changed to com.android.ex.editstyledtext
-- New naming rule com.android.ex.<package>.<class>
- Deleted all internal APIs
- COnfirmend that the framework was built completely

Change-Id: I371dd034356cde5a7502fbf5cfed090acb0978c4
/frameworks/ex/common/java/com/android/ex/editstyledtext/EditStyledText.java