| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit '776bba098b8777763128e78bc3f110a7250e27ae':
Turn off personalization default settings
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Because the previous personalization settings default value was on,
this CL changes the preference key of the personalization settings.
Bug: 10587358
Change-Id: I80233e8af4b532d8c67d8fb184c2865862bb35dd
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'e49e007bb233ab9ac0bfa8a36fcb4a67e41496c8':
Fix: Use old suggest after reloading.
|
| |/
| |
| |
| | |
Change-Id: Icb2821f61c4203254b7d573cad5ce71fbf0ed841
|
|\|
| |
| |
| |
| | |
* commit '80d413caff342149aea958199cd343ebc75c8e91':
Straighten out database cursors behavior.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some were never closed, other closed twice. This change
makes all Cursor instances behave, having the #close()
call in a finally{} clause, and puts the burden of closing
the cursor squarely on the creator rather than in the
called methods.
There is however one exception that is beyond the scope
of this change: UserDictionarySettings have a Cursor
member, it's never closed, and fixing the problem is not
obvious. This change adds a TODO for now.
It's not very clear if this change actually helps with
bug#12670151, but it may be related and it's a good
think to do anyway.
Bug: 12670151
Change-Id: I87cc44387e7dee3da1488671b93a28d9d73f7dc0
|
|\| |
| | |
| | |
| | |
| | | |
* commit '28e0b249650d08f25f2b7da8034e09a244be825c':
Fix a bug where the cache would be out of sync
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
During recorrection, the cursor position when calling
commitText is not necessarily at the end of the
composing text.
Besides, RichInputConnection assumes the cursor is
always after any composing text. This is not correct,
but in the practice, it seems all code paths work.
We should fix this in the future.
Bug: 13060691
Change-Id: I15f71fff62d36e80cf6e4a022c5e78af634b199d
|
|\| |
| | |
| | |
| | |
| | | |
* commit '783dabb812d983a7c56dbb1071145c5e58da9ff1':
Cleanup.
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
Less code, less chance of stuff escaping, and a bit of a clarification.
Yay.
Change-Id: I3193fd8ad7ac28195260cbc231c4e498a63a460c
|
|\| |
| | |
| | |
| | |
| | | |
* commit '266c8c5b1dbccbc4252fb79f042a4a5660c62763':
Some cosmetic fixes in LatinIME.java
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
Change-Id: Ia2d04ab992f5a0cc736150b2691b2f8ae8f0955d
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'db21fad18f70eb4abaf60a8c0ae7f285682acf20':
Avoid crashing when the Content URL is not found.
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I'm not sure when this can happen, but it seems it does
at least on older versions of the platform. Let's avoid
crashing.
Bug: 11618402
Change-Id: If730b5bd8f20e0f60b884eab5900099116afc5f0
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I2025fbb4b811c98f520ec048e4df4973da651709
Auto-generated-cl: translation import
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: I7d2af0a3e69dd9f20369163141e9c71c8c6505e9
Auto-generated-cl: translation import
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* commit '0d32643e69dd75ba55ccca3c08d1478afb395125':
Cosmetic fixes
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I6c755565ba7689357d02d26cc0e92a93031953e8
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'cc05f468ca2599e6efd7517f5f946152ed2ad3b7':
Refactor InputAttributes a bit
|
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | | |/
| | |/|
| | | |
| | | | |
Change-Id: I43d65be6de64ba86f83e8528a138e20c4fa1e3ed
|
|\| | |
| |_|/
|/| |
| | |
| | | |
* commit 'affdd364232549d2062fc180f924f5b6496c26fd':
Set neutral suggestions should be called after load settings
|
| |/
| |
| |
| |
| | |
Bug: 13058751
Change-Id: Iba49e86b90d595473d91753827d499e551dad45c
|
|\|
| |
| |
| |
| | |
* commit 'f0f4e9fc16f669f4499fb9de42362d8d52862ae2':
Update important notice version even when user select Settings
|
| |
| |
| |
| |
| | |
Bug: 13060852
Change-Id: I463fdf3d51cacf99693fcde2998ea751046d1cc5
|
|\|
| |
| |
| |
| | |
* commit '782c9fee6bcb32d67c8ee9faa7e5c9dfb091afd3':
Don't resume suggestion on links.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 11447084
Change-Id: I5bd558b9dd85d1505aa918f44e8ac3e52ec42d97
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'd91cd9919e309e72f912f5cb135792351d7081ac':
Catch exceptions we can't do anything about.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This also abstracts away the "package deactivated" case for
simpler and safer code.
Bug: 11072561
Change-Id: Idaaf2ae8d8d5b2c4a15de641bbf2f8c5c7cc9410
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'da0edf86c412194483ac84b9a0961573f8377583':
Stop overriding InputView.dispatchTouchEvent
|
| |\ \ \
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 11721001
Bug: 11976254
Change-Id: I950f13ec4084da7fd9c1c25fd7abed1e5d31ed4c
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '1e9897b0c77b858ae479d531732b6795aaf0b2de':
Consider non-breaking spaces separators.
|
| |\ \ \
| | |/ /
| |/| | |
|
| | |/
| | |
| | |
| | |
| | | |
Bug: 13056209
Change-Id: I6100b3ee21cf143140398757d9f7e7445067877a
|
|\| |
| | |
| | |
| | |
| | | |
* commit '891e4860f838d3dbe139542d4a1172b3de7a5225':
Stop overriding SuggestionStripView.dispatchTouchEvent
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 11721001
Bug: 11976254
Change-Id: Idfdeafe45abb16ca54be529b4f4b2c38c22a7fac
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
MainKeyboardView.dispatchTouchEvent"
* commit '1751615f7d6702c6f3438a402e0ce179aafd15cf':
Remove unnecessary override of MainKeyboardView.dispatchTouchEvent
|