| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit 'f16d63c644acac34085943adc21d73c91d5f58b9':
Tweak key popup animation parameters
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Key popup show up start scale 98%
Key popup dismiss end scale 94%
Key popup show up duration 17ms
Key popup dismiss duration 53ms
Bug: 11518021
Change-Id: Icfde99969163f05cfaed1050ea074545d44db13b
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I2dc0e76dc4c696c1a7e9748b55e1badd273aea09
Auto-generated-cl: translation import
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Icd3f92273190c481f98e176097d933c2078dad9d
Auto-generated-cl: translation import
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* commit '34fb962513ce25ad81149bfc4034b40131ce03fa':
Call PersonalizationDictionarySessionRegistrar.init().
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Wrongly removed in I1f50cb137b6054dc9.
Bug: 13067743
Change-Id: I27cd221cb7f6e403c3fc128d65d14dbf628b6f55
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'd102eb80da07de6b9541c3e8d767441d84257b8d':
Remove personalization dicts for multilingual users.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 13067743
Change-Id: I1f50cb137b6054dc9442237586b70fc0aa2bf427
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '920c40fe45c446f738a3d8e9fe7b321b8e92eb2e':
Use AlertDialog.setOnDismissListener
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
AlertDialog.Builder.setOnDismissListener is supported from API 17.
Bug: 10587358
Change-Id: Ie8ce8e283b803f7f6bb58ced446e676339f980eb
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
displayed"
* commit 'ed616083dda090775c6d17ca073ccb80aaa1c4bd':
Turn personalization on when important notice dialog is displayed
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This change must be checked in together with Ifde70b1d3b.
Bug: 10587358
Change-Id: I9dc48f9d521e0e6f6269e4f184389ba805f3053f
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '3a7ed5fdfe5e2ceaabe80532a75380e2c6c1e012':
Fix IllegalStateException raied by monkey
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bug: 13082467
Change-Id: I9290974821d22067e7ddd60dce441b11ca533a0f
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '03105290d840c86b6fe9376bade466e606391141':
Throw exception when the header cannot be read.
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bug: 13066902
Change-Id: I8fd0f361a4ca55aaab8a2bd2e11f48f92b87fc93
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* 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
|
| |\ \ \ \
| | |/ / /
| |/| | | |
|