aboutsummaryrefslogtreecommitdiffstats
path: root/java/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use string-array resource to define predefined-subtypesTadashi G. Takaoka2012-09-041-2/+5
| | | | | Bug: 6809603 Change-Id: Icafe4652ec17844838b28c04977deb88bcb9aa8f
* Reduce amount of empty space in which keypresses are detectedTadashi G. Takaoka2012-09-049-10/+42
| | | | | Bug: 6942329 Change-Id: Ie92ccf43f307b8ceb9a311c30390d0cb2abf2cd7
* Consolidate Esperanto layout into Spanish layoutTadashi G. Takaoka2012-09-0312-526/+10
| | | | | | | This change also removes AsciiCapable extra value from Esperanto subtype. Change-Id: I0fa18ef7c52e4ba24b182e8ecb9788572660b704
* Use 5-row layout for Thai phone keybopardTadashi G. Takaoka2012-09-0317-758/+237
| | | | | Bug: 6911182 Change-Id: I78f59564e8c31b9b66ed9a136584d0c57cc43120
* Use normal font for ThaiTadashi G. Takaoka2012-09-0325-240/+456
| | | | | | | | This change also adds workaround to display Thai composing letters correctly. Bug: 6753168 Change-Id: Ibd42ebb40df08b5de32b3500f10003c4a5de4897
* am 70fb1d1a: am f0adce8a: Merge "Esperanto keyboard"Jean-Baptiste Queru2012-08-319-0/+525
|\ | | | | | | | | * commit '70fb1d1a690f3f16e4bbb19ffea349af1402cb1f': Esperanto keyboard
| * Esperanto keyboardJacob Nordfalk2012-08-309-0/+525
| | | | | | | | | | | | | | | | | | Universal esperanto keyboard. Has letters for all latin scripts, as users will often need to type something in both Esperanto and other languages (for example their country's). Signed-off-by: Jacob Nordfalk <jacob.nordfalk@gmail.com> Change-Id: Ia8a739fa31a60e118d42ae9e8c62ddfd66e2ca35
* | Merge "Support per-Key and per-Keyboard key visual attributes" into jb-mr1-devTadashi G. Takaoka2012-08-311-1/+2
|\ \
| * | Support per-Key and per-Keyboard key visual attributesTadashi G. Takaoka2012-08-311-1/+2
| | | | | | | | | | | | | | | | | | | | | This change refactors KeyDrawParams and KeyPreviewDrawParams to separate KeyVisualAttributes. Change-Id: I4de549eef303e1debe4b8f84668e042445fc18da
* | | Merge "Use resource to specify 5-rows keyboard parameters" into jb-mr1-devTadashi G. Takaoka2012-08-3116-23/+53
|\ \ \ | |/ / |/| |
| * | Use resource to specify 5-rows keyboard parametersTadashi G. Takaoka2012-08-3116-23/+53
| | | | | | | | | | | | Change-Id: I67b290c4600dee43a81ba975ffc93a32a6d060b4
* | | Use normal font for Arabic and FarsiTadashi G. Takaoka2012-08-3113-123/+243
|/ / | | | | | | | | Bug: 6753168 Change-Id: Iaef85847cf9f6c432c6ca25e7e6ec522c084d073
* | Merge changes Ifb983c35,I0b947421 into jb-mr1-devKurt Partridge2012-08-303-97/+28
|\ \ | | | | | | | | | | | | | | | * changes: ResearchLogger clean up splash screen ResearchLogger no longer offers option to disable logging
| * | ResearchLogger clean up splash screenKurt Partridge2012-08-303-97/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | - simpler text - AlertDialog implementation - declining users are redirected to regular IME Bug: 6188932 Change-Id: Ifb983c3511125f8919f4a8b25aeee7de66dbb0cb
* | | Move key label padding attributes back to KeyboardViewTadashi G. Takaoka2012-08-311-9/+10
|/ / | | | | | | | | | | This is a partially reverting change of I1e2d59bf8c438ca653e2e415ccf66fd4f15d5394 Change-Id: Id213541cdddcc0761bf6418c8429a5f96c0281ef
* | Move some key top visual attributes from KeyboardView to KeyTadashi G. Takaoka2012-08-302-59/+59
| | | | | | | | Change-Id: I1e2d59bf8c438ca653e2e415ccf66fd4f15d5394
* | Revert "Revert "Fix key letter size of 5-rows Thai keyboard""Tadashi G. Takaoka2012-08-3010-0/+20
| | | | | | | | | | | | | | This reverts commit 7a5ca9982fae2c17df4e597d2c54c81782946ed1. Depends: Ia4fa5046b3106e2710b9d5df1a6cc5f2cf995ec7 Change-Id: I0b9d0125380efe898943dc26ae884378145c44a3
* | Merge "Add defaults for manta" into jb-mr1-devJason Chen2012-08-292-0/+2
|\ \
| * | Add defaults for mantaJason Chen2012-08-292-0/+2
| | | | | | | | | | | | Change-Id: I8784a126b02e3e6618ac845a32a894ceb58ea39e
* | | Revert "Fix key letter size of 5-rows Thai keyboard"Ken Wakasa2012-08-2910-20/+0
| | | | | | | | | | | | | | | | | | This reverts commit ac621d1527ee998e7d299788c2ab240f94046046 Change-Id: I17b1d17c773c2fe89c0cdef2c423c8ccd1d2c9c8
* | | Fix key letter size of 5-rows Thai keyboardTadashi G. Takaoka2012-08-2910-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | The key text size can be specified in each keyboard layout in addition to by KeyboardView theme. Bug: 6473915 Change-Id: Icd2d436fa1d8fc7bd1deb9e4b799d4f624376fb2
* | | Use non-bold text for Arabic and Thai keyboardTadashi G. Takaoka2012-08-298-5/+11
|/ / | | | | | | | | | | | | | | The key text style can be specified in each keyboard layout in addition to by KeyboardView theme. Bug: 6753168 Change-Id: I4b5abda9322600eb8c6421f20ceef136ef103c05
* | Merge "Adjust accessibility edge slop." into jb-mr1-devCharles Chen2012-08-281-0/+3
|\ \
| * | Adjust accessibility edge slop.alanv2012-08-271-0/+3
| | | | | | | | | | | | | | | Bug: 6969558 Change-Id: Ie33f444e085e5c01326bdf9396eabee5c04ee81e
* | | Consolidate KeyboardView.keyLetterSize and keyLetterRatioTadashi G. Takaoka2012-08-282-18/+16
| | | | | | | | | | | | | | | | | | | | | This change also consolidates keyboardView.keyLabelSize and keyLabelRatio. Change-Id: I4a45bcb6e7fc104ae4a9ae3ecdae9842d813840e
* | | Use TypedArray.getFraction to read percentile values in resourceTadashi G. Takaoka2012-08-283-14/+14
|/ / | | | | | | Change-Id: Ifc8b024d190efba4cd536fd639621e841eb9970e
* | Optimize gesture preview trail drawing a bitTadashi G. Takaoka2012-08-271-1/+1
| | | | | | | | | | | | | | This change also change the fading out duration of the gesture preview trail to 800msec from 1,000msec Change-Id: Icfd5b1ecad66db4f978249486f5fe362a3ae9640
* | Add mako keypress vibration and volume settingsBrian Muramatsu2012-08-242-0/+2
| | | | | | | | | | | | | | This prevents -1 and -1000 from appearing as the defaults in Advanced Settings. Change-Id: I42938782077a0a3dfb5ec2125c0266b6712bcf63
* | Add multiple gesture preview trails animationTadashi G. Takaoka2012-08-243-0/+12
| | | | | | | | Change-Id: I533e6de9b138317472565be82c8ba5e422472888
* | ResearchLogging upload via serviceKurt Partridge2012-08-221-0/+4
| | | | | | | | | | | | | | | | | | | | Upload using an intent service rather than just a thread. More robust in case the keyboard is closed and the upload hasn't finished yet. multi-project commit with Id515c2b1b0d6f85be50f92a661a2d32ebaeaa143 Bug: 6188932 Change-Id: I64a9fab92ff89ee09df877db4e5f7f0ec0ffb3b6
* | ResearchLogging capture full n-gram dataKurt Partridge2012-08-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Captures complete motion data for all words in an n-gram. - Also filters n-grams properly; if any word in the n-gram is not in the dictionary, it is not included. - Simplify ResearchLog to not require explicit state - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions about privacy. - Moved LogUnit out from ResearchLogger multi-project change with Ic70ccb6c2e11eb02d887821434b44daa3eb7a3e2 Bug: 6188932 Change-Id: I731d6cff6539e997874f723b68bdb0d9b651b937
* | Import translations. DO NOT MERGEBaligh Uddin2012-08-211-2/+2
| | | | | | | | | | Change-Id: Id2d245dd2623e5a23871d389aa600b367cbbfe77 Auto-generated-cl: translation import
* | Merge "Revert "ResearchLogging capture full n-gram data"" into jb-mr1-devKurt Partridge2012-08-201-2/+1
|\ \
| * | Revert "ResearchLogging capture full n-gram data"Kurt Partridge2012-08-201-2/+1
| | | | | | | | | | | | | | | | | | This reverts commit 221e756fd7d585f0eb75377b851f23cad24ccd7f Change-Id: Iefc4e4e27ddc925d4a4634627b0467bd4ee2a66e
* | | Merge "Revert "ResearchLogging upload via service"" into jb-mr1-devKurt Partridge2012-08-201-4/+0
|\ \ \
| * | | Revert "ResearchLogging upload via service"Kurt Partridge2012-08-201-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit baf1f0bd616ca1fc3b53ad832012f498b3601afb Change-Id: I7d959b9b626c8fb69a57788e243752952258fa80
* | | | Merge changes Ie980d38a,Ia7ee65e7 into jb-mr1-devKurt Partridge2012-08-201-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | * changes: ResearchLogging upload via service ResearchLogging log when preferences change
| * | | ResearchLogging upload via serviceKurt Partridge2012-08-171-0/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DO NOT MERGE Upload using an intent service rather than just a thread. More robust in case the keyboard is closed and the upload hasn't finished yet. multi-project commit with I40db74fb780e01364609339764e150f0291d3f9b Bug: 6188932 Change-Id: Ie980d38a713d15c01083d41bd73f0602ec75dd16
* | | Merge changes I568c90d4,I4667f8f6 into jb-mr1-devKurt Partridge2012-08-201-1/+2
|\| | | | | | | | | | | | | | | | | * changes: ResearchLogging capture full n-gram data ResearchLogger to track simple statistics
| * | ResearchLogging capture full n-gram dataKurt Partridge2012-08-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DO NOT MERGE - Captures complete motion data for all words in an n-gram. - Also filters n-grams properly; if any word in the n-gram is not in the dictionary, it is not included. - Simplify ResearchLog to not require explicit state - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions about privacy. - Moved LogUnit out from ResearchLogger multi-project change with Ie2bc79fd7fe6b951b24771e94b8d4ca21989af65 Bug: 6188932 Change-Id: I568c90d4af07e7c759c1e7fc64b716bd8c7b4ae5
* | | Remove the whitelist resourcesJean Chalard2012-08-202-440/+0
|/ / | | | | | | | | Bug: 6906525 Change-Id: I1524b9e4c56d28a701d444aa2afbfdcecf0da571
* | Import translations. DO NOT MERGEBaligh Uddin2012-08-163-0/+789
| | | | | | | | | | Change-Id: I5d02e55780596d25356a602027f3c41913057810 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2012-08-131-1/+1
| | | | | | | | | | Change-Id: I36bb28cfdf548a38bfdd3127ddafa6c7d938376e Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2012-08-101-2/+2
| | | | | | | | | | Change-Id: I22eacc83a5aaa0f4e50e02e84ebf2b176dd08fe6 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2012-08-072-3/+3
| | | | | | | | | | Change-Id: I48e2fcef3c0384fb745f6329b8877a8c1a1cd815 Auto-generated-cl: translation import
* | Lingering gesture floating preview text a bitTadashi G. Takaoka2012-08-073-0/+5
| | | | | | | | | | Bug: 6936095 Change-Id: I873343e9aa6afdf6bdb223795f03232509b012a7
* | Import translations. DO NOT MERGEBaligh Uddin2012-08-062-6/+6
| | | | | | | | | | Change-Id: I8cb76298b75155a9d2d4726127759ad9542a93fc Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEYing Wang2012-08-035-25/+13
| | | | | | | | | | Change-Id: I9510061c7ae1f4020cd5c5d24ed75348556ee085 Auto-generated-cl: translation import
* | Update French and Italian separators.Jean Chalard2012-08-042-24/+3
| | | | | | | | | | | | | | | | | | | | French and Italian separators used to be decided this way because of how the old dictionaries were made. However, the new dictionaries actually do include the composite words, and in both French and Italian, apostrophes and dashes shouldn't be treated as separators any more. Change-Id: If11c42625c819e223502a76749dbe797163d3c18
* | Import translations. DO NOT MERGEYing Wang2012-08-0144-266/+134
| | | | | | | | | | Change-Id: Ifdbe0c41f5e01c4afc155ea68c05d50d483e5749 Auto-generated-cl: translation import