aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make ExpandableBinaryDictionary usable for offdevice tests.•••Bug: 11956652 Change-Id: If5a503ef161781818f2efceba542be5a61be6bd1 Keisuke Kuroyanagi2013-12-134-4/+29
* Add a constructor for testing to non-main dictionaries.•••The new constructor is used for creating dictionary instance that uses a given file. Bug: 11956652 Change-Id: Ifbf420a1a768eb95a5c3a58eeb1be5936b306d35 Keisuke Kuroyanagi2013-12-124-1/+46
* Add waitAllTasksForTests for testing.•••Bug: 10667710 Change-Id: I7a189e32286a6005393fbde8da736541ca9226a8 Keisuke Kuroyanagi2013-12-122-27/+21
* Quit passing header file path to native.•••Bug: 12089197 Change-Id: Ia898f8d2836c0c131a1834dc0a396d9121ecb972 Keisuke Kuroyanagi2013-12-1223-146/+171
* Merge "Remove or rename native codes for ver3 dictionary format."Keisuke Kuroyanagi2013-12-1227-190/+173
|\
| * Remove or rename native codes for ver3 dictionary format.•••Change-Id: I2d1fe515fc8bbbc7095581fccb4af94377ec11b2 Keisuke Kuroyanagi2013-12-1227-190/+173
* | Remove dependency from StringUtils to Json•••Change-Id: I2a89497fb9ec12a37ba09f4598742e88f6700576 Jean Chalard2013-12-124-81/+110
* | Fix Filipino keyboard•••Bug: 12102802 Change-Id: Id55ba5ebd8ddaf83ed246315d81b25ad4c9b6294 Tadashi G. Takaoka2013-12-123-13/+4
* | Merge "Create ver4 dictionary files with the dictionary name."Keisuke Kuroyanagi2013-12-1122-152/+180
|\ \
| * | Create ver4 dictionary files with the dictionary name.•••Bug: 12025402 Change-Id: Ia0bb13b2e26aa60a67dff73f3f6a1e276f1bb1dd Keisuke Kuroyanagi2013-12-1122-152/+180
| |/
* | Merge "Ignore other finger while showing more keys keyboard"Tadashi G. Takaoka2013-12-112-3/+16
|\ \ | |/ |/|
| * Ignore other finger while showing more keys keyboard•••Bug: 12088861 Change-Id: I784cb8fee247a7a4ea4af4c0569fed9334430e18 Tadashi G. Takaoka2013-12-112-3/+16
* | Merge "Fix offdevice build."Keisuke Kuroyanagi2013-12-113-38/+47
|\ \
| * | Fix offdevice build.•••Change-Id: I6e1032ae5f899732fc5121d14d2d2f2b0fb6f759 Keisuke Kuroyanagi2013-12-113-38/+47
* | | Merge "Don't start long press timer while other one is running"Tadashi G. Takaoka2013-12-113-31/+43
|\ \ \ | | |/ | |/|
| * | Don't start long press timer while other one is running•••Bug: 11908158 Bug: 12088861 Change-Id: I2537855f505884da9fe958d946c79840bd19dc5f Tadashi G. Takaoka2013-12-113-31/+43
* | | Merge "Read options from attributes"Jean Chalard2013-12-118-79/+21
|\ \ \ | |_|/ |/| |
| * | Read options from attributes•••This reads the German umlaut option from the key-attribute store, and removes all native references to the flag. This also completely removes the French ligatures option which has been unused for some time. Bug: 11281748 Change-Id: I407c02640ad0f2e01585db9087633c01507b5f3f Jean Chalard2013-12-118-79/+21
* | | Merge "Rename deprecated locale directories"Tadashi G. Takaoka2013-12-1117-314/+114
|\ \ \
| * | | Rename deprecated locale directories•••cf. Ibe392f5f9dbc82c3cdff8e06b958bc3bcce3fa82 Also, cf. bug id 11340849 Change-Id: I43e84f8ca04eb1aa74037a705970a36434429a0f Ken Wakasa2013-12-1117-314/+114
| | |/ | |/|
* | | Rename PersonalizationPredictionDictionary.•••Change-Id: If7497310485a895dd22b8df29dc13508acaa0ab6 Keisuke Kuroyanagi2013-12-119-78/+69
| |/ |/|
* | Merge "Fix typos."Jean Chalard2013-12-114-16/+16
|\ \
| * | Fix typos.•••One of these cost me a day and a half searching for a bug :( Change-Id: I20f0b727f7c02e2754aaaf6a05b74c9cf9e6375e Jean Chalard2013-12-114-16/+16
* | | Merge "Revise settings icon to cog style"Tadashi G. Takaoka2013-12-114-0/+0
|\ \ \
| * | | Revise settings icon to cog style•••Bug: 12066907 Change-Id: Iaed4ab0b6bfe6bd0b3762bb0d30df0718f9fc269 Tadashi G. Takaoka2013-12-114-0/+0
| | |/ | |/|
* | | Merge "Split the header into a separate file."Jean Chalard2013-12-1126-121/+155
|\ \ \ | | |/ | |/|
| * | Split the header into a separate file.•••Bug: 11281748 Change-Id: Ia2490d18bf159990310e10ed45fb6b3a0dee1c5f Jean Chalard2013-12-1126-121/+155
| |/
* / Remove PersonalizationDictinoary.•••Now, PersonalizationPredictionDictionary can be used not only for prediction but also for suggestions. We should rename PersonalizationPredictionDictionary to PersonalizationDictionary. Change-Id: Ifcf4459072f3523e3f3dc783f12e15b89cdbb12d Keisuke Kuroyanagi2013-12-117-147/+4
|/
* Uncapitalized words for personalization dictionary.•••Bug: 11736529 Change-Id: I62a7469afe03092ec992bfb190f717223a8c556f Keisuke Kuroyanagi2013-12-101-2/+4
* Discard useless bigrams when overflowing.•••Bug: 11734037 Change-Id: I339999dffc1902f62e0a6706d969c8f410bb656f Keisuke Kuroyanagi2013-12-103-8/+137
* Discard useless unigrams when overflowing.•••Bug: 11734037 Change-Id: I5f991dd1f8fa79fd0c442be323d20c76b47ae22e Keisuke Kuroyanagi2013-12-104-4/+160
* Start using historical info for decaying.•••Bug: 11073222 Change-Id: Iad5f42d7268939df35589c4900bf6f4425adaa3f Keisuke Kuroyanagi2013-12-1020-235/+189
* Update historical info for GC.•••Bug: 11073222 Change-Id: I08a61c02f9f5d527897095eee2de395f86050e2d Keisuke Kuroyanagi2013-12-094-8/+63
* Move probability updating during GC to PtNodeWriter.•••Bug: 11073222 Change-Id: Id452f953c4f72c4e83f6866a87be5f3766d00a31 Keisuke Kuroyanagi2013-12-094-12/+49
* Add willBecomeNonTerminal flag.•••willBecomeNonTerminal flag is used during GC to indicate the PtNode is no longer terminal, even though the PtNode has terminal attributes. Bug: 11073222 Change-Id: I2514bc4106fa7539201979affcfb713d2b8430a3 Keisuke Kuroyanagi2013-12-097-10/+55
* Update has shortcut targets and has bigrams flags.•••Bug: 11073222 Change-Id: I75db86c485138dd86256989f28e15abed58d154d Keisuke Kuroyanagi2013-12-095-27/+85
* Merge "Support current time controlling for testing."Keisuke Kuroyanagi2013-12-093-1/+59
|\
| * Support current time controlling for testing.•••Bug: 11073222 Change-Id: I8a0e96ea6711f1f1165209873d8d6a2a77008541 Keisuke Kuroyanagi2013-12-093-1/+59
* | Merge "Use FormatSpec.VERSION4 instead of 4 for unit tests."Keisuke Kuroyanagi2013-12-092-23/+23
|\ \
| * | Use FormatSpec.VERSION4 instead of 4 for unit tests.•••Bug: 10197478 Change-Id: I330bfa3f45b9e282b49ccde7868d49676506f268 Keisuke Kuroyanagi2013-12-092-23/+23
* | | Merge "Start updating historical information."Keisuke Kuroyanagi2013-12-095-9/+55
|\ \ \ | |/ / |/| / | |/
| * Start updating historical information.•••Bug: 11073222 Change-Id: Ic74951f46af05d3edfe08fca37352c5d5c1047e0 Keisuke Kuroyanagi2013-12-095-9/+55
* | Create dictionary with historical info for testing.•••Bug: 11073222 Change-Id: I3573badceaceb9f4660884a4b23c337c63103701 Keisuke Kuroyanagi2013-12-091-0/+2
|/
* Merge "Start to support adding shortcuts."Keisuke Kuroyanagi2013-12-0911-11/+201
|\
| * Start to support adding shortcuts.•••Bug: 11073222 Bug: 11956652 Change-Id: Iea81603a140697594cfea4f4939e82cd1d3963ca Keisuke Kuroyanagi2013-12-0911-11/+201
* | Introduce HistoricalInfo.•••Bug: 11073222 Change-Id: I5220656a333c93d10163bd3dff71d011c8f6d965 Keisuke Kuroyanagi2013-12-096-67/+104
* | Move NOT_A_TIMESTAMP to defines.h•••Bug: 11073222 Change-Id: Id47af32f40b1a82fdf45628f2d0e37b99dca3921 Keisuke Kuroyanagi2013-12-086-6/+10
|/
* Remove obsolete warning message•••This is a follow up of I5655c5703b. Change-Id: I4a61689eb275b54648c6112c9f8709e4a9c35a5e Tadashi G. Takaoka2013-12-071-6/+0
* Fix offdevice TRT build•••Change-Id: Idc2f3897e592433c13361bd8af94530d81621764 Ken Wakasa2013-12-061-2/+2
* Add punctuations letters to period key on tablet•••Bug: 11918360 Change-Id: I5655c5703bfcb541c9ff4b7e0da2f9b8e14947d0 Tadashi G. Takaoka2013-12-068-432/+390