| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Rename KeyboardShiftState variable and reorder some statements.
Change-Id: I7e8842836f35876f8697f9906343f7d4a1f9db4f
|
|
|
|
|
|
|
| |
The issue was introduced by Id2320f4d.
Bug: 5887936
Change-Id: Ifec3aefb5b168f790de696ece104b84cdab46539
|
|
|
|
| |
Change-Id: I424a4b608fec084cb787003ef4417ccf273366ae
|
|
|
|
| |
Change-Id: I0a783a425302fbc381d056f5b0d757c27f2a9f14
|
|
|
|
| |
Change-Id: I17d908b60bbf784dae7add8355f699a63f7eb90a
|
|
|
|
| |
Change-Id: Id613c06e2df770659095d78d42637aed063d0c70
|
|
|
|
|
|
|
|
|
|
|
| |
* Rename KeyboardActionListener.onPress to onPressKey
* Rename KeyboardActionListener.onRelease to onReleaseKey
* Merge KeyboardSwicther.onPressShift, onPressSymbol, and onPressOtherKey to onPressKey.
* Merge KeyboardSwitcher.onReleaseShift and onReleaseSymbol to onReleaseKey.
* Merge KeyboardState.onPressShift, onPressSymbol, and onPressOtherKey to onPressKey.
* Merge KeyboardState.onReleaseShift and onReleaseSymbol to onReleaseKey.
Change-Id: Icf28fd18e238c5e534c292893e4ab5b6b98e72f8
|
|
|
|
| |
Change-Id: I9bb8f78b0a766cd7937d5cbe1c1e5e35898b2997
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 5708602
Change-Id: Id85db2f8b7b427ba62205f5aaad481a3d33e65fc
|
|/
|
|
|
| |
Bug: 5708602
Change-Id: Ib9d2b7a2878f78adecc857fd569fba8965cf4a03
|
|
|
|
| |
Change-Id: I049c224994a37121de031b9fd61edb52eb912e20
|
|
|
|
| |
Change-Id: I52c1bc237c20b8bd49fca2431b83843a6e2af10b
|
|
|
|
|
| |
Bug: 5857492
Change-Id: I5ef78af21a76e8cf645e223d1ffa6212690bb1eb
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Move test target KeyboardState into MockKeyboardSwitcher.
Change-Id: I0998a5306a59e777360df9d1321b545313b939f9
|
|/
|
|
| |
Change-Id: I6a08e04628bac0222140e5b1b108f6bcb39859a2
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
We need revised scoring test because dictionary look up algorithm has
been changed significantly since this SuggestTests was made.
Change-Id: I69d527a6bfa24ed0dc189fddad1afab0566c6eb8
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I5631d010194423fd3d9c216db760ffa726131977
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I3363fba44ee70876fd7ba8e27c6ca3c83753b53a
|
|/
|
|
| |
Change-Id: Id85814aa3bcd9cacbe446b2dfda3ca2ab9146c13
|
|
|
|
|
|
| |
bug: 5858137
Change-Id: Ic4b6270c6e51ef4ed25a6a1d8ddd7fdfa70fd78d
|
|
|
|
| |
Change-Id: Id2320f4d9b5f22f0ac844ab20ce42b0c4e7c6880
|
|
|
|
|
|
|
|
| |
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
|