| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
letter
This will be helpful to write unit test code.
Change-Id: Ib61cc46ac547084e0dc9ecd3a50814fecf08ace2
|
|
|
|
|
|
|
| |
This change also moves XmlParseUtils to com.android.inputmethod.latin package.
Bug: 5778201
Change-Id: I7d9faa344460753ce178ad4048e0fadb65c75614
|
|
|
|
| |
Change-Id: I68c667b00dadf2ed9f1c62fb7da37d2cf499cd81
|
|
|
|
|
|
|
|
| |
This change also gets rid of XML id from KeyboardId.
Bug: 5002108
Bug: 5679585
Change-Id: I7086c7da3c01ba4ade7f77ee5cc731310da46404
|
|
|
|
| |
Change-Id: I84c20db21e13422817cfb85af522feaa5295626a
|
|
|
|
| |
Change-Id: I70919ff30622afa1d8c29ca45589fa617f2c1f0e
|
|
|
|
| |
Change-Id: Ie0d1204e94fcdf9d578974256bf2ae3e87797f13
|
|
|
|
|
|
|
|
|
| |
This change introduces KeyboardSet and SubKeyboard XML definitions to
represent a set of keyboard layouts.
Bug: 5002108
Bug: 5679585
Change-Id: Ib6c8d5936187381bb6725c9fe574e93871c01a86
|
|
|
|
|
| |
Bug: 5708602
Change-Id: I1a8a9f4320948bb500a96df8773b0bfa1a1d4167
|
|
|
|
|
|
|
| |
The ultimate intent is to close it up in the settings, as it does not
change while typing, only when the keyboard is open again.
Change-Id: I12ff56e7482c1584877fe5531473bf03e95a60f6
|
|
|
|
| |
Change-Id: I7596ce3ae52fde436d06c2dd95ae873c7aa5ef7f
|
|
|
|
|
| |
Bug: 5515381
Change-Id: I26fea896feaf2e9716c7ae3d4f2630360f23ac50
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This bug would kill the case where the whitelist contains
a word to be autocorrected to an uppercased version of
itself, and the user would enter the uppercase version.
In this case, this bug would cause the typed word to be
killed off the list of candidates, and possibly autocorrected
to the *next* candidate.
When the whitelist checks whether this the typed word is
a candidate for whitelisting, this change has it check whether
the whitelisting results in the typed word before returning.
Hence, it can keep the case-insensitive behavior of the
whitelist.
Coincidentally, this change renames the method used to do
this, because it does not comply with the general contract
of Dictionary. This happens to be in the way of another
upcoming change.
Bug: 5420371
Change-Id: Ifb305271acc5f171adf9b18c762ae7975b14be0a
|
|
|
|
|
|
|
|
| |
This goes together with I6b8628b9acc32449e4147a2a754b222fbb76c754
or it will break the build
Bug: 5402436
Change-Id: I07c6266b713773a8de80bb22afdd4c566261f78a
|
|
|
|
|
|
| |
Bug: 5245751
Change-Id: Ic02f951e8e1dbde9d8964d2c16e4928fb374ca41
|
|
|
|
|
|
| |
Also renames PopupPanel to MoreKeysPanel
Change-Id: I37209a5a8fe7dbba1eef03e3be88ba5253653926
|
|
|
|
| |
Change-Id: I7e9e6e5bc4486d8618d0213b112308c3d305c15e
|
|
|
|
| |
Change-Id: Ia92ec4612090b03829db9a87ce68d701db6e15bc
|
|
|
|
| |
Change-Id: I7df8c813038adec750eda260740bcc8a4da41acf
|
|
|
|
|
|
| |
This is a preparative change for inserting the spell checker.
Change-Id: Ie441879cac4f67078ec27a95f1fcbbf3ef373df7
|
|
|
|
|
|
|
| |
This is a follow up change of I90ffbde0
Bug: 5023981
Change-Id: I3a6b862d05f5f907dee954cd6d6fee983b20ab5e
|
|
|
|
|
|
|
| |
This is the first step to implement suggestions pane as mini keyboard.
Bug: 5023981
Change-Id: I90ffbde0fda19b4be68add449310997b56bf6904
|
|
|
|
| |
Change-Id: Iaf2cb7841c4622eedeb4bf880d55988bfa61e823
|
|
|
|
|
|
|
| |
This change is a follow up of Ia72de236.
Bug: 4311428
Change-Id: I0ad0f1fb93545ceb40df8dffe377240b020c2602
|
|
|
|
|
| |
Bug: 4971680
Change-Id: Ifff27f3bd3dd26417bfcb7072aaba074025b1bb7
|
|
|
|
|
| |
Bug: 4768084
Change-Id: Ib8771afd7363a4a5590b2b4a586e3014c026be34
|
|
|
|
|
|
|
| |
To keep unit test simple, instead of specifying top padding in
the constructor, make separate setter for it.
Change-Id: I8870622cc1bd97420637b8c465bdb6c9dd366062
|
|
|
|
|
|
|
|
| |
Because Key only has bottom padding, to make mini keyboard vertically
symmetric and looks nicer, we should add mini keyboard top padding
that equals to Key bottom padding (a.k.a. vertical gap).
Change-Id: Icceb687d50edfa48e0f0830a60a1e230836c982f
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Cherry-pic I993ac772 from Honeycomb-MR2.
Bug: 4586882
Change-Id: Ie74138523a3ae7958c7bec674c49aa0ab1a72d05
|
|/
|
|
|
| |
Bug: 4903326
Change-Id: I2493d6dae613d2e37dfa8ce96b4cddc9a038160c
|
|
|
|
| |
Change-Id: I9de118e8be60b9a6fe1aecc00332ba08872db918
|
|
|
|
|
| |
Bug: 4436327
Change-Id: I074014d28dcb323b60dbc8fd9e169c75c393e0b3
|
|
|
|
| |
Change-Id: Ic1459066b865cde5104b3734193f76c997959c68
|
|
|
|
|
|
|
| |
Until API version 9, java.util.Arrays.binarySearch(int[], int, int,
int) doesn't exist.
Change-Id: Ife0ed4fbac642eda069e7b6f6b8dd30e0cd5fdee
|
|
|
|
| |
Change-Id: I0b958f10e2146a3a70c9c0643f62ad48ae472631
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 4450008
Change-Id: Ic6c457db808d8e7479bfaa509192c07a384453e2
|
|/
|
|
|
|
|
| |
- Multiply the speed of the slide
Bug: 4427222
Change-Id: Ifd2de9843191296f0f311440ea7b8ab075c67d8d
|
|
|
|
|
|
|
|
| |
This also fixes a small inconsistency upon clicking on whitespace
twice in a row.
Also add some unit tests for an introduced and an existing method.
Change-Id: I1be2fb53c9624f4d0f5299009632cb4384fdfc15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some flag settings used to be stored in a keyboard layout extravalue setting. This
change:
- Introduces the capability of setting such specific flags in values/config.xml
- Retains the ability to use extravalues (for layout-specific settings), though
there is no more any such setting at the moment.
- Fixes a bug where loading a dictionary from outside does not initialize the flags.
- Moves Flag to another class.
Note: this needs I705ec68c to avoid breaking the build
Change-Id: Ia7703aae3215b06c0b3cb792821649806e8998c1
|
|
|
|
| |
Change-Id: I55009bf38b1422301223bd90463f837562559dc5
|
|
|
|
|
| |
Bug: 4280617
Change-Id: I34c344cbf350fe125589aa14ad69e4bd1f4e6f66
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change adds basic support for an external dictionary provider.
It adds methods for reading the dictionary itself from an asset in
the dictionary provider package directly, obtaining the file name
through the ContentProvider interface; it also adds a way of getting
the data through an InputStream and copying the file locally.
Incidentally this change also adds the code needed to listen for
updating the dictionary provider package and reloading it in time.
This change also goes hand-in-hand with Iab31db6e, which implements
the small closed part of this.
Issue: 3414944
Change-Id: I5e4fff99a59bb99dbdb002102db6c90e6cb41c8a
|
|
|
|
|
|
|
|
|
| |
This changes:
* Flag initialization code in BinaryDictionary to be more unit test friendly.
* Removing unnecessary class hierarchy of LatinIME inner class WordAlternatives.
* Formatting normalized score neatly.
Change-Id: I9f10c093d4f36258fe883cf3fb10cbbda2770497
|
|
|
|
|
|
| |
Bug: 3447571
Change-Id: I538e4e706982129b666ca1ab1085f1b68b69f87f
|
|
|
|
| |
Change-Id: I161b451404bbecb30d8e229004786b9e9882e41c
|
|
|
|
| |
Change-Id: Ibb356e95e4acd965a0dfbf695de1cebcefc5cd9e
|
|
|
|
|
|
| |
Bug: 3311719
Change-Id: Ie596304070e321ad23fb67a13bf05e2b6af1b54b
|
|
|
|
|
|
|
|
| |
This change also introduces number password (a.k.a. PIN) layout. The
text password layout will follow.
Bug: 3384942
Change-Id: I50b5e413e47a28d5285fd0468115e11ce46c7f18
|