LatinIME/java-overridable/src/com/android/inputmethod
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
..
compat Fix Javadoc and null analysis related warnings 2014-10-23 09:58:42 +09:00
dictionarypack Fix Javadoc and null analysis related warnings 2014-10-23 09:58:42 +09:00
latin Implement UserHistoryDictionary for each user account. 2014-11-13 14:21:38 -08:00