History log of /frameworks/base/core/java/android/view/textservice/TextInfo.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bf655982f8b05ee6aa3a35cf4581a6849d846b25 09-Jul-2014 Yohei Yukawa <yukawa@google.com> Fix regressions in existing constructors of TextInfo

This is a follow up CL for Ib58ece68dee4c6187d469049,
which unexpectedly changed behavior of existing public
constructors of TextInfo class.

BUG: 15869548
Change-Id: If5837eb771d78cc24f4d68079009eb98a5641db7
/frameworks/base/core/java/android/view/textservice/TextInfo.java
5d6b6f2892c90e95ef3bc650a245a5f2ca021d38 25-Jun-2014 Yohei Yukawa <yukawa@google.com> Allow TextInfo to store ParcelableSpans for TextService

This CL adds a new constructor of TextService so that spell
parcelable spans can be preserved in TextInfo. The primary usage
scenario is to provide locale information for spell checker
service.

BUG: 15869548
Change-Id: Ib58ece68dee4c6187d469049fca8c35a307c7a01
/frameworks/base/core/java/android/view/textservice/TextInfo.java
988323c57bd25a58f05dfa492d9b9c8ab62c5153 22-Jun-2011 satok <satok@google.com> Create TextServiceManager and SpellCheckerService

Bug: 4176026

This CL inherits https://android-git.corp.google.com/g/112600

Spec of TextServiceManager
- Chooses the most applicable TextService(e.g. SpellCheckerService, WordBreakIteratorService..)
for each locale

Spec of SpellCheckerService
- Returns whether the given string is a correct word or not
- Returns Suggestions for the given string

Change-Id: Iaa425c7915fe70767ad0b17bf6c6fbcd2a1200b2
/frameworks/base/core/java/android/view/textservice/TextInfo.java