| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Fix a verifier error on ICS." into lmp-dev |  Jean Chalard | 2014-07-24 | 2 | -4/+11 |
|\ |
|
| * | Fix a verifier error on ICS.•••Bug: 16530557
Change-Id: I271c5884995a1d5f8a1cb7aee6f52d17fabb9e72
|  Jean Chalard | 2014-07-28 | 2 | -4/+11 |
* | | Use fragment for input preference screen•••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
|  Tadashi G. Takaoka | 2014-07-27 | 7 | -56/+276 |
* | | Make "Show correction suggestions" as a binary option•••Formerly "Show correction suggestions" had three options, "always
show", "show in portrait mode", and "always hide". The reason behind
"show in portrait mode" was that there may not be enough screen estate
in landscape mode to show suggestions. Because recent phone devices
have relatively large screen, we decide to remove "show in portrait
mode" option.
Bug: 15780939
Change-Id: I896d737452c3893d43ce20bd88127f10c1eb3d83
|  Tadashi G. Takaoka | 2014-07-27 | 8 | -84/+44 |
|/ |
|
* | Remove unnecessary DebugSettingsActivity, use fragment directly•••This CL must be checked in together with I1db2e848ab.
Bug: 16522808
Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c
|  Tadashi G. Takaoka | 2014-07-23 | 6 | -63/+3 |
* | Enable InputMethodService#onUpdateCursor behind the flag•••With this CL, InputMethodService#onUpdateCursor and
InputMethodService#onUpdateCursorAnchorInfo can be enabled
on L when ENABLE_CURSOR_ANCHOR_INFO_CALLBACK and
ENABLE_CURSOR_RECT_CALLBACK are specified, respectively.
BUG: 16382260
Change-Id: I29924128f6bd2f08cbd91cc4e82c9c4a6ecce3ff
|  Yohei Yukawa | 2014-07-20 | 3 | -39/+31 |
* | Merge "Use CharSequence for spell checker to keep spans preserved" into lmp-dev |  Yohei Yukawa | 2014-07-17 | 5 | -32/+43 |
|\ |
|
| * | Use CharSequence for spell checker to keep spans preserved•••This is a ground work to take per word locale information into
consideration in the spell checker. This CL is supposed to change
no user visible behavior.
With this CL, the spell checker session is able to read span
information if necessary.
BUG: 16029304
Change-Id: Icb1e1ecdf40fe0445e14565b685b1b878b746210
|  Yohei Yukawa | 2014-07-20 | 5 | -32/+43 |
* | | Remove deprecated locales - DO NOT MERGE•••Change-Id: I8c1efe2343eea40faf7a690518c500af86c1c323
|  Baligh Uddin | 2014-07-20 | 67 | -6817/+0 |
|/ |
|
* | Merge "Add two convenient utility methods for L new API" into lmp-dev |  Yohei Yukawa | 2014-07-18 | 1 | -6/+70 |
|\ |
|
| * | Add two convenient utility methods for L new API•••This CL adds two convenient utility methods for
InputConnection#requestCursorAnchorInfo to encapsulate
a bit complicated parameter construction.
BUG: 16382260
Change-Id: Ib11e3bd15a4edcb602c08ff830b2fb7b34ec00da
|  Yohei Yukawa | 2014-07-19 | 1 | -6/+70 |
* | | Merge "Update Hindi Compact keyboard layout" into lmp-dev |  Tadashi G. Takaoka | 2014-07-19 | 4 | -8/+16 |
|\ \ |
|
| * | | Update Hindi Compact keyboard layout•••Bug: 13779052
Change-Id: I350e5521b41d2a0b1cc17b6d4a48e6a816db916c
|  Tadashi G. Takaoka | 2014-07-19 | 4 | -8/+16 |
* | | | Remove unused Key.keyLabelFlags' values•••Change-Id: Iae3cd6674448f258ee0a4bf2966bf3c347876b4f
|  Tadashi G. Takaoka | 2014-07-19 | 11 | -96/+4 |
|/ / |
|
* | | Merge "Enable StringUtils to split CharSequence like String#split" into lmp-dev |  Yohei Yukawa | 2014-07-17 | 1 | -0/+52 |
|\ \
| |/
|/| |
|
| * | Enable StringUtils to split CharSequence like String#split•••This is a groundwork for enabling LocaleSpan.
To enable LocaleSpan everywhere, we need to switch to
CharSequence from String so that Span infromation can be
preserved end-to-end. To achieve this, we need to have
CharSequence version of String#split.
BUG: 16029304
Change-Id: I0dd103185dcf62fb1e25054a374340790e6a4678
|  Yohei Yukawa | 2014-07-19 | 1 | -0/+52 |
* | | Use Theme.DeviceDefault theme•••For API 21 (and later), Theme.DeviceDefault.Light is specified.
This CL must be checked in together with Ic91f28df81.
Bug: 11866784
Bug: 13888366
Bug: 15781377
Change-Id: I01b288473128fc2491d3663e90cab56d0ba2d704
|  Tadashi G. Takaoka | 2014-07-18 | 3 | -10/+10 |
|/ |
|
* | Clean up under the util package.•••- Move util classes that are unused in AOSP
- Remove unused methods
Change-Id: Ic97fd313f1e2bafd50609d42aa3a2d090b63eafc
|  Ken Wakasa | 2014-07-18 | 3 | -441/+0 |
* | Add a compatibility library for newly added methods in L•••This CL adds an compatibility library for
InputConnection#requestCursorAnchorInfo method that is supposed to
be available in L and later.
BUG: 16382260
Change-Id: I68be0c56b9fd929546e8706ccece938ae4f33339
|  Yohei Yukawa | 2014-07-18 | 1 | -0/+70 |
* | Rename ProductionFlag to ProductionFlags•••Change-Id: I5da2dbf8828fa0e176e7c2496392a5f561ebfe20
|  Tadashi G. Takaoka | 2014-07-16 | 5 | -11/+11 |
* | Merge "Rename LatinImeLogger to DebugFlags" into lmp-dev |  Tadashi G. Takaoka | 2014-07-16 | 19 | -40/+53 |
|\ |
|
| * | Rename LatinImeLogger to DebugFlags•••Bug: 15318007
Change-Id: Ic0268fd12865c9a692a5e7110a9beb76cb8b6d7f
|  Tadashi G. Takaoka | 2014-07-16 | 19 | -40/+53 |
* | | Merge "Use SwitchPreference for spell checker setting" into lmp-dev |  Tadashi G. Takaoka | 2014-07-16 | 2 | -13/+7 |
|\ \
| |/
|/| |
|
| * | Use SwitchPreference for spell checker setting•••This is a follow up of I1f7214c689.
Bug: 15781377
Change-Id: I7289b8b724e086da80ab3849cc567560c1a8502d
|  Tadashi G. Takaoka | 2014-07-16 | 2 | -13/+7 |
* | | Update Material theme colors•••Bug: 15782668
Bug: 15436349
Change-Id: Idbf98933e60531dbddb9450c6dbe7c4e2492cbd5
|  Tadashi G. Takaoka | 2014-07-16 | 3 | -19/+25 |
* | | Mark Theme name text as translatable="false"•••Bug: 16226064
Change-Id: Ice28fc20680889a4053c5d20c88dd744a0f7297e
|  Tadashi G. Takaoka | 2014-07-15 | 1 | -8/+8 |
|/ |
|
* | Track crashing during migration to avoid crash loop. DO NOT MERGE.•••Bug: 16213554
Bug: 16235703
Change-Id: Ib29b1a84b4c6ebae06d3dc6448f3c274ec6a7aab
(cherry picked from commit 1d6024d2f8051271e3c9abc1285d989114f5f1d7)
|  Keisuke Kuroyanagi | 2014-07-14 | 1 | -11/+29 |
* | Use SwitchPreference on API versions newer than KitKat•••Bug: 15781377
Change-Id: I1f7214c689006b1088249783eb614b6f0fbf2ee7
|  Tadashi G. Takaoka | 2014-07-13 | 3 | -4/+87 |
* | Fix wrong shift key icon in Material Light theme•••Bug: 16208129
Change-Id: I34ba531bcdd9b18b3b84c78cf0cd9cae439ecd5d
|  Tadashi G. Takaoka | 2014-07-12 | 1 | -1/+1 |
* | Merge "Update Material theme colors" |  Tadashi G. Takaoka | 2014-07-10 | 4 | -20/+24 |
|\ |
|
| * | Update Material theme colors•••This CL also fixes a bug of pressed state color of suggestions strip
in Material Light theme.
Bug: 16208167
Change-Id: I4315893bd129f65f34c863b003c8b2cfab4d2d84
|  Tadashi G. Takaoka | 2014-07-11 | 4 | -20/+24 |
* | | Increase CHAR LIMIT of settings title•••Bug: 16080988
Change-Id: I8638a26370bbe2abf5dfcd9f40200b57264f5c0b
|  Tadashi G. Takaoka | 2014-07-11 | 1 | -6/+6 |
|/ |
|
* | Merge "Update Material icons and key pressed state background" |  Tadashi G. Takaoka | 2014-07-09 | 290 | -24/+472 |
|\ |
|
| * | Update Material icons and key pressed state background•••Bug: 16143083
Bug: 15678940
Bug: 15680164
Change-Id: I9f2527a8a536aab05d961e619e3940603024385c
|  Tadashi G. Takaoka | 2014-07-10 | 290 | -24/+472 |
* | | Merge "Remove SuggestionsGatherer." |  Keisuke Kuroyanagi | 2014-07-09 | 3 | -98/+67 |
|\ \ |
|
| * | | Remove SuggestionsGatherer.•••Bug: 13689011
Bug: 13630847
Change-Id: I9930d5ce9cbe16489dc69f68b9590d72afe463b5
|  Keisuke Kuroyanagi | 2014-07-10 | 3 | -98/+67 |
* | | | Merge "Quit sorting suggestions in AndroidSpellCheckerService." |  Keisuke Kuroyanagi | 2014-07-09 | 2 | -55/+19 |
|\| |
| |/
|/| |
|
| * | Quit sorting suggestions in AndroidSpellCheckerService.•••Suggestions have been sorted in SuggestionResults.
Bug: 13689011
Change-Id: Iec21e97119ceb7c71673d5b15bb1f06040b59fef
|  Keisuke Kuroyanagi | 2014-07-10 | 2 | -55/+19 |
* | | Merge "Add some virama combinations and tall-a for Myanmar" |  Tadashi G. Takaoka | 2014-07-09 | 3 | -34/+85 |
|\ \ |
|
| * | | Add some virama combinations and tall-a for Myanmar•••Bug: 7963632
Change-Id: I478ecdc3b7409ccd8dc729da28ad4816a2eda75e
|  Tadashi G. Takaoka | 2014-07-09 | 3 | -34/+85 |
* | | | Merge "Make spell checker use dictionary facilitator." |  Keisuke Kuroyanagi | 2014-07-09 | 6 | -537/+236 |
|\ \ \
| | |/
| |/| |
|
| * | | Make spell checker use dictionary facilitator.•••Bug: 13630847
Change-Id: I07d17ccf5ce0755f63a0b8d236d77600baaf62b6
|  Keisuke Kuroyanagi | 2014-07-10 | 6 | -537/+236 |
* | | | Add Material Light theme•••Bug: 15782668
Change-Id: Id2ae47cfb2065d73f13701b9c6a041129dfd08ae
|  Tadashi G. Takaoka | 2014-07-10 | 119 | -5/+357 |
* | | | Merge "Update Material Dark theme" |  Tadashi G. Takaoka | 2014-07-09 | 88 | -23/+44 |
|\ \ \ |
|
| * | | | Update Material Dark theme•••Bug: 15782668
Change-Id: If3f2439fe9dcd2c05514e73861777337b42273c4
|  Tadashi G. Takaoka | 2014-07-09 | 88 | -23/+44 |
| | |/
| |/| |
|
* / | | Simplify the wrapper for TextInfo#getCharSequence•••This CL simplifies the wrapper method for
TextInfo#getCharSequence() because in the almost all cases we want
to use the result of TextInfo#getText() as the default value.
BUG: 16029304
Change-Id: I62f987aed8ca42b093255e6c0703d6120fa01299
|  Yohei Yukawa | 2014-07-09 | 1 | -3/+11 |
|/ / |
|
* | | Fix alphabet label of Kannada and Telugu•••Bug: 10029252
Bug: 10028759
Change-Id: Iea9cc1b7cafa97280503b0236b005cea57ba2c3d
|  Tadashi G. Takaoka | 2014-07-09 | 1 | -8/+8 |
* | | Add Telugu keyboard•••Bug: 10028759
Change-Id: Id1bf030a9928124ead695aa7bf76db48ca58de4b
|  Tadashi G. Takaoka | 2014-07-09 | 11 | -85/+519 |
* | | Add Kannada keyboard•••Bug: 10029252
Change-Id: Ia03ff886f9e62a2fe228fe59b504b033eead7631
|  Tadashi G. Takaoka | 2014-07-09 | 11 | -75/+520 |
* | | Merge "Add Malayalam keyboard" |  Tadashi G. Takaoka | 2014-07-02 | 9 | -70/+514 |
|\ \ |
|