| Commit message (Expand) | Author | Files | Lines |
2014-03-27 | Use Clang for dicttool•••Fix the wrong shared lib name too.
Change-Id: Ib98c55dfd1aee4a762dc96b12df3a463bef2ac80
|  Ken Wakasa | 3 | -11/+10 |
2014-03-27 | Revert "[CB15] Remove a redundant variable."•••This reverts commit 0de7a6d1a272d52a9544df1c693ae199ab5abc52.
Change-Id: I327679b76a14cf9c3aec4b00b013b921408c32f9
|  Jean Chalard | 3 | -17/+37 |
2014-03-27 | Revert "[CB16] Remove unused stuff"•••This reverts commit 05c46f59fdc6065aad833d905fc9759ba907fc82.
Change-Id: Ica0feea10fff1b2a9ef42bc55cb7c1892b3a3f58
|  Jean Chalard | 2 | -5/+37 |
2014-03-27 | Remove DicNodeUtils::appendTwoWords().•••Change-Id: I7402793b3f71ef5d786abea2f97bd4b624e4405f
|  Keisuke Kuroyanagi | 3 | -38/+3 |
2014-03-27 | Call setLayerType(LAYER_TYPE_HARDWARE) for EmojiPalettesView too.•••This CL probably does not addresses the bug, but still this should
be the right thing to do here.
bug: 12667742
Change-Id: I587652942fd66094779fb7942c734e0ff5f9d0b6
|  Ken Wakasa | 1 | -1/+3 |
2014-03-27 | [CB16] Remove unused stuff•••Bug: 13406701
Change-Id: Ib863c5181e1f5d74cfa4458060afc49d1ee8109e
|  Jean Chalard | 2 | -37/+5 |
2014-03-27 | [CB15] Remove a redundant variable.•••This is a tiny bit slower, but probably unnoticeable.
Still, it gains some performance in other places,
saves memory, and more importantly makes for simpler
code, so it's certainly better.
Change-Id: Id1ab4f73f71acd73f5920bc729817abd22cf0d07
|  Jean Chalard | 3 | -37/+17 |
2014-03-27 | Move code only used for dicttool and tests under tests.•••Bug: 13035567
Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e
|  Keisuke Kuroyanagi | 24 | -100/+58 |
2014-03-27 | Fix: NPE in isValidWord after dictionaries are closed.•••Bug: 13650542
Change-Id: I1bdc838fca48d6ef12db5e70d40273d1236128d1
|  Keisuke Kuroyanagi | 1 | -0/+3 |
2014-03-27 | Remove "sRGB IEC61966-2.1" profile to supress libpng warning•••The above ICC profile causes the following libpng warnings while APK
packaging.
* libpng warning: iCCP: known incorrect sRGB profile
* libpng warning: iCCP: profile 'icc': 'RGB ': RGB color space not
permitted on grayscale PNG
Bug: 11869853
Change-Id: Ida296d9e3bbd2abaae7c7500d77c8dc54d8b2382
|  Tadashi G. Takaoka | 12 | -0/+0 |
2014-03-27 | Fix crash while entering emoticons•••Bug: 13652919
Change-Id: Idd66240ac882fa890cfb28a477403ee09dc716ce
|  Tadashi G. Takaoka | 1 | -1/+1 |
2014-03-26 | RegisterNatives() returns 0 on success.•••cf. http://docs.oracle.com/javase/6/docs/technotes/guides/jni/spec/functions.html#wp5833
Change-Id: I2c599f2d8765a7475c7076e6b049f77ad79feb79
|  Ken Wakasa | 1 | -1/+1 |
2014-03-26 | Suppress warnings related to string resource•••Change-Id: I03073981313ae4f10a12b32ed9f524d0d50c2aa7
|  Tadashi G. Takaoka | 19 | -32/+24 |
2014-03-25 | Remove DicNode.isFirstWord().•••Change-Id: I825c0f7cf1fcf66c6309e0bab8e0fdd767170107
|  Keisuke Kuroyanagi | 1 | -5/+3 |
2014-03-25 | Merge DicNodeStatePrevWord into DicNoteStateOutput.•••Before:
(0) 2232.70 (0.86%)
(1) 255258.50 (98.89%)
(2) 585.73 (0.23%)
(66) 0.26 (0.00%)
Total 258126.46 (sum of others 258077.18)
After:
(0) 2249.23 (0.93%)
(1) 239883.63 (98.83%)
(2) 554.82 (0.23%)
(66) 0.35 (0.00%)
Total 242734.38 (sum of others 242688.04)
Change-Id: I9760cae5b98b3d1f4804b6b60317887eaa3ff71c
|  Keisuke Kuroyanagi | 7 | -222/+180 |
2014-03-25 | [CB14] Implement backspace in the combiner chain•••Bug: 13622107
Bug: 13406701
Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc
|  Jean Chalard | 6 | -26/+50 |
2014-03-25 | 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
|  Keisuke Kuroyanagi | 8 | -546/+468 |
2014-03-25 | 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
|  Tadashi G. Takaoka | 116 | -2146/+2116 |
2014-03-25 | Fix talk back of emoji key•••Bug: 13629734
Change-Id: Ifff6f81c2ac99a32855cd333b3d9a01ad7155ffc
|  Tadashi G. Takaoka | 2 | -5/+3 |
2014-03-24 | Import translations. DO NOT MERGE•••Change-Id: If1481b48b8c94b80932584893c29d9218f3c3ebd
Auto-generated-cl: translation import
|  Baligh Uddin | 2 | -10/+10 |
2014-03-24 | Import translations. DO NOT MERGE•••Change-Id: I472d53517a09d9f5610f5d893c096d5915ec2f4e
Auto-generated-cl: translation import
|  Baligh Uddin | 2 | -10/+10 |
2014-03-24 | 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
|  Yohei Yukawa | 1 | -0/+3 |
2014-03-24 | Add a check for ForgettingCurveUtils::decodeProbability.•••Bug: 13607383
Change-Id: I1a56c52173d0e458864e65fb1c1f4603c0c81c6f
|  Keisuke Kuroyanagi | 1 | -1/+2 |
2014-03-24 | Add boundary check for SparseTable.•••Bug: 13592288
Change-Id: I8bc4ff778c6073d22f86b6050a880b6fb69de31e |  Keisuke Kuroyanagi | 1 | -0/+6 |
2014-03-24 | [CB13] Remove an unused method.•••Change-Id: If4d2fa9c6499ce9b2427cea424abd497ec4a966b
|  Jean Chalard | 1 | -7/+0 |
2014-03-24 | [CB12] Reset the combining state when resetting the composer•••Bug: 13406701
Change-Id: I490574b7ca4b953f67dd2c0ef97401297fade0a4
|  Jean Chalard | 5 | -0/+29 |
2014-03-24 | Fix: wrong size checking in SparseTable.•••Bug: 13592288
Change-Id: I52f03081c5abf25e3c160e2b8fff5e98f8448499
|  Keisuke Kuroyanagi | 1 | -7/+5 |
2014-03-21 | Add a clean step for LatinIME native lib.•••This is corresponding to recent changes made for LatinIME native lib
builds, such as switching to libc++.
Change-Id: I8e0b35f08dbcb878bd33557dd3087ddfbc10b641
|  Ken Wakasa | 1 | -0/+1 |
2014-03-20 | [CB11] Get the result of the combination•••Change-Id: I165ec4a24f5b1334d55c14948e4d942ec40eb33b
|  Jean Chalard | 6 | -6/+68 |
2014-03-20 | Rework the logic that tells if the cursor touches words•••Bug: 13312942
Change-Id: I6be6a558bbc6c88508150f9c25cadbd0240ff88e
|  Jean Chalard | 2 | -11/+106 |
2014-03-20 | [CB10] Add an event for string input•••Change-Id: Ie5da6c73d4df4553067c58cd0dce9abb34534250
|  Jean Chalard | 3 | -17/+37 |
2014-03-20 | Consolidate KeyboardTextsSet.setLocale and loadStringResoucres•••Change-Id: Idaf8f0d80fdeef4f1430f11d4083366e8ab7f6e0
|  Tadashi G. Takaoka | 6 | -57/+21 |
2014-03-20 | Remove unused partial commit.•••Change-Id: Ia9341a5cb24947d93056810890d94c1f66481d8c
|  Keisuke Kuroyanagi | 12 | -124/+21 |
2014-03-20 | Refactor KeyboardTextsSet class•••Change-Id: Ibb59a9d4902db9ec0e00244304be9ab35b215a50
|  Tadashi G. Takaoka | 2 | -7/+12 |
2014-03-20 | Stop apply Completion for DicNodes without any proximity chars.•••Bug: 13538127
Change-Id: Ifffc0cde1ea8a0ceb13e4e4e57c151b3ea33a522
|  Keisuke Kuroyanagi | 3 | -4/+19 |
2014-03-20 | Remove reference of KeyboardTextsSet from SpacingAndPunctuations•••Change-Id: I76a8fcbd2466bcaf9cd85501af270db5aa913999
|  Tadashi G. Takaoka | 5 | -6/+53 |
2014-03-20 | Fix subtype count test•••This is a follow up of I6cce26c4fc.
Because we implement Basque, Galician, and preliminary Myanmar
keyboard.
Change-Id: I055fe4f453cf454bbd65bc8542733411e9d3556c
|  Tadashi G. Takaoka | 1 | -1/+1 |
2014-03-20 | [CB09] Pass events through the combiner chain•••Bug: 13406701
Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c
|  Jean Chalard | 6 | -6/+57 |
2014-03-20 | Utilize autoColumnOrder for punctuation more keys•••Change-Id: I1f8f5013f0bdf93cf590b8bd00d680b31e03d8b0
|  Tadashi G. Takaoka | 10 | -104/+93 |
2014-03-20 | Fix subtype count test•••Because we implement Basque and Galician keyboard.
Change-Id: I6cce26c4fc17100b8f0511cb38243b1235a2375f
|  Tadashi G. Takaoka | 1 | -1/+1 |
2014-03-20 | [CB08] Create a combiner chain in the word composer.•••Bug: 13406701
Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669
|  Jean Chalard | 6 | -85/+62 |
2014-03-20 | Fix Armenian punctuation order•••Bug: 12623502
Change-Id: I6cc026132922e103d212b663664e7e0aa2404b35
|  Tadashi G. Takaoka | 3 | -27/+31 |
2014-03-20 | Add armenian_phonetic layout tests•••This CL adds Armenian (AM) Phonetic keyboard test.
Bug: 13017434
Change-Id: I3b93ef2094b8a9d82ca0e1b88f93136271166ddb
|  Tadashi G. Takaoka | 2 | -0/+246 |
2014-03-20 | Suppress important notice when its title message is empty•••Bug: 13422608
Change-Id: Ied16e87381e82d8539269ddd90d737f80c2a94c0
|  Tadashi G. Takaoka | 1 | -1/+12 |
2014-03-20 | Remove Latin comma from Arabic/Persian keyboard•••Bug: 12807701
Change-Id: Icca63586d561a57b2c15cbfbae0de98dfcc137a3
|  Tadashi G. Takaoka | 8 | -106/+97 |
2014-03-20 | Remove unused argument in SuggestionStripLayoutHelper•••Bug: 13461039
Change-Id: I3f6227bd56fb81021aaacf0e901eab8a9e91d4a1
|  Tadashi G. Takaoka | 2 | -6/+4 |
2014-03-19 | Add clarification to be able to use abbreviation•••Bug: 13002703
Change-Id: I472ff9c2d3517b0c650e1f96eaacfa04a164637d
|  Tadashi G. Takaoka | 1 | -7/+17 |
2014-03-19 | Add pcqwerty layout test•••This CL adds No language PC Qwerty keyboard test.
Bug: 13017434
Change-Id: I64df493b884ff0a5d30fe9e66a8c5efffacb71aa
|  Tadashi G. Takaoka | 3 | -0/+286 |
2014-03-19 | Fix PC Qwerty shift locked layout•••Bug: 13537661
Change-Id: I5b3645a64126118e22f44c262123076e85d7f83e
|  Tadashi G. Takaoka | 10 | -172/+172 |
2014-03-19 | Add Galician keyboard•••Bug: 13169021
Bug: 13017434
Change-Id: I5d44dc4c2387644028a5cf594954795e014f357a
|  Tadashi G. Takaoka | 4 | -136/+307 |