| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: 16864527
Change-Id: I698a1b3e09e7e9a12722169b37f87bd51c8cbd34
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Also start showing the logging preference on this screen too.
This settings screen will be the container for all account
management, sync and privacy related settings
Bug: 17464068
Change-Id: Ie0806f6e8a542e9dea2834445ff7b38805207bda
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| | |
This is a cherry-pick of Ic72d6fecc3 from lmp-dev.
Bug: 17536096
Change-Id: Id76b8f8dc85d03bc7ed5f24800301c081a82a8d2
|
|\ \
| |/
|/|
| | |
Change-Id: If391cc622367dfb4448c6a5c32b82111d352d86e
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
With this CL, the previously used commit indicator was reverted.
Instead we use the add-to-dictionary indicator only at the moment.
This CL also fixes the indicator position in bidi context.
BUG: 17335734
Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6
|
| |
| |
| |
| |
| | |
Bug: 17537869
Change-Id: Ibfc1c84aff72aeb76c9b127503369d00f3dfaceb
|
|\|
| |
| |
| |
| |
| |
| | |
Keyboard" into lmp-dev
* commit '4d8efc97873d12b4596c695fbcf7e72330b5253e':
Reorganize settings in Google Keyboard
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changes :
Input languages -> Languages
Input preferences -> Preferences
Multi lingual Options -> Multilingual Options
Keyboard Theme -> Theme
Gesture typing preferences -> Gesture typing
**New
Appearance
-> Theme
-> Custom input style
**Removed
Multilingual options from L dynamically
Bug: 11866784
Change-Id: I07404c27868e1b087b0cafb63d2031a5b493a885
|
|\|
| |
| |
| |
| |
| |
| | |
full-screen mode
* commit 'ead70974aecd78d5bad0fa87a759f6bf82dcb503':
Support CursorAnchorInfo in the full-screen mode
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This CL allows to emulate the behavior of CursorAnchorInfo
in the full-screen mode to work around the limitation of
the framework.
Basically this CL copies relevant code from the framework
to LatinIME. This is actually a code duplicate which isn't
great, but probably the only way that is available right now.
Change-Id: I30bc8c3387c91c8e47252ba699cbd967d8927dad
|
| |
| |
| |
| |
| |
| | |
Bug: 16547557
Change-Id: I8502585976deb5e93fff3b1e0266654b8a927bda
|
| |
| |
| |
| |
| | |
Bug: 17398284
Change-Id: If49593e2c959935a183a4cd9d988407cc1160599
|
| |
| |
| |
| |
| |
| | |
Also introduce some unit tests that would have caught the bug.
Bug: 17398284
Change-Id: Idb715b7bd2f70992d6cdf4e25ef368809382caef
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
...and remove it from SuggestionResults.
Change-Id: Iae85ec7e82e2caf18cc6d7656aa46dc150707cdd
|
|/ /
| |
| |
| |
| | |
Bug: 16547557
Change-Id: I4aba278eb4114e0075f3f8b38c7e132743927fa8
|
| |
| |
| |
| |
| |
| | |
Bug: 16547557
Change-Id: I5faba5e26d072b49c0fffcaeaf5062f9e0c2dcc0
|
| |
| |
| |
| | |
Change-Id: I4f70f6eebe076c7d2b780d25e3a2c1d3faa2edfa
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 5ef447aeea97c755008785b36468715922b7ccc1.
Reverting because this broke a bunch of unit tests -- https://sponge.corp.google.com/target?id=b6439742-099e-46cb-8f00-d0c602a4d9bb&target=com.google.android.inputmethod.latin.tests&searchFor=&show=FAILED&sortBy=STATUS
Change-Id: Ibbd9e11372993f62e630fd9da37158ffcf47c17a
|
|\| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This now supports all cases, including cases not supported by
the framework.
Now rebased on top of the right change, and renamed
Change-Id: I7886f0dcbb86cdb4dccec09aa7c52ad339680e04
|
|\ \ \
| |/ /
|/| /
| |/
| | |
* commit '68a2a69ae35352650a4c6dfc0b0c69069c4a1e1d':
Simplify onComputeInsets of LatinIME
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This CL expands SoftInputWindow to the entire screen. Thus a key
review backing view is eliminated and onComputeInsets() gets
simplified too.
Bug: 17212702
Bug: 10841052
Bug: 10541453
Change-Id: I2d859f4e4698c64cabe399000821f13bab729996
|
| |
| |
| |
| |
| |
| |
| | |
This should make IDEs happy with appropriate source code directory
selection.
Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
(cherry picked from commit fb74ab15c1343084740d65ef8744cad33a678e82)
|
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit a63d0a8ee6cb05bcddb69bf9a6018853d89d886a.
This patch seems to be fine after all, but was submitted without its companion [ML1.1] patch causing a build breakage. Reverting the revert and submitting both at the same time seems like the right thing to do.
Change-Id: Ib8fefa40b74dcee0edb025a52dac9b35c82d49df
|
| |
| |
| |
| |
| |
| | |
This reverts commit 8ffe4bc9321e582a4d882f21e465d5886616f489.
Change-Id: I9d4c98b0adfdb78b0f4d376f7691e50d1bd2228f
|
| |
| |
| |
| |
| | |
Bug: 11230254
Change-Id: Ic7a1bf938a5a186dcff527b556295aba2406e8b9
|
| |
| |
| |
| |
| | |
Bug: 17169632
Change-Id: Ibee088d76c2b19f1d62a3c9c119452726e856ec8
|
|/
|
|
|
|
|
|
| |
This should make IDEs happy with appropriate source code directory
selection.
bug: 16829244
Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug: 13142176
Bug: 15531638
Change-Id: I89cef5264073eed25ffb5be10fdff731df0a3138
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
Bug: 13142176
Bug: 15531638
Change-Id: I609fa61fccf2a0c738726985806b7d9248eadf49
|
|/
|
|
|
|
| |
bug: 16717930
Change-Id: Iddc8e831c3f01ec7eb02ed1bc5d5e103d497e177
|
|
|
|
| |
Change-Id: I907041b09e5bfce537ed4f592947b2cec8cef4ac
|
|
|
|
|
|
|
|
|
|
|
| |
Add scripts for Bengali, Devanagari, Kannada, Malayalam,
and Tamil.
Also include a very minor fix for Arabic.
This concludes work on:
Bug: 15840116
Change-Id: Iade313fc70030a67c68d424d8cb0cac245b883d1
|
|
|
|
|
| |
Bug: 15840116
Change-Id: I1264fdeea0d4739ca0f360f4934d06e5a824d4e5
|
|
|
|
|
| |
Bug: 15840116
Change-Id: Id72b739e73cb3e72f56e1872ad9d60469555e193
|
|
|
|
|
| |
Bug: 11866784
Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 12725817
Change-Id: Ib9b30473ba94242a7b97ccd3b850068f596a5d17
|
| |
| |
| |
| |
| | |
Bug: 16522808
Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e
|
| |
| |
| |
| |
| | |
Bug: 16522808
Change-Id: I741e2fbc5f0a62c7d4ae00e603eef52cc2a6d086
|
| |
| |
| |
| |
| | |
Bug: 16522808
Change-Id: Ia8ce83b0e69cc8157f7b8cefcfeb863eb85ee4b4
|
| |
| |
| |
| |
| | |
Bug: 16522808
Change-Id: Ib8c2997466bb006c6b5d4e980344507b822d0023
|
| |
| |
| |
| |
| | |
Bug: 16522808
Change-Id: I0bfac43513e1fb85b5d4c07f56dd4c5b82f75ed1
|
|/
|
|
|
|
|
|
|
| |
This CL introduces a common abstract class, SunScreenFragment, for
PreferenceFragment that implements a PreferenceScreen of the main
settings preference screen.
Bug: 16522808
Change-Id: I11fba71b5e9f96208b261e0c0314de8a41720d0f
|