aboutsummaryrefslogtreecommitdiffstats
path: root/java-overridable/src/com/android/inputmethod/latin/define (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge java-overridable/ into java/ againYohei Yukawa2018-05-064-152/+0
| | | | | | | | | | | | | | | This CL a logical revert of a previous CL [1], which separated Java files into common ones and overridable ones. Now that that overriding concept is no longer used, there is no need to keep having separate directory structure. [1]: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 fb74ab15c1343084740d65ef8744cad33a678e82 Fix: 79323502 Test: make -j aosp_taimen-userdebug && make -j Test: tapas LatinIME && make -j Change-Id: I2090bc25d18e6d4f24e91c2cbfe832755cbb4e8f
* Remove rejected suggestion in LatinIME.Dan Zivkovic2015-03-161-0/+1
| | | | | | Bug 19744396. Change-Id: I64e59b3fb1ab627c70bf27a12a78d8d927da7e97
* Auto-correct without whitelist in Delight3.Dan Zivkovic2015-02-251-0/+1
| | | | | | Bug 19390471. Change-Id: Ie09b916ca80591c98f48ae1d74d4fd5b0c5d6b33
* Make checksum and header checks decoder dependent.Mohammadinamul Sheik2015-02-201-0/+3
| | | | Change-Id: I0ec4aa69d9b5f013ae926cc368e25225d9d3073b
* Add Decoder specific dictionary suffix to resource lookupMohammadinamul Sheik2015-02-121-0/+3
| | | | Change-Id: Ia2c74acdc8ac6f7b605bb06a1078d23b32f388a1
* Move decoder specific constants to DecoderSpecificConstants.javaMohammadinamul Sheik2015-02-051-0/+30
| | | | Change-Id: Ie4d325b3152e1e7e424b8b436e222e194e4d9da0
* Rename production flag for cloud sync featureJatin Matani2014-12-291-2/+3
| | | | Change-Id: I24cbe94f128f54fb9bfeeef78cf271fee2216c8e
* Implement UserHistoryDictionary for each user account.Jatin Matani2014-11-131-0/+6
| | | | | | | | | | | | | | | | | | 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
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-231-1/+2
| | | | | | | This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
* Set up a sync preference and policy for syncing [2]Sandeep Siddhartha2014-10-101-1/+1
| | | | | | | | | | | | - Adds a preference for enabling sync, which controls the sync behavior - Make the ProductionFlags depend on appropriate flags to guarantee that we don't mess things when flipping some flags - Preferences now control the "syncable" property of the provider thereby controlling the policy and when this entry shows up in system settings. Bug: 17464069 Change-Id: I1d58351188518c1ae9f1f9e147b5ea15d32a3427
* Merge "Skeleton code for user dictionary sync"Jatin Matani2014-10-081-0/+5
|\
| * Skeleton code for user dictionary syncJatin Matani2014-10-071-0/+5
| | | | | | | | | | Bug:17464069 Change-Id: If683b80e882c07fba576959346ae74cd445dd83e
* | Remove ENABLE_CURSOR_ANCHOR_INFO_CALLBACKYohei Yukawa2014-10-061-8/+0
|/ | | | | | | | | We can now start relying on L APIs even in unbundled release. This means ENABLE_CURSOR_ANCHOR_INFO_CALLBACK can be always true. Hence we simply remove it. Change-Id: I0353e992e97e252059f83accea100504594bf171
* Add a production flag for account sign-inSandeep Siddhartha2014-09-161-0/+5
| | | | | | | [1/2] Bug: 17464068 Change-Id: Ie45191c74a97c44711dc0c6d65cc262fd9742abe
* add productionFlag for checking split keyboard statusJatin Matani2014-09-111-0/+5
| | | | Change-Id: Ic999c9b0b2c116858801b8c38363c956de6d5faf
* follow-up to API change in I4a577bfd02b37bYohei Yukawa2014-08-211-13/+4
| | | | | | BUG: 17182367 BUG: 17185263 Change-Id: Id54ca29c191b9752fa82ffe5a960113b2e97e5c1
* DO NOT MERGE: Abolish source code overlay and introduce overridable src dirKen Wakasa2014-08-203-0/+108
This should make IDEs happy with appropriate source code directory selection. Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 (cherry picked from commit fb74ab15c1343084740d65ef8744cad33a678e82)