LatinIME/java-overridable/src/com/android/inputmethod/latin
Jatin Matani 5365191a9d Implement UserHistoryDictionary for each user account.
UserHistoryDictionary currently uses locale to determine the
UserHistoryDictionary on the filesystem. With this change we
use the account name as well. Thus each UserHistoryDictionary
would following the following spec:

UserHistoryDictionary.<locale>.<account>.dict.
In case no account is selected, we default to the existing
spec:
UserHistoryDictionary.<locale>.dict

Example
UserHistoryDictionary.en_US.testaccount@example.com.dict

Bug: 18104749
Change-Id: Iab031e166b55cf2ded68275a7e9be22475737b37
2014-11-13 14:21:38 -08:00
..
about DO NOT MERGE: Abolish source code overlay and introduce overridable src dir 2014-08-20 02:56:09 +00:00
accounts Fix Javadoc and null analysis related warnings 2014-10-23 09:58:42 +09:00
define Implement UserHistoryDictionary for each user account. 2014-11-13 14:21:38 -08:00
personalization Fix Javadoc and null analysis related warnings 2014-10-23 09:58:42 +09:00
settings Move current subtype management code to RichInputMethodManager 2014-11-06 11:51:07 -08:00
touchinputconsumer Move InputPointers and ResizableIntArray to common 2014-10-29 12:09:11 +09:00
utils Fix Javadoc and null analysis related warnings 2014-10-23 09:58:42 +09:00