| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit '94c441a424875f815d7e84d02da5c8943ad6f7a6':
Preserve a class for testing
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Addresses b/8583091
Change-Id: I89605223784312d9572dfc7c8aaa7e5eba44c4f6
|
|\| |
| | |
| | |
| | |
| | | |
* commit '3e1f652c2c39351d306b3a930340948a46104de0':
Better release build reporting
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The ResearchLogger reports whether a build is a release build or not
to avoid polluting data with IME debugging work by developers.
Previously this was done by checking a constant flag, which was also
serving the dual purpose of masking out debug code in release builds.
This change introduces a heuristic to determine whether a build was
created by a developer (using the package versionName), and annotating
the data sent to the server appropriately.
Change-Id: Icbad17c66b703cabf6d23d05e2c7c41bcceaae45
|
| |/
| |
| |
| |
| | |
Change-Id: Icb4c4f32b1549f3d98b99a48b7c2f1b0de1b5a04
Auto-generated-cl: translation import
|
|\|
| |
| |
| |
| |
| |
| | |
inserted before a gesture"
* commit 'cd51b80a0b31493ef9dce9b5283264399b305ba0':
Fix a bug where a space would not be inserted before a gesture
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 8583675
Change-Id: I14924fef5663f48481994c02c56be45f9f85be65
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
synchronized method"
* commit '9a6ff5dcef1a593260032b5e10eb801de297c0b2':
Use private object as a lock instead of synchronized method
|
| |\ \ |
|
| | |/
| | |
| | |
| | | |
Change-Id: I0b9a935d8c97ddfb18ab7950a9d6bf542863072a
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
synchronized method"
* commit '1502d9779555958b0ca147fda1cab1e6302c9035':
Use private lock object instead of synchronized method
|
| |\ \ |
|
| | |/
| | |
| | |
| | | |
Change-Id: Ifc62bacbd0583a7d102009681a94bdd9ccff7d47
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
preview data"
* commit '14950497280f15b6d1de9e6c5d159ce46e27180b':
Protect simultaneously modifying gesture preview data
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 8556775
Change-Id: I83272e3adbfc0c9cc14f9e8b479e926aabf4fa2a
|
|\| |
| | |
| | |
| | |
| | | |
* commit '2dd2e2d7dff8c4446d536bd23fc94a5538c24ddf':
Fix a bug where autocorrection status would be wrong.
|
| |/
| |
| |
| | |
Change-Id: Ic220129dc59f585164dbf63591cd1c96de17fe6f
|
|\|
| |
| |
| |
| | |
* commit 'c35bca685689ff6430e7a9393af64c74112bf677':
Don't override EXTRA_SHOW_FRAGMENT if exists
|
| |
| |
| |
| |
| | |
Bug: 8541190
Change-Id: I37d3de12558efd55f157389d2e0b51fc83dc5da1
|
|\|
| |
| |
| |
| | |
* commit 'f5aa2fd5c868cae6e879858738a5eef4445aaca8':
Separate StringUtils.capitalizeFirstCharacter
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 8582061
Change-Id: Iac8f65defdd92d7df533bdf0e2937ad897d96363
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'e81c16788712590fd6cf9e14420d50acf029ad48':
Typing double letters via a 'circle' on the key.
|
| | |
| | |
| | |
| | |
| | | |
Bug: 8550980
Change-Id: I5e432dea0e025ccea196f80e90a6bf945488e130
|
| |/
| |
| |
| |
| | |
Bug: 8581647
Change-Id: Id530f1a33a5c919f4a732ec0d545dfbe76e56316
|
|\|
| |
| |
| |
| |
| |
| | |
extending ProximityInfo"
* commit '0d7499bccfb37bad2364202657a4feebab137aeb':
Refactor SpellCheckerProximityInfo as extending ProximityInfo
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: I544eec9d661796d57749dbaa2163bc1e2a891353
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: I3605a7fd941d9ebe76460d114f384b1e233b3440
Auto-generated-cl: translation import
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'ab8f166e6793e214dcb92454b10dbe5cc74daf9b':
[FileEncap18] Clean up uploading scheduling
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Move scheduling logic from ResearchLogger.java to
UploaderService.java
- Switch to a one-shot timer. Previously the uploader was scheduled
on an inexact repeating schedule. It's better to reschedule the
next upload after the current one is finished to reduce the chances
of multiple uploads happening at the same time.
- Avoid double-execution
- Previously a scheduled upload might run right after an explicit
one if they occured at the same time. This change reduces the
chances of this.
- Some method extraction and naming
Change-Id: I9efda11be77d334c7f61bd40a36d65f0421ebde4
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'a130057bcf1b3daa8c8823743b1190f460bbdc45':
Import translations. DO NOT MERGE
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I5f6f7233c46f7a5faaac5f959c93329ace4c70f4
Auto-generated-cl: translation import
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'f2ab0adc5e3bd8f436aafcea1b396e288c69f7d4':
Import translations. DO NOT MERGE
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Ie74fdb8041ac5d7eb5d15a49f9aac834751cc9c2
Auto-generated-cl: translation import
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '58df3cfaeee020b6703f90feda89a3bc95a3a116':
Import translations. DO NOT MERGE
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Iafc0a5506abef8e709d76ebf4600bacae7dd1e00
Auto-generated-cl: translation import
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'd9a2223570759d622c690b007369cf32f437f7e5':
Hide Setup Wizard icon for stock keyboard
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 8581647
Change-Id: Id530f1a33a5c919f4a732ec0d545dfbe76e56316
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
dictionary."
* commit '75618c3321b8eae559886ba5f71e967591da7065':
Offer to add any OOV typed word to the dictionary.
|
| |\ \ \ \ |
|
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
That includes gestures, which used not to work.
Bug: 8532637
Change-Id: I04606565d7000faadf954c4a806c39d4d162a2c1
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '04bb419c3290d059c5ccd5e1eda8600d44a0a69d':
Fix bugs and add tests
|
| |\ \ \ \ |
|