Commit graph

17660 commits

Author SHA1 Message Date
Ken Wakasa
25f4782853 Merge "Separate bigram entries from the trie file." 2013-09-30 08:00:01 +00:00
Yuichiro Hanada
fd46e87da2 Separate bigram entries from the trie file.
Bug: 10920165
Change-Id: I42eb7f228994a56c2f31a1c83904c8c360b6d088
2013-09-30 16:42:42 +09:00
Ken Wakasa
d40a931a4d Merge "Change scopes of some methods in DynamicBinaryDictIOUtils." 2013-09-30 07:17:38 +00:00
Jean Chalard
a267ebed5a Update dictionaries
Add KitKat to all dictionaries.
Version
da, fi, pl : 29 → 40
cs, de, hr, it, lt, lv, nb, nl, sl, sr, sv, tr : 35 → 40
es : 36 → 40
en_gb, en_us, en, fr, pt_br, pt_pt : 39 → 40

Bug: 10958192
Change-Id: I14436616285ced5eb3b70b8c44b9243da94eed4f
2013-09-30 07:12:03 +00:00
Jean Chalard
16a6b2a941 Merge "Make dicttool read the compressed combined format." 2013-09-30 06:15:48 +00:00
Yuichiro Hanada
48e01ec111 Make dicttool read the compressed combined format.
Change-Id: Ib39fa110402895a655f4e705caae53397ace9259
2013-09-30 14:59:19 +09:00
Keisuke Kuroyanagi
b698e9c1fa Fix build.
Change-Id: If7c76ca5f7030ba2003228ed1877bdb948b4b99d
2013-09-30 14:21:48 +09:00
Keisuke Kuroyanagi
c18510049a Prepare dictionary decay.
Bug: 6669677
Change-Id: I8fbae190dd44a6bdbee7e9b6d3a16208322727f7
2013-09-30 13:57:54 +09:00
Yuichiro Hanada
dc4f357f6b Change scopes of some methods in DynamicBinaryDictIOUtils.
Change-Id: I1371d41760b38834d1d5ff40e682ac0a6fc9f2e9
2013-09-30 11:32:07 +09:00
Keisuke Kuroyanagi
1cf4789ba6 Merge "Set header attributes for ExpandableBinaryDictionary." 2013-09-29 05:14:22 +00:00
Yuichiro Hanada
ceb364c041 Fix PrioritizedSerialExecutor.
It was possible that fetchNextTasks() would be called by multiple
threads concurrently.
If it happens, some tasks in the task queues might be ignored.

cherrypick of Idc81c43c45e382da3850cc55b9a42c281548d2a8

bug: 10957075
Change-Id: I41bf90dda15306ee879350f96a791d940ea31da1
2013-09-29 11:41:13 +09:00
Keisuke Kuroyanagi
ef63947f7d Add boundary checking for PtNode Array reading. DO NOT MERGE
cheery-pick of Iea5e19d98d2fc26f137046dd5f8e339239672351

Bug: 10957075
Change-Id: I3f1806c32fe480f2e7422d3a945932b9cc0cd98b
2013-09-29 11:39:09 +09:00
Satoshi Kataoka
b0c5ddb9c7 Merge "Stop vibration while repeating delete key in emoji view" 2013-09-28 10:37:57 +00:00
Satoshi Kataoka
d0df68e6cb Stop vibration while repeating delete key in emoji view
Bug: 10960355
Change-Id: Ic1fdecdbcab4082c5383623c1f2575e3976ebe27
2013-09-28 17:02:58 +09:00
Keisuke Kuroyanagi
5ed30a7660 Set header attributes for ExpandableBinaryDictionary.
Bug: 6669677

Change-Id: I2462777eaa07600f1c774226adfc4f351882f523
2013-09-28 12:50:09 +09:00
Alan Viverette
67319f92f3 Speak auto-corrections for accessibility
BUG: 8669376
Change-Id: Id71b2c2835daa7a8c9d6c92c57a7e302551c289d
2013-09-27 14:15:53 -07:00
Satoshi Kataoka
a6e2ec53b6 Merge "Reduce Emoji size" 2013-09-27 17:24:58 +00:00
Satoshi Kataoka
b44efbdcc0 Reduce Emoji size
Change-Id: Ie9dec82c0edde70a75fffeb7c86c14e05f468207
2013-09-28 02:02:47 +09:00
Satoshi Kataoka
4dc2b9131f Merge "Fix possible NPE in KeyboardSwitcher" 2013-09-27 16:52:32 +00:00
Satoshi Kataoka
adbb979b56 Fix possible NPE in KeyboardSwitcher
Bug: 10964306
Change-Id: Ibcea76da746f6cac92c8d91425d25d04ade62af0
2013-09-28 01:19:18 +09:00
Keisuke Kuroyanagi
10fa6a2e51 Stop reading dictionary while regenerating. (DO NOT MERGE)
Cherrypick of Iead7268a9371b48d729a5f65074ccbc05f3185db

Bug: 10831272
Change-Id: Ib6f314ac68696616532ff9c05c7f35813137bf9f
2013-09-28 00:36:39 +09:00
Keisuke Kuroyanagi
68bc4ba5c2 Merge "Add boundary checking for PtNode Array reading." 2013-09-27 14:25:24 +00:00
Keisuke Kuroyanagi
8b580819a5 Merge "Add unigram/bigram counting." 2013-09-27 14:14:49 +00:00
Keisuke Kuroyanagi
31097a57cc Add unigram/bigram counting.
Bug: 6669677
Change-Id: I05ea2201d822dddf062b08c8467daa336760e16c
2013-09-27 23:12:12 +09:00
Keisuke Kuroyanagi
67cb282b64 Add boundary checking for PtNode Array reading.
Bug: 6669677
Change-Id: Iea5e19d98d2fc26f137046dd5f8e339239672351
2013-09-27 22:28:54 +09:00
Keisuke Kuroyanagi
e74d4a184b Stop reading dictionary while regenerating.
Bug: 10831272

Change-Id: Iead7268a9371b48d729a5f65074ccbc05f3185db
2013-09-27 21:44:26 +09:00
Jean Chalard
b7dfacd31e Merge "Send backspace as an event when TYPE_NULL." 2013-09-27 08:00:43 +00:00
Jean Chalard
de814ec0ec Send backspace as an event when TYPE_NULL.
This is not enough to really fix behavior with TYPE_NULL,
but it does make things a bit better.

Bug: 10949594
Change-Id: Ia359f781cdd76a2e2c5a4c9f166025d81b931174
2013-09-27 16:55:12 +09:00
Yuichiro Hanada
a328f538c3 Fix PrioritizedSerialExecutor.
It was possible that fetchNextTasks() would be called by multiple
threads concurrently.
If it happens, some tasks in the task queues might be ignored.

Change-Id: Idc81c43c45e382da3850cc55b9a42c281548d2a8
2013-09-27 16:46:34 +09:00
Yuichiro Hanada
781feb748c Remove unused methods.
Change-Id: I542db0c717c0bc05c8baa08f1e9db0a05946a99b
2013-09-27 12:34:38 +09:00
Baligh Uddin
45de3925d8 Merge "Import translations. DO NOT MERGE" 2013-09-26 15:02:33 +00:00
Baligh Uddin
15da61b7b1 am cd2923a6: keep history after reset to jb-ub-latinimegoogle-bayo
* commit 'cd2923a68198a19618bb8b0f483f5b5d95c22d04':
2013-09-26 07:51:10 -07:00
Baligh Uddin
bca73335a8 am 2aea83a4: (-s ours) keep history after reset to jb-ub-latinimegoogle-bayo
* commit '2aea83a4f99646cb24221cf16c2a9f7bc059a30e':
2013-09-26 07:51:08 -07:00
Kurt Partridge
e9f956333f am 6e351dc6: am 47dd23fb: am 7f0126ff: am 4a885f25: am b20c7ee7: am 1f99e04b: Merge "Fix JsonWriter bug"
* commit '6e351dc6b0cde83453a0e4a9bcfb986eef06657e':
2013-09-26 06:11:21 -07:00
Kurt Partridge
5d129e0b11 am 17690c6e: am a2682fdd: am 3459400f: am 80a6848d: am 6c80e047: am dac3ee49: Merge "Small dot in corner was not visible"
* commit '17690c6edc469c4ce0b1b46487a669ecdec75992':
2013-09-26 06:11:16 -07:00
Kurt Partridge
6dd374d6bd am da617a8c: am 13659dfe: am f64f23ea: am 21a2cfca: am abc8d564: am dd8c87a3: Merge "Include nanoTime in filename"
* commit 'da617a8c40a25c62f290ec415b6412361e1168b0':
2013-09-26 06:11:10 -07:00
Tadashi G. Takaoka
d4e4d57a2e am 14130b9d: am 47803bcf: am ea4d8f5d: am 0474d725: am e85e3c64: am 46420204: Add user feedback to setup action labels and icons
* commit '14130b9d3d0959179dfb3a3b63ad65c2268550c7':
2013-09-26 06:11:05 -07:00
Tadashi G. Takaoka
6a07bbb790 am 162ca997: am 4ba4594f: am 89ae9d05: am 76cc6abc: am 0206339a: am 47a78aeb: Merge "Finalize setup wizard strings and mark as translatable"
* commit '162ca997125b406e62f4672a9db9a8ff1a720f36':
2013-09-26 06:11:00 -07:00
Tadashi G. Takaoka
2bbf0a46be am fc9f647f: am 0d021179: am 3ccec9ab: am 16268307: am bb84fdd1: am bb5deb82: Fix singleton/utility classes initialization in SettingsFragment
* commit 'fc9f647f388bf500d807314058418ef30e65f450':
2013-09-26 06:10:54 -07:00
Tadashi G. Takaoka
47522224aa am 06458683: am 5c9ee22b: am bec1b420: am 6dd2130d: am 2101ba41: am 888a194c: Fix missing AudioAndHapticFeedbackManager initialization
* commit '0645868312547e1a1f6ae07e4034abdf699368ba':
2013-09-26 06:10:45 -07:00
Tadashi G. Takaoka
654ca0b4f2 am f71a0749: am dae77280: am 59d6fa2b: am e4bd4c44: am cc8733ef: am edc49d38: Fix bug to update last interpolated index of GestureStroke
* commit 'f71a0749e12371af7018099fbb9e947d9e7db726':
2013-09-26 06:10:39 -07:00
Jean Chalard
292521523c am ec4afec6: am ce3b16a2: am f1dcf725: Merge "Don\'t process recorrection or resets when not shown"
* commit 'ec4afec6f79c7f8cde4912d2e5d2b642f4634658':
2013-09-26 06:10:34 -07:00
Tadashi G. Takaoka
aab8d3a98c am ecda2f13: am 19e7c3b6: am 96a9f357: Merge "Fix unintentional setup step advance in orientation change"
* commit 'ecda2f13286d2e5457dc70ae041688bac43bc8af':
2013-09-26 06:10:29 -07:00
Tadashi G. Takaoka
fc57619e0d am 84653405: am d68a2532: am 50259c70: Merge "Tune layout parameters of setup wizard"
* commit '8465340559cdbd187efaa5feca8e36a9fdd9a473':
2013-09-26 06:10:24 -07:00
Tadashi G. Takaoka
a4c3eaba08 am 6f893ac0: am a5df7bea: am 66b87269: Update welcome fallback image (using xhdpi asset)
* commit '6f893ac0423832b9cea9fbf8003dfd9921a4d38d':
2013-09-26 06:10:18 -07:00
Tadashi G. Takaoka
b5537cce4a am b05dea51: am 0071bdb1: am 86ee98dd: Revert "Update welcome fallback image"
* commit 'b05dea516c5b8a3adaab72bdea555e27990f6f18':
2013-09-26 06:10:13 -07:00
Tadashi G. Takaoka
df6b5981e9 am 532700c2: am c52793c0: am 769427cf: Adjust aspect ratio of setup image
* commit '532700c22827093f25b6faeab3480e699244b960':
2013-09-26 06:10:08 -07:00
Tadashi G. Takaoka
1b70637688 am 83d4d4ea: am 69e83866: am c1ff8d7d: Update welcome fallback image
* commit '83d4d4ea3d053d0075cdaf070bae09854c6e7e48':
2013-09-26 06:10:03 -07:00
Kurt Partridge
e8df0c26b4 am 58dafb98: am f431ddcd: am 7b0a1489: Merge "Rename a var to match semantics"
* commit '58dafb9863df8977f2c6f79ab01d562f6e30bab4':
2013-09-26 06:09:55 -07:00
Baligh Uddin
b3e683213c am cc670c5d: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle-bayo
* commit 'cc670c5d62fb877008d7c80344693f9cc7a8849c':
  Import translations. DO NOT MERGE
2013-09-26 06:08:19 -07:00