Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge "Set level 1 as the initial value of the valid words" into jb-dev | 2012-05-29 | 8 | -21/+77 | ||
| |\ \ | ||||||
| | * | | Set level 1 as the initial value of the valid words•••Bug: 4192129 Change-Id: I867e78ce79c78977d08e8b66881a25b6fe5bf41f | 2012-05-29 | 8 | -21/+77 | ||
* | | | | am c79a7104: am 2959fc0f: Delay shift lock transient until long pressed shift...•••* commit 'c79a710445cca2a69dca9600a2c06eadcb253b62': Delay shift lock transient until long pressed shift key is released | 2012-05-29 | 1 | -9/+8 | ||
|\| | | | ||||||
| * | | | Delay shift lock transient until long pressed shift key is released•••Bug: 5424586 Change-Id: Ib602af1b38b1b109bdac9cb0c53132169556db2f | 2012-05-29 | 1 | -9/+8 | ||
| |/ / | ||||||
* | | | am 40ab25ca: am 51705efc: Merge "Add a JNI to get the frequency" into jb-dev•••* commit '40ab25cab0e723f34dc2f1442f414761149b2338': Add a JNI to get the frequency | 2012-05-29 | 1 | -2/+3 | ||
|\| | | ||||||
| * | | Add a JNI to get the frequency•••Bug: 4192129 Change-Id: I3f220f5a10114d4eb23956148076cf76220bda0f | 2012-05-29 | 1 | -2/+3 | ||
* | | | am d882aead: am bd40b94f: Merge "Optimize the store of bigram list" into jb-dev•••* commit 'd882aeadb07d16ed887c71895577faabbd635ff3': Optimize the store of bigram list | 2012-05-28 | 3 | -106/+179 | ||
|\| | | ||||||
| * | | Merge "Optimize the store of bigram list" into jb-dev | 2012-05-28 | 3 | -106/+179 | ||
| |\ \ | ||||||
| | * | | Optimize the store of bigram list•••Bug: 4192129 Change-Id: Idcc62e4f9696b56b1d7013891b2da37b1784423e | 2012-05-29 | 3 | -106/+179 | ||
* | | | | am 7317a257: am 24c4d626: Merge "Fix NumberFormatException" into jb-dev•••* commit '7317a257e553c6ecc7adb4211a0370d502bfa0fe': Fix NumberFormatException | 2012-05-28 | 1 | -2/+2 | ||
|\| | | | ||||||
| * | | | Fix NumberFormatException•••Bug: 6567496 Change-Id: Ib0d9fab8496c8c856b94cce5812a263efbcb724f | 2012-05-29 | 1 | -2/+2 | ||
| |/ / | ||||||
* | | | am e03f6b39: am e0952029: Merge "Make KeySpecParser case sensitive again" int...•••* commit 'e03f6b3917f71a7c9f9459765264b547cc80b751': Make KeySpecParser case sensitive again | 2012-05-28 | 3 | -30/+16 | ||
|\| | | ||||||
| * | | Merge "Make KeySpecParser case sensitive again" into jb-dev | 2012-05-28 | 3 | -30/+16 | ||
| |\ \ | ||||||
| | * | | Make KeySpecParser case sensitive again•••Partially revert I76c3e917. Bug: 6561272 Change-Id: I5649a8ecb44bd11c67785ea97ddbb67b0a019ccc | 2012-05-28 | 3 | -30/+16 | ||
* | | | | am 0725fdb9: am 8f590c77: Use Math.round instead of (int) to convert Key coor...•••* commit '0725fdb9522dddb6eeab688c60b24cd84786904b': Use Math.round instead of (int) to convert Key coordinates from float to int | 2012-05-28 | 1 | -8/+9 | ||
|\| | | | ||||||
| * | | | Use Math.round instead of (int) to convert Key coordinates from float to int•••Bug: 6566563 Change-Id: I97d1e9727077cb4d9abbf1ad5bd5d3f061c7bce7 | 2012-05-28 | 1 | -8/+9 | ||
* | | | | am fff5cd6f: am aa064139: Merge "Forget user history" into jb-dev•••* commit 'fff5cd6f767e248ecb5b30ea39cb9a22a476b953': Forget user history | 2012-05-27 | 8 | -100/+333 | ||
|\| | | | ||||||
| * | | | Merge "Forget user history" into jb-dev | 2012-05-27 | 8 | -100/+333 | ||
| |\ \ \ | ||||||
| | * | | | Forget user history•••Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f | 2012-05-28 | 8 | -100/+333 | ||
* | | | | | am fac23787: am bed613cf: Merge "Simulate hardware enter/delete events if the...•••* commit 'fac23787bbd7723acba4e7e344aa6f799d9584f6': Simulate hardware enter/delete events if the app targets < 16 | 2012-05-27 | 1 | -3/+37 | ||
|\| | | | | ||||||
| * | | | | Merge "Simulate hardware enter/delete events if the app targets < 16" into jb... | 2012-05-27 | 1 | -3/+37 | ||
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | 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 | 1 | -3/+37 | ||
* | | | | | am ee78fb26: am 7ab7f66c: Fix adjusting key\'s label/code case•••* commit 'ee78fb2634e7bf74d3e21faf9630e5d8cd67cda0': Fix adjusting key's label/code case | 2012-05-27 | 3 | -41/+52 | ||
|\| | | | | |_|_|/ |/| | | | ||||||
| * | | | 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 | 3 | -41/+52 | ||
| | |/ | |/| | ||||||
* | | | am 250f6a44: am 123017cc: Merge "Wipe the application cache selectively" into...•••* commit '250f6a44a7585d61175ec983f9afd43081cd636f': Wipe the application cache selectively | 2012-05-25 | 2 | -1/+5 | ||
|\| | | ||||||
| * | | Merge "Wipe the application cache selectively" into jb-dev | 2012-05-25 | 2 | -1/+5 | ||
| |\| | ||||||
| | * | Wipe the application cache selectively•••Bug: 6537051 Change-Id: I839d0a98c729f3604582946d70c0140a5cff7dcf | 2012-05-25 | 2 | -1/+5 | ||
* | | | am d45e334f: am 7707e045: Merge "Cache application info." into jb-dev•••* commit 'd45e334f5a73d2cc36800a81e1bbf881e633f026': Cache application info. | 2012-05-25 | 2 | -4/+17 | ||
|\| | | ||||||
| * | | Merge "Cache application info." into jb-dev | 2012-05-25 | 2 | -4/+17 | ||
| |\| | ||||||
| | * | Cache application info.•••Bug: 6537051 Change-Id: Ieca891235df0d697bdeb0510651b703654fdef38 | 2012-05-25 | 2 | -4/+17 | ||
* | | | am 6691bd67: am 9b93817b: Merge "Get information about the target application...•••* commit '6691bd675a555163aa59c2ac791c6138c1d8a32c': Get information about the target application. | 2012-05-25 | 2 | -1/+68 | ||
|\| | | ||||||
| * | | Merge "Get information about the target application." into jb-dev | 2012-05-25 | 2 | -1/+68 | ||
| |\| | ||||||
| | * | Get information about the target application.•••Bug: 6537051 Change-Id: I9fe7a07b5ddf2a423d5764840753ea70544206f1 | 2012-05-25 | 2 | -1/+68 | ||
* | | | am 41cf0ced: am b6c314e4: Merge "Clean up some compiler warnings" into jb-dev•••* commit '41cf0ced38912c5f4a6d11a88c0deb4ac4d01860': Clean up some compiler warnings | 2012-05-25 | 10 | -21/+15 | ||
|\| | | ||||||
| * | | Clean up some compiler warnings•••Change-Id: I604da15e65fc3cf807ec4033df4e4cd5ef0196fc | 2012-05-25 | 10 | -21/+15 | ||
| |/ | ||||||
* | | am d8b3e5c6: am 0c207144: Merge "Fix a bug with a concurrent modification of ...•••* commit 'd8b3e5c69f4de663c748c82155fc3b8854119826': Fix a bug with a concurrent modification of a map. | 2012-05-24 | 2 | -18/+21 | ||
|\| | ||||||
| * | Merge "Fix a bug with a concurrent modification of a map." into jb-dev | 2012-05-24 | 2 | -18/+21 | ||
| |\ | ||||||
| | * | Fix a bug with a concurrent modification of a map.•••Bug: 6538848 Change-Id: I1a8422356d9909213e53cfdc8c5bcc12eb48f19d | 2012-05-24 | 2 | -18/+21 | ||
* | | | am f726d09b: am f11c8cd1: Merge "Get rid of heavy IPC call from key drawing c...•••* commit 'f726d09b53e16a9602090da062393bdf9f34282f': Get rid of heavy IPC call from key drawing code | 2012-05-24 | 2 | -11/+9 | ||
|\| | | ||||||
| * | | Merge "Get rid of heavy IPC call from key drawing code" into jb-dev | 2012-05-24 | 2 | -11/+9 | ||
| |\ \ | | |/ | |/| | ||||||
| | * | Get rid of heavy IPC call from key drawing code•••Bug: 6541544 Change-Id: I5c7df486ff72714ae09e1dbc21a8adbe3106ce95 | 2012-05-24 | 2 | -11/+9 | ||
* | | | am 9b98c4a8: am 69897af2: Merge "Add new locales for the spell checker." into...•••* commit '9b98c4a8ce496fa45b8ad6e7da57063c79d1d9e4': Add new locales for the spell checker. | 2012-05-24 | 1 | -0/+6 | ||
|\| | | ||||||
| * | | Merge "Add new locales for the spell checker." into jb-dev | 2012-05-24 | 1 | -0/+6 | ||
| |\ \ | | |/ | |/| | ||||||
| | * | Add new locales for the spell checker.•••Bug: 6533167 Change-Id: I1581e8446b1af5dc3679e01be16d4fc34af725cc | 2012-05-24 | 1 | -0/+6 | ||
* | | | am 9c239184: am 49afe45d: Fix build•••* commit '9c239184530be37fa806cf37a4f19ae0bc824aec': Fix build | 2012-05-24 | 1 | -1/+1 | ||
|\| | | ||||||
| * | | Fix build•••Follow up of I7822adf407 Change-Id: Iac75c0f2ff2482bce1305c54cb25b708037db6c6 | 2012-05-24 | 1 | -1/+1 | ||
* | | | am bc48a8f7: am c60a846e: Fix NPE in Settings.updateCustomInputStylesSummary•••* commit 'bc48a8f7ab0d9003a9c97ceb7d85bcf0502785a6': Fix NPE in Settings.updateCustomInputStylesSummary | 2012-05-24 | 1 | -1/+2 | ||
|\| | | ||||||
| * | | Fix NPE in Settings.updateCustomInputStylesSummary•••Change-Id: I7822adf407046098f97bf60da9382910c0a40209 | 2012-05-24 | 1 | -1/+2 | ||
| |/ | ||||||
* | | am 60b2d84d: am 1e1235fe: Merge "Support bigram suggestions in Android spell ...•••* commit '60b2d84d82ce8fd4a7bf4592d5229ee2436a675c': Support bigram suggestions in Android spell checker | 2012-05-23 | 1 | -1/+28 | ||
|\| | ||||||
| * | Merge "Support bigram suggestions in Android spell checker" into jb-dev | 2012-05-23 | 1 | -1/+28 | ||
| |\ |