Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make RoundedLine member variables as method parameters (Step 5)•••Change-Id: Ib2ade2bf51c293c65fc9206a9a16694e6d18da50 | 2012-11-29 | 2 | -78/+75 | |
* | Make RoundedLine as top level class (Step 4)•••Change-Id: Id52baefb3d61eb46b3679e1ba3aa7ef7cd020efc | 2012-11-29 | 2 | -88/+105 | |
* | Consolidate point calculating and path creating methods into one (Step 3)•••Change-Id: Id49eee7c38595ea312dc9a63341a376825030035 | 2012-11-29 | 1 | -23/+20 | |
* | Make rounde line algorithm as instance method (Step 2)•••Change-Id: Ia6f41dc0ce7d3f3a1e4a8bbe838835cbdd94e6e9 | 2012-11-29 | 1 | -42/+41 | |
* | Consolidate data and algorithm of calculating rounded line (Step 1)•••Change-Id: Ic6d72b5a34ddfbc55317fa651f78af6f50c9a284 | 2012-11-29 | 1 | -60/+60 | |
* | Add CoordinateUtils class•••Change-Id: I23784117f77da54ee2a0670e65d86e26d762a687 | 2012-11-28 | 5 | -12/+59 | |
* | Merge "Set additional subtypes before getting current subtype" | 2012-11-27 | 4 | -29/+31 | |
|\ | |||||
| * | Set additional subtypes before getting current subtype•••Bug: 7594188 Change-Id: I1977acb7189f8eb186b9b20a3e5b64b4aaabf191 | 2012-11-28 | 4 | -29/+31 | |
* | | Fix typo in method name•••This is a follow up of I6f851248. Change-Id: I3fe17f3c81ed35e7c38ac9701e73c6b2c1ca8d63 | 2012-11-28 | 2 | -5/+5 | |
|/ | |||||
* | am 7ba02315: am b172725c: am 7d045829: Request update shift state after shift...•••* commit '7ba02315abf3f6fe2e40fcb248ccf1cab8dee179': Request update shift state after shift-chording input | 2012-11-27 | 1 | -0/+5 | |
|\ | |||||
| * | am b172725c: am 7d045829: Request update shift state after shift-chording input•••* commit 'b172725c8dc26bc96667135d1b17396f2a6257b4': Request update shift state after shift-chording input | 2012-11-27 | 1 | -0/+5 | |
| |\ | |||||
| | * | Request update shift state after shift-chording input•••Bug: 7529860 Change-Id: Iec82459348722be358ae2ded15deafac21749dcd | 2012-11-21 | 1 | -0/+5 | |
* | | | Provide gesture data even if the finger stays still•••Bug: 7595187 Change-Id: I6f85124815f18706b2b2b5b5da2783dffd246e8c | 2012-11-27 | 6 | -14/+71 | |
* | | | Fix Gingerbread theme color for gesture typing•••Change-Id: I96a660ce8ee35fe90dc29e6d7f52528c0b34b7cb | 2012-11-27 | 2 | -49/+102 | |
* | | | Merge "Update RU dictionary header." | 2012-11-25 | 1 | -0/+0 | |
|\ \ \ | |||||
| * | | | Update RU dictionary header.•••>>> dictionaries/ru_wordlist.combined.gz >>> java/res/raw/main_ru.dict Header : date : 1353500945 <=> 1353567943 MULTIPLE_WORDS_DEMOTION_RATE : null <=> 0 Body : No differences Bug: 7540132 Change-Id: I837831b1e214da64962cf1bb68c840a3d4e6bf76 | 2012-11-22 | 1 | -0/+0 | |
* | | | | Merge "Cancel gesture typing by sliding out from keyboard" | 2012-11-22 | 7 | -31/+90 | |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Cancel gesture typing by sliding out from keyboard•••Bug: 7594165 Change-Id: I7849d763e49b57716e8418fb8b6f90eca3a5d2ec | 2012-11-22 | 7 | -31/+90 | |
* | | | | Merge "Update dictionaries and fix mistakes" | 2012-11-21 | 7 | -0/+0 | |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Update dictionaries and fix mistakes•••- Combined de dict : Remove digraph shortcuts that were in by mistake. - Combined en dict : Set freq of "baton" "batons" "mace" "puff" "puffs" and "tasers" to zero. They are offensive in en_GB. - Combined en_GB dict : Change freq of "il" to 0 and flag it "not a word". Still in the dict as a whitelist entry for "I'll"; for some reason it had freq 99. Add "milk:122" and "practice:143" - Combined fr dict : Add missing words : "Nostradamus:40" "défendais:30" "gmail:50" "générale:140" "hm:0" "hmm:0" "y'en:130" "l'apocalypse:31" "m'épuise:30" "recontacter:80" "t'annonce:30" Set freq of non-word shortcuts for digraphs to 1 instead of 0, allowing to gesture them. - Combined ru dict : Remove a lot of two-character non-words. - Binary de dict : Remove the obsolete "options" header, and add the "dictionary" header. - Binary en dict : Flag "hoe" "hoes" "il" "shel" as non-words. Also drop freq of "il" and "shel" to 0 Add the "locale" header that was missing. - Binary es dict : Add the "dictionary" header. - Binary fr dict : Add the same words as above. Non-word shortcuts were already set to 1. - Binary it dict : Add a "dictionary" header. Also change freq of "Šarapova" from 50 to 37; not sure why it was 50. - Binary pt_BR dict : Add a "dictionary" header. - Binary ru dict : Add a "dictionary" header and remove the same words as above. For all dictionaries : bump the version to 27. Change-Id: I94fe7f8f42b31fdad223085c00a94115e14d2276 | 2012-11-21 | 7 | -0/+0 | |
* | | | | Fix keyboard theme initializing bug•••Change-Id: If7037f3e0606ee34d1a6739cc39da23de18cc35c | 2012-11-22 | 1 | -1/+1 | |
|/ / / | |||||
* | | | am 82cc7349: am b9385ff9: am cdbf6fb5: Merge "Correctly add double quote to t...•••* commit '82cc7349254e1ca3722ead1f108b6c53820432d5': Correctly add double quote to the space strippers | 2012-11-20 | 2 | -4/+6 | |
|\| | | |||||
| * | | am b9385ff9: am cdbf6fb5: Merge "Correctly add double quote to the space stri...•••* commit 'b9385ff9be484487a523c1eb6db4eba33ef2359d': Correctly add double quote to the space strippers | 2012-11-20 | 2 | -4/+6 | |
| |\| | |||||
| | * | Merge "Correctly add double quote to the space strippers" into jb-mr1.1-dev | 2012-11-20 | 2 | -4/+6 | |
| | |\ | |||||
| | | * | Correctly add double quote to the space strippers•••...without removing space, this time. Also add a test to make sure it is working. Bug: 7531719 Change-Id: I3afcc433c6cdc2774e7deeb6d358356db5035d35 | 2012-11-19 | 2 | -4/+6 | |
* | | | | resolved conflicts for merge of b7e6bbae to master•••Change-Id: Ic02809190721472d138532d2189328519117e042 | 2012-11-21 | 4 | -10/+36 | |
|\| | | | |||||
| * | | | am 3acd0c7a: am f732f4dd: Merge "Only add spaces automatically when appropria...•••* commit '3acd0c7a9f4a5f17897a4fe51b023d6f14ba7ef0': Only add spaces automatically when appropriate. | 2012-11-20 | 4 | -10/+36 | |
| |\| | | |||||
| | * | | Merge "Only add spaces automatically when appropriate." into jb-mr1.1-dev | 2012-11-20 | 4 | -10/+36 | |
| | |\ \ | |||||
| | | * | | Only add spaces automatically when appropriate.•••Correctly check the variations to determine if we should add automatic spaces (in manual picks and gestures) or not. Bug: 7164981 Change-Id: I19e25af839b4062c217113cd804b1473912f22a5 | 2012-11-19 | 4 | -10/+36 | |
| | | |/ | |||||
| * | | | am 8a5b176f: am fd1267e3: Add Spanish United States keyboard (DO NOT MERGE)•••* commit '8a5b176f655a46f1c575886a7d3a3c1120c91b29': Add Spanish United States keyboard (DO NOT MERGE) | 2012-11-20 | 2 | -0/+16 | |
| |\| | | |||||
| | * | | Add Spanish United States keyboard (DO NOT MERGE)•••Bug: 7531804 Change-Id: Idd66ee30e5228260540308a97c930185b48e775f | 2012-11-19 | 2 | -0/+16 | |
| | |/ | |||||
* | | | Merge "Reorganize currency keys" | 2012-11-20 | 3 | -354/+410 | |
|\ \ \ | |||||
| * | | | Reorganize currency keys•••Add Rial(ar), Indian Rupee(hi), Tugrik(mn), Baht(th), Hryvnia(uk), Dong(vi) currency sign keys to symbol layout. Bug: 7455289 Change-Id: I0f819631ff05c4a31d3a6868dea5e18a1797f103 | 2012-11-20 | 3 | -354/+410 | |
* | | | | Merge "Fix variation dumping." | 2012-11-19 | 1 | -30/+50 | |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix variation dumping.•••Variations are not flags - they should not be OR'd in this way. Only one variation may be active at a time. Change-Id: I9d3d4c8fc04af56c914c65f9c55f1e7b9517fc68 | 2012-11-20 | 1 | -30/+50 | |
* | | | | Add Spanish United States keyboard•••The subtype locale name on the spacebar will be suppressed when only one subtype is enabled and - Subtype locale is equal to the system locale. or - Subtype language is equal to the system language but the subtype is implicitly enabled. Thus the "es_ES" system locale chooses "es" subtype keyboard implicitly but the keyboard doesn't have the subtype name on its spacebar. This change also removes Spanish Latin America keyboard. Bug: 7531804 Change-Id: Ib929e8235d643c0ba039eb010e18ab721a734e15 | 2012-11-19 | 7 | -37/+78 | |
|/ / / | |||||
* | | | am 333881c4: am 1f256e94: am 66cee1f9: Merge "Revert "Correctly add double qu...•••* commit '333881c434f3905763dd92a585b17f9c515dd8a8': Revert "Correctly add double quote to the space strippers" | 2012-11-16 | 2 | -2/+2 | |
|\| | | |||||
| * | | am 1f256e94: am 66cee1f9: Merge "Revert "Correctly add double quote to the sp...•••* commit '1f256e941b746a3ccfbd0b60d5e6ccd09d3a3af1': Revert "Correctly add double quote to the space strippers" | 2012-11-16 | 2 | -2/+2 | |
| |\| | |||||
| | * | Merge "Revert "Correctly add double quote to the space strippers"" into jb-mr... | 2012-11-16 | 2 | -2/+2 | |
| | |\ | |||||
| | | * | Revert "Correctly add double quote to the space strippers"•••This reverts commit af7264abb7abfc0dab08d332b10b9ec8a6b48dc6 Change-Id: I5673103c4a0e9c48df563187d2188ca6e2f15877 bug: 7561815 | 2012-11-16 | 2 | -2/+2 | |
* | | | | resolved conflicts for merge of 4ad92578 to master•••Change-Id: I29ad9f0ba357e39889e30c9ebfcf61f9d08ee4ef | 2012-11-17 | 4 | -31/+10 | |
|\| | | | |||||
| * | | | am 7acd310d: am f9ff4fb5: Merge "Revert "Only add spaces automatically when a...•••* commit '7acd310d02f060f3e3e29000db902dffb6b0df9c': Revert "Only add spaces automatically when appropriate." | 2012-11-16 | 4 | -31/+10 | |
| |\| | | |||||
| | * | | Merge "Revert "Only add spaces automatically when appropriate."" into jb-mr1.... | 2012-11-16 | 4 | -31/+10 | |
| | |\ \ | |||||
| | | * | | Revert "Only add spaces automatically when appropriate."•••This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9 Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a bug: 7565414 | 2012-11-16 | 4 | -31/+10 | |
* | | | | | resolved conflicts for merge of 6f42cf1d to master•••Change-Id: I054bb0cfba9de06473100010a76e2f3d9c2c1180 | 2012-11-16 | 4 | -10/+31 | |
|\| | | | | |||||
| * | | | | am 3dd4548e: am 191d49ae: Merge "Only add spaces automatically when appropria...•••* commit '3dd4548ec6105ca774e84ab3223bdbcea1e4902e': Only add spaces automatically when appropriate. | 2012-11-15 | 4 | -10/+31 | |
| |\| | | | |||||
| | * | | | Merge "Only add spaces automatically when appropriate." into jb-mr1.1-dev | 2012-11-15 | 4 | -10/+31 | |
| | |\| | | |||||
| | | * | | Only add spaces automatically when appropriate.•••Bug: 7164981 Change-Id: Id672104a0fda99c52923913fb0e40c3a1ead4787 | 2012-11-15 | 4 | -10/+31 | |
* | | | | | am 8c470f16: am 5dee6e69: am 187e683a: Merge "Fix a bug with some text fields...•••* commit '8c470f16db291e257ac538bd0ac2a9354d34010c': Fix a bug with some text fields | 2012-11-16 | 1 | -1/+2 | |
|\| | | | | |||||
| * | | | | am 5dee6e69: am 187e683a: Merge "Fix a bug with some text fields" into jb-mr1...•••* commit '5dee6e69f1de114df1f258fdc62559237989dc75': Fix a bug with some text fields | 2012-11-14 | 1 | -1/+2 | |
| |\| | | |