| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Use fragment for advanced preference screen" into lmp-dev |  Tadashi G. Takaoka | 2014-07-24 | 3 | -202/+250 |
|\ |
|
| * | Use fragment for advanced preference screen•••Bug: 16522808
Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e
|  Tadashi G. Takaoka | 2014-07-28 | 3 | -202/+250 |
* | | Merge "Fix NPE when context.getFilesDir() returns null." into lmp-dev |  Keisuke Kuroyanagi | 2014-07-24 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Fix NPE when context.getFilesDir() returns null.•••Bug: 16416948
Change-Id: I0fac5ab26d6efbadbd688d033a79f6705e0161a5
|  Keisuke Kuroyanagi | 2014-07-28 | 1 | -0/+1 |
* | | Merge "Refactor Debug settings to use SubScreenFragment" into lmp-dev |  Tadashi G. Takaoka | 2014-07-24 | 3 | -267/+288 |
|\ \ |
|
| * | | Refactor Debug settings to use SubScreenFragment•••Bug: 16522808
Change-Id: I741e2fbc5f0a62c7d4ae00e603eef52cc2a6d086
|  Tadashi G. Takaoka | 2014-07-28 | 3 | -267/+288 |
* | | | Merge "Use fragment for text correction preference screen" into lmp-dev |  Tadashi G. Takaoka | 2014-07-24 | 3 | -70/+125 |
|\| | |
|
| * | | Use fragment for text correction preference screen•••Bug: 16522808
Change-Id: Ia8ce83b0e69cc8157f7b8cefcfeb863eb85ee4b4
|  Tadashi G. Takaoka | 2014-07-28 | 3 | -70/+125 |
* | | | Merge "Use fragment for gesture typing preference screen" into lmp-dev |  Tadashi G. Takaoka | 2014-07-24 | 3 | -4/+47 |
|\| | |
|
| * | | Use fragment for gesture typing preference screen•••Bug: 16522808
Change-Id: Ib8c2997466bb006c6b5d4e980344507b822d0023
|  Tadashi G. Takaoka | 2014-07-28 | 3 | -4/+47 |
* | | | Merge "Use fragment for multi lingual preference screen" into lmp-dev |  Tadashi G. Takaoka | 2014-07-24 | 4 | -34/+93 |
|\| | |
|
| * | | Use fragment for multi lingual preference screen•••Bug: 16522808
Change-Id: I0bfac43513e1fb85b5d4c07f56dd4c5b82f75ed1
|  Tadashi G. Takaoka | 2014-07-28 | 4 | -34/+93 |
* | | | 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 | 5 | -22/+221 |
| |/
|/| |
|
* | | 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 | 5 | -56/+41 |
|/ |
|
* | 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 | 3 | -55/+2 |
* | 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 | 2 | -12/+31 |
* | 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 |
* | 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 |
* | 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 |
* | Rename ProductionFlag to ProductionFlags•••Change-Id: I5da2dbf8828fa0e176e7c2496392a5f561ebfe20
|  Tadashi G. Takaoka | 2014-07-16 | 4 | -9/+9 |
* | Merge "Rename LatinImeLogger to DebugFlags" into lmp-dev |  Tadashi G. Takaoka | 2014-07-16 | 13 | -27/+40 |
|\ |
|
| * | Rename LatinImeLogger to DebugFlags•••Bug: 15318007
Change-Id: Ic0268fd12865c9a692a5e7110a9beb76cb8b6d7f
|  Tadashi G. Takaoka | 2014-07-16 | 13 | -27/+40 |
* | | 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 |
|/ |
|
* | 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 |
* | Remove SuggestionsGatherer.•••Bug: 13689011
Bug: 13630847
Change-Id: I9930d5ce9cbe16489dc69f68b9590d72afe463b5
|  Keisuke Kuroyanagi | 2014-07-10 | 3 | -98/+67 |
* | Quit sorting suggestions in AndroidSpellCheckerService.•••Suggestions have been sorted in SuggestionResults.
Bug: 13689011
Change-Id: Iec21e97119ceb7c71673d5b15bb1f06040b59fef
|  Keisuke Kuroyanagi | 2014-07-10 | 2 | -55/+19 |
* | Make spell checker use dictionary facilitator.•••Bug: 13630847
Change-Id: I07d17ccf5ce0755f63a0b8d236d77600baaf62b6
|  Keisuke Kuroyanagi | 2014-07-10 | 6 | -537/+236 |
* | Move phrase gesture from additional features to public.•••Bug: 15758242
Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba
|  Keisuke Kuroyanagi | 2014-07-08 | 14 | -47/+95 |
* | Move getPrevWordsInfoFromNthPreviousWord to PrevWordsInfoUtils.•••Bug: 14425059
Change-Id: Id37022ac6c1545d6845abfbcdb7ed47f0e250eec
|  Keisuke Kuroyanagi | 2014-07-07 | 2 | -76/+106 |
* | Merge "Restore additional subtypes when the package is updated" |  Yohei Yukawa | 2014-07-02 | 6 | -120/+220 |
|\ |
|
| * | Restore additional subtypes when the package is updated•••With this CL, Intent#ACTION_MY_PACKAGE_REPLACED will
not only update the visibility of the setup activity but
also reconstruct additional subtypes.
This is important because the system always removes all
the additional subtypes whenever the package is updated.
BUG: 15890448
Change-Id: Ic36ea68f50b1ac89b4cbd268ee53f9a5e5d60afd
|  Yohei Yukawa | 2014-07-04 | 6 | -120/+220 |
* | | Remove dead code to fix test failure due to NoSuchMethodError•••This CL removes following methods from StringUtils, which are
no longer used since Id3c262386a7bc7ed75966b1395a50171abe550d3.
- #joinCommaSplittableText
- #appendToCommaSplittableTextIfNotExists
BUG: 16000850
Change-Id: Ibdc9b7e463a19cdfac788b24c0a6322d0c5850c5
|  Yohei Yukawa | 2014-07-04 | 1 | -25/+0 |
|/ |
|
* | Additional subtype ID should be independent of OS-version•••This CL consolidates the initialization logic for additional
subtypes so that each additional subtypes can have predictable
subtype ID regardless of OS version.
Previously subtype IDs for additional subtypes are calculated
differently depending on the running OS version with hoping it
minimizes the risk of compatibility issues. However, it is
getting harder and harder to maintain slightly different
logic between OSes. Thus we decided to unify the logic into
that in KitKat even though it may causes some breaking changes.
Note that the actual extra values that are used to instantiate
InputMethodSubtype object are still determined on the fly
depending on the running OS version. However these actual
extra values are no longer used for the subtype ID calculation.
BUG: 16000850
Change-Id: Id3c262386a7bc7ed75966b1395a50171abe550d3
|  Yohei Yukawa | 2014-07-04 | 3 | -51/+107 |
* | Merge "[HW5] Make the word composer package private." |  Ken Wakasa | 2014-06-26 | 2 | -11/+20 |
|\ |
|
| * | [HW5] Make the word composer package private.•••Change-Id: I66ed277751272eb3ae2fd5e55e9f3e413970082f
|  Jean Chalard | 2014-07-01 | 2 | -11/+20 |
* | | Merge "[HW4] Move a reference to WordComposer out of LatinIME" |  Jean Chalard | 2014-06-26 | 2 | -11/+11 |
|\| |
|
| * | [HW4] Move a reference to WordComposer out of LatinIME•••Change-Id: I5436432c0da86ed1e33b3c9d40204f4ea013ff55
|  Jean Chalard | 2014-07-01 | 2 | -11/+11 |
* | | Merge "Fix a unit test" |  Jean Chalard | 2014-06-26 | 2 | -10/+44 |
|\ \
| |/
|/| |
|
| * | Fix a unit test•••When switching languages, we need to wait until the dictionary is
loaded to compute suggestions.
Change-Id: I7c32a900b297cd6302bfdc020842581315f3007f
|  Jean Chalard | 2014-07-01 | 2 | -10/+44 |
* | | [HW3] Some refactoring•••Change-Id: I303ce084a56c6ec709d3eab239a4d9d2274d0dea
|  Jean Chalard | 2014-07-01 | 1 | -9/+11 |
* | | [SD9] Add armenian and georgian scripts•••Bug: 15840116
Change-Id: I91719e4fc2e3fe29320e4cb8b1a2f8f93c44cc4d
|  Jean Chalard | 2014-07-01 | 3 | -24/+36 |
* | | [SD7] Actually check for script.•••...also implement the check for Hebrew and Arabic.
Bug: 15840116
Change-Id: Ia6433d7d98038ade64c171be4fe4b3f094111fac
|  Jean Chalard | 2014-07-01 | 4 | -10/+37 |
|/ |
|
* | Merge "[SD6] Inline a constant and remove logic become useless" |  Jean Chalard | 2014-06-26 | 1 | -21/+8 |
|\ |
|
| * | [SD6] Inline a constant and remove logic become useless•••Bug: 15840116
Change-Id: I545cc9083aa4e2fd7cbbd1fbc02e1e382482db7c
|  Jean Chalard | 2014-07-01 | 1 | -21/+8 |
* | | Merge "[HW2] Have a script for hardware keyboard" |  Jean Chalard | 2014-06-26 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | [HW2] Have a script for hardware keyboard•••Change-Id: I3ee85867c529156374ecc17db3243a50912e760b
|  Jean Chalard | 2014-07-01 | 1 | -0/+4 |
* | | [SD5(2)] Remove useless args•••Bug: 15840116
Change-Id: I1123426fbd9d420c1be64ccc917a5f870e70e6fa
|  Jean Chalard | 2014-07-01 | 2 | -18/+3 |
|/ |
|