Commit Graph

11816 Commits (5a59a9868aacedaa9500f574fa65bb906f4574e4)

Author SHA1 Message Date
Kurt Partridge 94c441a424 am cdaee868: Merge "Preserve a class for testing"
* commit 'cdaee868a3a7b49911ff52aa530076a44dcbb299':
  Preserve a class for testing
2013-04-10 16:47:53 -07:00
Kurt Partridge cdaee868a3 Merge "Preserve a class for testing" 2013-04-10 23:45:33 +00:00
Kurt Partridge 3684036eed Preserve a class for testing
Addresses b/8583091

Change-Id: I89605223784312d9572dfc7c8aaa7e5eba44c4f6
2013-04-10 16:40:17 -07:00
Tom Ouyang f08c75f20c am fd9f3d97: Add ability to handle digraphs in gesture and tap typing
* commit 'fd9f3d97aee97e9d2e5b9016ec61e120c1265b6a':
  Add ability to handle digraphs in gesture and tap typing
2013-04-10 16:03:42 -07:00
Tom Ouyang 38a9e5a5bf am b6e1777d: Merge "Add mechanism to handle digraphs in DicNode"
* commit 'b6e1777d4b78fd425f1960299fd28a685c41aaeb':
  Add mechanism to handle digraphs in DicNode
2013-04-10 15:55:22 -07:00
Kurt Partridge 3e1f652c2c am 099dd3f2: Merge "Better release build reporting"
* commit '099dd3f277bcf43326b9e23642edf77a35b5dd94':
  Better release build reporting
2013-04-10 15:55:20 -07:00
Tom Ouyang fd9f3d97ae Add ability to handle digraphs in gesture and tap typing
Example: Gesture the German word "ueber" and the system will now replace
the transliteration "ue" with the correct u-umlaut.

Bug: 8493920
Change-Id: I03e1d6311b4187b6c7f802d8fef43a50eee12721
2013-04-10 22:52:49 +00:00
Tom Ouyang b6e1777d4b Merge "Add mechanism to handle digraphs in DicNode" 2013-04-10 22:52:25 +00:00
Kurt Partridge 099dd3f277 Merge "Better release build reporting" 2013-04-10 22:51:21 +00:00
Tom Ouyang 25e8eda9af Add mechanism to handle digraphs in DicNode
This is needed to support for German umlaut handling for both gesture and typing input.

Bug: 8493920

Change-Id: I292e2a4911c54aa5566c38411016a220bb35a1f4
2013-04-10 14:35:49 -07:00
Baligh Uddin 5bbf4f302a am cc42e139: (-s ours) Import translations. DO NOT MERGE
* commit 'cc42e139c3f0cf943a1dd60fb3439409720e3674':
  Import translations. DO NOT MERGE
2013-04-10 14:12:54 -07:00
Baligh Uddin cc42e139c3 Import translations. DO NOT MERGE
Change-Id: Icb4c4f32b1549f3d98b99a48b7c2f1b0de1b5a04
Auto-generated-cl: translation import
2013-04-10 13:25:52 -07:00
Baligh Uddin 58df3cfaee Import translations. DO NOT MERGE
Change-Id: Iafc0a5506abef8e709d76ebf4600bacae7dd1e00
Auto-generated-cl: translation import
2013-04-10 13:21:21 -07:00
Baligh Uddin d86e14aeba Import translations. DO NOT MERGE
Change-Id: I47d7f8fc86fcee4702c43fc6d7bdb946801951e1
Auto-generated-cl: translation import
2013-04-10 13:20:27 -07:00
Kurt Partridge dfa5628cd3 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
2013-04-10 11:52:37 -07:00
Jean Chalard cd51b80a0b am fb3e8057: Merge "Fix a bug where a space would not be inserted before a gesture"
* commit 'fb3e805722975c39a47e29cfe6c27dd8a8f30701':
  Fix a bug where a space would not be inserted before a gesture
2013-04-10 04:24:19 -07:00
Jean Chalard fb3e805722 Merge "Fix a bug where a space would not be inserted before a gesture" 2013-04-10 11:19:31 +00:00
Jean Chalard 30b8004b56 Fix a bug where a space would not be inserted before a gesture
Bug: 8583675
Change-Id: I14924fef5663f48481994c02c56be45f9f85be65
2013-04-10 20:10:28 +09:00
Tadashi G. Takaoka 9a6ff5dcef am c7d41589: Merge "Use private object as a lock instead of synchronized method"
* commit 'c7d4158979dc729767e8ab541d19feda672ea8da':
  Use private object as a lock instead of synchronized method
2013-04-10 03:00:13 -07:00
Tadashi G. Takaoka c7d4158979 Merge "Use private object as a lock instead of synchronized method" 2013-04-10 09:56:27 +00:00
Tadashi G. Takaoka 1502d97795 am 12e77de2: Merge "Use private lock object instead of synchronized method"
* commit '12e77de2128d836a53eb6cd3f96b939f71727241':
  Use private lock object instead of synchronized method
2013-04-10 02:38:23 -07:00
Tadashi G. Takaoka 1495049728 am 1e256f58: Merge "Protect simultaneously modifying gesture preview data"
* commit '1e256f5888805eff3f1a2db88ea1d60c622689a2':
  Protect simultaneously modifying gesture preview data
2013-04-10 02:38:22 -07:00
Tadashi G. Takaoka 12e77de212 Merge "Use private lock object instead of synchronized method" 2013-04-10 09:35:12 +00:00
Tadashi G. Takaoka 1e256f5888 Merge "Protect simultaneously modifying gesture preview data" 2013-04-10 09:34:59 +00:00
Tadashi G. Takaoka 951ea3c06d Use private object as a lock instead of synchronized method
Change-Id: I0b9a935d8c97ddfb18ab7950a9d6bf542863072a
2013-04-10 18:34:01 +09:00
Tadashi G. Takaoka ce811f50d2 Use private lock object instead of synchronized method
Change-Id: Ifc62bacbd0583a7d102009681a94bdd9ccff7d47
2013-04-10 18:27:11 +09:00
Tadashi G. Takaoka ad205b2e3f Protect simultaneously modifying gesture preview data
Bug: 8556775
Change-Id: I83272e3adbfc0c9cc14f9e8b479e926aabf4fa2a
2013-04-10 18:18:54 +09:00
Jean Chalard 80d7ed0bb8 am 4f430763: Fix a faulty test
* commit '4f43076370dd2fb6243f28ee932d6c593c49ee43':
  Fix a faulty test
2013-04-10 02:18:29 -07:00
Jean Chalard 4f43076370 Fix a faulty test
Change-Id: I5c03cea41e9b6e936e8f93b7d756f0fc9520002d
2013-04-10 18:08:27 +09:00
Jean Chalard 2dd2e2d7df am 99b93d17: Fix a bug where autocorrection status would be wrong.
* commit '99b93d17d53c2d587c45373831b327f7851ec0a8':
  Fix a bug where autocorrection status would be wrong.
2013-04-10 01:58:42 -07:00
Jean Chalard 99b93d17d5 Fix a bug where autocorrection status would be wrong.
Change-Id: Ic220129dc59f585164dbf63591cd1c96de17fe6f
2013-04-10 17:49:19 +09:00
Tadashi G. Takaoka c35bca6856 am 262d5bd9: Don\'t override EXTRA_SHOW_FRAGMENT if exists
* commit '262d5bd9f964d7fb18d96ec2ccf821b042aa3a3a':
  Don't override EXTRA_SHOW_FRAGMENT if exists
2013-04-10 00:47:30 -07:00
Tadashi G. Takaoka 262d5bd9f9 Don't override EXTRA_SHOW_FRAGMENT if exists
Bug: 8541190
Change-Id: I37d3de12558efd55f157389d2e0b51fc83dc5da1
2013-04-10 16:24:17 +09:00
Tadashi G. Takaoka f5aa2fd5c8 am 10af4b6e: Merge "Separate StringUtils.capitalizeFirstCharacter"
* commit '10af4b6e45689cba9bdc8c22f1bb76bf8bd2516b':
  Separate StringUtils.capitalizeFirstCharacter
2013-04-09 23:33:43 -07:00
Tadashi G. Takaoka 10af4b6e45 Merge "Separate StringUtils.capitalizeFirstCharacter" 2013-04-10 06:30:33 +00:00
Tadashi G. Takaoka d20c5a78e2 Separate StringUtils.capitalizeFirstCharacter
Bug: 8582061
Change-Id: Iac8f65defdd92d7df533bdf0e2937ad897d96363
2013-04-10 14:55:23 +09:00
Tadashi G. Takaoka d9a2223570 Hide Setup Wizard icon for stock keyboard
Bug: 8581647
Change-Id: Id530f1a33a5c919f4a732ec0d545dfbe76e56316
2013-04-09 21:39:18 -07:00
Keisuke Kuroynagi e81c167887 am 87fdde6e: Typing double letters via a \'circle\' on the key.
* commit '87fdde6ec48844ddbb482c50fbda226c63ca5e85':
  Typing double letters via a 'circle' on the key.
2013-04-09 20:57:28 -07:00
Tadashi G. Takaoka ae8a941e12 am f606fd85: Hide Setup Wizard icon for stock keyboard
* commit 'f606fd855425eba365c8dcc8463a61c4a77d6539':
  Hide Setup Wizard icon for stock keyboard
2013-04-09 20:45:53 -07:00
Keisuke Kuroynagi 87fdde6ec4 Typing double letters via a 'circle' on the key.
Bug: 8550980
Change-Id: I5e432dea0e025ccea196f80e90a6bf945488e130
2013-04-10 12:43:13 +09:00
Tadashi G. Takaoka f606fd8554 Hide Setup Wizard icon for stock keyboard
Bug: 8581647
Change-Id: Id530f1a33a5c919f4a732ec0d545dfbe76e56316
2013-04-10 12:24:40 +09:00
Tadashi G. Takaoka 0d7499bccf am 4fdfce6d: Merge "Refactor SpellCheckerProximityInfo as extending ProximityInfo"
* commit '4fdfce6dcc35310de9235cf9c529d0b17b5c2a8c':
  Refactor SpellCheckerProximityInfo as extending ProximityInfo
2013-04-09 18:40:38 -07:00
Tadashi G. Takaoka 4fdfce6dcc Merge "Refactor SpellCheckerProximityInfo as extending ProximityInfo" 2013-04-10 01:06:36 +00:00
Tom Ouyang ff981cc3e3 am 43779c04: Merge "Add method to get dictionary flags from DicTraverseSession"
* commit '43779c04a9933bd1bcba3655b314485cc08bf2c2':
  Add method to get dictionary flags from DicTraverseSession
2013-04-09 13:42:06 -07:00
Tom Ouyang 43779c04a9 Merge "Add method to get dictionary flags from DicTraverseSession" 2013-04-09 20:40:24 +00:00
Baligh Uddin 8e7ca6be7e am 224e969e: (-s ours) Merge "Import translations. DO NOT MERGE"
* commit '224e969ef481994f274e4cd2ebc1452ebe15d238':
  Import translations. DO NOT MERGE
2013-04-09 12:45:35 -07:00
Baligh Uddin 224e969ef4 Merge "Import translations. DO NOT MERGE" 2013-04-09 19:42:18 +00:00
Baligh Uddin 138114008e Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle 2013-04-09 19:42:06 +00:00
Kurt Partridge ab8f166e67 am 09ab6495: Merge "[FileEncap18] Clean up uploading scheduling"
* commit '09ab6495a2ef109043e6d92f5d75304fcce472a3':
  [FileEncap18] Clean up uploading scheduling
2013-04-09 12:12:05 -07:00
Kurt Partridge 09ab6495a2 Merge "[FileEncap18] Clean up uploading scheduling" 2013-04-09 19:08:40 +00:00