aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am 93fe83a1: am f67a3881: Merge "Add TypefaceUtils"Tadashi G. Takaoka2013-04-178-128/+178
|\ | | | | | | | | * commit '93fe83a1c29e8d8671c007a7a4781c791b9864b6': Add TypefaceUtils
| * Merge "Add TypefaceUtils"Tadashi G. Takaoka2013-04-118-128/+178
| |\
| | * Add TypefaceUtilsTadashi G. Takaoka2013-04-118-128/+178
| | | | | | | | | | | | Change-Id: I2d939bc1e3279253902b28ff12bbf7861716b64d
* | | am 18819688: am 6d0027a4: Merge "Use SparseIntArray instead of ↵Tadashi G. Takaoka2013-04-171-42/+24
|\| | | | | | | | | | | | | | | | | | | | TreeMap<Integer, Integer>" * commit '188196883c9ac2a877dba27e7beabe4f55208bab': Use SparseIntArray instead of TreeMap<Integer, Integer>
| * | Merge "Use SparseIntArray instead of TreeMap<Integer, Integer>"Tadashi G. Takaoka2013-04-111-42/+24
| |\ \
| | * | Use SparseIntArray instead of TreeMap<Integer, Integer>Tadashi G. Takaoka2013-04-101-42/+24
| | | | | | | | | | | | | | | | Change-Id: I56a64228a5fd85d440d0d08ac67cba8bf2e5690d
* | | | am 1dc7fd3f: am cee512b6: Merge "More precise geometry checking for more ↵Tadashi G. Takaoka2013-04-171-2/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | keys keyboard" * commit '1dc7fd3f8085c5a729061a7b35f71a2024a5ce0b': More precise geometry checking for more keys keyboard
| * | | Merge "More precise geometry checking for more keys keyboard"Tadashi G. Takaoka2013-04-111-2/+3
| |\ \ \
| | * | | More precise geometry checking for more keys keyboardTadashi G. Takaoka2013-04-111-2/+3
| | | |/ | | |/| | | | | | | | | | | | | Bug: 8484528 Change-Id: I0dd09530a5262fee9c19bb0f11d5830b00306944
* | | | am b7917ee3: am 3722f087: Merge "Fix two bugs in dicttool"Jean Chalard2013-04-171-3/+6
|\| | | | | | | | | | | | | | | | | | | * commit 'b7917ee347898d5dc9b1698ec7818b3a4cc8a035': Fix two bugs in dicttool
| * | | Merge "Fix two bugs in dicttool"Jean Chalard2013-04-111-3/+6
| |\ \ \ | | |/ / | |/| |
| | * | Fix two bugs in dicttoolJean Chalard2013-04-101-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Both bugs only affect debug mode. One has the wrong object tested with equals, the other has the iteration failing in some cases. Change-Id: Ie9100d257a3f9e3be340cf3e38116f63417bdc1a
* | | | am 94c441a4: am cdaee868: Merge "Preserve a class for testing"Kurt Partridge2013-04-171-0/+3
|\| | | | | | | | | | | | | | | | | | | * commit '94c441a424875f815d7e84d02da5c8943ad6f7a6': Preserve a class for testing
| * | | Merge "Preserve a class for testing"Kurt Partridge2013-04-101-0/+3
| |\ \ \
| | * | | Preserve a class for testingKurt Partridge2013-04-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses b/8583091 Change-Id: I89605223784312d9572dfc7c8aaa7e5eba44c4f6
* | | | | am 3e1f652c: am 099dd3f2: Merge "Better release build reporting"Kurt Partridge2013-04-171-4/+21
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '3e1f652c2c39351d306b3a930340948a46104de0': Better release build reporting
| * | | | Merge "Better release build reporting"Kurt Partridge2013-04-101-4/+21
| |\ \ \ \
| | * | | | Better release build reportingKurt Partridge2013-04-101-4/+21
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * / / / Import translations. DO NOT MERGEBaligh Uddin2013-04-104-32/+16
| |/ / / | | | | | | | | | | | | | | | | Change-Id: Icb4c4f32b1549f3d98b99a48b7c2f1b0de1b5a04 Auto-generated-cl: translation import
* | | | am cd51b80a: am fb3e8057: Merge "Fix a bug where a space would not be ↵Jean Chalard2013-04-171-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | inserted before a gesture" * commit 'cd51b80a0b31493ef9dce9b5283264399b305ba0': Fix a bug where a space would not be inserted before a gesture
| * | | Merge "Fix a bug where a space would not be inserted before a gesture"Jean Chalard2013-04-101-1/+2
| |\ \ \
| | * | | Fix a bug where a space would not be inserted before a gestureJean Chalard2013-04-101-1/+2
| | |/ / | | | | | | | | | | | | | | | | Bug: 8583675 Change-Id: I14924fef5663f48481994c02c56be45f9f85be65
* | | | am 9a6ff5dc: am c7d41589: Merge "Use private object as a lock instead of ↵Tadashi G. Takaoka2013-04-171-123/+145
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | synchronized method" * commit '9a6ff5dcef1a593260032b5e10eb801de297c0b2': Use private object as a lock instead of synchronized method
| * | | Merge "Use private object as a lock instead of synchronized method"Tadashi G. Takaoka2013-04-101-123/+145
| |\ \ \
| | * | | Use private object as a lock instead of synchronized methodTadashi G. Takaoka2013-04-101-123/+145
| | |/ / | | | | | | | | | | | | Change-Id: I0b9a935d8c97ddfb18ab7950a9d6bf542863072a
* | | | am 1502d977: am 12e77de2: Merge "Use private lock object instead of ↵Tadashi G. Takaoka2013-04-171-22/+31
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | synchronized method" * commit '1502d9779555958b0ca147fda1cab1e6302c9035': Use private lock object instead of synchronized method
| * | | Merge "Use private lock object instead of synchronized method"Tadashi G. Takaoka2013-04-101-22/+31
| |\ \ \
| | * | | Use private lock object instead of synchronized methodTadashi G. Takaoka2013-04-101-22/+31
| | |/ / | | | | | | | | | | | | Change-Id: Ifc62bacbd0583a7d102009681a94bdd9ccff7d47
* | | | am 14950497: am 1e256f58: Merge "Protect simultaneously modifying gesture ↵Tadashi G. Takaoka2013-04-171-1/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | preview data" * commit '14950497280f15b6d1de9e6c5d159ce46e27180b': Protect simultaneously modifying gesture preview data
| * | | Merge "Protect simultaneously modifying gesture preview data"Tadashi G. Takaoka2013-04-101-1/+15
| |\ \ \ | | |/ / | |/| |
| | * | Protect simultaneously modifying gesture preview dataTadashi G. Takaoka2013-04-101-1/+15
| | | | | | | | | | | | | | | | | | | | Bug: 8556775 Change-Id: I83272e3adbfc0c9cc14f9e8b479e926aabf4fa2a
* | | | am 2dd2e2d7: am 99b93d17: Fix a bug where autocorrection status would be wrong.Jean Chalard2013-04-177-10/+11
|\| | | | | | | | | | | | | | | | | | | * commit '2dd2e2d7dff8c4446d536bd23fc94a5538c24ddf': Fix a bug where autocorrection status would be wrong.
| * | | Fix a bug where autocorrection status would be wrong.Jean Chalard2013-04-107-10/+11
| |/ / | | | | | | | | | Change-Id: Ic220129dc59f585164dbf63591cd1c96de17fe6f
* | | am c35bca68: am 262d5bd9: Don\'t override EXTRA_SHOW_FRAGMENT if existsTadashi G. Takaoka2013-04-171-1/+4
|\| | | | | | | | | | | | | | * commit 'c35bca685689ff6430e7a9393af64c74112bf677': Don't override EXTRA_SHOW_FRAGMENT if exists
| * | Don't override EXTRA_SHOW_FRAGMENT if existsTadashi G. Takaoka2013-04-101-1/+4
| | | | | | | | | | | | | | | Bug: 8541190 Change-Id: I37d3de12558efd55f157389d2e0b51fc83dc5da1
* | | am f5aa2fd5: am 10af4b6e: Merge "Separate StringUtils.capitalizeFirstCharacter"Tadashi G. Takaoka2013-04-173-5/+13
|\| | | | | | | | | | | | | | * commit 'f5aa2fd5c868cae6e879858738a5eef4445aaca8': Separate StringUtils.capitalizeFirstCharacter
| * | Merge "Separate StringUtils.capitalizeFirstCharacter"Tadashi G. Takaoka2013-04-103-5/+13
| |\ \
| | * | Separate StringUtils.capitalizeFirstCharacterTadashi G. Takaoka2013-04-103-5/+13
| | |/ | | | | | | | | | | | | Bug: 8582061 Change-Id: Iac8f65defdd92d7df533bdf0e2937ad897d96363
* | | am e81c1678: am 87fdde6e: Typing double letters via a \'circle\' on the key.Keisuke Kuroynagi2013-04-171-8/+10
|\| | | | | | | | | | | | | | * commit 'e81c16788712590fd6cf9e14420d50acf029ad48': Typing double letters via a 'circle' on the key.
| * | Typing double letters via a 'circle' on the key.Keisuke Kuroynagi2013-04-101-8/+10
| | | | | | | | | | | | | | | Bug: 8550980 Change-Id: I5e432dea0e025ccea196f80e90a6bf945488e130
| * | Hide Setup Wizard icon for stock keyboardTadashi G. Takaoka2013-04-103-1/+34
| |/ | | | | | | | | Bug: 8581647 Change-Id: Id530f1a33a5c919f4a732ec0d545dfbe76e56316
* | am 0d7499bc: am 4fdfce6d: Merge "Refactor SpellCheckerProximityInfo as ↵Tadashi G. Takaoka2013-04-173-56/+59
|\| | | | | | | | | | | | | extending ProximityInfo" * commit '0d7499bccfb37bad2364202657a4feebab137aeb': Refactor SpellCheckerProximityInfo as extending ProximityInfo
| * Merge "Refactor SpellCheckerProximityInfo as extending ProximityInfo"Tadashi G. Takaoka2013-04-103-56/+59
| |\
| | * Refactor SpellCheckerProximityInfo as extending ProximityInfoTadashi G. Takaoka2013-04-023-56/+59
| | | | | | | | | | | | Change-Id: I544eec9d661796d57749dbaa2163bc1e2a891353
| * | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-04-0949-196/+389
| |\ \
| | * | Import translations. DO NOT MERGEBaligh Uddin2013-04-0849-196/+389
| | | | | | | | | | | | | | | | | | | | Change-Id: I3605a7fd941d9ebe76460d114f384b1e233b3440 Auto-generated-cl: translation import
* | | | am ab8f166e: am 09ab6495: Merge "[FileEncap18] Clean up uploading scheduling"Kurt Partridge2013-04-173-31/+51
|\| | | | | | | | | | | | | | | | | | | * commit 'ab8f166e6793e214dcb92454b10dbe5cc74daf9b': [FileEncap18] Clean up uploading scheduling
| * | | Merge "[FileEncap18] Clean up uploading scheduling"Kurt Partridge2013-04-093-31/+51
| |\ \ \
| | * | | [FileEncap18] Clean up uploading schedulingKurt Partridge2013-03-253-31/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | am a130057b: Import translations. DO NOT MERGEBaligh Uddin2013-04-158-14/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a130057bcf1b3daa8c8823743b1190f460bbdc45': Import translations. DO NOT MERGE