| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: 5851148
Change-Id: Ic270318842d8e16bc62d78d5fe0d6be0ca1fb532
|
|
|
|
| |
Change-Id: Id2320f4d9b5f22f0ac844ab20ce42b0c4e7c6880
|
|
|
|
|
|
|
|
| |
letter
This will be helpful to write unit test code.
Change-Id: Ib61cc46ac547084e0dc9ecd3a50814fecf08ace2
|
|
|
|
| |
Change-Id: I16fa4099c75faac35344b0e4d3c2b866ddac896a
|
|
|
|
|
|
|
|
| |
Auto-correct cancellation would sometimes kick in at
wrong times, causing crashes.
Bug: 5784542
Change-Id: I68dd6b8d9237ce9b66af2dc63e77ba6dd5fd69dd
|
|
|
|
|
|
|
|
|
| |
This was introduced by a badly-rebased commit. The culprit was
I103d6851. There was also another bug lurking there introduced
by a previous commit that this fixes.
Bug: 5775347
Change-Id: I133b54a5159e19714f4bcae8ffbb4824cff9f466
|
|
|
|
| |
Change-Id: I31cce9db471dcd4a7b3477bcb037a8ff482b7696
|
|
|
|
|
|
|
| |
This change also moves XmlParseUtils to com.android.inputmethod.latin package.
Bug: 5778201
Change-Id: I7d9faa344460753ce178ad4048e0fadb65c75614
|
|
|
|
| |
Change-Id: I68c667b00dadf2ed9f1c62fb7da37d2cf499cd81
|
|
|
|
|
|
|
|
|
| |
Also this change moves LatinKeyboard attributes,
autoCorrectionSpacebarLedEnabled, autoCorrectionSpacebarLedIcon,
spacebarTextRatio, spacebarTextColor, and spacebarTextShadowColor to
LatinKeyboardView.
Change-Id: I7cc27ce1fc550e9f620a9ed0fbe4b8172902d5a1
|
|
|
|
| |
Change-Id: I28e87ea3af9581f12094770b42f113e9018886c4
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I5e4b2b6f3cd943c8f6187aaed21d67ec786bf5df
|
| |
| |
| |
| | |
Change-Id: I825307a429f46b31ed9bd940b5a97d2713127dfe
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
...instead of the hard-to-understand mHasUncommittedTypedChars.
This is possible because now the word composer is actually aware
of commits.
Change-Id: I36b664ce8402a280f801e87b9ebe161f416b0853
|
| |
| |
| |
| |
| |
| |
| | |
Move variables around, inline useless functions, remove
useless local variables.
Change-Id: Icb89d8b211a2ad4bc3619137c2276a649c2a5e34
|
| |
| |
| |
| | |
Change-Id: I103d6851f54f47cbffdb567fb0f4c505c4697b05
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is the last one (whew)
Also move a somewhat unrelated initialization out of the
input attribute initialization function.
Change-Id: Icc77b32fd16b112ab43786715061b1c9dca31c04
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change also gets rid of XML id from KeyboardId.
Bug: 5002108
Bug: 5679585
Change-Id: I7086c7da3c01ba4ade7f77ee5cc731310da46404
|
|/ /
| |
| |
| | |
Change-Id: I550eba1fc3fa2843d007a8208d81fad208c1196b
|
| |
| |
| |
| | |
Change-Id: Iabb99a7f8f3f1777f9a87ae2bddff9795a50fa92
|
| |
| |
| |
| |
| |
| | |
This helps to make following changes smaller
Change-Id: I95ba2901ac3bf1ed70a748c35a0babdd9af1df63
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I32fce0ea8c5c58b6f920d0758c8bf57769f39a12
|
|\| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The ultimate intent is to make these variables final,
which will allow to move the computing function to the
InputAttributes class.
Change-Id: Ifb1fc7321a19b10d60aa63fa0daaa2708deda2cf
|
|\| | |
|
| |/
| |
| |
| | |
Change-Id: I834390c83865aac59fb758d5c66cf9b74103abd8
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: I0cdcd57bfd31c9b21cfb932d7ff91bd013cde6d7
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I04e691fbc9227d4df195429bca89edea93575347
|
| |
| |
| |
| | |
Change-Id: If4b823768ab9c073625da3034ecc8091be1df230
|
|/
|
|
|
|
| |
This change fixes Gingerbread theme.
Change-Id: I142437ac0173df48ab36390f47ed67c6cea24a65
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Iad756a7a775c93f3344c6962e7b3456ef8339490
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently, these variables hold the info about the composing
word, or maybe some outdated info, and it's not very clear
which it is. LatinIME is maintaining the freshness info in
a separate boolean, and uses it throughout the code for many,
many things, leading to much confusion.
The idea in grouping this info is, it can be saved in another
instance and restored later. It can be tested against to know
whether there is actually outdated but kept info or not, and
it should allow to straighten out what is actually currently
being typed. Ultimately, it will eliminate the need for
LatinIME to keep track of the status of the info in the
word composer.
Change-Id: I00e2c690f303f8320c9be35590a6df4583e9e456
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I4894d188d5612380cc9f8eec7cb72544e37fb2b0
|
|/
|
|
| |
Change-Id: Ie93c7437fb9a3fe63adaa48c2d4a723f96c0a0e1
|
|
|
|
| |
Change-Id: I724df0be7ac07ffb9f1f4974175aed5a2606221b
|
|
|
|
|
|
|
| |
Also rename the function to reflect better the behavior.
An upcoming change will clean up the remnants
Change-Id: I19bdf0d9e95f62ee749e1f64fe17132c4a5ef0bc
|
|
|
|
| |
Change-Id: Ibea64133f200dce80034c641d4798b62843a2512
|
|
|
|
|
|
| |
Small simplification of the code.
Change-Id: I1f67ae529bbb2c9316bf5e083d367c57040ea22c
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 5722703
Change-Id: I56bcf6ccde82b4176093de4f197a8736b0cc8c10
|