Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Move code only used for dicttool and tests under tests.•••Bug: 13035567 Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e | 2014-03-27 | 17 | -3656/+0 | ||
* | | Merge "Fix: NPE in isValidWord after dictionaries are closed." | 2014-03-27 | 1 | -0/+3 | ||
|\ \ | ||||||
| * | | Fix: NPE in isValidWord after dictionaries are closed.•••Bug: 13650542 Change-Id: I1bdc838fca48d6ef12db5e70d40273d1236128d1 | 2014-03-27 | 1 | -0/+3 | ||
* | | | Fix crash while entering emoticons•••Bug: 13652919 Change-Id: Idd66240ac882fa890cfb28a477403ee09dc716ce | 2014-03-27 | 1 | -1/+1 | ||
* | | | Merge "Rename text resources consistently" | 2014-03-26 | 1 | -1127/+1111 | ||
|\ \ \ | ||||||
| * | | | Rename text resources consistently•••- keylabel_<key>, the key label text of the <key> - keyspec_<key>, the key specification of the <key> - keyhintlabel_<key>, the hint label text of the <key> - morekeys_<key>, the more keys specifications of the <key> - additional_morekeys_<key>, the additional more keys specification of the <key> Change-Id: Ib2127f21fa33a2568e8a6eba65cfdb2cf78b480e | 2014-03-25 | 1 | -1127/+1111 | ||
| | |/ | |/| | ||||||
* | | | Merge "[CB14] Implement backspace in the combiner chain" | 2014-03-25 | 5 | -26/+30 | ||
|\ \ \ | |_|/ |/| | | ||||||
| * | | [CB14] Implement backspace in the combiner chain•••Bug: 13622107 Bug: 13406701 Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc | 2014-03-25 | 5 | -26/+30 | ||
| |/ | ||||||
* / | Remove logic related to dictionary loading from LatinIME.•••Make mSuggest final and give DictionaryFacilitator the responsibility to manage dictionary loading state. This can simplify the logic to decide how to deal with additional dictionaries when loading settings or language switching. Bug: 13273534 Change-Id: I9f3d328272f25addfa186fbeedaaf8417455ba99 | 2014-03-25 | 8 | -546/+468 | ||
|/ | ||||||
* | Fix talk back of emoji key•••Bug: 13629734 Change-Id: Ifff6f81c2ac99a32855cd333b3d9a01ad7155ffc | 2014-03-25 | 1 | -3/+1 | ||
* | Check null before passing to Integer.parseInt•••Just after user data is cleared, user preference associated with PREF_KEYBOARD_LAYOUT is always empty. In such case, we might want to return the default value immediately, rather than calling Integer.parseInt(null) and catching NumberFormatException unnecessarily. BUG: 13472379 Change-Id: I8dca9a22780d057013c032bd1f56e730dcada3ce | 2014-03-24 | 1 | -0/+3 | ||
* | [CB13] Remove an unused method.•••Change-Id: If4d2fa9c6499ce9b2427cea424abd497ec4a966b | 2014-03-24 | 1 | -7/+0 | ||
* | [CB12] Reset the combining state when resetting the composer•••Bug: 13406701 Change-Id: I490574b7ca4b953f67dd2c0ef97401297fade0a4 | 2014-03-24 | 4 | -0/+23 | ||
* | Merge "[CB11] Get the result of the combination" | 2014-03-24 | 5 | -5/+61 | ||
|\ | ||||||
| * | [CB11] Get the result of the combination•••Change-Id: I165ec4a24f5b1334d55c14948e4d942ec40eb33b | 2014-03-20 | 5 | -5/+61 | ||
* | | Merge "Rework the logic that tells if the cursor touches words" | 2014-03-20 | 1 | -7/+17 | ||
|\ \ | |/ |/| | ||||||
| * | Rework the logic that tells if the cursor touches words•••Bug: 13312942 Change-Id: I6be6a558bbc6c88508150f9c25cadbd0240ff88e | 2014-03-20 | 1 | -7/+17 | ||
* | | Merge "[CB10] Add an event for string input" | 2014-03-20 | 3 | -17/+37 | ||
|\ \ | ||||||
| * | | [CB10] Add an event for string input•••Change-Id: Ie5da6c73d4df4553067c58cd0dce9abb34534250 | 2014-03-20 | 3 | -17/+37 | ||
* | | | Merge "Consolidate KeyboardTextsSet.setLocale and loadStringResoucres" | 2014-03-20 | 3 | -22/+16 | ||
|\ \ \ | ||||||
| * | | | Consolidate KeyboardTextsSet.setLocale and loadStringResoucres•••Change-Id: Idaf8f0d80fdeef4f1430f11d4083366e8ab7f6e0 | 2014-03-20 | 3 | -22/+16 | ||
* | | | | Merge "Remove unused partial commit." | 2014-03-20 | 1 | -4/+4 | ||
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Remove unused partial commit.•••Change-Id: Ia9341a5cb24947d93056810890d94c1f66481d8c | 2014-03-20 | 1 | -4/+4 | ||
* | | | | Merge "Refactor KeyboardTextsSet class" | 2014-03-20 | 1 | -6/+8 | ||
|\ \ \ \ | ||||||
| * | | | | Refactor KeyboardTextsSet class•••Change-Id: Ibb59a9d4902db9ec0e00244304be9ab35b215a50 | 2014-03-20 | 1 | -6/+8 | ||
* | | | | | Merge "[IL127] Move the double space countdown to InputLogic" | 2014-03-20 | 2 | -32/+26 | ||
|\ \ \ \ \ | ||||||
| * | | | | | [IL127] Move the double space countdown to InputLogic•••Bug: 8636060 Change-Id: Ie193b747bd9d0b5ba6a986b9a3c746c2182742ed | 2014-03-19 | 2 | -32/+26 | ||
* | | | | | | Merge "Remove reference of KeyboardTextsSet from SpacingAndPunctuations" | 2014-03-20 | 1 | -4/+1 | ||
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | | | ||||||
| * | | | | Remove reference of KeyboardTextsSet from SpacingAndPunctuations•••Change-Id: I76a8fcbd2466bcaf9cd85501af270db5aa913999 | 2014-03-20 | 1 | -4/+1 | ||
* | | | | | Merge "[CB09] Pass events through the combiner chain" | 2014-03-20 | 4 | -4/+31 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | [CB09] Pass events through the combiner chain•••Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c | 2014-03-20 | 4 | -4/+31 | ||
* | | | | | Merge "Utilize autoColumnOrder for punctuation more keys" | 2014-03-20 | 1 | -78/+73 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Utilize autoColumnOrder for punctuation more keys•••Change-Id: I1f8f5013f0bdf93cf590b8bd00d680b31e03d8b0 | 2014-03-20 | 1 | -78/+73 | ||
* | | | | | | Merge "[CB08] Create a combiner chain in the word composer." | 2014-03-20 | 5 | -85/+59 | ||
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | [CB08] Create a combiner chain in the word composer.•••Bug: 13406701 Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669 | 2014-03-20 | 5 | -85/+59 | ||
* | | | | | Merge "Fix Armenian punctuation order" | 2014-03-20 | 1 | -5/+7 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Fix Armenian punctuation order•••Bug: 12623502 Change-Id: I6cc026132922e103d212b663664e7e0aa2404b35 | 2014-03-20 | 1 | -5/+7 | ||
| | |/ / | |/| | | ||||||
* | | | | Merge "Remove Latin comma from Arabic/Persian keyboard" | 2014-03-20 | 1 | -93/+89 | ||
|\ \ \ \ | ||||||
| * | | | | Remove Latin comma from Arabic/Persian keyboard•••Bug: 12807701 Change-Id: Icca63586d561a57b2c15cbfbae0de98dfcc137a3 | 2014-03-20 | 1 | -93/+89 | ||
* | | | | | Suppress important notice when its title message is empty•••Bug: 13422608 Change-Id: Ied16e87381e82d8539269ddd90d737f80c2a94c0 | 2014-03-20 | 1 | -1/+12 | ||
| |/ / / |/| | | | ||||||
* | | | | Remove unused argument in SuggestionStripLayoutHelper•••Bug: 13461039 Change-Id: I3f6227bd56fb81021aaacf0e901eab8a9e91d4a1 | 2014-03-20 | 2 | -6/+4 | ||
|/ / / | ||||||
* | | | Add Galician keyboard•••Bug: 13169021 Bug: 13017434 Change-Id: I5d44dc4c2387644028a5cf594954795e014f357a | 2014-03-19 | 1 | -136/+176 | ||
* | | | Add Basque keyboard•••Bug: 13169021 Bug: 13017434 Change-Id: I46c738e833a9f287586a03bda9ab0230f8b9eac1 | 2014-03-19 | 1 | -190/+253 | ||
* | | | Merge "Fix French accented letters order" | 2014-03-19 | 1 | -1/+1 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix French accented letters order•••Bug: 13497958 Change-Id: I062a0e2e75b2f6c2606b1309808cbaa83cc91018 | 2014-03-19 | 1 | -1/+1 | ||
* | | | [IL126] Move a setting value to SettingsValues•••Bug: 8636060 Change-Id: I7cb082df13a10cf5a3aa5786e6a9599376652dee | 2014-03-19 | 2 | -4/+3 | ||
* | | | [IL125] Remove arg to onPickSuggestionManually•••Bug: 8636060 Change-Id: I55332c22897e97148621cbd367acf5175b5b3d04 | 2014-03-19 | 3 | -30/+84 | ||
|/ / | ||||||
* | | Merge "Guard possible NumberFormatException" | 2014-03-18 | 3 | -13/+25 | ||
|\ \ | ||||||
| * | | Guard possible NumberFormatException•••Bug: 13472379 Change-Id: Ib7640b3d8816d8d7fb4747d2288eedd94bc49b06 | 2014-03-18 | 3 | -13/+25 | ||
* | | | Merge "Add preliminary Myanmar keyboard" | 2014-03-18 | 1 | -135/+140 | ||
|\ \ \ | |_|/ |/| | |