Commit Graph

6614 Commits

Author SHA1 Message Date
Jean Chalard
e3864d429e am b074dfea: Merge "Add a comment on a caveat for future reference." into jb-dev
* commit 'b074dfead504fba4039e4eaaded07c10244ff292':
  Add a comment on a caveat for future reference.
2012-05-29 00:59:14 -07:00
Jean Chalard
b074dfead5 Merge "Add a comment on a caveat for future reference." into jb-dev 2012-05-29 00:57:34 -07:00
Jean Chalard
46fe49fc05 Add a comment on a caveat for future reference.
Change-Id: I328a0cd4346275aac960e1369bf370688a004e11
2012-05-29 16:50:25 +09:00
Jean Chalard
18f650172d am bfba64bc: Merge "Compute the correct frequency for bigram prediction" into jb-dev
* commit 'bfba64bcfd70ce8e3932d52c4b9f3182d33e1f55':
  Compute the correct frequency for bigram prediction
2012-05-29 00:38:16 -07:00
Jean Chalard
bfba64bcfd Merge "Compute the correct frequency for bigram prediction" into jb-dev 2012-05-29 00:35:35 -07:00
Jean Chalard
e382bcc39a am 8f9f55dd: Merge "Fix a bug where the bigram freq would be underevaluated" into jb-dev
* commit '8f9f55dd9d27f6c759c12416c872138b9b4661dc':
  Fix a bug where the bigram freq would be underevaluated
2012-05-29 00:25:50 -07:00
Jean Chalard
c941bc9bd3 am 22cf6958: Merge "Split a method to reconstruct freq from uni/bi freq" into jb-dev
* commit '22cf695834009929a6c0fbcd75a9ff56efa04d83':
  Split a method to reconstruct freq from uni/bi freq
2012-05-29 00:25:49 -07:00
Jean Chalard
ca134ccc2a am bf61bba3: Merge "Fix two small possible bugs." into jb-dev
* commit 'bf61bba35feda09a2ad08475481ce042879ff5bb':
  Fix two small possible bugs.
2012-05-29 00:25:47 -07:00
Jean Chalard
8f9f55dd9d Merge "Fix a bug where the bigram freq would be underevaluated" into jb-dev 2012-05-29 00:23:22 -07:00
Jean Chalard
22cf695834 Merge "Split a method to reconstruct freq from uni/bi freq" into jb-dev 2012-05-29 00:23:18 -07:00
Jean Chalard
bf61bba35f Merge "Fix two small possible bugs." into jb-dev 2012-05-29 00:23:14 -07:00
Jean Chalard
e308459531 Compute the correct frequency for bigram prediction
Change-Id: I3196f48a0ca2ed5e94f430254d58e65d341398c8
2012-05-29 16:22:46 +09:00
Jean Chalard
cb99376307 Fix a bug where the bigram freq would be underevaluated
The difference in score is not large, but it's still a bug

Change-Id: Ie22c2b6e1206e829c1c8af096469df05af14d47b
2012-05-29 16:04:07 +09:00
Jean Chalard
19ebd93646 Split a method to reconstruct freq from uni/bi freq
This has no impact at all on the logic.

Change-Id: I3788c8335cc193433ad9a7512b211a49bb2ffb02
2012-05-29 16:00:25 +09:00
Jean Chalard
402b057050 Fix two small possible bugs.
None of these had any real impact, but they were potential
liabilities for the future

Change-Id: I2de581f8b638e423d47a6d99b1a3c96af4c6150d
2012-05-29 15:56:30 +09:00
Satoshi Kataoka
d882aeadb0 am bd40b94f: Merge "Optimize the store of bigram list" into jb-dev
* commit 'bd40b94f965b1602bea35fd92f2f05d524f9ab3b':
  Optimize the store of bigram list
2012-05-28 23:11:36 -07:00
Satoshi Kataoka
bd40b94f96 Merge "Optimize the store of bigram list" into jb-dev 2012-05-28 23:09:59 -07:00
Satoshi Kataoka
bc56885062 Optimize the store of bigram list
Bug: 4192129

Change-Id: Idcc62e4f9696b56b1d7013891b2da37b1784423e
2012-05-29 15:03:10 +09:00
Satoshi Kataoka
7317a257e5 am 24c4d626: Merge "Fix NumberFormatException" into jb-dev
* commit '24c4d62618ce4577736550172da59a4232b47a5b':
  Fix NumberFormatException
2012-05-28 21:22:47 -07:00
Satoshi Kataoka
24c4d62618 Merge "Fix NumberFormatException" into jb-dev 2012-05-28 21:20:42 -07:00
Tadashi G. Takaoka
b6c03228db am 6034acd1: Fix Dvorak layout in uri/email mode on phone device
* commit '6034acd168646136ca2ae99c0c503597dbe7be9b':
  Fix Dvorak layout in uri/email mode on phone device
2012-05-28 21:19:30 -07:00
Satoshi Kataoka
48255b1747 Fix NumberFormatException
Bug: 6567496
Change-Id: Ib0d9fab8496c8c856b94cce5812a263efbcb724f
2012-05-29 13:16:38 +09:00
Tadashi G. Takaoka
6034acd168 Fix Dvorak layout in uri/email mode on phone device
Bug: 6567492
Change-Id: I78d56ec05b7711749553c6787a9abb1351dff4db
2012-05-29 12:43:40 +09:00
Tadashi G. Takaoka
e03f6b3917 am e0952029: Merge "Make KeySpecParser case sensitive again" into jb-dev
* commit 'e09520290fbcaff9a143e8c8bce80161b0e2c5a1':
  Make KeySpecParser case sensitive again
2012-05-28 03:30:25 -07:00
Tadashi G. Takaoka
e09520290f Merge "Make KeySpecParser case sensitive again" into jb-dev 2012-05-28 03:22:46 -07:00
Tadashi G. Takaoka
0a3362d264 Make KeySpecParser case sensitive again
Partially revert I76c3e917.

Bug: 6561272
Change-Id: I5649a8ecb44bd11c67785ea97ddbb67b0a019ccc
2012-05-28 19:07:51 +09:00
Jean Chalard
796dab2372 am 7fe18b62: Merge "Fix spelling of a unused flag" into jb-dev
* commit '7fe18b62b94e900f9e1ef00589a5422e586fbe08':
  Fix spelling of a unused flag
2012-05-28 02:57:07 -07:00
Jean Chalard
7fe18b62b9 Merge "Fix spelling of a unused flag" into jb-dev 2012-05-28 02:55:06 -07:00
Tadashi G. Takaoka
0725fdb952 am 8f590c77: Use Math.round instead of (int) to convert Key coordinates from float to int
* commit '8f590c77e8a435d8e35020f1b7e66fdf53ab7953':
  Use Math.round instead of (int) to convert Key coordinates from float to int
2012-05-28 02:50:45 -07:00
Jean Chalard
90868195e4 Fix spelling of a unused flag
Change-Id: I28fc3004da0ead2d373f36541732ac4450d86318
2012-05-28 18:49:37 +09:00
Tadashi G. Takaoka
8f590c77e8 Use Math.round instead of (int) to convert Key coordinates from float to int
Bug: 6566563
Change-Id: I97d1e9727077cb4d9abbf1ad5bd5d3f061c7bce7
2012-05-28 16:16:35 +09:00
satok
fff5cd6f76 am aa064139: Merge "Forget user history" into jb-dev
* commit 'aa0641394b7ffc16c462c5d9cc269d1f5114748f':
  Forget user history
2012-05-27 23:01:41 -07:00
satok
aa0641394b Merge "Forget user history" into jb-dev 2012-05-27 22:59:22 -07:00
satok
fd53b8cc2b Forget user history
Bug: 4192129

Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f
2012-05-28 14:34:02 +09:00
Jean Chalard
fac23787bb am bed613cf: Merge "Simulate hardware enter/delete events if the app targets < 16" into jb-dev
* commit 'bed613cf11914f2510478fd4754a0802863ce4af':
  Simulate hardware enter/delete events if the app targets < 16
2012-05-27 21:23:41 -07:00
Jean Chalard
784046d3cb am 92d7b55a: Merge "Small update to the English dictionaries" into jb-dev
* commit '92d7b55acf762031b640d311c6c7b94f159454dd':
  Small update to the English dictionaries
2012-05-27 21:23:39 -07:00
Jean Chalard
bed613cf11 Merge "Simulate hardware enter/delete events if the app targets < 16" into jb-dev 2012-05-27 21:21:22 -07:00
Jean Chalard
92d7b55acf Merge "Small update to the English dictionaries" into jb-dev 2012-05-27 21:20:59 -07:00
Tadashi G. Takaoka
aefe048967 am 6cc58bed: Merge "Fix PC QWERTY keyboard of 7-inch tablet" into jb-dev
* commit '6cc58bedea3f44adfff26d313079aa5f382c8bba':
  Fix PC QWERTY keyboard of 7-inch tablet
2012-05-27 21:10:06 -07:00
Tadashi G. Takaoka
ee78fb2634 am 7ab7f66c: Fix adjusting key\'s label/code case
* commit '7ab7f66c2d0f4a0b2e29be718b310ccaf368a4f4':
  Fix adjusting key's label/code case
2012-05-27 21:10:05 -07:00
Tadashi G. Takaoka
6cc58bedea Merge "Fix PC QWERTY keyboard of 7-inch tablet" into jb-dev 2012-05-27 21:07:54 -07:00
Jean Chalard
3a6efa06e2 Small update to the English dictionaries
Demote 'HDTV'

Bug: 6563090
Change-Id: I39a1632397569cf79a8d67d93cdff5cf29f82f3a
2012-05-28 13:01:59 +09:00
Tadashi G. Takaoka
cfb96c4973 Fix PC QWERTY keyboard of 7-inch tablet
Bug: 6566031
Change-Id: I6d5a9244487d8b5816090aa98e032c9780cb5ae5
2012-05-28 12:58:12 +09:00
Tadashi G. Takaoka
7ab7f66c2d Fix adjusting key's label/code case
With this fix, we may probably be able to revert I76c3e917 (Make
KeySpecParser case insensitive).

Bug: 6561272
Change-Id: Ic7571560d7b422ffc9a07f0acecd388e0b330d50
2012-05-28 12:34:49 +09:00
Jean Chalard
4e1a558ee8 Simulate hardware enter/delete events if the app targets < 16
This will make text input buggy on all apps until they target
JB or superior.

Bug: 6537051
Change-Id: I726347db8c84d1582ad1962d3a910e698389e08c
2012-05-28 12:00:43 +09:00
Eric Fischer
710970486c am 739ff3cf: Import translations. DO NOT MERGE
* commit '739ff3cfc4dc9efde0d969d660bccc949c1fd84b':
  Import translations. DO NOT MERGE
2012-05-25 15:43:48 -07:00
Eric Fischer
739ff3cfc4 Import translations. DO NOT MERGE
Change-Id: I045ad47955d6f5f507818271543d2606b61877fc
2012-05-25 15:31:16 -07:00
Jean Chalard
250f6a44a7 am 123017cc: Merge "Wipe the application cache selectively" into jb-dev
* commit '123017cc74eddf16698889539f6274025ee30155':
  Wipe the application cache selectively
2012-05-25 04:09:12 -07:00
Jean Chalard
d45e334f5a am 7707e045: Merge "Cache application info." into jb-dev
* commit '7707e0459ff54edc701f7f84dd222861c62445c7':
  Cache application info.
2012-05-25 04:09:10 -07:00
Jean Chalard
123017cc74 Merge "Wipe the application cache selectively" into jb-dev 2012-05-25 04:07:46 -07:00