Commit Graph

4016 Commits (6b7100fecaaaf0e8e42c4d2ccebac165e89e79bf)

Author SHA1 Message Date
Eric Fischer e9984de149 am 6644ea82: (-s ours) Merge "Import revised translations. DO NOT MERGE" into ics-mr1
* commit '6644ea82970da35897b40ef524406b1e3b0d0a9d':
  Import revised translations. DO NOT MERGE
2011-11-17 05:46:23 -08:00
The Android Open Source Project 6e8f277aab am 0993a89b: am 1c0f94c5: Reconcile with ics-factoryrom-2-release
* commit '0993a89b31eea938b72b925d078f5c68322885f8':
2011-11-17 04:08:35 -08:00
satok 4c1dfc62c8 Fix a critical underflow in the touch calibration. This is a cherry-pick of Iacc746e1cc97bf3
Bug: 5629373
Change-Id: Ia198fe5e82b9e7fb801d9bae65cf9c6bbbd1befa
2011-11-17 16:34:05 +09:00
satok 620b1faf12 Merge "Fix the touch calibration bug" into ics-mr1 2011-11-16 23:23:52 -08:00
satok 554fdd21a1 Fix the touch calibration bug
Bug: 5629373
Change-Id: Iacc746e1cc97bf305e1f287cf7431b7115607eeb
2011-11-17 15:56:41 +09:00
Tadashi G. Takaoka d845c26b0e Merge "Fix IndexOutOfBoundsException in monkey test" into ics-mr1 2011-11-16 17:45:09 -08:00
Tadashi G. Takaoka 628ca7a854 Fix long press caps lock handling (DO NOT MERGE)
This is cherry-pick of I3850f283.

Bug: 5627467
Change-Id: If46dcbe5bac42b975bd001fefb9f11520a0abb70
2011-11-16 16:50:44 -08:00
Tadashi G. Takaoka 42e8c64a04 Fix long press caps lock handling
Bug: 5627467
Change-Id: I3850f283d44da81ecb22fc4e6d8aa574f5fcf65f
2011-11-16 16:50:03 -08:00
Tadashi G. Takaoka d17786fcd2 Fix IndexOutOfBoundsException in monkey test
Bug: 5627027

Change-Id: I341cfa5c3d553a1c819d8455936b40a40ad30e87
2011-11-16 15:53:03 -08:00
Eric Fischer 6644ea8297 Merge "Import revised translations. DO NOT MERGE" into ics-mr1 2011-11-16 13:27:11 -08:00
Eric Fischer 168d689ec6 Import revised translations. DO NOT MERGE
Change-Id: I9e72643726caf00d8e1acd98d9843576c15f39be
2011-11-16 13:08:54 -08:00
The Android Open Source Project 0993a89b31 am 1c0f94c5: Reconcile with ics-factoryrom-2-release
* commit '1c0f94c5916921ee861933e080d7b0f711b019e1':
2011-11-16 09:36:12 -08:00
The Android Open Source Project 1c0f94c591 Reconcile with ics-factoryrom-2-release
Change-Id: Ie0c40f94cf560dbe14a334d2e177e4e4a9d32eb7
2011-11-16 08:56:47 -08:00
The Android Open Source Project 9b4d3cb3a4 am 25cbe892: Reconcile with ics-factoryrom-2-release
* commit '25cbe8924a7ec5c45914c8818b5ad7b39e1f6103':
  Fix a bug that would end up in memory corruption
2011-11-16 07:42:15 -08:00
The Android Open Source Project 25cbe8924a Reconcile with ics-factoryrom-2-release
Change-Id: I9bf189bb9a5349fe01657e1981f075370d6ed4e7
2011-11-16 07:34:46 -08:00
The Android Automerger 3cc1e9e91d merge in ics-mr1-release history after reset to ics-mr1 2011-11-16 06:47:03 -08:00
Tadashi G. Takaoka eb520c5683 am 549e295d: Fix updateFullscreenMode of LatinIME
* commit '549e295dc113bff50077c3c355dcd94af09a1b2f':
  Fix updateFullscreenMode of LatinIME
2011-11-15 18:25:21 -08:00
Tadashi G. Takaoka 549e295dc1 Fix updateFullscreenMode of LatinIME
Bug: 5597608
Change-Id: If4b18dc933493bd74bc5506c028af86b0450df1f
2011-11-15 15:15:11 -08:00
Ken Wakasa ed631627cb Double space conversion should be enabled only when the 1st space is "weak".
bug: 5608934
Change-Id: Ide7ca9d526620c4f225a6f5eb27dcd7df5b504bd
2011-11-15 12:35:22 +09:00
Tadashi G. Takaoka 6e3cb27cff Reorganize char_utils.h and basechars.h
* make BASE_CHARS[] const
  * add several inline menthods for ASCII character handling

Change-Id: I49664f219af88faf0aef43ac350cfc216570b185
2011-11-11 19:44:08 +09:00
Jean Chalard b891f85177 Fix a bug that would end up in memory corruption
Square distances array was not the right size. Copying long words
into it would result in fandango on core.

Bug: 5508337
Bug: 5591925
Change-Id: I7598081b3cfcd1975b206dada1baf8da9be35641
2011-11-10 17:22:13 -08:00
Jean Chalard 85170a9c17 Merge "Be stricter for ruling characters out of spell checking" 2011-11-10 15:51:45 -08:00
Jean Chalard 09f7e656df Merge "Fill in the HAS_RECOMMENDED_SUGGESTIONS flag." 2011-11-10 15:50:10 -08:00
Eric Fischer 6134763132 Merge "Import revised translations." 2011-11-10 15:03:32 -08:00
The Android Open Source Project 8979ea7866 Reconcile with ics-mr1-release
Change-Id: I11a62848c4e3a94174ca5f5a192e65fb5f7cc9e6
2011-11-10 14:36:36 -08:00
Eric Fischer bd59e064fa Import revised translations.
Change-Id: I3198fcbf1c26961fb1e925afe7079a19422c0afc
2011-11-10 14:27:20 -08:00
Ken Wakasa 6d12dfd32d am 2549ce27: am df2fed2b: Merge "Fix a bug that would end up in memory corruption" into ics-mr0
* commit '2549ce275a272d552c28121ea58742e54b640e54':
  Fix a bug that would end up in memory corruption
2011-11-10 18:51:16 +00:00
Eric Fischer cb45ffe371 am 9beab79b: (-s ours) am f82bda20: (-s ours) Import revised translations. DO NOT MERGE
* commit '9beab79ba0f3170db8d23947dbb20c93f8132567':
  Import revised translations.  DO NOT MERGE
2011-11-10 16:15:07 +00:00
The Android Automerger 8418b94d71 merge in ics-mr1-release history after reset to ics-mr1 2011-11-10 06:47:21 -08:00
Ken Wakasa 2549ce275a am df2fed2b: Merge "Fix a bug that would end up in memory corruption" into ics-mr0
* commit 'df2fed2b791c5d6ef64597d515c971aa32a59b92':
  Fix a bug that would end up in memory corruption
2011-11-10 04:53:15 +00:00
Ken Wakasa df2fed2b79 Merge "Fix a bug that would end up in memory corruption" into ics-mr0 2011-11-09 20:51:30 -08:00
Jean Chalard 72479ea363 Be stricter for ruling characters out of spell checking
Bug: 5548308
Change-Id: Ie8025b02424b72b69a07907cde1093830c2d4d3d
2011-11-10 12:57:09 +09:00
Jean Chalard 8c8ca59dd5 Fix a bug that would end up in memory corruption
Square distances array was not the right size. Copying long words
into it would result in fandango on core.

Bug: 5508337
Bug: 5591925
Change-Id: I7598081b3cfcd1975b206dada1baf8da9be35641
2011-11-10 12:27:50 +09:00
Eric Fischer 9beab79ba0 am f82bda20: (-s ours) Import revised translations. DO NOT MERGE
* commit 'f82bda2080456f47e2063205be4155ac4de848bb':
  Import revised translations.  DO NOT MERGE
2011-11-09 23:18:06 +00:00
Jean Chalard a409f009fa Fill in the HAS_RECOMMENDED_SUGGESTIONS flag.
Bug: 5530727
Change-Id: Ic53e227f72096053e08d90204bf1f287ec09290b
2011-11-10 02:52:46 +09:00
Eric Fischer f82bda2080 Import revised translations. DO NOT MERGE
Change-Id: I72e240a0001a0c9749b707a132bae5a3589d5c96
2011-11-08 17:45:39 -08:00
The Android Automerger a280815a40 merge in ics-mr1-release history after reset to ics-mr1 2011-11-08 06:46:38 -08:00
Tadashi G. Takaoka c590f203c3 am 0e39e820: (-s ours) Merge "Fix referring wrong TypedArray (DO NOT MERGE)" into ics-mr1
* commit '0e39e820ce49b5fc2f8a309c3f64e5b0fefbea48':
  Fix referring wrong TypedArray (DO NOT MERGE)
2011-11-08 03:18:10 +00:00
Tadashi G. Takaoka 0e39e820ce Merge "Fix referring wrong TypedArray (DO NOT MERGE)" into ics-mr1 2011-11-07 19:14:21 -08:00
Ken Wakasa cea3c5bc17 am 0a75373f: Merge "Fix a bug where the UserDictionary may not be released" into ics-mr1
* commit '0a75373f4187d2db036757c2c2bcaba42301fd22':
  Fix a bug where the UserDictionary may not be released
2011-11-07 23:04:05 +00:00
Ken Wakasa 0a75373f41 Merge "Fix a bug where the UserDictionary may not be released" into ics-mr1 2011-11-07 15:01:37 -08:00
Eric Fischer 14c4620529 am f47e014e: (-s ours) Import revised translations. DO NOT MERGE
* commit 'f47e014eb251ed83c9672b928b45d7340b83c464':
  Import revised translations.  DO NOT MERGE
2011-11-07 20:45:27 +00:00
Eric Fischer f47e014eb2 Import revised translations. DO NOT MERGE
Change-Id: I3650b8f5925e9f71927312acf310f7a165bd4ce3
2011-11-07 12:28:16 -08:00
Jean Chalard 8b9c89aee2 Fix a bug where the UserDictionary may not be released
Bug: 5547357
Change-Id: I521afeaa349c86fb0087cedb70127de6acebec78
2011-11-07 14:31:59 +09:00
Tadashi G. Takaoka 549863a7c5 Fix referring wrong TypedArray (DO NOT MERGE)
This is the cherry-pick of Change I2a8f00ed from Master.

Change-Id: I2a8f00edb579e24e612e839498ece097e9d3d7f6
2011-11-07 14:09:36 +09:00
The Android Open Source Project c9a0351a75 Reconcile with ics-mr1-release
Change-Id: I709943028122c8f3a72594ccaef4e3a650375749
2011-11-04 08:31:42 -07:00
Tadashi G. Takaoka 6c1c546a98 Merge "Fix referring wrong TypedArray" 2011-11-04 03:47:01 -07:00
Tadashi G. Takaoka 28f6948745 Fix referring wrong TypedArray
Change-Id: I2a8f00edb579e24e612e839498ece097e9d3d7f6
2011-11-04 19:41:23 +09:00
Tadashi G. Takaoka cb83b300e7 Remember shift locked state when switching between Main keyboard and Symbols
Bug: 5553660
Change-Id: Icb15a9f8a58243bd113c2d4897fee623ac48b66d
2011-11-04 17:36:40 +09:00
Tadashi G. Takaoka 1e39565bb4 Skip loading keyboard when SoftInputWindow hasn't shown yet.
Bug: 5541192
Change-Id: I003101b2a3fdeb5bb554d249634ec5ab50aea09e
2011-11-04 15:01:58 +09:00