aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-20Reorganize file and class names for typing and gestureKen Wakasa9-116/+105
multi-project commit with Iecacb05c Change-Id: I0d21063335fb8c11184ad4eea00b123362de6853
2012-12-20fix build breakageSatoshi Kataoka1-1/+1
Change-Id: I3ab0a143eff063e2e5be672a207c9b3cb45a69d7
2012-12-20Cleanup decoder wrapperSatoshi Kataoka2-10/+10
Change-Id: Iade1c3954f151edce313856395dc5083e820aa93
2012-12-19Add skeleton classes for hardware event flow (B1)Jean Chalard8-0/+279
Bug: 5037589 Change-Id: Id8eea0e2bd00dd339a1efb4b0542e4c091a84195
2012-12-19Remove trailing spacesKen Wakasa2-6/+5
Change-Id: I260b85ef9e91d17f97d6e405d2d92a65b443df44
2012-12-18[Rlog6.1] Fix LOG_EVERYTHING bug.Kurt Partridge1-1/+1
(It wasn't logging everything). Change-Id: I8c9fd1e7c04e1a3813e26e67691e0366ff48c9ee
2012-12-18Add ProductionFlag.IS_EXPERIMENTAL_DEBUGKurt Partridge5-8/+17
The IS_EXPERIMENTAL_DEBUG flag gives a single place to turn off all debugging flags that might be set and to also enforce privacy controls. Currently only used in the research package. multi-project commit with I9275a7c8e40bf56106447a02d3056655329074b3 Change-Id: If769fe3a633f33963ca49e8ddf01ab24a30b6fd2
2012-12-19Remove entry for obsolete resourceKen Wakasa1-1/+0
Follow-up to Icf9b8848 Change-Id: I656c1fc436440fbee56c8a2a56a7ce3e10f08240
2012-12-18Update dictionariesJean Chalard2-0/+0
>>> dictionaries/ru_wordlist.combined.gz Header : date : 1355802857 <=> 1355818916 Body : Freq changed: БД 18 -> 0 Freq changed: ГБ 14 -> 0 Freq changed: ЕС 44 -> 0 Freq changed: ЖД 3 -> 0 Freq changed: ЖЖ 8 -> 0 Freq changed: ЖК 3 -> 0 Freq changed: ИИ 21 -> 0 Freq changed: КБ 37 -> 0 Freq changed: МБ 19 -> 0 Freq changed: МО 26 -> 0 Freq changed: ОС 40 -> 0 Freq changed: РФ 65 -> 0 Freq changed: СБ 21 -> 0 Freq changed: СК 23 -> 0 Freq changed: ТВ 37 -> 0 Freq changed: УК 36 -> 0 Freq changed: ЦБ 11 -> 0 Freq changed: ЦК 59 -> 0 Deleted: бэ 0 Freq changed: дБ 92 -> 0 Deleted: йо 0 Freq changed: мм 149 -> 0 Freq changed: рН 104 -> 0 Deleted: ша 0 >>> java/res/raw/main_ru.dict Header : date : 1355802857 <=> 1355818916 Body : Freq changed: БД 18 -> 0 Freq changed: ГБ 14 -> 0 Freq changed: ЕС 44 -> 0 Freq changed: ЖД 3 -> 0 Freq changed: ЖЖ 8 -> 0 Freq changed: ЖК 3 -> 0 Freq changed: ИИ 21 -> 0 Freq changed: КБ 37 -> 0 Freq changed: МБ 19 -> 0 Freq changed: МО 26 -> 0 Freq changed: ОС 40 -> 0 Freq changed: РФ 65 -> 0 Freq changed: СБ 21 -> 0 Freq changed: СК 23 -> 0 Freq changed: ТВ 37 -> 0 Freq changed: УК 36 -> 0 Freq changed: ЦБ 11 -> 0 Freq changed: ЦК 59 -> 0 Deleted: бэ 0 Freq changed: дБ 92 -> 0 Deleted: йо 0 Freq changed: мм 149 -> 0 Freq changed: рН 104 -> 0 Deleted: ша 0 Change-Id: I03f0f4e8d03e0f77f5879e6dd5c424673466afca
2012-12-18add debugSatoshi Kataoka2-40/+29
Change-Id: I101810d2cdd7c2702c489d76fe8f90da0a87a103
2012-12-17[Rlog5] ResearchLogging change from onFinishInput to onFinishInputViewKurt Partridge2-5/+4
Change-Id: I7d3bcfe647249e0b8a14ac3d67460c2684f16d8c
2012-12-17[Rlog6] ResearchLogger fix dictionary loadingKurt Partridge1-5/+13
Change-Id: I5af460bd7c7fd67f858626ae3daf71fd615a25bf
2012-12-17[Rlog4] ResearchLogger add LOG_EVERYTHING flagKurt Partridge2-5/+10
- broaden OUTPUT_WHOLE_BUFFER to log not just the buffer at the end, but everything along the way. This should only be set when the user is aware that logging is on, e.g. in a user test. Change-Id: I8f9874697524e533586da40d0a3e452f6a04d3e4
2012-12-18Update dictionariesJean Chalard30-0/+0
cs, da, de, el, es, fi, fr, hr, it, lt, lv, nb, nl, pl, pt_BR, pt_PT, sl, sr, sv, tr : rescale frequencies to match spec. This has no large effect in the practice except the dictionary will become stronger vs spatial model (especially in lower count corpora, like lt, lv, sr) en* : Small changes (rounding going the other way essentially) ru : the above rescaling, and remove the following words: Дре, ОСТа, Планше, легкими, легком, легкому, легкости, легкую, нелегкие, нелегкий, нелегким, нелегкое, нелегкой, нелегкую, полулегком and add нелёгкие, нелёгкое, нелёгкую; other accented forms were already in the dictionary. Change-Id: I40386c2ebd4d2be38874e822bde89db7cb512ae6
2012-12-17[Rlog3] improve stat recordingKurt Partridge4-28/+58
Change-Id: Ie3b70e6eadc2a9af5ef45ddfad6a3398cea7bfe8
2012-12-17[Rlog2] ResearchLogging fix multi-space loggingKurt Partridge5-399/+319
multi-space logging should look like single-space logging, missing a few minor log statements (SuggestionUpdates, SetComposingText) multi-project commit with I2af842348c2f2b8f7271ac5b63def245e83df24d Change-Id: Icd3187c0d0377255f82787afffea657c14345803
2012-12-17Clean up SuggestionSpanUtils for API level 14+Ken Wakasa2-67/+21
Change-Id: Iadc235524341b48e7618e9ce05907c786409e004
2012-12-17Remove AudioManagerCompatWrapper.javaKen Wakasa2-71/+11
It is actually no longer needed for API 14+ Change-Id: I379809eae881351fdf210dd8eaa5e0b5662fb59f
2012-12-17Privatize a few constants in BinaryDictionary.javaKen Wakasa7-27/+27
Change-Id: I7defaf1f577fd67e678cac83ff935e8181dd0a48
2012-12-17Show last valid suggestions when gesture typing gets no suggestionTadashi G. Takaoka1-37/+46
Bug: 7679566 Change-Id: Ie68c7698144c7576b5814ee35664309bcfdcbf0f
2012-12-17Refactor most probable stringSatoshi Kataoka2-3/+3
Change-Id: Ic14f1632f219f844c65a2e9c78d5ecf635e8234e
2012-12-17Show last valid suggestions when tap typing gets no suggestionTadashi G. Takaoka1-1/+1
Bug: 7872809 Change-Id: Ib5a255de7968aba214249c1b934327d248a15efd
2012-12-14Use the amended user dictionary word for insertionJean Chalard5-4/+189
When the user edits a word before adding it to the user dictionary, the keyboard should replace whatever was committed before with the amended version. Bug: 7725834 Change-Id: I1a417be6c5a86d6a96bc2c76aca314ad8f1202a9
2012-12-14Reset composing state at onFinishInputViewTadashi G. Takaoka1-0/+1
Bug: 7709817 Change-Id: Icac0b8cb28209d98d291d8f00be55e33af5bf696
2012-12-13Refactor more keys menu framework (part 3)Tom Ouyang6-9/+56
Make it possible to re-enter gesture input even after triggering the long-press menu. This is useful for new users who may pause at the start of a word. Works for both single and bi-manual gestures. Bug: 7595193 Change-Id: Ieaecfd5385ed6c10ae9347b99c2e35a0de5e895d
2012-12-13Fix more suggestion window asymmetry bug in N7.Tom Ouyang1-1/+1
Bug: 7711822 Change-Id: I63ba13b1c160cf55b8820a08e6e28fa666dd2580
2012-12-13[Rlog1] Track time of log statementsKurt Partridge4-28/+77
Log statements are now recorded with a timestamp. This is important for filtering out statements not part of words that are sampled when spaces are inserted automatically. multi-project commit with Change-Id: I68221a2528045d25632aef4bb716f92a4f4a56a4 Change-Id: I46ac9b3b1dcbb08425160d0109028cb64445139c
2012-12-13Refactor more keys menu framework (part 2)Tom Ouyang7-297/+192
- Integrate pointer tracking between more keys menu, more suggestions menu, and main keyboard. - Adds multi-touch support for more keys menus. Long press with one finger and select keys with another finger. Bug: 7508007 Change-Id: I394f28cd79e342d6bcfea573af72aa33b9def00f
2012-12-13Import translations. DO NOT MERGEBaligh Uddin53-172/+2
Change-Id: I79b5cd68250ee30f66803400420cd1bfa22642e7 Auto-generated-cl: translation import
2012-12-13Fix label of switch to symbols key when symbols has shortcut keyTadashi G. Takaoka7-94/+91
This change fixes the labels of switch to symbols key and switch back from more symbols key when symbols layout has shortcut key. Change-Id: I3fbbef2d929486d0f0542f4d89cb086d9f5bad82
2012-12-13Fix layout switch keys' label of no language subtype keyboardTadashi G. Takaoka19-364/+664
This change moves the following string from resources to KeyboardTextsSet. - label_to_alpha_key - label_to_symbols_key - label_to_symbols_with_microphone_key Bug: 7697799 Change-Id: Icf9b8848de4c70f792e336f2ae274dab12be79ee
2012-12-12Import translations. DO NOT MERGEBaligh Uddin1-1/+1
Change-Id: Ibf642f4e63ce4ecc97163c544ec6cb2b5a56eea7 Auto-generated-cl: translation import
2012-12-12Fix typing incremental decoderSatoshi Kataoka2-5/+23
Change-Id: Ia55d5c0200738c81f93530b3680bc3f37c0b2e28
2012-12-11Small cleanupsKen Wakasa5-14/+5
Change-Id: I29b4dee15d66f8f1372035738658234395001d41
2012-12-11Remove a useless memberJean Chalard2-2/+2
Change-Id: Id13e0aeec6ec3655d6bb0edc7f8f7821e7dc5a36
2012-12-11Calculate isContinuationPossible for typingSatoshi Kataoka3-12/+23
Change-Id: I11edb1e5155e5048a6c95f84b36e2ef34572178c
2012-12-10Import translations. DO NOT MERGEBaligh Uddin11-22/+16
Change-Id: Ib94a9091267b18039cf8e1ff66107fb773ce1fed Auto-generated-cl: translation import
2012-12-10Header clean upKen Wakasa7-14/+4
Change-Id: If9b2ea4ed8c1c4cf73463f0ac4bc63d4bb8cba42
2012-12-10Clean up sign conversions in binary_format.h (done by -Wsign-conversion)Ken Wakasa1-12/+13
Change-Id: I9ca88c22ee5bbb66d50640e1d96021fbe71fc8ab
2012-12-10Fix build breakage.Satoshi Kataoka1-1/+1
Change-Id: I01b00827a3099097c1181a4ae91498a6cd14c3ca
2012-12-10Update dictionariesJean Chalard10-0/+0
>>> dictionaries/en_GB_wordlist.combined.gz Header : date : 1354870724 <=> 1355112440 version : 27 <=> 28 Body : Deleted: DoCoMo 65 Added: Docomo 65 Added: KDDI 25 Added: Softbank 25 >>> dictionaries/en_US_wordlist.combined.gz Header : date : 1354870736 <=> 1355112451 version : 27 <=> 28 Body : Deleted: DoCoMo 65 Added: Docomo 65 Added: KDDI 25 Added: Softbank 25 >>> dictionaries/en_wordlist.combined.gz Header : date : 1354870744 <=> 1355112460 version : 27 <=> 28 Body : Deleted: DoCoMo 65 Added: Docomo 65 Added: KDDI 25 Added: Softbank 25 >>> dictionaries/es_wordlist.combined.gz Header : date : 1351676002 <=> 1355117676 version : 26 <=> 28 Body : Deleted: DoCoMo 40 Added: Docomo 40 Added: KDDI 25 Added: Softbank 25 >>> dictionaries/fi_wordlist.combined.gz Header : date : 1351676054 <=> 1355117691 version : 26 <=> 28 Body : Deleted: DoCoMo 28 Added: Docomo 28 Added: KDDI 25 Added: Softbank 25 >>> dictionaries/fr_wordlist.combined.gz Header : date : 1354872988 <=> 1355117708 version : 27 <=> 28 Body : Deleted: DoCoMo 52 Added: Docomo 52 Added: KDDI 25 Added: Softbank 25 >>> dictionaries/pt_PT_wordlist.combined.gz Header : date : 1351676510 <=> 1355117723 version : 26 <=> 28 Body : Deleted: DoCoMo 48 Added: Docomo 48 Added: Softbank 25 >>> java/res/raw/main_en.dict Header : date : 1354870744 <=> 1355112460 version : 27 <=> 28 Body : Deleted: DoCoMo 65 Added: Docomo 65 Added: KDDI 25 Added: Softbank 25 >>> java/res/raw/main_es.dict Header : date : 1353500806 <=> 1355117676 version : 27 <=> 28 Body : Deleted: DoCoMo 40 Added: Docomo 40 Added: KDDI 25 Added: Softbank 25 >>> java/res/raw/main_fr.dict Header : date : 1354872988 <=> 1355117708 version : 27 <=> 28 Body : Deleted: DoCoMo 52 Added: Docomo 52 Added: KDDI 25 Added: Softbank 25 Change-Id: I3801cbe4535407f55ede8db327674d493a92d1ae
2012-12-07Remove unused suggestion preview stuffsTadashi G. Takaoka13-85/+0
Change-Id: Ida5668f4eba1783d96e02001a64ae713f98176b7
2012-12-08Increase the char limit for a string resourceKen Wakasa1-1/+1
bug: 7687252 Change-Id: I73fb13572b198baac0bc21437b2362d87b16acbb
2012-12-07Refactor more keys menu framework (part 1)Tom Ouyang8-98/+136
Eliminate use of slower popup window for rendering the more keys menu and more suggestions menu. These menus are now drawn directly on the preview placer view. Change-Id: I40638724a6ffde2be4b5d0341d2a5db7ff7be930
2012-12-07Update dictionariesJean Chalard8-0/+0
>>> dictionaries/en_GB_wordlist.combined.gz Header : date : 1353500789 <=> 1354870724 Body : Added: Dad 75 Added: Daddy 60 Added: Grandma 60 Added: Grandpa 55 Added: Mama 59 Added: Mom 77 Added: Papa 55 >>> dictionaries/en_US_wordlist.combined.gz Header : date : 1351675958 <=> 1354870736 version : 26 <=> 27 Body : Deleted: Rod's 46 Added: Dad 75 Added: Daddy 60 Added: Grandma 60 Added: Grandpa 55 Added: Mama 59 Added: Mom 77 Added: Papa 55 >>> dictionaries/en_wordlist.combined.gz Header : date : 1353500998 <=> 1354870744 Body : Deleted: Rod's 46 Added: Dad 75 Added: Daddy 60 Added: Grandma 60 Added: Grandpa 55 Added: Mama 59 Added: Mom 77 Added: Papa 55 >>> dictionaries/fr_wordlist.combined.gz Header : date : 1353500832 <=> 1354872988 Body : Deleted: noël 71 Deleted: po 73 Deleted: ti 73 Added: Noël 71 Added: lose 1 Added: y'a 130 >>> dictionaries/ru_wordlist.combined.gz Header : date : 1353567943 <=> 1354870130 Body : Demote all CAPS words by 80 Freq changed: модно 51 -> 20 >>> java/res/raw/main_en.dict Header : date : 1353500998 <=> 1354870744 Body : Deleted: Rod's 46 Added: Dad 75 Added: Daddy 60 Added: Grandma 60 Added: Grandpa 55 Added: Mama 59 Added: Mom 77 Added: Papa 55 >>> java/res/raw/main_fr.dict Header : date : 1353500832 <=> 1354872988 Body : Deleted: noël 71 Deleted: po 73 Deleted: ti 73 Added: Noël 71 Added: lose 1 Added: y'a 130 >>> java/res/raw/main_ru.dict Header : date : 1353567943 <=> 1354870130 Body : Demote all CAPS words by 80 Freq changed: модно 51 -> 20 Change-Id: I6f2d1c359d716535923b22c33d7fa4c3b0a330e4
2012-12-06Cancel batch input when orientation has been changedTadashi G. Takaoka2-12/+20
Bug: 7665231 Bug: 7662486 Change-Id: I7b6095026dbf1b9b2f6d3b29f2ab83c462ab374e
2012-12-06Import translations. DO NOT MERGEBaligh Uddin41-161/+81
Change-Id: Iec4037b7d6e6d13dbc057f7d5fcd94785a63b542 Auto-generated-cl: translation import
2012-12-06Remove a couple Eclipse and Android Lint warningsJean Chalard12-42/+21
Change-Id: I0c29c5d2abcbf80759b996d34b534deb083cd7d3
2012-12-06Rename functionSatoshi Kataoka2-3/+3
Change-Id: Ia05d4b96158b17d4feef8f2d6ebd52e9dd69b25f
2012-12-06turn off debug flagsSatoshi Kataoka1-3/+3
Change-Id: I08710abe3e158ee48c954289fc6bb1269c4a7126