Commit Graph

29710 Commits (30dafcd088785929d9847a1f83e7ca4bbb136623)

Author SHA1 Message Date
Jean Chalard 32e83220cb am a8ffdf02: Merge "Split the header into a separate file."
* commit 'a8ffdf0288288cb7a0386cc21e95913d6092e80a':
  Split the header into a separate file.
2013-12-10 19:38:35 -08:00
Tadashi G. Takaoka 36b28b435b Revise settings icon to cog style
Bug: 12066907
Change-Id: Iaed4ab0b6bfe6bd0b3762bb0d30df0718f9fc269
2013-12-11 12:37:33 +09:00
Jean Chalard a8ffdf0288 Merge "Split the header into a separate file." 2013-12-11 03:37:05 +00:00
Jean Chalard 83c879ad67 Fix typos.
One of these cost me a day and a half searching for a bug :(

Change-Id: I20f0b727f7c02e2754aaaf6a05b74c9cf9e6375e
2013-12-11 12:06:05 +09:00
Jean Chalard 3839defc90 Split the header into a separate file.
Bug: 11281748
Change-Id: Ia2490d18bf159990310e10ed45fb6b3a0dee1c5f
2013-12-11 12:03:40 +09:00
Keisuke Kuroyanagi 1171004b65 am 499371a5: Remove PersonalizationDictinoary.
* commit '499371a5efdd5e3b76d12370fcd63fb7963a2488':
  Remove PersonalizationDictinoary.
2013-12-10 19:01:48 -08:00
Keisuke Kuroyanagi 499371a5ef Remove PersonalizationDictinoary.
Now, PersonalizationPredictionDictionary can be used not only
for prediction but also for suggestions.
We should rename PersonalizationPredictionDictionary to
PersonalizationDictionary.

Change-Id: Ifcf4459072f3523e3f3dc783f12e15b89cdbb12d
2013-12-11 11:09:52 +09:00
Keisuke Kuroyanagi 127d30a096 am 7c8075c2: Uncapitalized words for personalization dictionary.
* commit '7c8075c2aca45ab60418c4e3b02a510f153b090d':
  Uncapitalized words for personalization dictionary.
2013-12-10 02:27:56 -08:00
Keisuke Kuroyanagi 7c8075c2ac Uncapitalized words for personalization dictionary.
Bug: 11736529
Change-Id: I62a7469afe03092ec992bfb190f717223a8c556f
2013-12-10 19:19:18 +09:00
Keisuke Kuroyanagi 03fdb22e7c am 60388956: Discard useless bigrams when overflowing.
* commit '603889561127457f553ca328d6b5bb392d921681':
  Discard useless bigrams when overflowing.
2013-12-10 01:52:57 -08:00
Keisuke Kuroyanagi 6038895611 Discard useless bigrams when overflowing.
Bug: 11734037
Change-Id: I339999dffc1902f62e0a6706d969c8f410bb656f
2013-12-10 18:49:28 +09:00
Keisuke Kuroyanagi c7f1074773 am 962d2c08: Discard useless unigrams when overflowing.
* commit '962d2c083aa137bfa6963c7da9cab018c81cb9ed':
  Discard useless unigrams when overflowing.
2013-12-10 01:48:31 -08:00
Keisuke Kuroyanagi 35dff6f9f2 am 2fdb62a6: Start using historical info for decaying.
* commit '2fdb62a6a28d769435fe5d48d8b997c3e9a083d5':
  Start using historical info for decaying.
2013-12-10 01:48:28 -08:00
Keisuke Kuroyanagi 962d2c083a Discard useless unigrams when overflowing.
Bug: 11734037
Change-Id: I5f991dd1f8fa79fd0c442be323d20c76b47ae22e
2013-12-10 18:37:06 +09:00
Keisuke Kuroyanagi 2fdb62a6a2 Start using historical info for decaying.
Bug: 11073222

Change-Id: Iad5f42d7268939df35589c4900bf6f4425adaa3f
2013-12-10 17:53:06 +09:00
Keisuke Kuroyanagi 725cb18957 am 26266bd5: Update historical info for GC.
* commit '26266bd53b06facd4ef7da3de6e0a52ea82b4482':
  Update historical info for GC.
2013-12-09 17:52:03 -08:00
Keisuke Kuroyanagi 26266bd53b Update historical info for GC.
Bug: 11073222

Change-Id: I08a61c02f9f5d527897095eee2de395f86050e2d
2013-12-09 21:02:41 +09:00
Keisuke Kuroyanagi 6b02622694 am ebb57c02: Move probability updating during GC to PtNodeWriter.
* commit 'ebb57c02c2c2dd97fab118b77cd9217e5ad03ec1':
  Move probability updating during GC to PtNodeWriter.
2013-12-09 03:53:37 -08:00
Keisuke Kuroyanagi ebb57c02c2 Move probability updating during GC to PtNodeWriter.
Bug: 11073222

Change-Id: Id452f953c4f72c4e83f6866a87be5f3766d00a31
2013-12-09 20:39:06 +09:00
Keisuke Kuroyanagi af049b4556 am 88af9eb8: Add willBecomeNonTerminal flag.
* commit '88af9eb862bf12b6d72f3d595708bd530ea03bfa':
  Add willBecomeNonTerminal flag.
2013-12-09 01:41:13 -08:00
Keisuke Kuroyanagi 58a7ecfc3f am 3ce4c17d: Update has shortcut targets and has bigrams flags.
* commit '3ce4c17d00c7e2c41b8dc7081cc1aeb29c75d8f4':
  Update has shortcut targets and has bigrams flags.
2013-12-09 01:41:09 -08:00
Keisuke Kuroyanagi 88af9eb862 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
2013-12-09 09:23:02 +00:00
Keisuke Kuroyanagi 3ce4c17d00 Update has shortcut targets and has bigrams flags.
Bug: 11073222
Change-Id: I75db86c485138dd86256989f28e15abed58d154d
2013-12-09 18:01:41 +09:00
Keisuke Kuroyanagi 495f8fb3ef am 51b5936c: Merge "Support current time controlling for testing."
* commit '51b5936cb04114c2510eac07875b7619d243bad4':
  Support current time controlling for testing.
2013-12-09 00:16:54 -08:00
Keisuke Kuroyanagi 51b5936cb0 Merge "Support current time controlling for testing." 2013-12-09 08:13:45 +00:00
Keisuke Kuroyanagi 4c46faa074 Support current time controlling for testing.
Bug: 11073222
Change-Id: I8a0e96ea6711f1f1165209873d8d6a2a77008541
2013-12-09 16:58:43 +09:00
Keisuke Kuroyanagi 53fd2b8c38 am db3b4c30: Merge "Use FormatSpec.VERSION4 instead of 4 for unit tests."
* commit 'db3b4c30fd2e6f173ade424d479b64039ec9fe7b':
  Use FormatSpec.VERSION4 instead of 4 for unit tests.
2013-12-08 23:55:24 -08:00
Keisuke Kuroyanagi db3b4c30fd Merge "Use FormatSpec.VERSION4 instead of 4 for unit tests." 2013-12-09 07:53:35 +00:00
Keisuke Kuroyanagi ddef88d0bf Use FormatSpec.VERSION4 instead of 4 for unit tests.
Bug: 10197478
Change-Id: I330bfa3f45b9e282b49ccde7868d49676506f268
2013-12-09 16:38:28 +09:00
Keisuke Kuroyanagi 183bf8bb8d am 5ea2f297: Merge "Start updating historical information."
* commit '5ea2f2972ee3d04ecbf6a6cdad6d056a2d85bdfe':
  Start updating historical information.
2013-12-08 23:24:26 -08:00
Keisuke Kuroyanagi 5ea2f2972e Merge "Start updating historical information." 2013-12-09 07:22:29 +00:00
Keisuke Kuroyanagi 6c1382b4ae Start updating historical information.
Bug: 11073222

Change-Id: Ic74951f46af05d3edfe08fca37352c5d5c1047e0
2013-12-09 16:02:07 +09:00
Keisuke Kuroyanagi e63249b63b am 8317acad: Create dictionary with historical info for testing.
* commit '8317acad48e4894e55d75c2f117e127667c93d6c':
  Create dictionary with historical info for testing.
2013-12-08 22:56:15 -08:00
Keisuke Kuroyanagi 8317acad48 Create dictionary with historical info for testing.
Bug: 11073222
Change-Id: I3573badceaceb9f4660884a4b23c337c63103701
2013-12-09 15:48:30 +09:00
Keisuke Kuroyanagi 7b840bc41d am 0a213fd6: Merge "Start to support adding shortcuts."
* commit '0a213fd625e72a8d7d4ba7ed3cb995bf4888d9fb':
  Start to support adding shortcuts.
2013-12-08 21:37:41 -08:00
Keisuke Kuroyanagi 0a213fd625 Merge "Start to support adding shortcuts." 2013-12-09 05:35:29 +00:00
Keisuke Kuroyanagi 5f88c1e0f1 Start to support adding shortcuts.
Bug: 11073222
Bug: 11956652

Change-Id: Iea81603a140697594cfea4f4939e82cd1d3963ca
2013-12-09 13:05:44 +09:00
Keisuke Kuroyanagi 6b5a41c26e am 291db3d4: Introduce HistoricalInfo.
* commit '291db3d4b01d212965919522bbe73c83092c5272':
  Introduce HistoricalInfo.
2013-12-08 20:02:34 -08:00
Keisuke Kuroyanagi ee6be09e6d am c980b1bf: Move NOT_A_TIMESTAMP to defines.h
* commit 'c980b1bfa71bb6876e1f0887be187cb253dc8ba3':
  Move NOT_A_TIMESTAMP to defines.h
2013-12-08 19:09:39 -08:00
Keisuke Kuroyanagi 291db3d4b0 Introduce HistoricalInfo.
Bug: 11073222
Change-Id: I5220656a333c93d10163bd3dff71d011c8f6d965
2013-12-09 12:08:06 +09:00
Keisuke Kuroyanagi c980b1bfa7 Move NOT_A_TIMESTAMP to defines.h
Bug: 11073222
Change-Id: Id47af32f40b1a82fdf45628f2d0e37b99dca3921
2013-12-08 21:28:46 +09:00
Tadashi G. Takaoka de4460c157 am a2bbb121: Remove obsolete warning message
* commit 'a2bbb1213d41019b23b3df63dbfcaecdd0694ff6':
  Remove obsolete warning message
2013-12-07 02:06:02 -08:00
Tadashi G. Takaoka a2bbb1213d Remove obsolete warning message
This is a follow up of I5655c5703b.

Change-Id: I4a61689eb275b54648c6112c9f8709e4a9c35a5e
2013-12-07 18:59:13 +09:00
Ken Wakasa c5962b8ec2 am f925b1e3: Fix offdevice TRT build
* commit 'f925b1e34a37f78836c00d679524b9462a736b0d':
  Fix offdevice TRT build
2013-12-06 03:10:10 -08:00
Ken Wakasa f925b1e34a Fix offdevice TRT build
Change-Id: Idc2f3897e592433c13361bd8af94530d81621764
2013-12-06 19:46:33 +09:00
Tadashi G. Takaoka 696739803e am 4d02aa4e: Add punctuations letters to period key on tablet
* commit '4d02aa4e8c9e0d23cde9b02530d3036a78f11403':
  Add punctuations letters to period key on tablet
2013-12-06 01:43:37 -08:00
Tadashi G. Takaoka e7642112ca am 637ecce7: Merge "Consolidate multiple locales\' period key definition"
* commit '637ecce74c0221697b04243b13e83b276edf80d7':
  Consolidate multiple locales' period key definition
2013-12-06 01:43:34 -08:00
Tadashi G. Takaoka 4d02aa4e8c Add punctuations letters to period key on tablet
Bug: 11918360
Change-Id: I5655c5703bfcb541c9ff4b7e0da2f9b8e14947d0
2013-12-06 18:24:20 +09:00
Tadashi G. Takaoka 637ecce74c Merge "Consolidate multiple locales' period key definition" 2013-12-06 09:21:26 +00:00
Jean Chalard ffc4a1a7f6 am 90c91997: Merge "[RF4] Actually remove ver4 dicts"
* commit '90c9199753f8b08d2b1693c82e851ac74117c3d9':
  [RF4] Actually remove ver4 dicts
2013-12-06 00:58:23 -08:00