| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 8556975
Change-Id: I29d3a305b6ac3d8e3620c6d8592d85047d62bf48
|
|\| |
| | |
| | |
| | |
| | | |
* commit '01c133d72e5cbba33148ec478a3f1ab0c0c3ad5f':
Rename GesturePreviewTrail.java -> GestureTrail.java
|
| |/
| |
| |
| |
| |
| | |
Try reducing some confusions between GesturePreviewTrail.java and GestureTrailsPreview.java
Change-Id: I5fe2ee740cf1b32210530188153f6f6937e34b68
|
|\|
| |
| |
| |
| | |
* commit '03a32146458f3cd192fde2ff0e85e3a0271a7d2a':
Avoid JsonWriter multi-write error
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
JsonWriter requires that its clients pass it only a single top-level object.
The existing implementation tries to make code cleaner by having mJsonWriter
never be null, and instead use a global static "NULL_JSON_WRITER" that just
discards data. But because JsonWriter complains if more than one top-level
object is passed, making this a global object does not work. This change
instead copes with mJsonWriter being null.
Change-Id: Ia37ccfc8646e91f11a64713dd92d2846eb86ac54
|
|\|
| |
| |
| |
| | |
* commit '697f6abb5d6478e0e0493ee7f821522fa4411f18':
Remove unused code
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: I192c67e9e8de44f073abc70ec85ebcdb36356c2e
|
|\| |
| | |
| | |
| | |
| | | |
* commit '026b2645c8561b554aa4f127bc90f4805354dc7d':
Remove ref to LatinImeLogger preference.
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
This is a bug; the ResearchLogger uses ResearchSettings.readResearchLoggerEnabledFlag() instead,
which the user cannot change. (We assume they will just switch to a different keyboard.)
Change-Id: Ib5731c9eeb2bc29d9cf8608033326674f5eb6f7b
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
initialization"
* commit '1f8b354c9e30963f48ddf6c08b9333bcdc0e0a6f':
Avoid NPE by fixing ResearchLogger initialization
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously, mMainResearchLog and mMainLogBuffer were set up
when the user moved to a new TextView, and set to null when
the user left the TextView. This change causes
mMainResearchLog, mMainLogBuffer, mFeedbackLog, and
mFeedbackLogBuffer to be non-null forever after init() is
called. start() no longer sets up these fields; instead
they are cleared and reset every time stop() is called.
Checks for null values are now removed.
The earlier code just didn't initialize these variables if
the user disabled logging, but since the new version
invariantly keeps these variables valid, we add a check for
whether the user has enabled logging in publishLogUnits().
Change-Id: Ifde3517f1cf924cfa33cda95fec24529b52b3c08
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
findValueOfKey"
* commit 'a01ab9ea3580d95e87f3357b2612fb84971b3bfd':
Refactor StringUtils.findPrefixedString to findValueOfKey
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 8556975
Change-Id: I275c99db8a0d10594a5a8c0c27ebc1a87495c307
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'afc40e74fe01f138155bec26733a413c1b83e0c7':
Fix screen flash when launching settings activity
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 8336068
Change-Id: I90a0f259129a3f3319b158b060154cc43960c234
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '480028095509458aeca91d6c887f7a01aec02774':
Introduce another activity to launch setup wizard
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Bug: 8336068
Change-Id: I35b94dd87c5b01d3e927da8f918a5398dd565d33
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
re-launching from launcher"
* commit 'e7de0ce7411faec1b9bcfc07bdffe5c59856d928':
Keep SetupActivity alive to check re-launching from launcher
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 8336068
Change-Id: I183b8e3fd1b3898d5f8dbbb13a0c93c64341fc38
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '07905b6a0a3e67ffc5a803ddbe863c2c101846fe':
Reuse old preferences if possible.
|
| |\ \ \ \ |
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is an optimization. It also happens to work around what
seems to be a framework bug in JB MR1 / MR1.1.
Bug: 8771179
Change-Id: I62cc7acdc8656d75f8a50c068c4e9d8c6ceb74a0
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
settings"
* commit '81662dd41e6eb39f89d7f1a3779e31f164e3e002':
Tweak a label in the personal dictionary settings
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bug: 8897600
Change-Id: Ibf245e32468e5740ad9d65b8ff1f1e87b430d287
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '384d4e5b5da940b1620c5b4da2b938a9134ed2ea':
Fix detecting out of keyboard area
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | | |
Bug: 8885165
Change-Id: I85c78b23955169972fb0f5395463b6fe47f12c9c
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I77a0aed9771ecc28a56226bb5f9776c1e1cf8b4d
Auto-generated-cl: translation import
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '2a383bfebd16c82473ddf1c5203e5bc2d68282d5':
Tweak gesture debug
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Change-Id: Iea11a095adb15fbf4be38f34542119f8bc7bcbff
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '45c925a9be45ddfd9901c44f1e2dec46d22ff84e':
Don't resize debug array if production
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 8556775
Change-Id: I46a10f8dc938cab493933f0f2b4e1f7779b24f6f
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '7f9b3e6286ad78594d68a44c90d01062109b0320':
Add debug facilities for gesture
|
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
Bug: 8556775
Change-Id: I9069b2b44356bbae9fa4aaf0b99c3d723a8c9c58
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'a8254f73c27202f8db27c1e93816963a4634eabb':
Fix usages of getEnabledInputMethodSubtypeList
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 8450279
Change-Id: Ib8433442ae6ca6c28da2652bff687cdeaf7c196e
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '14c0e4e782f45d51082e8822b4520f7805a5ec80':
Use revised Google Keyboard icon
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 8159728
Change-Id: I458df60cb39f81cde3c08190af0ab08d304f9d98
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'e868922edcbdf0df9ac2695c63384efa32629e07':
Launch setup wizard as single top activity
|
| |/ /
| | |
| | |
| | |
| | | |
Bug: 8336068
Change-Id: Ifac84361e4e37b4aa106cbdbfffb83883ec2f8e6
|
|\| |
| | |
| | |
| | |
| | | |
* commit '114ec4ac9f2731419b6e1167067a4baffbefa6ea':
Optimizations and safeguards.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Don't call finishComposingText when useless.
- Add safeguards against calling setComposingRegion when the
data returned by the editor is inconsistent.
- Cancel pending recorrection messages when new messages arrive.
Bug: 8842941
Bug: 8845001
Change-Id: I939701033cf5c2bbd85871ecf83e329021ddeb91
|