Commit Graph

8510 Commits (1f9eea44dc4e9b8365938647b2f257f229abfff4)

Author SHA1 Message Date
Jean Chalard 1f9eea44dc am 306e0a80: Update AOSP dictionaries.
* commit '306e0a800f2ac9fc6af24d41bfff2d8445e963c4':
  Update AOSP dictionaries.
2012-10-24 00:26:30 -07:00
Jean Chalard 306e0a800f Update AOSP dictionaries.
Changes :
- Add "emoji"
- Change the whitelist target of "foo" from "for" to "too"
- Fix non-word frequencies to 0
- Fix the freq of common en_US vs en_GB words
- Add "connection" to the en_GB dictionary

Bug: 7368441
Bug: 7370033
Bug: 7371955
Change-Id: Ib22a97e97b486b05012d5496619557f406c441b9
2012-10-24 16:12:28 +09:00
Jean Chalard d39e64350c am f960eb18: Don\'t put spaces after characters that don\'t take one
* commit 'f960eb186d63aa4f9fecd22f036fc8724d39d949':
  Don't put spaces after characters that don't take one
2012-10-22 21:41:41 -07:00
Jean Chalard f960eb186d Don't put spaces after characters that don't take one
Bug: 7393639
Change-Id: I1245a7b5077e554642838d6856ce269ca7f91988
2012-10-23 12:28:28 +09:00
Jean Chalard 5b095509c9 am 65225d82: Merge "Update AOSP dictionaries." into jb-mr1-dev
* commit '65225d8211ee4f551c0996cf58552c721e45c39c':
  Update AOSP dictionaries.
2012-10-17 19:04:28 -07:00
Jean Chalard 65225d8211 Merge "Update AOSP dictionaries." into jb-mr1-dev 2012-10-17 19:03:01 -07:00
Jean Chalard 25b4a14e5f am d03e065b: Don\'t consider non-words for split word suggestion
* commit 'd03e065b861bd1cdb90bc70f18b7d7a3815b7a4d':
  Don't consider non-words for split word suggestion
2012-10-17 17:02:16 -07:00
Jean Chalard d03e065b86 Don't consider non-words for split word suggestion
Bug: 7368683
Change-Id: Iecd8348be788e5a749dafabdf7eddc4a14d901e0
2012-10-18 07:28:18 +09:00
Jean Chalard 3d83a1648b Update AOSP dictionaries.
Differences :
oh 90 -> 105
ooh 54 -> 54
hoy,kinkier,kinkiest,kinkiness,kinkily,kinky -> 0
trst -> remove

New whitelist entries (actually old that had not been applied)
"berm" -> "been"
"foe" -> "for"
"hid" -> "his"
"thong" -> "thing"

French :
Add "six" and remove some non-words

Bug: 7329149
Bug: 7356297
Change-Id: I55092f0538db8627148b0a314e50eff926c47275
2012-10-18 00:39:16 +09:00
Baligh Uddin e5fd5ea596 am dbba676c: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
* commit 'dbba676c00cd5479e292a91c5672d920b9137759':
  Import translations. DO NOT MERGE
2012-10-16 22:30:16 -07:00
Baligh Uddin dbba676c00 Merge "Import translations. DO NOT MERGE" into jb-mr1-dev 2012-10-16 22:27:36 -07:00
Baligh Uddin c561cc2b64 Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev 2012-10-16 22:27:14 -07:00
Jean Chalard 63b3fc0d23 am 15142588: Merge "Have "no whitespace before cursor" upon gesture trigger phantom space" into jb-mr1-dev
* commit '15142588244a10b241f5d3691f80b6540f3f3fc3':
  Have "no whitespace before cursor" upon gesture trigger phantom space
2012-10-16 18:08:11 -07:00
Jean Chalard 1514258824 Merge "Have "no whitespace before cursor" upon gesture trigger phantom space" into jb-mr1-dev 2012-10-16 18:06:11 -07:00
Jean Chalard e91d495c53 Have "no whitespace before cursor" upon gesture trigger phantom space
Bug: 7359291
Bug: 7357758
Bug: 7197651
Change-Id: Ia805a87e922739ae0a06978a3bf00d91c94b6c51
2012-10-17 09:36:07 +09:00
Tadashi G. Takaoka 658e935ba1 am c0bc3369: Merge "Fix more suggestions text width calculation" into jb-mr1-dev
* commit 'c0bc3369555435c677804b652b5fb36faf3602e5':
  Fix more suggestions text width calculation
2012-10-16 17:26:59 -07:00
Tadashi G. Takaoka 718a07441e am 0cbc19b0: Merge "Restrict bogus move event detector to a horizontal movement" into jb-mr1-dev
* commit '0cbc19b0b1d2540cd4bebf20ce4fb62c014e9cac':
  Restrict bogus move event detector to a horizontal movement
2012-10-16 17:26:58 -07:00
Tadashi G. Takaoka c0bc336955 Merge "Fix more suggestions text width calculation" into jb-mr1-dev 2012-10-16 17:24:35 -07:00
Tadashi G. Takaoka 0cbc19b0b1 Merge "Restrict bogus move event detector to a horizontal movement" into jb-mr1-dev 2012-10-16 17:24:23 -07:00
Jean Chalard 2631fe4c4e am 6686e63f: Honor automatic shift turned off for gestures
* commit '6686e63f2158eff07e39ff002ba211d0578f2a4f':
  Honor automatic shift turned off for gestures
2012-10-16 17:23:29 -07:00
Baligh Uddin 97903bf95e Import translations. DO NOT MERGE
Change-Id: I16dccd4bf5897d4b62a4642fbb3d24bd379deb4e
Auto-generated-cl: translation import
2012-10-16 15:55:23 -07:00
Baligh Uddin 6501204007 Import translations. DO NOT MERGE
Change-Id: Ibab3b46b8d19b4d8d2dc69f08be84dcc7431ddf1
Auto-generated-cl: translation import
2012-10-16 15:54:10 -07:00
Tadashi G. Takaoka d631778e1c Restrict bogus move event detector to a horizontal movement
The bogus move detection threshold is in proportional to a diagonal
length of a key. It was in proportional to a key width.

Bug: 7346614
Change-Id: I796add8aea16dd05e9844d6c4fba8072eece39c6
2012-10-16 14:53:54 -07:00
Tadashi G. Takaoka bdc8b9e42b Fix more suggestions text width calculation
Bug: 7345983
Change-Id: Ic1554db98e7aaf032eb90a98c0c37c7c789461b5
2012-10-16 14:24:30 -07:00
Jean Chalard 6686e63f21 Honor automatic shift turned off for gestures
Bug: 7354129
Change-Id: Ia02336e8cea2f04b629edbe74b7815cce0d7fad6
2012-10-17 05:41:06 +09:00
Jason Chen f2eeb4ae41 am c1bcb8ee: Let\'s enhance
* commit 'c1bcb8ee104fd256cfda2d11b38336c9b3b3a0d3':
  Let's enhance
2012-10-14 23:04:57 -07:00
Jason Chen c1bcb8ee10 Let's enhance
Add mipmap-* launcher icon assets. Remove drawable-* based assests.
Change over reference to mipmap icon.

Bug: 6718166
Change-Id: I01f84a03fd1be0ced9cce9cff322a5fe02820075
2012-10-12 14:19:40 -07:00
Tadashi G. Takaoka 9c318bc5d1 am ac2a154a: Merge "Detect bogus down-move-up event and add workaround" into jb-mr1-dev
* commit 'ac2a154ae82568656e7936e82c6a13ad507ab41e':
  Detect bogus down-move-up event and add workaround
2012-10-12 07:01:10 -07:00
Tadashi G. Takaoka ac2a154ae8 Merge "Detect bogus down-move-up event and add workaround" into jb-mr1-dev 2012-10-12 06:59:42 -07:00
Tadashi G. Takaoka b0952888eb Detect bogus down-move-up event and add workaround
Bug: 7032858
Change-Id: I2e76bf49f1e07b436d05c19881e2f2c4fed21621
2012-10-12 20:45:08 +09:00
Ken Wakasa c1a1937c0d am 2220aeed: Merge "Put temporary files under a separate directory." into jb-mr1-dev
* commit '2220aeedfeeb796d627f2fd659c81256297f145e':
  Put temporary files under a separate directory.
2012-10-11 08:37:45 -07:00
Ken Wakasa 2220aeedfe Merge "Put temporary files under a separate directory." into jb-mr1-dev 2012-10-11 08:36:22 -07:00
Jean Chalard 66c90cd2ae Put temporary files under a separate directory.
Bug: 7328003
Change-Id: Ibe5278ea209d149f87fd08785c77b17e3859948e
2012-10-11 17:53:06 +09:00
Tadashi G. Takaoka 61155c7087 am 9d423536: Merge "Don\'t cancel long press timer too early" into jb-mr1-dev
* commit '9d42353611d77be82316c79fe598d101639c2486':
  Don't cancel long press timer too early
2012-10-11 00:47:50 -07:00
Tadashi G. Takaoka 9d42353611 Merge "Don't cancel long press timer too early" into jb-mr1-dev 2012-10-11 00:46:06 -07:00
Tadashi G. Takaoka c9ba26994b Don't cancel long press timer too early
Bug: 7328861
Change-Id: I1b77ec4a30ae15b2edda42a1ff58ebc528288553
2012-10-11 15:58:56 +09:00
Baligh Uddin 4209cd7430 am 7c8f4a04: Import translations. DO NOT MERGE
* commit '7c8f4a04fae1de047e520825cc2a22e5eb3a8f2e':
  Import translations. DO NOT MERGE
2012-10-10 21:59:46 -07:00
Baligh Uddin 7c8f4a04fa Import translations. DO NOT MERGE
Change-Id: I0a766dd5b65f375276e30c588bb202f6718a8892
Auto-generated-cl: translation import
2012-10-10 16:02:04 -07:00
Baligh Uddin b455e1d3ac Import translations. DO NOT MERGE
Change-Id: Ieced09ee9144331fdd284282b889c243d71761cd
Auto-generated-cl: translation import
2012-10-10 16:01:02 -07:00
Ken Wakasa a62a192680 am 471252b9: Merge "Fix a bug in multiple shortcut handling code." into jb-mr1-dev
* commit '471252b9da20f4b1d7f55fd15a34d3642a564fcb':
  Fix a bug in multiple shortcut handling code.
2012-10-09 07:49:17 -07:00
Ken Wakasa 471252b9da Merge "Fix a bug in multiple shortcut handling code." into jb-mr1-dev 2012-10-09 07:47:06 -07:00
Ken Wakasa c44314b404 am dc38a343: Merge "Use a freq of 1 instead of 0 for non-word shortcuts." into jb-mr1-dev
* commit 'dc38a3438bca6b46c31b6ac2cbbf8cb0466b5a83':
  Use a freq of 1 instead of 0 for non-word shortcuts.
2012-10-09 07:45:03 -07:00
Tadashi G. Takaoka f5c10d00a9 am 7a17c1fc: Tuning gesture detection parameters
* commit '7a17c1fcb52f0249108cfcbd789928320706718a':
  Tuning gesture detection parameters
2012-10-09 07:43:37 -07:00
Ken Wakasa dc38a3438b Merge "Use a freq of 1 instead of 0 for non-word shortcuts." into jb-mr1-dev 2012-10-09 07:43:16 -07:00
Jean Chalard 516f9d6ea4 Fix a bug in multiple shortcut handling code.
Bug: 7301525
Change-Id: Ib38f5ab4b7e4f7996bccbc6830d46f52fd71c6f9
2012-10-09 20:24:13 +09:00
Jean Chalard 99b84b42f9 Use a freq of 1 instead of 0 for non-word shortcuts.
Also fix a spelling mistake in a comment

Bug: 7301525
Change-Id: I4437403dce620fed03871485ee04f13c51ce34fc
2012-10-09 19:16:07 +09:00
Tadashi G. Takaoka 7a17c1fcb5 Tuning gesture detection parameters
Bug: 7032858
Change-Id: Ie4f952aa33b99ce16027500a596d723ee9bafae9
2012-10-09 19:06:10 +09:00
Baligh Uddin cb928e2761 am 2e3f261d: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
* commit '2e3f261df8d4603ec485d8bb665a87edc93ca6c1':
  Import translations. DO NOT MERGE
2012-10-08 09:20:14 -07:00
Baligh Uddin 38af8108c1 Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev 2012-10-08 09:19:41 -07:00
Baligh Uddin 2e3f261df8 Merge "Import translations. DO NOT MERGE" into jb-mr1-dev 2012-10-08 09:17:44 -07:00