Jean Chalard
155cb77231
Update dictionaries
...
This change has no effect on TRT results.
>>> dictionaries/en_US_wordlist.combined.gz
Header :
date : 1381226409 <=> 1389654051
version : 42 <=> 43
Body :
Added: dialogue 120
Added: dialogues 94
>>> dictionaries/fr_wordlist.combined.gz
Header :
date : 1381226409 <=> 1389654052
version : 42 <=> 43
Body :
Deleted: d'Orange 114
Added: d'orange 114
>>> dictionaries/it_wordlist.combined.gz
Header :
date : 1380519383 <=> 1389654052
version : 40 <=> 43
Body :
Freq changed: ciao 85 -> 180
>>> java/res/raw/main_fr.dict
Header :
date : 1381226409 <=> 1389654052
version : 42 <=> 43
Body :
Deleted: d'Orange 114
Added: d'orange 114
>>> java/res/raw/main_it.dict
Header :
date : 1380519383 <=> 1389654052
version : 40 <=> 43
Body :
Freq changed: ciao 85 -> 180
Bug: 12487270
Bug: 12344108
Change-Id: I94768e223d05ad2551a5508e9e01222a028665c4
2014-01-14 10:37:15 +09:00
Geoff Mendal
9fa6663403
Import translations. DO NOT MERGE
...
Change-Id: I3233aa7d5f64fbf8818e0065cd1da47d84070fb6
Auto-generated-cl: translation import
2014-01-13 16:31:58 -08:00
Keisuke Kuroyanagi
5717c63a2b
Fix possible NPE in DictionaryFacilitatorForSuggest.
...
Change-Id: I57792b7417b5f1acbb99e6ea60250eb44b193785
2014-01-10 21:42:08 +09:00
Jean Chalard
db0adf86a4
Merge "[IL55] Remove a useless argument."
2014-01-10 11:36:01 +00:00
Keisuke Kuroyanagi
eb66f1906d
Merge "Check corpus handles during startup for personalization."
2014-01-10 11:34:39 +00:00
Jean Chalard
6c24b91601
[IL55] Remove a useless argument.
...
Change-Id: I0b3a6cdf49038c32194413c21da824784a53f581
2014-01-10 20:28:50 +09:00
Keisuke Kuroyanagi
eb28bac542
Check corpus handles during startup for personalization.
...
Bug: 12479792
Change-Id: I62fd75d4bebd28afebd9631e865f5d59385511e7
2014-01-10 20:28:30 +09:00
Jean Chalard
4be9137609
Merge "[IL54.5] Use the cursor pos estimate, not the last value"
2014-01-10 10:46:27 +00:00
Jean Chalard
a224aafea3
[IL54.5] Use the cursor pos estimate, not the last value
...
For edit tasks, the estimate is actually the right thing to use.
This is really dangerous, but it will get rid of pretty much all
race conditions.
Change-Id: I2d5ca3ce45e32f1bd9c8b778421fd54b9c1f6f63
2014-01-10 19:08:47 +09:00
Keisuke Kuroyanagi
f96e0f07af
Merge "Periodic wipe of the personalization dict."
2014-01-10 09:31:22 +00:00
Keisuke Kuroyanagi
ba07df7fc1
Periodic wipe of the personalization dict.
...
Bug: 12216453
Change-Id: Ie59dd19c044e9b1eb9b8bd805366200737ea506a
2014-01-10 16:30:59 +09:00
Jean Chalard
ecf46df226
[IL54] Add a mirror method to fix the cursor pos estimate
...
This just mirrors what InputLogic#tryFixLyingCursorPosition
is doing. That method will go away in the next change.
Change-Id: Ifa2827dbc1f1d20e2c642d6f2d23514a01ed9203
2014-01-10 16:05:02 +09:00
Jean Chalard
6fbe83be7a
[IL53] Fix a wrong test.
...
This test was intended only for cases without a selection, and as
a safety net for cases where the app would pretend the cursor
is at N but we can get P chars from the editor where P > N.
When there is a selection, this is wrong. In the practice it works
because these values are not used in this case, but it's still wrong.
The case where P > N is arguable, but actually I see little reason
to trust the getTextBeforeCursor() method more than the
onUpdate selection method. Plus in the practice, I don't think
we are aware of any app with this bug, and it's probably not a
great idea to be too robust about this as it may encourage wrong
values sent to onUpdateSelection.
Change-Id: I42f2065d7aee668074e6b8e40b259da7e88e16e1
2014-01-10 15:21:20 +09:00
Jean Chalard
958e452025
Merge "Fix an NPE."
2014-01-10 05:13:47 +00:00
Jean Chalard
e1de87ae69
Fix an NPE.
...
Bug: 12397228
Change-Id: I7632931f0685fc8f0558946be66025b2bb2b5a3d
2014-01-10 13:46:37 +09:00
Jean Chalard
84a3047e80
Fix build.
...
Change-Id: I6d0b572190080e58e95f72856ad39e72a49537b7
2014-01-10 12:18:26 +09:00
Tadashi G. Takaoka
ee35e69eae
Passing SpacingAndPunctuations to StringUtils.looksValidForDictionaryInsertion
...
This change must be checked in together with Iec437d6df0.
Change-Id: Idf745b8870965f3bdf690de7ff3b22f83f6204bf
2014-01-09 19:05:09 +09:00
Tadashi G. Takaoka
494e2d6c17
Passing SpacingAndPunctuations to RichInputConnection.getNthPreviousWords
...
Change-Id: I174c50f509ed6998b755e1a712e7f6c0f82f4425
2014-01-09 18:33:25 +09:00
Tadashi G. Takaoka
d7660c6f56
Merge "Passing SpacingAndPunctuations to CapsModeUtils.getCapsMode"
2014-01-09 09:31:32 +00:00
Tadashi G. Takaoka
c912b2228a
Merge "Add American typography boolean to SpacingAndPunctuations"
2014-01-09 09:31:24 +00:00
Tadashi G. Takaoka
0a75cf51af
Passing SpacingAndPunctuations to CapsModeUtils.getCapsMode
...
Change-Id: I0b06e8cc75a403f7061864c5b7f3f6a2cacd60eb
2014-01-09 18:19:17 +09:00
Tadashi G. Takaoka
860c3b8e8c
Add American typography boolean to SpacingAndPunctuations
...
Change-Id: Ic2663eaef38fbe7c5bd1fb3a81771e94c2d4de52
2014-01-09 18:17:29 +09:00
Yohei Yukawa
6c326caa4f
A style fix
...
Just a style fix to follow up the previous commit.
BUG: 11439600
Change-Id: Ib7a4654627a6fc22d86f2097f86f001bd76426e9
2014-01-09 15:54:47 +09:00
Keisuke Kuroyanagi
b30f7e4bce
Merge "Check whether the word is OOV or not for amanatto update."
2014-01-09 06:24:17 +00:00
Jean Chalard
eab4d25210
Merge "Remove some warnings"
2014-01-09 05:45:10 +00:00
Yohei Yukawa
c1f2986a72
Merge "Trigger haptic feedback at touch down on the EmojiPalettesView"
2014-01-09 05:19:37 +00:00
Jean Chalard
b11339b3ab
Remove some warnings
...
Change-Id: I5cfa0d2fccc139bd6c45c5590a68c3e0c90534b8
2014-01-09 14:04:34 +09:00
Jean Chalard
d3e78fc5ce
Merge "Fix a bug where changing auto-shift would cancel autorepeat."
2014-01-09 04:53:34 +00:00
Jean Chalard
5cbda70956
Fix a bug where changing auto-shift would cancel autorepeat.
...
Bug: 12453966
Change-Id: Idd65f732e2de0a7309e08315893c28cca63732c5
2014-01-09 12:57:10 +09:00
Yohei Yukawa
df10aeb1da
Trigger haptic feedback at touch down on the EmojiPalettesView
...
EmojiPalettesView triggers the haptic feedback at the timing of touch-up rather than touch-down.
This patch set changes the timing to touch-up so that the UX on the EmojiPalettesView can be consistent with normal keyboard layouts.
This patch set also fixes the missing haptic feedback from facemarks such as ":-)".
Bug: 11439600
Change-Id: I22245946712bd1c36226786d6ff81e3b563f7ef7
2014-01-09 12:27:31 +09:00
Baligh Uddin
941a4540bc
Import translations. DO NOT MERGE
...
Change-Id: Ia2d0f4528529df463307e1706cd4d7265b3958c1
Auto-generated-cl: translation import
2014-01-08 13:45:51 -08:00
Keisuke Kuroyanagi
05113c1847
Check whether the word is OOV or not for amanatto update.
...
Bug: 11736529
Change-Id: I27973212da7e922b2185dbb4febfb5bb4dfbdcbb
2014-01-08 21:02:35 +09:00
Keisuke Kuroyanagi
5742a415f3
Merge "Make reloadMainDict() private."
2014-01-08 11:03:02 +00:00
Keisuke Kuroyanagi
9f1fe87580
Make reloadMainDict() private.
...
Bug: 8187060
Change-Id: I852a751d748f39512e62c9cd69748dfbe87b2151
2014-01-08 18:59:43 +09:00
Jean Chalard
b90fa0fb2c
Revert "Revert "Separate spacing and punctuation related settings values""
...
This reverts commit 8bc427799a
.
Change-Id: I34f509998afdb1a7c120fbfdb9f0a1b188224a4d
2014-01-08 18:08:01 +09:00
Jean Chalard
e5cdcaff65
Fix a race condition, take 2.
...
Don't use absolute cursor positions when making edits,
this leads to race conditions.
This is a bit ugly and will need to be fixed soon. Plans are
underway to clean this up.
Bug: 12390573
Change-Id: I69c09fc41b979880d0800c55a710e39373287cff
2014-01-08 18:04:44 +09:00
Jean Chalard
1e7f2809d2
Merge "Revert "Separate spacing and punctuation related settings values""
2014-01-08 09:03:15 +00:00
Jean Chalard
8bc427799a
Revert "Separate spacing and punctuation related settings values"
...
This is conflicting with later changes. Temporary revert for cherry-pick.
This reverts commit 0b593ce858
.
Change-Id: Id53eadb023a950cfcca496c0cfbfe583c7ec7b8c
2014-01-08 09:00:45 +00:00
Jean Chalard
d4843c25e2
Merge "Revert "Fix a race condition, take 2.""
2014-01-08 09:00:18 +00:00
Jean Chalard
a247264dc6
Revert "Fix a race condition, take 2."
...
Conflicts prevent this to be cherry-picked.
This reverts commit dd3d697a6e
.
Change-Id: Ib97fae2234633b4bb27d611f48a79060db9ab16f
2014-01-08 08:59:26 +00:00
Jean Chalard
ff7103d356
Merge "Fix a race condition, take 2."
2014-01-08 08:35:24 +00:00
Jean Chalard
0a0a3cdad8
Merge "Revert "Revert "Fix a race condition."""
2014-01-08 08:35:19 +00:00
Jean Chalard
dd3d697a6e
Fix a race condition, take 2.
...
Don't use absolute cursor positions when making edits,
this leads to race conditions.
This is a bit ugly and will need to be fixed soon. Plans are
underway to clean this up.
Bug: 12390573
Change-Id: Ib42d4149343c642b1b5c1937b424e8afdbd4cc1f
2014-01-08 17:19:29 +09:00
Jean Chalard
f628629f69
Revert "Revert "Fix a race condition.""
...
This reverts commit 3840127244
.
Change-Id: I7f0d975ec9e18d94fe3505250360c2b79ccbe96d
2014-01-08 16:44:43 +09:00
Tadashi G. Takaoka
ad78058a93
Rename InputPointers.addPointer and ResizableIntArray.add
...
Change-Id: I5580250c91b29f93ed886b080ce33845b3b67ace
2014-01-08 14:30:21 +09:00
Tadashi G. Takaoka
e13cc9d7e5
Fix ResizableIntArrayTests readability
...
Change-Id: I68862b98f228210f1d76fef4fd7454edbfd8e01d
2014-01-08 14:30:21 +09:00
Tadashi G. Takaoka
9b351f7594
Merge "Fix InputPointersTests"
2014-01-08 05:29:32 +00:00
Tadashi G. Takaoka
e7dc5302af
Fix InputPointersTests
...
InputPointers.getTime(int) has a validity check of time values. And
the check is enabled when LatinImeLogger.sDBG is on. Such situation
may occur while unit testing. This change ensure that time values are
monotonic while unit testing.
Change-Id: I9ff2cff2bcd253de0e8206dd3be964fe565170fa
2014-01-08 14:14:42 +09:00
Keisuke Kuroyanagi
b3c51630a6
Fix: NPE in LatinIME.loadSettnigs().
...
Change-Id: Icae6c74401a7a8f4da6015737f09f557640c0cca
2014-01-08 12:43:58 +09:00
Tadashi G. Takaoka
385031557b
Merge "Separate spacing and punctuation related settings values"
2014-01-08 02:41:51 +00:00
Keisuke Kuroyanagi
f86b830986
Merge "Prepare using dictionaryFacilitator for amanatto updates."
2014-01-08 02:09:47 +00:00
Tadashi G. Takaoka
0b593ce858
Separate spacing and punctuation related settings values
...
Bug: 12179576
Change-Id: Ibafd824a0ea2251843b388e95dcbd8f9bca92d5c
2014-01-08 10:02:37 +09:00
Ken Wakasa
8bd658555d
Merge "Revert "Fix a race condition.""
2014-01-07 23:57:07 +00:00
Victoria Lease
3840127244
Revert "Fix a race condition."
...
This reverts commit 42e83c7f06
.
Bug: 12434783
Change-Id: Id01b6d14906430b13e64f5fc4d7fb01572d0a960
2014-01-07 23:26:54 +00:00
Baligh Uddin
f2f0640800
Merge "Import translations. DO NOT MERGE"
2014-01-07 18:11:29 +00:00
Baligh Uddin
f75017de55
Import translations. DO NOT MERGE
...
Change-Id: Ia0ef830a5bb3ed6fee1a5d113b2baec60bb51a97
Auto-generated-cl: translation import
2014-01-07 07:27:26 -08:00
Keisuke Kuroyanagi
8a2537e0ae
Merge "Update personalized dict only when single subtype is used."
2014-01-07 09:19:29 +00:00
Keisuke Kuroyanagi
c09fd175c3
Prepare using dictionaryFacilitator for amanatto updates.
...
Bug: 11736529
Change-Id: I0d9d9b1c1108b11064163df7c2089f53e92cd7ad
2014-01-07 18:11:23 +09:00
Keisuke Kuroyanagi
55713e3695
Update personalized dict only when single subtype is used.
...
Bug: 12424891
Change-Id: If041d1ab45988dbf9b878ae3367fee0fbc8a8988
2014-01-07 18:10:27 +09:00
Jean Chalard
42e83c7f06
Fix a race condition.
...
Don't use absolute cursor positions, this leads to race
conditions.
Bug: 12390573
Change-Id: I6f04f07a46babbc3d51cb94c7eaee21bed242396
2014-01-07 15:33:04 +09:00
Keisuke Kuroyanagi
6d5f9fd3d1
Merge "Fix possible NPE."
2014-01-06 09:53:15 +00:00
Keisuke Kuroyanagi
8214a8c2cf
Fix possible NPE.
...
Bug: 11933670
Change-Id: Ib0ce853e691bdadffb73874ea9f188cfbec8bc93
2014-01-06 17:56:49 +09:00
Tadashi G. Takaoka
74b5291b84
Merge "Remove language switch key from symbols and symbols shift keyboard"
2014-01-06 06:19:27 +00:00
Tadashi G. Takaoka
d561228f95
Remove language switch key from symbols and symbols shift keyboard
...
This change also fixes the background color of the left keys of the space key.
Bug: 12407208
Change-Id: Id869605146e9f72835f892c3c7ae14f118177394
2014-01-06 15:02:50 +09:00
Tadashi G. Takaoka
3f8c6b8c54
Merge "Add description of disabled voice input key option"
2014-01-06 03:25:15 +00:00
Tadashi G. Takaoka
12ba821bfb
Add description of disabled voice input key option
...
Bug: 12377179
Change-Id: I44d35c6fa82883710674ecca6f630d09076472fe
2014-01-06 12:11:55 +09:00
Tadashi G. Takaoka
e91559a119
Merge "Update shortcut IME info before checking availability of it"
2014-01-06 03:07:23 +00:00
Tadashi G. Takaoka
e9584a1612
Merge "Add DictionaryFacilitatorForSuggest constructor for testing"
2014-01-06 02:58:12 +00:00
Tadashi G. Takaoka
b7c531b751
Update shortcut IME info before checking availability of it
...
Bug: 12377179
Change-Id: I4e2de78dc7e21f3f34eb56c790160b77cfc7584c
2014-01-06 11:54:46 +09:00
Tadashi G. Takaoka
49b5fadae1
Add DictionaryFacilitatorForSuggest constructor for testing
...
This change must be checked in together with I00b6e79d6b.
Change-Id: Id5f87a8d0286eb44958381fefd428f16896dc0d4
2014-01-06 11:00:51 +09:00
Jean Chalard
1e50c681af
[IL52] Remove a useless method.
...
This old method doesn't even re-read the old suggestions. It used to
recompute them without the coordinates.
Re-using the recorrection code, which is much more advanced, is
the right thing to do here.
Also, refining the test. It's no use trying to resume suggestion
if we don't have a suggestion strip, since we aren't going to
auto-correct anything anyway.
Not the motivation for this change, but this also fixes
Bug: 11620256
Change-Id: Id49efa32e293c49837c61fdc752c86bbac1d2c88
2013-12-27 22:40:19 +09:00
Jean Chalard
8ce921dd6b
[IL51] Make private what can be made private
...
Bug: 8636060
Change-Id: Ifa027de465a421b67897d51e9ad47666dda117ad
2013-12-27 21:09:47 +09:00
Jean Chalard
53c320e275
[IL50] Move the InputUpdater out of LatinIME.
...
...at last
Bug: 8636060
Change-Id: If5e27a9d28ff64d318dd76792f55edfc8a78d2d7
2013-12-27 21:09:41 +09:00
Jean Chalard
81e0ca5fd3
[IL49] Move InputLogic-related init code to InputLogic.
...
Bug: 8636060
Change-Id: Ie5027512f066d9c530a686ac559e4649a39bf439
2013-12-27 20:06:39 +09:00
Jean Chalard
4970eda286
Fix a failing test
...
How/when did this happen? How was it not noticed?
Change-Id: I352a8dad65f8c27bf5120d567e96d9a12cfa8496
2013-12-27 20:04:41 +09:00
Jean Chalard
d05ea8bd82
Merge "[IL48] Move onEndBatchInputAsyncInternal to InputLogic."
2013-12-27 08:06:48 +00:00
Jean Chalard
af26a44102
Merge "[IL47] Inline getSuggestedWordsGestureLocked"
2013-12-27 08:04:51 +00:00
Jean Chalard
51e79fb4b2
Merge "[IL46] Remove a useless message passing."
2013-12-27 07:56:56 +00:00
Jean Chalard
2fc1cc099f
Merge "[IL45] Remove lingering messages"
2013-12-27 07:56:44 +00:00
Jean Chalard
c654fe57b1
[IL48] Move onEndBatchInputAsyncInternal to InputLogic.
...
Bug: 8636060
Change-Id: Idfabf7231a80e21786ce1910b5140bb3dddcac7d
2013-12-27 16:50:08 +09:00
Jean Chalard
4a144b9b4d
[IL47] Inline getSuggestedWordsGestureLocked
...
This method is confusing with the *Locked convention, and
the two-step call creates a useless callback object. This is
better inlined both for readability and for performance.
Bug: 8636060
Change-Id: I7c427c3ca4e831388a6d54de6728b32206a45d80
2013-12-27 16:50:08 +09:00
Jean Chalard
71a3e96382
[IL46] Remove a useless message passing.
...
The only point of this message is to send the processing on another
thread. However, this will be accomplished later.
Here is the exact call graph:
0. onUpdateBatchInput
1. -> MSG_UPDATE_GESTURE_PREVIEW_AND_SUGGESTION_STRIP
2. -> updateBatchInputSync
3. -> getSuggestedWordsGestureLocked
4. -> MSG_GET_SUGGESTED_WORDS
5. -> LatinIME#getSuggestedWords
The point of both step 1. and step 4. is to make sure the processing
is happening on the InputUpdater thread. Thus, it's useless to do
it twice.
Bug: 11326092
Bug: 8636060
Change-Id: Iceebb9e8879a8f15b73c987f5fd3489f27699be4
2013-12-27 16:50:06 +09:00
Jean Chalard
0d21223521
Merge "[IL44] Some factorization"
2013-12-27 06:58:12 +00:00
Jean Chalard
31ff2a4335
[IL45] Remove lingering messages
...
Bug: 8636060
And possibly bug: 12085864
Change-Id: I867036bc3d8bd255dc8ceebdd30e28b4b3dc4b2d
2013-12-27 15:34:30 +09:00
Jean Chalard
69e7a0d24d
[IL44] Some factorization
...
This sheds some light on what's happening here. Some
comments were at least misleading, maybe indicating something
is not sequenced as intended.
Bug: 8636060
Change-Id: Ia74feb457a39fe4a672c27fe4203264fda940f04
2013-12-27 15:34:26 +09:00
Keisuke Kuroyanagi
c197b9ed90
Merge "Make setAdditionalDictionaries private."
2013-12-27 06:22:18 +00:00
Keisuke Kuroyanagi
86da47e8d7
Fix possible NPE in FileUtils.
...
Change-Id: I503f91e266c71e2370a5807d171e2254c334f7cb
2013-12-27 14:58:38 +09:00
Keisuke Kuroyanagi
abc3d0eb56
Make setAdditionalDictionaries private.
...
Bug: 8187060
Change-Id: I17be7b77ff89972d3ca6823b087b7bf35105af56
2013-12-27 14:49:32 +09:00
Jean Chalard
6bca9ac43d
Fix a bug where predictions would not pop upon manual pick
...
Bug: 12295276
Change-Id: Id359c92acde44758b12929e7bac719d5c9c7577b
2013-12-26 23:19:29 +09:00
Jean Chalard
33b2aaafc2
Merge "Fix a code path that looks ridiculous"
2013-12-26 13:39:21 +00:00
Jean Chalard
f294ed3308
Fix a code path that looks ridiculous
...
Bug: 12295276
Change-Id: I187016b59213d351c943c6e0b9a2ad3708499646
2013-12-26 22:28:16 +09:00
Jean Chalard
f441047fad
[IL43] Small cleanup
...
All calls are already passing this
Bug: 8636060
Change-Id: I13accefd7c17039dc5ec12dc9e8133ebc86451ad
2013-12-26 22:12:24 +09:00
Jean Chalard
c28f02880c
[IL42] Inline getSuggestedWordsOrOlderSuggestionsAsync
...
Bug: 8636060
Change-Id: I5c47370a3ea5962caff4d40db2faa62accfc7147
2013-12-26 22:12:22 +09:00
Jean Chalard
70433efc41
[IL41] Remove a useless call and trampoline.
...
No point in calling maybeRetrieveOlderSuggestions now that the
same work is done right here. The callback is also useless now.
Bug: 8636060
Change-Id: Ic14849cb6f6e6293a42cfe068f5c6b18b7677bc0
2013-12-26 21:58:41 +09:00
Keisuke Kuroyanagi
be147f1fdc
Remove DictionaryFacilitatorForSuggest.getMainDictionary().
...
Bug: 8187060
Change-Id: Ide087f1e39b24695b610bd2b3c464b7e3cb9cd29
2013-12-26 20:48:19 +09:00
Keisuke Kuroyanagi
a374482719
Extract dict operations from Suggest to a new class.
...
Bug: 8187060
Change-Id: I77775aa50763158d99753c2312fa11fe14267aef
2013-12-26 20:48:19 +09:00
Jean Chalard
5c45ff1214
[IL39] Change a test.
...
I don't see why we would want to remove other suggestions just because
the only suggestion happens to be a dictionary word. That's just
inconsistent.
Bug: 8636060
Change-Id: Ie2d990e5785273d625e6e5518026364165a8f2df
2013-12-26 18:44:17 +09:00
Jean Chalard
98140faac3
[IL38] Fix a wrong double call
...
This only gives bad results if a gesture results in only one suggestion.
Change-Id: I5a2f27f83f6901a5a9ecf22f02bdfc9cca6d9f1d
2013-12-26 18:43:47 +09:00
Keisuke Kuroyanagi
65e3ae6f15
Merge "Remove useless method call for spell checker."
2013-12-26 06:42:51 +00:00
Keisuke Kuroyanagi
7987afbea4
Remove useless method call for spell checker.
...
Bug: 8187060
Change-Id: I2f91da12ba2a9e7ce28abd06f314e0e6125d08dc
2013-12-26 14:51:05 +09:00
Tadashi G. Takaoka
3fbcf48591
Merge "Add BatchInputArbiter"
2013-12-26 05:50:07 +00:00
Tadashi G. Takaoka
4a4b6d42a7
Add BatchInputArbiter
...
Move the logic that determines how to handle gesture typing from
PointerTracker to BatchInputArbiter class.
This change must be checked in together with Ia7db8f4fb7.
Change-Id: I5e9f786de58d8a3cb0407ae562af707710ec37fb
2013-12-26 14:09:57 +09:00
Jean Chalard
30a72da42c
[IL37] Small simplification
...
Bug: 8636060
Change-Id: I08a6c04986a0bd86ce4c232893e804766ebeebb9
2013-12-26 13:51:09 +09:00
Jean Chalard
c08119e5c1
[IL36] Inline setAutoCorrection
...
There are far too many one-use methods.
Bug: 8636060
Change-Id: I84e0669b8d2cc5a2817c42b089e874dc60e84769
2013-12-26 13:18:36 +09:00
Jean Chalard
52a2682b99
[IL35] Preparative cleanup
...
Bug: 8636060
Change-Id: Id6791085816891c78289b0223bf0807db2da6300
2013-12-25 22:25:49 +09:00
Jean Chalard
0154609a2e
Merge "[IL34] Introduce InputLogicHandler"
2013-12-25 13:21:54 +00:00
Keisuke Kuroyanagi
5c4bd20331
Remove "Boost personalization dictionary" from settings.
...
Change-Id: Iab05e42e947610f358472cd95d0319d0ab3f0b31
2013-12-25 19:02:49 +09:00
Keisuke Kuroyanagi
bb39518bd7
Use SettingsValues instead of Settings in Suggest.
...
Bug: 8187060
Change-Id: Idba1e708d67c036072b728949d17f8bd98ae0115
2013-12-25 18:53:04 +09:00
Tadashi G. Takaoka
d99d225f10
Merge "Separate GestureStrokeDrawingPoints from GestureStrokeRecognitionPoints"
2013-12-25 06:58:08 +00:00
Keisuke Kuroyanagi
eea7122e5b
Move dict operations to Suggest.
...
Bug: 8187060
Change-Id: Iabe13abcd43b381360f7080b3f4ee0533f246160
2013-12-25 15:26:50 +09:00
Tadashi G. Takaoka
c3fe1425a5
Separate GestureStrokeDrawingPoints from GestureStrokeRecognitionPoints
...
This change must be checked in together with Ibed5330614.
Change-Id: I20ba79fd20e8ea0aa3ac596c011ec5bfea528ace
2013-12-25 15:19:00 +09:00
Jean Chalard
621dcbc31c
[IL34] Introduce InputLogicHandler
...
Bug: 8636060
Change-Id: I5d08ed5d69cdb03bd188e36b7014de03f04fa72f
2013-12-25 14:20:19 +09:00
Keisuke Kuroyanagi
605caf1b5f
Fix NPE in SettingsValues.
...
Change-Id: I96fc381d2b45881aeb342d33207cd7fe82f5077c
2013-12-25 14:00:16 +09:00
Tadashi G. Takaoka
a801c8fd9b
Merge "Rename gesture related classes"
2013-12-25 04:04:05 +00:00
Tadashi G. Takaoka
e2a6253cb5
Rename gesture related classes
...
Change-Id: I5cb03576bb7221f1864e157857d872880a0a58f8
2013-12-25 11:52:54 +09:00
Keisuke Kuroyanagi
f1457e7a22
Remove personalized dicts when the option is turned off.
...
Bug: 11757851
Change-Id: I94f32859d862fe41e39845ab2bfc2d396c6aea0f
2013-12-25 11:44:16 +09:00
Tadashi G. Takaoka
afca1ddd23
Comprehensive memory deallocation
...
Change-Id: I4673543c96eb342c3c977e00d44772a0d719a23e
2013-12-24 18:26:55 +09:00
Tadashi G. Takaoka
cf915ddc87
Rename classes related to AbstractDrawingPreview
...
Change-Id: Ife2e2c08b2b6fbf9ec33cf259f276878816b291c
2013-12-24 18:17:00 +09:00
Tadashi G. Takaoka
e82200787c
Separate GestureStrokePreviewParams to top level class
...
Change-Id: I4c6ac12dac9636760128625bb5b7138b7d56f3d1
2013-12-24 17:27:15 +09:00
Tadashi G. Takaoka
dc2ce72555
Merge "Make GestureStrokeParams as a top level class"
2013-12-24 06:40:29 +00:00
Tadashi G. Takaoka
c845d4c664
Make GestureStrokeParams as a top level class
...
Change-Id: I540a2d3a6c6ce6ecdcccecd38df6b3c23fcf8d95
2013-12-24 15:29:10 +09:00
Jean Chalard
036930e80d
Merge "[IL33] Opportunistically remove some KeyboardSwitcher"
2013-12-24 06:28:54 +00:00
Jean Chalard
8476c2e788
[IL33] Opportunistically remove some KeyboardSwitcher
...
Bug: 8636060
Change-Id: I0480ac03b9902e940f566b5558b8499647983968
2013-12-24 15:11:35 +09:00
Tadashi G. Takaoka
904866c701
Clean up batch input related code a bit
...
Change-Id: I3b6a95fdb82bd15e2b636b1374a96d8987d5d8cf
2013-12-24 14:24:27 +09:00
Tadashi G. Takaoka
aa7a68a3e0
Remove duplicate code
...
Change-Id: Ia33ea2dc4bb063ec5bf282c656ccc1f11ac967fe
2013-12-24 12:39:16 +09:00
Jean Chalard
07f7536b04
[IL32] Remove a useless variable
...
Change-Id: I8f5d8fd8c1627a568df57255dc3dceda26c4720c
2013-12-20 21:34:07 +09:00
Jean Chalard
1587be6977
[IL31] Move *BatchInput to InputLogic
...
Bug: 8636060
Change-Id: If0309be038518a71d735108b78ac9efbfe38c82b
2013-12-20 21:24:27 +09:00
Jean Chalard
059f4c2f39
[IL30] Minor refactoring
...
Change-Id: I8a8aa9f703c6fca5e25ec573b41f325680ac92dc
2013-12-20 20:47:44 +09:00
Jean Chalard
0547b33130
[IL29] Move retryResetCaches and tryFixLyingCursorPosition
...
Bug: 8636060
Change-Id: I45b322e4844f023e91b80f9c2e0f7fa0166bcc59
2013-12-20 20:47:29 +09:00
Jean Chalard
81e8d16031
[IL28] Remove useless code
...
I don't understand why this was checked in. The tests are completely
useless, that makes the variables write-only, and the only side effect
is useless as the keyboard commits suicide upon exiting debug
settings.
Change-Id: I4eb25295183f43a2e947a6a0467ea168d023c18a
2013-12-20 19:48:05 +09:00
Jean Chalard
55ce2cc2d5
[IL27] Some refactoring
...
Bug: 8636060
Change-Id: Iedfdf71350f5fe3ab451fc5ec6e3c9901f71e50f
2013-12-20 19:24:38 +09:00
Jean Chalard
221df9e59a
[IL26] Move restartSuggestionsOnWordTouchedByCursor
...
Bug: 8636060
Change-Id: I373874585f4fa663b4207b9a02d751805259eb36
2013-12-20 19:09:36 +09:00
Jean Chalard
ec4b6e7bb3
[IL25] Inline handleClose
...
Only ever used here.
Bug: 8636060
Change-Id: Ia98c8bbe1c63ad4d057efe1cee87829b06124479
2013-12-20 18:44:13 +09:00
Jean Chalard
aa161eb371
[IL24] Move mDisplayOrientation to SettingsValues.
...
Bug: 8636060
Change-Id: Id57ced0cca9dc9e5e85c3a53683588feb28c1402
2013-12-20 18:44:09 +09:00
Jean Chalard
a22a63f3b1
Merge "Fix an NPE"
2013-12-20 09:14:56 +00:00
Jean Chalard
92392b21f2
Fix an NPE
...
Change-Id: I6307c1545d9d48cdea66d08f8efc1b7fbb08ee42
2013-12-20 18:13:23 +09:00
Tadashi G. Takaoka
f405c58c09
Merge "Use config_screen_metrics resource in BogusMoveEventDetector"
2013-12-20 09:03:25 +00:00
Tadashi G. Takaoka
9c4de1e5f7
Use config_screen_metrics resource in BogusMoveEventDetector
...
Change-Id: I6b957b43c6dd7ce4f639e46d248179662c1ee669
2013-12-20 17:35:19 +09:00
Jean Chalard
1252333efd
Merge "[IL23] Resolve a long-standing TODO."
2013-12-20 08:29:29 +00:00
Tadashi G. Takaoka
0c8ea69cad
Merge "Separate logic of enabling gesture typing"
2013-12-20 08:03:18 +00:00
Jean Chalard
84e78cb769
Merge "[IL22] Move onTextInput to InputLogic."
2013-12-20 08:02:36 +00:00
Jean Chalard
689cff2e3b
Merge "[IL21] Move the workaround utils to a better place."
2013-12-20 08:02:07 +00:00
Jean Chalard
6cf843cba6
[IL23] Resolve a long-standing TODO.
...
Bug: 8636060
Change-Id: I3a840c30cc4489debf9118beeec448488503bc1c
2013-12-20 16:50:14 +09:00
Jean Chalard
11730aa224
[IL22] Move onTextInput to InputLogic.
...
Also pull the TLD specific processing
Bug: 8636060
Change-Id: I20931ac6fc6c55a05aa8f8b97b0210c07d230ea2
2013-12-20 16:50:14 +09:00
Jean Chalard
1404c1af85
[IL21] Move the workaround utils to a better place.
...
Bug: 8636060
Change-Id: I566f9e109ebcabe3a6a778118434ce79d02d1113
2013-12-20 16:48:54 +09:00
Tadashi G. Takaoka
a00838b6e8
Separate logic of enabling gesture typing
...
Change-Id: I91fc566f24a38a55d2352201d5d581d3fa02a428
2013-12-20 16:37:17 +09:00
Tadashi G. Takaoka
db6d9b0ab4
Merge "Separate BogusMoveEventDetector class"
2013-12-20 07:36:07 +00:00
Tadashi G. Takaoka
c986d16e8a
Separate BogusMoveEventDetector class
...
Change-Id: I24f0ff385f338ff313ef32514f2930f120183be7
2013-12-20 16:17:41 +09:00
Tadashi G. Takaoka
9033fb1f64
Merge "Separate TypingTimeRecorder class"
2013-12-20 07:16:34 +00:00
Tadashi G. Takaoka
5045103d61
Separate TypingTimeRecorder class
...
Change-Id: Ic56d3e3a1be935854dcace36d8a05a9d2619dab9
2013-12-20 16:14:26 +09:00
Jean Chalard
529cdf0a0c
Merge "[IL20] Remove some useless processing."
2013-12-20 07:14:09 +00:00
Jean Chalard
95d869fed4
Merge "[IL19] Resolve a TODO."
2013-12-20 07:11:24 +00:00
Jean Chalard
8a390023e1
[IL20] Remove some useless processing.
...
If we have the same text field, then the target app is
necessarily the same. No need to re-evaluate it.
Bug: 8636060
Change-Id: I66eb194c4cd08a6c1d47b26b99bd7f420130097e
2013-12-20 16:02:07 +09:00
Jean Chalard
4487a30e0d
[IL19] Resolve a TODO.
...
Bug: 8636060
Change-Id: Iec7c1001c46cf8e9a44422e3f9008e437cc5cab6
2013-12-20 16:02:03 +09:00
Jean Chalard
f7d493979a
Merge "[IL18] Move and rename updateSuggestionStrip"
2013-12-20 06:54:33 +00:00
Jean Chalard
2a6de7903c
[IL18] Move and rename updateSuggestionStrip
...
Bug: 8636060
Change-Id: I3d00095cd0e83d1ee3834b37ff188b5aa9806fcb
2013-12-20 15:46:34 +09:00
Tadashi G. Takaoka
921a32f0a9
Remove unnecessary default KeyDetector from PointerTracker
...
Change-Id: Ib0fbb40a7040202d2a4b4ab49319d9e247a2a6ce
2013-12-20 15:34:54 +09:00
Tadashi G. Takaoka
dbb88e47c8
Merge "Remove unused default object of GestureStrokePreviewParams"
2013-12-20 06:33:36 +00:00
Tadashi G. Takaoka
081989ca30
Remove unused default object of GestureStrokePreviewParams
...
This change also fixes build broken by Id615556766.
Change-Id: I16605cc3b65e3e9ab2d5a498825c31d9b4046b73
2013-12-20 15:25:24 +09:00
Jean Chalard
1c0374da49
[IL17] Move commitChosenWord to InputLogic.
...
Also not-cache a value whose documentation says not to cache
it. That makes it write only, so remove it.
Bug: 8636060
Change-Id: I39798a039cebf79ad78a41fe457c9d9764a3f275
2013-12-20 15:13:48 +09:00
Jean Chalard
a905fcec00
[IL16] Improve getTextWithSuggestionSpan
...
Dynamically test for the presence of main dict suggestions. This
is much more potent and more accurate than the vaguely defined
boolean.
Also, resolve a TODO and avoid creating an object uselessly.
Not directly related, but helpful with:
Bug: 8636060
Change-Id: Ib1745f77ee6d9ec7cd8bbfa5a548652ec84ec902
2013-12-20 15:13:48 +09:00
Tadashi G. Takaoka
6e97efef78
Fix rugged gesture trail
...
Bug: 12222472
Change-Id: Id615556766718a8bd4848f7026833fbcea540c39
2013-12-20 14:40:18 +09:00
Tadashi G. Takaoka
ce9c7d7511
Merge "Remove PointerTracker reference from accessibility package"
2013-12-20 03:33:24 +00:00
Tadashi G. Takaoka
6a23b9e3d5
Remove PointerTracker reference from accessibility package
...
Change-Id: I1a88d9fc4db437070778ea1256aae17c32428729
2013-12-20 12:29:25 +09:00
Jean Chalard
30e3b66fa3
Merge "[IL15] Some small refactoring"
2013-12-20 02:42:09 +00:00
Jean Chalard
00a2f21eeb
Merge "[IL14] Move getCurrent*Caps* to InputLogic"
2013-12-20 02:40:53 +00:00
Jean Chalard
5c9e677c2a
[IL15] Some small refactoring
...
Bug: 8636060
Change-Id: I4bfdf1628c9b55a79bd2d88ee30bf10b08a49232
2013-12-20 11:24:45 +09:00
Jean Chalard
48ba1f25ff
[IL14] Move getCurrent*Caps* to InputLogic
...
Bug: 8636060
Change-Id: I6338dcee0f7a80f2181ba0369f71350cb21d231a
2013-12-20 11:24:42 +09:00
Baligh Uddin
c34b4c0744
Merge "Import translations. DO NOT MERGE"
2013-12-19 22:42:51 +00:00
Baligh Uddin
4f878a71b9
Import translations. DO NOT MERGE
...
Change-Id: Iec55106743e61ca92f934f1280b0faf0bb2f4b1b
Auto-generated-cl: translation import
2013-12-19 14:18:14 -08:00
Jean Chalard
cdd8a1a69d
[IL13] Inline restartSuggestionsOnWordBeforeCursor
...
It's only ever used in one place and makes unhealthy assumptions
about what the caller is doing. It's better inlined.
Bug: 8636060
Change-Id: I265d5d96894e929d09247ee2e3dc2e81efc2a276
2013-12-19 20:31:52 +09:00
Jean Chalard
bbe40835a9
[IL12] move restartSuggestions* to InputLogic
...
Bug: 8636060
Change-Id: I99474248e8fa35eb3053b5520abc8716805fdfb4
2013-12-19 20:30:41 +09:00
Jean Chalard
10755af97b
[IL11] Cleanup
...
Make some methods private and add comments.
Bug: 8636060
Change-Id: I6c7d13dca8a22dd1a6f110e8b18d52864429579f
2013-12-19 20:13:14 +09:00
Jean Chalard
060e292628
[IL10] Move revertCommit to InputLogic
...
Bug: 8636060
Change-Id: Ia5788b365f05ae880bad957cbef00ecc93abb5d1
2013-12-19 19:30:26 +09:00
Jean Chalard
69a57bcdcd
[IL9] Move commitCurrentAutoCorrection to InputLogic
...
Bug: 8636060
Change-Id: I405c4a537858a6d5ab0b29502a2792e8c3b2564e
2013-12-19 19:30:20 +09:00
Jean Chalard
035e3885ac
[IL8] Move handleNonSeparator to InputLogic
...
Also move getActualCapsMode and getNthPreviousWordForSuggestion
Bug: 8636060
Change-Id: I1ee9162d0b7a517070c4b7420b084c973f061533
2013-12-19 18:32:51 +09:00
Jean Chalard
d85e49bf8c
[IL7] Move performRecapitalization to InputLogic
...
Bug: 8636060
Change-Id: I5bf2b1fa2f9338fe28151e66eac1ceda6dbd4a7f
2013-12-19 18:20:41 +09:00
Jean Chalard
40b42b7d84
[IL6] Move handleSeparator to InputLogic
...
Also move swapSwapperAndSpace, maybeDoubleSpacePeriod,
maybeStripSpace, promotePhantomSpace and canBeFollowedByDoubleSpacePeriod
Bug: 8636060
Change-Id: I864053d21c4b3d51ee7a3cd79053ca602337f6f8
2013-12-19 17:39:01 +09:00
Jean Chalard
c8dfaab783
[IL5] Some renaming
...
Bug: 8636060
Change-Id: Id76889f8405458bcacb9c7c694cb193b27b842f3
2013-12-19 17:38:55 +09:00
Jean Chalard
37d3f1bd02
[IL4] Move handleNonSpecialCharacter to InputLogic.
...
Bug: 8636060
Change-Id: I9c6869c85db49d7f87e95a421389eaf47ae3ab2e
2013-12-19 16:46:57 +09:00
Jean Chalard
0e82fa273d
[IL3] Move handleBackspace to InputLogic.
...
Also move resetEntireInputState, resetComposingState,
sendDownUpKeyEvent, sendKeyCodePoint and getTextWithUnderline
Bug: 8636060
Change-Id: Ic4c270ac49769ffba41dc3f12d16ac3aa938717f
2013-12-19 16:46:54 +09:00
Jean Chalard
cddf4f9d78
[IL2] Move onCodeInput to InputLogic.
...
Bug: 8636060
Change-Id: I8c5c028d81183adb0167b2034ee01de8048edafb
2013-12-19 16:24:45 +09:00
Jean Chalard
7bd2a75ca1
Start separating the input logic from LatinIME.
...
Create an InputEngine class and start moving the relevant
variables to it.
Bug: 8636060
Change-Id: I64adef4ac01e665c19bb7c5b93517a0cbd03d817
2013-12-19 14:48:43 +09:00
Jean Chalard
dfbe2bfe08
Add some info to test crashes to help diagnose flakiness
...
Bug: 11142685
Change-Id: Ic3a5d452f6c325248ac4e1bfa37774c58586f359
2013-12-18 18:10:56 +09:00
Baligh Uddin
5e88407c18
Merge "Import translations. DO NOT MERGE"
2013-12-17 17:46:03 +00:00
Ken Wakasa
da173b6ee3
Merge "Move "Personalized suggestions" option."
2013-12-17 13:52:00 +00:00
Keisuke Kuroyanagi
0a8e307a5f
Move "Personalized suggestions" option.
...
Bug: 11757851
Change-Id: I07411d53b75be767426571edca371f991efc97cb
2013-12-17 21:01:06 +09:00
Keisuke Kuroyanagi
1f5a3faf76
Merge "Enable Personalized dictionaries based on the setting."
2013-12-17 10:40:29 +00:00
Keisuke Kuroyanagi
8732f9c5f9
Enable Personalized dictionaries based on the setting.
...
Bug: 11757851
Change-Id: I83e484195f036e35cbae21fe63148bc9c22bfad7
2013-12-17 19:36:19 +09:00
Jean Chalard
4196360912
Run GC when needed, instead of too late.
...
Bug: 12164855
Change-Id: Ie4d8be9f2652b01470bcc06911e2191e09fb3149
2013-12-17 18:08:48 +09:00
Jean Chalard
97a553ae69
Fix wrong dereference reading code.
...
Bug: 12164855
Change-Id: I26faf27edfa303510197bccaa3521578f649741d
2013-12-17 16:42:22 +09:00
Keisuke Kuroyanagi
b54c747d7c
Merge "Move DictUpdater to the tests directory."
2013-12-17 05:33:16 +00:00
Keisuke Kuroyanagi
4fdcefe504
Move DictUpdater to the tests directory.
...
Bug: 11245133
Change-Id: I0907a091ac3ae960eaf3b27da78dbb48a24b2ea1
2013-12-17 14:31:25 +09:00
Tadashi G. Takaoka
19dd753c0c
Cancel more suggestions panel when touching keyboard
...
Bug: 10010128
Change-Id: I2ff0870c69f407d943caf8b9cec90b7ed89de5f1
2013-12-17 12:59:37 +09:00
Tadashi G. Takaoka
dd4937848a
Fix typo in varibale name
...
Change-Id: I7ea6c59b7c980e93c88a6cf0fef97592d411c3ba
2013-12-17 12:15:02 +09:00
Tadashi G. Takaoka
fcacde3dad
Revise Armenian punctuations more keys
...
Bug: 12096943
Change-Id: Ib8559f030fbc27ec7f7e9a9fb36aad72cca29e9f
2013-12-17 11:12:33 +09:00
Tadashi G. Takaoka
031317ae61
Merge "Add Armenian "ligature ech yiwn" hint label"
2013-12-17 02:04:57 +00:00
Tadashi G. Takaoka
3aeb6a9d0d
Merge "Refactor touch event forwarding in InputView"
2013-12-17 02:04:40 +00:00
Tadashi G. Takaoka
3bb64ff3b2
Add Armenian "ligature ech yiwn" hint label
...
Bug: 12100704
Change-Id: I9debef1662c29ab88f27b2fdd61d5f703c3a1c78
2013-12-17 10:51:02 +09:00
Baligh Uddin
2ea0d56fb5
Import translations. DO NOT MERGE
...
Change-Id: Iad038e310497a74f167e7f6cfda1f3bee6cd8f09
Auto-generated-cl: translation import
2013-12-16 17:37:20 -08:00
Tadashi G. Takaoka
27fab2cc2a
Refactor touch event forwarding in InputView
...
Bug: 10010128
Change-Id: I82aa4ce847e66cb1241678f39b47b9e27a0f555a
2013-12-17 08:49:50 +09:00
Jean Chalard
0c7b05fc50
Merge "Fix a bug with languages without spaces and predictions"
2013-12-16 14:17:51 +00:00
Jean Chalard
7cd7cf73f4
Fix a bug with languages without spaces and predictions
...
This is simpler and more correct.
Change-Id: I41806d2fc12b4ca25f76e32972b38f91f3d05c2b
2013-12-16 23:16:02 +09:00
Keisuke Kuroyanagi
e17cc8270f
Merge "Increment version number of ver4 format to 401."
2013-12-16 14:13:42 +00:00
Keisuke Kuroyanagi
b5215d456a
Increment version number of ver4 format to 401.
...
Bug: 11073222
Change-Id: I3878aef02040b1ef73165645fc70ede586289c51
2013-12-16 23:02:54 +09:00
Keisuke Kuroyanagi
214a3b741f
Merge "Fix: incompatible PtNode array size reading."
2013-12-16 13:57:55 +00:00
Keisuke Kuroyanagi
56e7e38d37
Fix: incompatible PtNode array size reading.
...
Bug: 11073222
Change-Id: I681be725b5c6dcc10aa536b00327698a7df75277
2013-12-16 22:42:01 +09:00
Jean Chalard
dc06ee85ef
A simplification.
...
This does the same thing, but simpler and faster.
Was noticed while investigating bug#12164555
Change-Id: If9926e4da8a53a65489da55197ac87122c44fe7c
2013-12-16 21:38:31 +09:00
Keisuke Kuroyanagi
769eb083ef
Merge "Add option to enable personalization dictionaries."
2013-12-16 10:33:40 +00:00
Keisuke Kuroyanagi
d4bb7df412
Add option to enable personalization dictionaries.
...
Bug: 11757851
Change-Id: I4872c10793d4fd55c0bd9e5bc4650925de6d2c1d
2013-12-16 19:17:31 +09:00
Tadashi G. Takaoka
f3b92fb952
Merge "Fix IllegalStateException of ViewGroup"
2013-12-16 08:36:45 +00:00
Tadashi G. Takaoka
7f8345d59a
Fix IllegalStateException of ViewGroup
...
Bug: 10629042
Change-Id: I111d092fb2f7dca47328127a155c981aa1c55906
2013-12-16 17:06:23 +09:00
Keisuke Kuroyanagi
b6a19229ba
Merge "Make required binary dictionary version use FormatSpec.*"
2013-12-16 07:56:58 +00:00
Keisuke Kuroyanagi
c837767819
Make required binary dictionary version use FormatSpec.*
...
Change-Id: Ifb17d6551bc5071553e32a5640dd166c39374461
2013-12-16 16:50:28 +09:00
Jean Chalard
5590e9d040
Merge "Make the bad header a checked exception and fix dicttool test"
2013-12-16 07:18:44 +00:00
Jean Chalard
3df617323e
Make the bad header a checked exception and fix dicttool test
...
Change-Id: If780a2a1cb722aee83d910904c0a6315add9552d
2013-12-16 15:40:45 +09:00
Tadashi G. Takaoka
1b5b0a3ebc
Cancel long press shift key while chording input
...
Bug: 12123508
Change-Id: I693caad1f8ee47ebeb14419603d1fc29f6263a75
2013-12-16 15:30:41 +09:00
Tadashi G. Takaoka
3f6c983adc
Merge "Don't use fullscreen mode on large phone"
2013-12-16 05:56:09 +00:00
Jean Chalard
b868375763
Fix failing tests
...
- Version 3 is not supported
- Now passing the right string to open v4 dicts. Fix the tests for this.
Change-Id: I7829330c3568a715b96396ba4e4e69c6e17775ab
2013-12-16 14:32:19 +09:00
Tadashi G. Takaoka
d75d77200f
Don't use fullscreen mode on large phone
...
Bug: 11920652
Change-Id: Icc26c20c881bc586c800c31c90a45281dc408d2a
2013-12-16 13:09:13 +09:00
Ken Wakasa
2c25c7c9e1
Fix locale names in the make-keyboard-text tool
...
Change-Id: I33c3fafcff124bb94e395cc604ce264daad55d2d
2013-12-14 18:50:57 +09:00
Jean Chalard
330d2720bb
Instead of ignoring PARAGRAPH spans, fix them.
...
I don't know what or when this flag is set, but it's only bad
news. Luckily, we can just remove it.
Bug: 12119393
Change-Id: I2952138c8ce517535b91e0fe25d2cf4960e02862
2013-12-13 23:42:31 +09:00
Jean Chalard
7a904514fb
Merge "Don't use the previous word after a non-whitespace separator"
2013-12-13 11:53:30 +00:00
Jean Chalard
0b51fac907
Merge "Only update shift state if left in auto mode."
2013-12-13 11:52:13 +00:00
Jean Chalard
fae1ba767c
Don't use the previous word after a non-whitespace separator
...
Bug: 12101276
Change-Id: Icf36d55ec171194e5561b946021bcf648782ddd4
2013-12-13 20:51:28 +09:00
Jean Chalard
28bd6e2297
Only update shift state if left in auto mode.
...
Bug: 12100417
Change-Id: I7bc2b19332e142a257b0399f2e5d128caf01fc7c
2013-12-13 20:47:25 +09:00
Jean Chalard
f3d281b775
Merge "Fix a bug where recapitalize prevents going to more syms"
2013-12-13 10:38:18 +00:00
Jean Chalard
5d98e1d82e
Fix a bug where recapitalize prevents going to more syms
...
Bug: 11004973
Change-Id: I97ee9df6e8464e2149beb41c688cbfbd83ac3d8c
2013-12-13 19:21:49 +09:00
Jean Chalard
f08b1ea41a
Merge "Remove references to the v3 dictionary."
2013-12-13 10:08:12 +00:00
Tadashi G. Takaoka
bf7503ae6b
Merge "Fix key top letter color in shifted layout"
2013-12-13 09:55:19 +00:00
Jean Chalard
1dc7eca114
Remove references to the v3 dictionary.
...
Change-Id: I811c8c923ad67a6d9bfdd11bdef8991eb7135c27
2013-12-13 18:53:41 +09:00
Keisuke Kuroyanagi
3e81d9c39f
Merge "Remove code for forgetting curve in Java side."
2013-12-13 09:44:16 +00:00
Keisuke Kuroyanagi
cc8c544ee2
Remove code for forgetting curve in Java side.
...
Change-Id: I294ed179c642ff52452b5884326c1083477e1bce
2013-12-13 18:40:58 +09:00
Tadashi G. Takaoka
815a339201
Fix key top letter color in shifted layout
...
There is a chance to have an empty hint label even though
keyLabelFlags has hasShiftedLetterHint flag.
Change-Id: I63b9fcc42a40391d5902814cae4c75abb61e4b94
2013-12-13 18:34:30 +09:00
Jean Chalard
a245d15da5
Have dicttool use the native library to generate v4 dicts.
...
Yay !
Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
2013-12-13 18:18:20 +09:00
Jean Chalard
af0c222a5e
Merge "Remove flags from Java side."
2013-12-13 09:17:10 +00:00
Jean Chalard
7b55cd3e2b
Remove flags from Java side.
...
This simplifies the code quite a bit.
- GERMAN_UMLAUTS are now handled through a key-value attribute.
The dictionary generator does not need to know about it any more.
- FRENCH_LIGATURES are deprecated as we handle them with shortcuts now.
- CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied
regardless of this flag.
Bug: 11281748
Change-Id: If567e52e245a9342adc7f3104a0f7d8d782df8c1
2013-12-13 18:15:05 +09:00
Tadashi G. Takaoka
a5b196e939
[FIX] Separate form factor dependent config resources
...
This is a cherry-pick of I668b55a514.
Change-Id: I00e9a74812d622c12af0337ba50e1b2f1d675cf1
2013-12-13 18:01:01 +09:00
Ken Wakasa
2fa3693c26
Reset to 9bd6dac470
...
The bulk merge from -bayo to klp-dev should not have been merged to master.
Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
2013-12-13 17:13:32 +09:00
Keisuke Kuroyanagi
9642286c01
Make ExpandableBinaryDictionary usable for offdevice tests.
...
Bug: 11956652
Change-Id: If5a503ef161781818f2efceba542be5a61be6bd1
2013-12-13 14:48:43 +09:00
Keisuke Kuroyanagi
9bd6dac470
Add a constructor for testing to non-main dictionaries.
...
The new constructor is used for creating dictionary instance
that uses a given file.
Bug: 11956652
Change-Id: Ifbf420a1a768eb95a5c3a58eeb1be5936b306d35
2013-12-12 20:14:06 +09:00
Keisuke Kuroyanagi
d06de553b2
Add waitAllTasksForTests for testing.
...
Bug: 10667710
Change-Id: I7a189e32286a6005393fbde8da736541ca9226a8
2013-12-12 17:08:51 +09:00
Keisuke Kuroyanagi
9ff51527a3
Quit passing header file path to native.
...
Bug: 12089197
Change-Id: Ia898f8d2836c0c131a1834dc0a396d9121ecb972
2013-12-12 16:48:34 +09:00
Jean Chalard
9fa221a7bd
Remove dependency from StringUtils to Json
...
Change-Id: I2a89497fb9ec12a37ba09f4598742e88f6700576
2013-12-12 13:55:56 +09:00
Tadashi G. Takaoka
79cc690f55
Fix Filipino keyboard
...
Bug: 12102802
Change-Id: Id55ba5ebd8ddaf83ed246315d81b25ad4c9b6294
2013-12-12 11:12:23 +09:00
Keisuke Kuroyanagi
549ae3d84e
Merge "Create ver4 dictionary files with the dictionary name."
2013-12-11 10:42:16 +00:00
Keisuke Kuroyanagi
84cc5a2c76
Create ver4 dictionary files with the dictionary name.
...
Bug: 12025402
Change-Id: Ia0bb13b2e26aa60a67dff73f3f6a1e276f1bb1dd
2013-12-11 19:30:18 +09:00
Tadashi G. Takaoka
0719c4ca72
Merge "Ignore other finger while showing more keys keyboard"
2013-12-11 09:20:02 +00:00
Tadashi G. Takaoka
7f82bb55ed
Ignore other finger while showing more keys keyboard
...
Bug: 12088861
Change-Id: I784cb8fee247a7a4ea4af4c0569fed9334430e18
2013-12-11 18:12:45 +09:00
Tadashi G. Takaoka
7ca3dbe3e5
Merge "Don't start long press timer while other one is running"
2013-12-11 08:07:47 +00:00
Tadashi G. Takaoka
fa860a091e
Don't start long press timer while other one is running
...
Bug: 11908158
Bug: 12088861
Change-Id: I2537855f505884da9fe958d946c79840bd19dc5f
2013-12-11 17:01:26 +09:00
Jean Chalard
502f3aca01
Merge "Read options from attributes"
2013-12-11 07:39:00 +00:00
Jean Chalard
f2e703eb95
Read options from attributes
...
This reads the German umlaut option from the key-attribute
store, and removes all native references to the flag.
This also completely removes the French ligatures option which
has been unused for some time.
Bug: 11281748
Change-Id: I407c02640ad0f2e01585db9087633c01507b5f3f
2013-12-11 15:43:47 +09:00
Tadashi G. Takaoka
0a190a389f
Merge "Rename deprecated locale directories"
2013-12-11 06:01:34 +00:00
Keisuke Kuroyanagi
ad2d34f80a
Rename PersonalizationPredictionDictionary.
...
Change-Id: If7497310485a895dd22b8df29dc13508acaa0ab6
2013-12-11 14:09:00 +09:00
Ken Wakasa
423422c437
Rename deprecated locale directories
...
cf. Ibe392f5f9dbc82c3cdff8e06b958bc3bcce3fa82
Also, cf. bug id 11340849
Change-Id: I43e84f8ca04eb1aa74037a705970a36434429a0f
2013-12-11 13:27:46 +09:00
Jean Chalard
97351ad34c
Merge "Fix typos."
2013-12-11 03:41:23 +00:00
Tadashi G. Takaoka
9273c0e21f
Merge "Revise settings icon to cog style"
2013-12-11 03:40:19 +00:00
Tadashi G. Takaoka
36b28b435b
Revise settings icon to cog style
...
Bug: 12066907
Change-Id: Iaed4ab0b6bfe6bd0b3762bb0d30df0718f9fc269
2013-12-11 12:37:33 +09:00
Jean Chalard
a8ffdf0288
Merge "Split the header into a separate file."
2013-12-11 03:37:05 +00:00
Jean Chalard
83c879ad67
Fix typos.
...
One of these cost me a day and a half searching for a bug :(
Change-Id: I20f0b727f7c02e2754aaaf6a05b74c9cf9e6375e
2013-12-11 12:06:05 +09:00
Jean Chalard
3839defc90
Split the header into a separate file.
...
Bug: 11281748
Change-Id: Ia2490d18bf159990310e10ed45fb6b3a0dee1c5f
2013-12-11 12:03:40 +09:00
Keisuke Kuroyanagi
499371a5ef
Remove PersonalizationDictinoary.
...
Now, PersonalizationPredictionDictionary can be used not only
for prediction but also for suggestions.
We should rename PersonalizationPredictionDictionary to
PersonalizationDictionary.
Change-Id: Ifcf4459072f3523e3f3dc783f12e15b89cdbb12d
2013-12-11 11:09:52 +09:00
Keisuke Kuroyanagi
7c8075c2ac
Uncapitalized words for personalization dictionary.
...
Bug: 11736529
Change-Id: I62a7469afe03092ec992bfb190f717223a8c556f
2013-12-10 19:19:18 +09:00
Tadashi G. Takaoka
a2bbb1213d
Remove obsolete warning message
...
This is a follow up of I5655c5703b.
Change-Id: I4a61689eb275b54648c6112c9f8709e4a9c35a5e
2013-12-07 18:59:13 +09:00
Tadashi G. Takaoka
4d02aa4e8c
Add punctuations letters to period key on tablet
...
Bug: 11918360
Change-Id: I5655c5703bfcb541c9ff4b7e0da2f9b8e14947d0
2013-12-06 18:24:20 +09:00
Tadashi G. Takaoka
637ecce74c
Merge "Consolidate multiple locales' period key definition"
2013-12-06 09:21:26 +00:00
Jean Chalard
90c9199753
Merge "[RF4] Actually remove ver4 dicts"
2013-12-06 08:54:33 +00:00
Keisuke Kuroyanagi
fc16c320c6
Merge "Add a jni method to fetch unigram information."
2013-12-06 08:53:21 +00:00
Keisuke Kuroyanagi
9fb28f78f7
Add a jni method to fetch unigram information.
...
Bug: 11956652
Change-Id: I59f1823bbc0146f6d2f34cbed8166bb6de197208
2013-12-06 17:17:38 +09:00
Jean Chalard
c5db41a9d5
[RF4] Actually remove ver4 dicts
...
And fix a couple bugs.
Bug: 11281748
Change-Id: If07953a4b1ff9eb1165af03fdb332d7e47cd8f32
2013-12-06 17:07:59 +09:00
Tadashi G. Takaoka
5bf55a86d0
Return null if "!text/" reference is an empty text
...
Change-Id: I01826f3e09527348fb4cba3302a9394ff34f424a
2013-12-06 16:51:11 +09:00
Tadashi G. Takaoka
aab0140390
Consolidate multiple locales' period key definition
...
Bug: 11918360
Change-Id: If59043709a433a57846de07e150bf9c14b614d52
2013-12-06 15:25:47 +09:00
Jean Chalard
a72e8f1ede
[RF3] Cleanups
...
Make the version number a single number on native and java side.
Also, remove the hasValidContents method. It's useless since the
native code already checks this when creating the dictionary (I
wish I had known that when I added it).
Bug: 11281748
Change-Id: I572d37429972b2f280e4bdb748b709e5d0d7737e
2013-12-06 14:53:03 +09:00
Jean Chalard
cb27d955f3
Merge "[RF2] Some refactoring and some cleanup"
2013-12-06 04:30:25 +00:00
Jean Chalard
b8481456f2
[RF2] Some refactoring and some cleanup
...
Bug: 11281748
Change-Id: Iff45fdf6b23f77c08271a169c7d7ca45912c85e8
2013-12-06 13:06:49 +09:00
Tadashi G. Takaoka
08b84a6bed
Fix background of ".com" key on tablet symbols
...
Bug: 12023755
Change-Id: I9eb8c1e5c637ddc6f0f36b783fcb289b5865ac22
2013-12-06 12:16:25 +09:00
Tadashi G. Takaoka
6300168cb8
Fix puctuations more keys on Spanish/Phone
...
Bug: 11918360
Change-Id: I01e1c1e2a1953855bd2b009fc2d82e18cdde7140
2013-12-05 18:54:29 +09:00
Tadashi G. Takaoka
4cd86d3bb4
Cleanup exclamation and questuion keys
...
Bug: 11918360
Change-Id: I00731a273beea6dbc300dc215996dcadd97f17e2
2013-12-05 18:53:32 +09:00
Tadashi G. Takaoka
624fcde18b
Cleanup comma key of Arabic/Farsi
...
Bug: 11918360
Change-Id: I4ab373d8fc012fd77a388a067d7f5d99d8247299
2013-12-05 18:15:45 +09:00
Tadashi G. Takaoka
3064b831e6
Merge "Separate symbols comma-period from main keyboard ones"
2013-12-05 09:02:00 +00:00
Tadashi G. Takaoka
72ce5fdcf6
Remove puctuationKeyStyle key style definition
...
This change also separates period key definition from row_qwerty4.
Bug: 11918360
Change-Id: I7156be7098987f8447698a57af84e2ea3fc595f6
2013-12-05 17:31:06 +09:00
Tadashi G. Takaoka
e7296d4bf4
Separate symbols comma-period from main keyboard ones
...
Bug: 11918360
Change-Id: Ia96230d1eb692bbc61842f1cd12ba980d5487017
2013-12-05 13:52:03 +09:00
Tadashi G. Takaoka
c8a7a7dce3
Merge "Fix size of AOSP launcher icon"
2013-12-05 04:51:24 +00:00
Tadashi G. Takaoka
f6b479d482
Add exclamation/question marks to Hebrew tablet keyboard
...
Bug: 11918360
Change-Id: I226f8fbb2177f472f69b56faca2a141687734494
2013-12-05 12:47:47 +09:00
Tadashi G. Takaoka
401951849f
Fix size of AOSP launcher icon
...
Bug: 11975011
Change-Id: I5463d4a9f386ca053a81883c2e0b3f999e4bdbb2
2013-12-05 10:01:14 +09:00
Tadashi G. Takaoka
1eb63684f9
Merge "Add workaround to prevent ViewPager from crashing"
2013-12-04 09:05:07 +00:00
Tadashi G. Takaoka
5086275d39
Add workaround to prevent ViewPager from crashing
...
Bug: 11721001
Change-Id: I0824f82c30a288a3c1f0ea69e07f10bdeb744bbc
2013-12-04 17:46:15 +09:00
Tadashi G. Takaoka
8b6c096f39
Merge "Fix wrong padding of some background drawables"
2013-12-04 08:23:05 +00:00
Jean Chalard
743c7e0e6e
Merge "[RF1] Remove files that don't match the expected format, step 1"
2013-12-04 08:19:26 +00:00
Keisuke Kuroyanagi
c63f2762cc
Merge "Start to use historical info."
2013-12-04 08:03:53 +00:00
Tadashi G. Takaoka
2b74e8cd01
Fix wrong padding of some background drawables
...
Bug: 11796504
Change-Id: I68caed78a84315eb80ae9247d2a38cd2aeb80f22
2013-12-04 16:20:14 +09:00
Jean Chalard
5e80e699c4
[RF1] Remove files that don't match the expected format, step 1
...
This implements the skeleton implementation, and enables a
fallback implementation in the case the file is coming from the
dictionary provider.
- A better scheme should be used for provider-supplied dicts.
- This does not implement the solution for device-generated
dicts yet. This will come in a future change.
- This does not implement the checking process on the native
side yet. This will come in a future change.
Bug: 11281748
Change-Id: Ifa6e237d19dfbffe503e3674915480ea867b0ddf
2013-12-04 16:19:55 +09:00
Keisuke Kuroyanagi
cddb753b3e
Merge "Quit using obsolete methods for testing."
2013-12-04 07:08:23 +00:00
Tadashi G. Takaoka
d3fb12e7e2
Merge "Revise AOSP Android Keyboard launcher icon"
2013-12-04 07:06:20 +00:00
Keisuke Kuroyanagi
e33072eb50
Quit using obsolete methods for testing.
...
Bug: 11073222
Change-Id: I77c99fbea2f255dbfddb646b6e12bee574647eca
2013-12-04 16:03:53 +09:00
Keisuke Kuroyanagi
4d68867839
Start to use historical info.
...
Bug: 11073222
Change-Id: I232d41bec5df7952856b5ba4765977707c39b94a
2013-12-04 12:52:58 +09:00
Tadashi G. Takaoka
8e1f0bcfb2
Revise AOSP Android Keyboard launcher icon
...
Bug: 11975011
Change-Id: Idc083b670ccbd956bfbacf25317c6541ab73c633
2013-12-04 12:51:17 +09:00
Tadashi G. Takaoka
7081a36e2f
Merge "Add spacebar background drawable"
2013-12-04 03:47:41 +00:00
Tadashi G. Takaoka
dc337df48c
Add spacebar background drawable
...
Bug: 11106827
Change-Id: Ic6e0b6bd9187901b01d64296db816afa73da9ffd
2013-12-04 12:31:10 +09:00
Keisuke Kuroyanagi
a0befc6490
Start passing timestamp for dynamic dictionaries.
...
Bug: 11073222
Change-Id: I89e1277f734d5959e33d61e7e9e7048084b9007a
2013-12-04 11:57:45 +09:00
Ken Wakasa
aac4a8094f
Merge "Revert "Import translations. DO NOT MERGE""
2013-12-03 11:15:53 +00:00
Ken Wakasa
a15ea70075
Revert "Import translations. DO NOT MERGE"
...
This reverts commit 7d587e61a1
.
Change-Id: I00cb2b54fb98e18a26572b210f90d98c0fbef711
bug: 11978309
2013-12-03 11:14:37 +00:00
Ken Wakasa
64ead8d293
Merge "Add required header attributes for user/contacts dictionary."
2013-12-03 10:23:51 +00:00
Keisuke Kuroyanagi
8bfc8c46ff
Add required header attributes for user/contacts dictionary.
...
Bug: 11973488
Change-Id: I91ef720a24633aec0f4e81cd4f7c49c749805c49
2013-12-03 19:22:17 +09:00
Jean Chalard
25848af556
Tiny refactoring
...
Add a warning comment and make it so that openNative()
is only called in one place in the code.
Bug: 11281748
Change-Id: Ic7819a01deb62cf145ebf9d620da2d15fae19313
2013-12-03 17:46:56 +09:00
Tadashi G. Takaoka
dfd9182b15
Move launcher icon from mipmap to drawable
...
Bug: 11106827
Change-Id: I45e64759ce095669be557957fa27eb7f9933e188
2013-12-03 12:44:06 +09:00
Tadashi G. Takaoka
6d9e273fb5
Separate common config and dimensions resources
...
Change-Id: Ia16880e818927bc3df7292e130b2f7b5efc9776e
2013-12-03 12:14:27 +09:00
Geoff Mendal
7d587e61a1
Import translations. DO NOT MERGE
...
Change-Id: I5788ec86a313e69269d7d58f3309fbe42d24439c
Auto-generated-cl: translation import
2013-12-02 15:10:39 -08:00
Geoff Mendal
8db783ba81
Import translations. DO NOT MERGE
...
Change-Id: I6c8ab6cd6d41a6692ef6b084e0218be4120d266c
Auto-generated-cl: translation import
2013-12-02 15:05:00 -08:00
Keisuke Kuroyanagi
d1501ea789
Make contacts/user dictionary ver2.
...
Change-Id: I10c29bd45fd37d765f115333087e1700dd90570b
2013-12-02 21:59:56 +09:00
Jean Chalard
5fa4ad6a85
Merge "Fix some more tests"
2013-12-02 12:41:25 +00:00
Jean Chalard
ca5c7a9e14
Fix some more tests
...
Bug: 11960453
Bug: 11954718
Change-Id: I71e98cc6ab30cc89e921e9ef578d7f6366049d01
2013-12-02 21:05:26 +09:00
Tadashi G. Takaoka
816c0ba947
Rename config resource name to be matched with attribute name
...
This is a followup of I6fb11b8cb5.
Change-Id: I2a78affabf278e13fdeb2d4fcb0e5d26fb748a8b
2013-12-02 20:34:53 +09:00
Tadashi G. Takaoka
770b00874b
Remove KeyEventHandler
...
Change-Id: Iddde1f85139cb21bde6e4fc275c32f3d62f4862f
2013-12-02 20:25:25 +09:00
Tadashi G. Takaoka
5d311f2c13
Merge "Add config_ prefix to the resource names merged from dimens.xml"
2013-12-02 11:14:07 +00:00
Jean Chalard
576c753d25
Fix an obvious bug
...
This had to be a typo
Change-Id: Id49e44d7667d64b00e883c55c683535398b6bdea
2013-12-02 20:04:52 +09:00
Tadashi G. Takaoka
8c6052bce1
Add config_ prefix to the resource names merged from dimens.xml
...
Change-Id: I6fb11b8cb52c06b805fb17d61450d7df50e4e20d
2013-12-02 20:01:15 +09:00
Tadashi G. Takaoka
b3ded391e0
Merge "Merge dimens.xml to config.xml"
2013-12-02 10:57:18 +00:00
Tadashi G. Takaoka
5a9c78855a
Merge dimens.xml to config.xml
...
Change-Id: Ib5b1a72313e1358f6bb4051e693f889833548e3c
2013-12-02 19:46:21 +09:00
Keisuke Kuroyanagi
545e4191b3
Merge "Quit recording LastUserHistoryWriteTime."
2013-12-02 10:10:32 +00:00
Keisuke Kuroyanagi
cffe4d2d0f
Quit recording LastUserHistoryWriteTime.
...
Change-Id: I0f2b408b4976d8119c932654e23836803d42c568
2013-12-02 18:45:32 +09:00
Jean Chalard
9ab71eda83
Fix tests.
...
This fixes a few bugs that became apparent with the
reinstating of a test.
Bug: 11954718
Change-Id: I1127bc3180f856566429f40d14c944e6f0007e09
2013-12-02 18:15:22 +09:00
Tadashi G. Takaoka
9a0216def9
Avoid NPE by checking
...
Bug: 11956240
Change-Id: I3de1ebbf96fa2422124e4d8e50190adfa09b8a49
2013-12-02 16:25:20 +09:00
Tadashi G. Takaoka
75eb9c8934
Rename spacing and punctuations resource file names
...
Change-Id: Ia3ae5dbaa2d5495f01cbc5da26ec8deb523442a5
2013-12-02 15:36:04 +09:00
Tadashi G. Takaoka
ab18fb1289
Separate auto correction and spellchecker configurations
...
Change-Id: If65e19725da941fd36d566cdcf3bc9c343c04cbb
2013-12-02 15:21:20 +09:00
Tadashi G. Takaoka
6a8cf1edbe
Revised screen metrics value of LatinImeLogger
...
Bug: 11955386
Change-Id: Id8896acaa2c82d68fad59628d12e229c9d86c17e
2013-12-02 14:34:26 +09:00
Tadashi G. Takaoka
4398bef95a
Separate dictionary pack configuration values
...
Change-Id: I0112eb55798a36c8e3c6ed6f7363345724c1935d
2013-12-02 14:16:50 +09:00
Tadashi G. Takaoka
0f1c290e9d
Merge "Remove unused resources"
2013-12-02 04:09:32 +00:00
Tadashi G. Takaoka
bbd0c4fd2f
Remove unused resources
...
Change-Id: Ie0fdf019373557b3f5cc4d93159d10e4092edaa3
2013-12-02 13:01:05 +09:00
Tadashi G. Takaoka
0811f7539c
Add device form and oriantation comments
...
Change-Id: I455ef79862a0e5f7c6a4c4095d0f1ee3d632a7f6
2013-12-02 12:24:27 +09:00
Jean Chalard
d7337a72bc
Merge "Fix auto-detection of format 4."
2013-11-29 10:31:37 +00:00
Jean Chalard
26c9af33a7
Fix auto-detection of format 4.
...
Bug: 11073222
Change-Id: I76e47d0399cf43fc3cc18cb1252f166be86b9a69
2013-11-29 19:10:19 +09:00
Tadashi G. Takaoka
3f8c1d4a19
Clean up PointerTracker a bit
...
Change-Id: I227501607ee1476c2f6faceca1c3c0833778a0ee
2013-11-29 16:55:25 +09:00
Tadashi G. Takaoka
18ffeaba16
Use interfaces instead of MainKeyboardView class
...
Change-Id: I760b107d804fc84153f08667f20061fedd308841
2013-11-29 12:19:49 +09:00
Tadashi G. Takaoka
ccc86630a2
Rename StaticInnerHandlerWrapper to LeakGuardHandlerWrapper
...
Change-Id: I024f0ee9c7f7718afc8a4ca0c6c49f2e88b035ad
2013-11-29 12:15:40 +09:00
Keisuke Kuroyanagi
22e28d5a2d
Merge "Add version check to open binary dictionary."
2013-11-28 11:52:59 +00:00
Keisuke Kuroyanagi
8ac3c65b00
Add version check to open binary dictionary.
...
Bug: 11073222
Change-Id: Iabae12b8f14a9da3cdc804dcc6af443cedeb3f99
2013-11-28 20:40:26 +09:00
Tadashi G. Takaoka
2e2af0e1e1
Merge "Move MainKeyboardView.KeyTimerHandler to top level class"
2013-11-28 10:21:41 +00:00
Tadashi G. Takaoka
3fd16cbaa8
Merge "Move MainKeyboardView.DrawingHandler to top level class"
2013-11-28 10:21:34 +00:00
Tadashi G. Takaoka
3c764b2e96
Move MainKeyboardView.KeyTimerHandler to top level class
...
Change-Id: Iec310b7fc6127a8a5491dbb9f8f073e455e7ba29
2013-11-28 19:03:37 +09:00
Jean Chalard
33e777fe08
Merge "Change the timing of reading the previous word."
2013-11-28 09:57:22 +00:00
Tadashi G. Takaoka
c82e99caa0
Move MainKeyboardView.DrawingHandler to top level class
...
Change-Id: I7a785725d5eb0b594485ceb25695a89c017cc60f
2013-11-28 18:56:15 +09:00
Jean Chalard
4866a3e918
Change the timing of reading the previous word.
...
Bug: 11328842
Change-Id: I08229e895fc34403932648b9b931583d965f0e01
2013-11-28 18:51:03 +09:00
Jean Chalard
177a86d394
Merge "Fix getNthPreviousWord."
2013-11-28 09:02:46 +00:00
Tadashi G. Takaoka
b1d87850ec
Fix updating list preference summary for unknown value
...
Change-Id: I86d3162a90e0068e787a906c0d3d64102487620a
2013-11-28 14:12:29 +09:00
Jean Chalard
da459787e2
Fix getNthPreviousWord.
...
This should take into accounts word connectors.
Change-Id: Ic7fa5c837cd65a43ba43d7ae9d299b8d20019892
2013-11-28 11:41:23 +09:00
Keisuke Kuroyanagi
3c7b603c46
Merge "Start using Ver4 dictionary format."
2013-11-27 10:02:21 +00:00
Tadashi G. Takaoka
169d76cc5c
Merge "Disable mic key on more keys when voice IME is disabled"
2013-11-27 09:56:42 +00:00
Tadashi G. Takaoka
b70a419a9e
Disable mic key on more keys when voice IME is disabled
...
Bug: 11883501
Change-Id: Ie3f496935f9600e2bde51cbebed2b4f8c90c25b2
2013-11-27 18:36:08 +09:00
Jean Chalard
4735e1d32a
Merge "Fix messages in tests"
2013-11-27 08:44:31 +00:00
Jean Chalard
dfc5aade2d
Fix messages in tests
...
They are not failing because of this right now, but future
tests would fail without this.
Concretely, since the Handler for any given main thread is
a singleton managed by the framework, the messages won't
be removed automatically. In particular, messages posted
with a delay have a large destructive potential, because
they will go through before the startInputViewInternal
method is called, because it's called with a message too (in
turn, this is because of working around framework bugs).
Bug: 11142685
Change-Id: If81a168efcfd7d93806ddc4ea432d438c45a3e1d
2013-11-27 17:37:57 +09:00
Tadashi G. Takaoka
05e099d77d
Remove voice-on-main related code and resources
...
Change-Id: I3a1b06fa028dbf130c7aa2c83e9ec1a180aa1f5c
2013-11-27 16:48:47 +09:00
Tadashi G. Takaoka
c144299f70
Merge "Remove compiler warnings from emoji related code"
2013-11-27 03:44:34 +00:00
Ken Wakasa
c01dba872c
Small optimizations for single code point strings
...
Change-Id: I299c7622db291ea411e2b48dfdb622b407912ea6
2013-11-27 12:40:13 +09:00
Keisuke Kuroyanagi
02fd1a78a3
Start using Ver4 dictionary format.
...
Bug: 11073222
Change-Id: Idd836ee15501e2f8c57c8eebc1fef7f103b01d18
2013-11-27 12:14:03 +09:00
Tadashi G. Takaoka
6bd28dfa99
Remove compiler warnings from emoji related code
...
Change-Id: I88ed0d25bee87c4dabcbc425589215b901345908
2013-11-27 11:51:05 +09:00
Keisuke Kuroyanagi
fd15afae46
Merge "Extend jni interface to support time stamp and shortcut."
2013-11-27 02:17:51 +00:00
Keisuke Kuroyanagi
9cdca3255b
Extend jni interface to support time stamp and shortcut.
...
Bug: 11073222
Change-Id: I19e0501850917a13ddc756d3e78fc6f6cf3f33c4
2013-11-26 21:31:26 +09:00
Tadashi G. Takaoka
091865a266
Merge "Cleanup SettingsFragment"
2013-11-26 09:38:41 +00:00
Tadashi G. Takaoka
98dd81ab80
Cleanup SettingsFragment
...
Change-Id: Ic7dac203c17b34e1555ba2c91e3f8c057e85a4b5
2013-11-26 18:36:21 +09:00
Jean Chalard
a6fef7dcae
Merge "Fix caps mode upon gesture-after-type-period."
2013-11-26 07:34:59 +00:00
Keisuke Kuroyanagi
581ca435cf
Merge "Implement addMultipleDictionaryEntries as a jni method."
2013-11-26 07:32:23 +00:00
Jean Chalard
045fb2de64
Fix caps mode upon gesture-after-type-period.
...
Bug: 11630231
Change-Id: Id5626a2f5b7294e4fda0bf9b82ff85537500a104
2013-11-26 16:25:09 +09:00
Keisuke Kuroyanagi
ca16be7552
Implement addMultipleDictionaryEntries as a jni method.
...
Bug: 11757169
Change-Id: Ie1569e0b3c0503588ebfe5d09c7ca06116f54485
2013-11-26 16:03:10 +09:00
Tadashi G. Takaoka
ad4216becd
Use InputMethodSubtypeCompatUtils to create subtypes
...
This change adds fixed subtypeId to dummy NO_LANGUAGE and EMOJI
subtypes.
Bug: 11142698
Change-Id: Ie633b5dea77f17a9981bd999df6e1957bde740ee
2013-11-26 15:32:14 +09:00
Tadashi G. Takaoka
6f490fb200
Fix extraValue of DUMMY_NO_LANGUAGE_SUBTYPE
...
This is a follow up of I9cf3d94825.
Change-Id: I2646a045d21f2a7a3bb89c76d431be844e739af3
2013-11-26 13:31:18 +09:00
Geoff Mendal
79842aa208
Import translations. DO NOT MERGE
...
Change-Id: Id9ad9ed8c1d148569d7d0079a3b7ec5282280aa6
Auto-generated-cl: translation import
2013-11-25 14:31:12 -08:00
Geoff Mendal
7debaee7a4
Import translations. DO NOT MERGE
...
Change-Id: Ib38c02136778584dc6a4d4215c6e346b2b48afaa
Auto-generated-cl: translation import
2013-11-25 14:26:44 -08:00
Jean Chalard
b68e613016
Merge "Fix a flaky test."
2013-11-25 08:53:47 +00:00
Jean Chalard
e629f860d1
Fix a flaky test.
...
Corrections depend on the proximity info, which depends
on the layout, which in turn depends on the subtype and
not only the language. Thus, we need to force the whole
subtype for meaningful tests.
Bug: 11142685
Change-Id: I9cf3d948259e0236061454a93ffc2e28c7e0768f
2013-11-25 17:22:15 +09:00
Jean Chalard
3e4c520dcf
Merge "Fix a failing test"
2013-11-25 04:01:28 +00:00
Jean Chalard
a78b0f6b9e
Fix a failing test
...
Bug: 11846748
Change-Id: Ieda55477201c11fb31b0f84e70ecd081211c78fc
2013-11-25 12:55:52 +09:00
Kurt Partridge
801d140176
Use Google Feedback
...
Change-Id: Icc39898fc9216a91e5a75958a959aa52d0ccea73
2013-11-22 18:02:18 -08:00
Tadashi G. Takaoka
2eea2d5007
Update Color Scheme summary explicitly
...
Bug: 11622614
Change-Id: I5464054425e4d688eaa39f96ba9a3a3c613c6f42
2013-11-22 17:26:59 -08:00
Satoshi Kataoka
ca5cdc6996
Show mic key option on sw540 device
...
Bug: 11737760
Change-Id: Id50a7d393acf755cb04d3f8dc60327abeee5a671
2013-11-22 17:26:51 -08:00
Tadashi G. Takaoka
ea8f8da1ac
Fix unusual NPE after onDestroy
...
Bug: 11673978
Change-Id: I4d5268312911685ff1ca9483a62442a1a9686c62
2013-11-22 17:26:42 -08:00
Tadashi G. Takaoka
db86a6f271
Add keyboard color switch option
...
Bug: 11622614
Change-Id: I25aa1ff7376fe72fd94ab2cb7190c61d7a98a1af
2013-11-22 17:26:33 -08:00
Tadashi G. Takaoka
51352009b5
Add JB/ICS resources from Azuki MR1 release
...
Bug: 11622614
Change-Id: I126fc42dd31e912788db0446b67a9d4ea80f848e
2013-11-22 17:26:26 -08:00
Tadashi G. Takaoka
fe5262a70d
Rename KLP theme related resources
...
Bug: 11622614
Change-Id: I4e390aa263349d730b47502d84e4d528e7f5ce71
2013-11-22 17:26:17 -08:00
Tadashi G. Takaoka
d5e6044ded
Rename KLP/JB/ICS common resource name suffixes to _holo
...
Bug: 11622614
Change-Id: I53b5ff8b6627a38aef352855ad024213a450b40f
2013-11-22 17:26:08 -08:00
Tadashi G. Takaoka
978e2f67f7
Add key press vibration value for Motorola DVX
...
Bug: 10884131
Change-Id: Id6d5589f3528de05c7b346ce55e926c3e18f22cc
2013-11-22 17:25:57 -08:00
Tadashi G. Takaoka
585fa0491a
Implement key preview zoom in/out animations
...
Bug: 11518021
Change-Id: I139b18708055e0811234886578c5a30b8cc71fec
2013-11-22 19:50:45 +09:00
Tadashi G. Takaoka
7c542558bf
Merge "Update Color Scheme summary explicitly"
2013-11-22 10:33:30 +00:00
Tadashi G. Takaoka
b0b1982442
Update Color Scheme summary explicitly
...
Bug: 11622614
Change-Id: I5464054425e4d688eaa39f96ba9a3a3c613c6f42
2013-11-22 19:21:30 +09:00
Tadashi G. Takaoka
9eb8814931
Add configuration boolean for fading key top letter
...
Bug: 11518021
Change-Id: I1297a258650f4b2f81b942bbfbfbc2dba686ef20
2013-11-22 18:21:37 +09:00
Ken Wakasa
16d1e77a16
Merge "handleBackspace should always send KEYCODE_DEL for InputType.TYPE_NULL"
2013-11-22 07:28:15 +00:00
Ken Wakasa
e255d5c0f7
Merge "handleBackspace should always send KEYCODE_DEL for InputType.TYPE_NULL" into jb-ub-latinimegoogle-bayo
2013-11-22 07:26:57 +00:00
Tadashi G. Takaoka
afb95c7967
Merge "Rename ambiguous feature name and related resources"
2013-11-21 09:05:39 +00:00
Ken Wakasa
89182e8fea
handleBackspace should always send KEYCODE_DEL for InputType.TYPE_NULL
...
bug: 11797053
Change-Id: I295eeb5f9f0f1f07e919bf54122d003be150a174
2013-11-21 17:48:09 +09:00
Ken Wakasa
87cd39124a
handleBackspace should always send KEYCODE_DEL for InputType.TYPE_NULL
...
This is a fix only for the Bayo branch because this part in master has
been changed.
The corresponding fix in master is I295eeb5f9f0f1f07e919bf54122d003be150a174
bug: 11797053
Change-Id: I779be039ebf992de5d246c7a9d9509623fc3c120
2013-11-21 17:47:05 +09:00
Keisuke Kuroyanagi
db4f373004
Fix: PtNode array size writirng when array size > 127. DO NOT MERGE.
...
This is a manual cherrypick of Ib729ceedbc8ef837e50490439817b36039ae2b4e.
Bug: 11772864
Change-Id: I5ecbe729dbdd24e194e48b4d68b17af8549c4726
2013-11-21 08:45:51 +00:00
Tadashi G. Takaoka
49c8041494
Remove theme specific layout XML files
...
Change-Id: I16602fe41c78215cd3b007764c9d71876128d404
2013-11-21 16:06:57 +09:00
Baligh Uddin
b4cc0ae075
Import translations. DO NOT MERGE
...
This is a manual cherry-pick of Ib0c14a756a. This change also copied
some missing locales' strings.xml and strings-action-keys.xml from
jb-ub-latinimegoogle branch.
Bug: 11622614
Change-Id: Ibc9cde4662b15da63b73ac2b545e0e94c358de67
2013-11-21 11:28:47 +09:00
Tadashi G. Takaoka
42d9980a84
Rename ambiguous feature name and related resources
...
Bug: 11737015
Change-Id: I39f7ca13b99f019a2edb5aa690e3142ceba4e837
2013-11-21 10:52:53 +09:00
Baligh Uddin
9bb61243a0
Import translations. DO NOT MERGE
...
Change-Id: Idc1c319d010ce161687e2b7bb31dcf19809c589b
Auto-generated-cl: translation import
2013-11-20 14:37:16 -08:00
Keisuke Kuroyanagi
d39371e231
Merge "Fix: PtNode array size writirng when array size > 127."
2013-11-20 10:07:19 +00:00
Keisuke Kuroyanagi
680f66023c
Fix: PtNode array size writirng when array size > 127.
...
Bug: 11772864
Change-Id: Ib729ceedbc8ef837e50490439817b36039ae2b4e
2013-11-20 18:15:59 +09:00
Tadashi G. Takaoka
d088e0e726
Merge "Don't draw key top letter when key preview is showing"
2013-11-20 08:42:34 +00:00
Tadashi G. Takaoka
818ece917f
Don't draw key top letter when key preview is showing
...
Bug: 11518021
Change-Id: Ibd33e892b21189a7d044099942845379aa010484
2013-11-20 17:26:02 +09:00
Tadashi G. Takaoka
3a1be7e4cf
Merge "Unbundle Key preview text and PointerTracker"
2013-11-20 05:46:25 +00:00
Tadashi G. Takaoka
e9ec4d1add
Merge "Fix more keys keyboard display position"
2013-11-20 05:46:17 +00:00
Tadashi G. Takaoka
f914f8814c
Unbundle Key preview text and PointerTracker
...
This change binds key preview text with Key.
Bug: 11518021
Change-Id: I5028e1108d6a5728e4feac7f6f945453eea679b6
2013-11-20 14:09:29 +09:00
Keisuke Kuroyanagi
dd0da393e1
Add DEBUG_DUMP to ContactsBinaryDictionary.
...
Change-Id: Iebfae5f37727deeb6636ad6301b7b1bbe5f454e0
2013-11-20 14:07:44 +09:00
Tadashi G. Takaoka
0381415423
Fix more keys keyboard display position
...
This is a follow up of Ia39b3d6de8.
Change-Id: I9e6152fdc5cb9fa9490b41fcf0420b9ffccea438
2013-11-20 14:00:03 +09:00
Satoshi Kataoka
994530d9bd
Show source dictionary name of suggestions in the debug mode
...
Bug: 11772864
Change-Id: I393352494b1ef81d24622a22fe7556d09945d6ff
2013-11-20 12:31:01 +09:00
Keisuke Kuroyanagi
077b3def52
Merge "Create a method to add multiple dictionary entries."
2013-11-19 09:41:14 +00:00
Keisuke Kuroyanagi
da2ccbd4cd
Create a method to add multiple dictionary entries.
...
Bug: 11740462
Change-Id: I7903cb02fd08d649a05b8799fb3cd00c3da26e00
2013-11-19 18:12:07 +09:00
Tadashi G. Takaoka
751ea9df87
Merge "Get rid of unnecessary layout style"
2013-11-19 07:50:20 +00:00
Tadashi G. Takaoka
84898c6b78
Get rid of unnecessary layout style
...
Change-Id: Ia39b3d6de8c8fb08ff8cca574166b6fc7c4c316e
2013-11-19 16:12:18 +09:00
Keisuke Kuroyanagi
251999bfd1
Merge "Show amanatto settings only when in debug mode."
2013-11-19 06:21:24 +00:00
Keisuke Kuroyanagi
eacb44b38d
Show amanatto settings only when in debug mode.
...
Bug: 11740462
Change-Id: I206b16ab785215c6fa64e740a6dd46588c633ec8
2013-11-19 14:40:20 +09:00
Satoshi Kataoka
2f67375708
am 136b32c9: am ea6dcd69: am 5707b216: Show mic key option on sw540 device
...
* commit '136b32c975827ac0171e10ab089952c0ef706571':
Show mic key option on sw540 device
2013-11-18 09:18:11 -08:00
Satoshi Kataoka
ea6dcd69e0
am 5707b216: Show mic key option on sw540 device
...
* commit '5707b21647630dde1f5890804908582218e67f51':
Show mic key option on sw540 device
2013-11-18 09:10:10 -08:00
Tadashi G. Takaoka
4362ded01c
Clean up dangling resources
...
Bug: 11737015
Change-Id: I2e1ad4bc4e6e88080f9c88561813b06a0f150780
2013-11-18 15:04:29 +09:00
Satoshi Kataoka
5707b21647
Show mic key option on sw540 device
...
Bug: 11737760
Change-Id: Id50a7d393acf755cb04d3f8dc60327abeee5a671
2013-11-18 14:15:54 +09:00
Satoshi Kataoka
9fc0337b5b
Use SDK19 APIs
...
Change-Id: I88ea9ae0b47166f551f30b244a159578aeb18a30
2013-11-18 11:40:10 +09:00
Kurt Partridge
0a51c2b657
Merge "Track selection end in RichInputConnection"
2013-11-16 00:55:43 +00:00
Kurt Partridge
d564466d30
Track selection end in RichInputConnection
...
Change-Id: Ie5cffe03b676dcde83896cda139b42f3829eb528
2013-11-15 16:49:24 -08:00
Tadashi G. Takaoka
2cbcc987ee
Merge "Fix unusual NPE after onDestroy"
2013-11-15 09:03:51 +00:00
Tadashi G. Takaoka
ffb064656e
Fix unusual NPE after onDestroy
...
Bug: 11673978
Change-Id: I4d5268312911685ff1ca9483a62442a1a9686c62
2013-11-15 17:48:10 +09:00
Tadashi G. Takaoka
be734d298a
Return copied String array from getStringArray method
...
In the Key class constructor, elements in a String[] instance returned
from DeclaredKeyStyle.getStringArray() may be altered by
KeySpecParser.get(Int|Boolean)Value methods.
Bug: 11245712
Change-Id: I3a7fc5ccdb2a14efb72c402dd11559ab13e08596
2013-11-15 17:19:23 +09:00
Kurt Partridge
2bf3a77814
Rename mExpectedCursorStart to mExpectedSelStart
...
Change-Id: If23d8bd73fe464f12f473e093dc87ed68756e1ec
2013-11-14 07:45:02 -08:00
Kurt Partridge
a2632aabf7
Merge "Extract method to reloadTextCache()"
2013-11-14 15:28:07 +00:00
Ken Wakasa
46636b08fb
Merge "Update targetSdkVersion to KitKat"
2013-11-14 10:30:35 +00:00
Ken Wakasa
ec256f4b8a
Update targetSdkVersion to KitKat
...
Change-Id: I4682aa854b244b58080c964bed1c3017ce365e87
2013-11-14 19:26:25 +09:00
Tadashi G. Takaoka
f7bb78fb58
Merge "Add keyboard color switch option"
2013-11-14 09:33:09 +00:00
Tadashi G. Takaoka
4c8a96cf88
Merge "Fix additional subtype id calculation"
2013-11-14 09:04:33 +00:00
Tadashi G. Takaoka
053424e56e
Merge "Add StringUtils.joinCommaSplittableText"
2013-11-14 09:04:24 +00:00
Tadashi G. Takaoka
b4c7a10840
Add keyboard color switch option
...
Bug: 11622614
Change-Id: I25aa1ff7376fe72fd94ab2cb7190c61d7a98a1af
2013-11-14 17:56:07 +09:00
Tadashi G. Takaoka
1d1db42d89
Fix additional subtype id calculation
...
Bug: 11678247
Change-Id: I4a2061fae264473e1ebff6961aa897367ef9cc09
2013-11-14 17:45:53 +09:00
Tadashi G. Takaoka
6589751ace
Add StringUtils.joinCommaSplittableText
...
Change-Id: I80ad9d8b5aee53f1403486a56ffae8d09cbd4e28
2013-11-14 17:43:03 +09:00
Keisuke Kuroyanagi
97fdb184bc
Purge ExpandableDictionary.
...
Bug: 11245133
Change-Id: Ia0886686d8add940409dcd5c883c34eb5289380d
2013-11-14 14:18:02 +09:00
Jean Chalard
3a9b2430a5
Fix many small nits.
...
...the interaction of which results in a very bad bug.
Bug: 11648854
Change-Id: I774489e384388f187e72b9ac091ab387c5e1a79a
2013-11-12 22:44:59 -08:00
Tadashi G. Takaoka
a5f5ab84c0
Add microphone key as long press of comma
...
Bug: 11637249
Change-Id: Ib6202484ad12c63c8a38d8e12432007ab56d4a30
2013-11-12 22:44:59 -08:00
Jean Chalard
e4022137ee
Remove an out-of-place check
...
Bug: 11584525
Change-Id: I76cc3e4ee21d62fbd56042adcf085efd5cafb53f
2013-11-12 22:44:58 -08:00
Tadashi G. Takaoka
7033338017
Update popup panel background a bit draker
...
Bug: 11169026
Change-Id: I164ab69eb263f58000ffed7b7d97fc6b356147d5
2013-11-12 22:44:58 -08:00
Jean Chalard
b87ed46118
Merge "Fix many small nits."
2013-11-13 06:10:39 +00:00
Jean Chalard
5a0bc6ac69
Fix many small nits.
...
...the interaction of which results in a very bad bug.
Bug: 11648854
Change-Id: I774489e384388f187e72b9ac091ab387c5e1a79a
2013-11-13 14:42:27 +09:00
Tadashi G. Takaoka
3b2171c898
Add microphone key as long press of comma
...
Bug: 11637249
Change-Id: Ib6202484ad12c63c8a38d8e12432007ab56d4a30
2013-11-13 12:04:24 +09:00
Tadashi G. Takaoka
d7d6088130
Revert back punctuations to the more keys keyboard of the period
...
Cherry-pick I157164910f from Master.
Bug: 11621857
Change-Id: I0fd0496e9091165280f34b4640ff0e524e3847b9
2013-11-12 17:51:54 +09:00
Tadashi G. Takaoka
a2a1096406
Revert back punctuations to the more keys keyboard of the period
...
Bug: 11621857
Change-Id: I157164910fc6f23ef36c838d0a13792c766be223
2013-11-12 14:46:40 +09:00
Tadashi G. Takaoka
1c95c8ba3b
Add JB/ICS resources from Azuki MR1 release
...
Bug: 11622614
Change-Id: I126fc42dd31e912788db0446b67a9d4ea80f848e
2013-11-12 13:04:47 +09:00
Tadashi G. Takaoka
c10757e8e8
Rename KLP theme related resources
...
Bug: 11622614
Change-Id: I4e390aa263349d730b47502d84e4d528e7f5ce71
2013-11-11 20:01:00 +09:00
Tadashi G. Takaoka
4b37b2b3f6
Rename KLP/JB/ICS common resource name suffixes to _holo
...
Bug: 11622614
Change-Id: I53b5ff8b6627a38aef352855ad024213a450b40f
2013-11-11 19:08:07 +09:00
Tadashi G. Takaoka
1a6a8510b8
Relaxing CHAR LIMIT of strings.action-kes.xml to 7
...
Bug: 11589582
Bug: 11590257
Bug: 11590258
Bug: 11590364
Change-Id: Iab5b1ef8d29a3808c7270e33fc3c5e7e77104e25
2013-11-11 11:47:04 +09:00
Jean Chalard
af8df16887
Remove an out-of-place check
...
Bug: 11584525
Change-Id: I76cc3e4ee21d62fbd56042adcf085efd5cafb53f
2013-11-08 20:32:43 +09:00
Tadashi G. Takaoka
e998e51330
Merge "Tune Khmer keyboard using keyHintLabelVerticalAdjustment"
2013-11-07 10:35:12 +00:00
Tadashi G. Takaoka
541fa7858d
Add keyLabelHintVerticalAdjustment attribute
...
Bug: 11546184
Change-Id: I1fbdbbdcf4d6a74888c48f2e4f0b7afce7913653
2013-11-07 19:29:23 +09:00
Tadashi G. Takaoka
028b425d4c
Tune Khmer keyboard using keyHintLabelVerticalAdjustment
...
Bug: 11546184
Change-Id: I565c5202e3154e4f7d71611a9d68a02e57a1dd3c
2013-11-07 19:24:01 +09:00
Tadashi G. Takaoka
4d49908682
Move reference char/digit width/height method to TypefaceUtils
...
Change-Id: I3c94c23c31b273a07e145d381587ab0aa4ee8e68
2013-11-07 18:39:42 +09:00
Tadashi G. Takaoka
92248fd288
Add key press vibration value for Motorola DVX
...
Bug: 10884131
Change-Id: Id6d5589f3528de05c7b346ce55e926c3e18f22cc
2013-11-07 17:32:08 +09:00
Tadashi G. Takaoka
1f025a8541
Merge "Tune key label size of Khmer keyboard using autoScale"
2013-11-07 08:14:15 +00:00
Tadashi G. Takaoka
0a4f4b2bbd
Add autoScale Key attribute
...
Bug: 11546184
Change-Id: I754e98dbc0689dbf14c52d4906141a150bde97a6
2013-11-07 16:56:37 +09:00
Kurt Partridge
4e1f8be3e5
Extract method to reloadTextCache()
...
Change-Id: Ibdaa9553cafeded15f800077606378b06af755cb
2013-11-06 23:43:56 -08:00
Tadashi G. Takaoka
92f9f6e5d2
Tune key label size of Khmer keyboard using autoScale
...
Bug: 11546184
Change-Id: I187b1e4205146f517c90de33aee9339d1d91f5b9
2013-11-07 16:09:07 +09:00
Tadashi G. Takaoka
0ea72c8519
Separate action key labels to strings-action-keys.xml
...
Bug: 11562208
Change-Id: I70390f9eafe51f16ff47b2e39454d1948a259469
2013-11-07 15:12:55 +09:00
Tadashi G. Takaoka
1e1ffa7663
Update popup panel background a bit draker
...
Bug: 11169026
Change-Id: I164ab69eb263f58000ffed7b7d97fc6b356147d5
2013-11-06 18:57:50 +09:00
Tadashi G. Takaoka
aaf532e641
Fix possible RuntimeException in parsing saved addtional subtypes
...
Bug: 11488129
Change-Id: I91f333aee9f3ae8d4b1d5e67d47de30f361947f3
2013-11-06 17:16:24 +09:00
Tadashi G. Takaoka
463674f950
Merge "Remove unused vertical scrollable KeyboardView"
2013-11-05 10:26:14 +00:00
Tadashi G. Takaoka
78d2895c8d
Remove unused vertical scrollable KeyboardView
...
Bug: 11517736
Change-Id: I9d71290112c2306336e136c94b628b533e386aaa
2013-11-05 19:15:20 +09:00
Baligh Uddin
d075a7af41
Import translations. DO NOT MERGE
...
Change-Id: I103b96a481208d2d3525dd57df2387e9c61b84a3
Auto-generated-cl: translation import
2013-11-04 23:29:12 -08:00
Baligh Uddin
7505290c9a
Import translations. DO NOT MERGE
...
Change-Id: I598c4282b342132f3f9937a9652f570c3c1bc246
Auto-generated-cl: translation import
2013-11-04 23:24:59 -08:00
Keisuke Kuroyanagi
9b3e59d644
Implement ver4 bigram reading method.
...
Bug: 11073222
Change-Id: I7b3408938f304da361201892e0a1342fdf92e62e
2013-11-05 16:00:26 +09:00
Baligh Uddin
9bd2e4c7e7
Merge "Import translations. DO NOT MERGE"
2013-11-01 14:28:43 +00:00
Baligh Uddin
21dc0bfef0
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle-bayo
2013-11-01 14:28:23 +00:00
Baligh Uddin
9e80ef32f2
Import translations.
...
Cherry-picked from I83d28c60de84b09da48bd79aa9917f12bd850fdc
Change-Id: I55184cfd398bfe5c4a7dce8c41dd6ab60d5433d5
2013-11-01 03:57:10 +00:00
Baligh Uddin
b8ee18c7fe
These files were in the obsoleted locale
...
directories and are not processed by the translation pipeline.
Moving them to their new locale directory.
Example: values-et/bools.xml moved to values-et-rEE/bools.xml
Bug: 11244796
2013-10-31 20:44:05 -07:00
Baligh Uddin
fb0f805e93
Import translations. DO NOT MERGE
...
Change-Id: Ic4bb5751c6ed8c07668f533604542c3fb1ef5909
Auto-generated-cl: translation import
2013-10-28 23:49:13 -07:00
Baligh Uddin
ea596c4f7c
Import translations. DO NOT MERGE
...
Change-Id: Ib8c870d0c974eb3b49ae29141aaa53e5f6a2cac9
Auto-generated-cl: translation import
2013-10-28 23:45:03 -07:00
Baligh Uddin
7a5907b580
Import translations. DO NOT MERGE
...
Change-Id: If3b0f523c86598e0dcf3d3c41e3bfcd5f87c116d
Auto-generated-cl: translation import
2013-10-28 23:40:45 -07:00
Keisuke Kuroyanagi
67cff29fd4
Merge "Fix UserHistoryDictIOUtilsTests by adding @UsedForTesting."
2013-10-29 04:48:05 +00:00
Keisuke Kuroyanagi
82c962f1e0
Fix UserHistoryDictIOUtilsTests by adding @UsedForTesting.
...
Change-Id: I1bfeeafa002496bb98a385b87437e7f4eb0f6e1d
2013-10-28 21:46:05 -07:00
Satoshi Kataoka
40a3712a4c
Merge "Show version in dumped info"
2013-10-29 02:43:09 +00:00
Satoshi Kataoka
5982b1ea08
Show version in dumped info
...
Bug: 10315296
Change-Id: Icb8e271451f4f9c5b083bfb5eb408372479c2140
2013-10-28 19:22:20 -07:00
Keisuke Kuroyanagi
388c953613
Fix tests by adding @UsedForTesting.
...
Change-Id: I5b98db67a083bde65bb0f2fb714ae2e799fb1d45
2013-10-28 17:16:01 -07:00
Satoshi Kataoka
ba212e9d76
Add a facility to dump the dictionary contents while closing
...
Change-Id: I02e920e0512f2b46a778f0b23f7ca03f8d5dabe6
2013-10-28 11:25:38 -07:00
Keisuke Kuroyanagi
6e23e336ff
Merge "Add a test for ver4 native binary dictionary."
2013-10-28 16:14:45 +00:00
Baligh Uddin
d1575a9d89
Import translations. DO NOT MERGE
...
Change-Id: I9c2c9578bbc0a7036c7ee4c6b8a605ef90ae6001
Auto-generated-cl: translation import
2013-10-25 14:43:14 -07:00
Baligh Uddin
c9dea6d6c2
Import translations. DO NOT MERGE
...
Change-Id: I9c4542106d4660da3b67907afa5696e91f537dd6
Auto-generated-cl: translation import
2013-10-25 14:39:08 -07:00
Keisuke Kuroyanagi
8e9df884aa
Add a test for ver4 native binary dictionary.
...
Bug: 10197478
Bug: 11073222
Change-Id: I6daac6c4b048c65682c25afe6ca0fad83cc9720f
2013-10-25 12:32:30 -07:00
Jean Chalard
42de819ae8
am 1875860d: Stopgap solution for a crash.
...
* commit '1875860d2606eff269381ef0bb68db549ab4819d':
Stopgap solution for a crash.
2013-10-22 08:11:48 -07:00
Jean Chalard
8a1675379e
Stopgap solution for a crash.
...
This returns the wrong string, but since it's used for getting the
previous word for bigrams, it only results in slightly worse
suggestions quality.
Bug: 11273655
Change-Id: I6ce5de2f76effc453ca691a654ab6bf17445b9e7
2013-10-22 05:23:48 -07:00
Jean Chalard
5b5ed3d609
Fix a bug where autocaps would jam auto-commit
...
Bug: 11311002
Change-Id: I62955e364c9ffc75322cf05fa3ad7985f1d09259
2013-10-22 05:23:48 -07:00
Ken Wakasa
79ccba757a
Update Setup Wizard welcome video & image
...
bug: 11227246
Change-Id: I291ebdaf7e96d4a2ca738432ce8be1d75b91e5c3
2013-10-22 05:23:48 -07:00
Keisuke Kuroyanagi
6bc5acaa79
Fix: Suggested words from user history are invalid.
...
- Suggestions form user history can contain invalid words.
- isValidWord always returns false.
Bug: 11139426
Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270
2013-10-22 05:23:48 -07:00
Jean Chalard
7da2295328
Fix a bug where autoshift would be ignored coming from emoji
...
Bug: 11123691
Change-Id: I36474e12e34af95051129840865015f85595411b
2013-10-22 05:23:47 -07:00
Satoshi Kataoka
a6ee1e7b9a
Don't show long-pressing emoji key on tablet
...
Bug: 11264603
Change-Id: I85e8dfa795bbaad26f38bcdb8a958c26e031a4cd
2013-10-22 05:23:47 -07:00
Satoshi Kataoka
c43738069a
Fix keyboard layout
...
- Show "..." on enter key if it has long-pressing emoji key
- Show enter key on symbols shift keyboard
Bug: 11262889
Bug: 11263464
Change-Id: If84d0cc621b12e1bf3a3102b1f09cbaedf92f007
2013-10-22 05:23:47 -07:00
Jean Chalard
d4b5bc1695
Merge "Preliminary refactor"
2013-10-22 11:26:54 +00:00
Jean Chalard
b00ed46385
Preliminary refactor
...
Bug: 11328842
Change-Id: I7c22e951fef9bc4443c6b64625e25f632f876ab1
2013-10-22 20:16:17 +09:00
Jean Chalard
1875860d26
Stopgap solution for a crash.
...
This returns the wrong string, but since it's used for getting the
previous word for bigrams, it only results in slightly worse
suggestions quality.
Cherry-pick of I6ce5de2f
Bug: 11273655
Change-Id: I17fb6d74f18fb31bd8f8518f80456d74ae30a2c3
2013-10-22 20:07:06 +09:00
Jean Chalard
729abe6332
Stopgap solution for a crash.
...
This returns the wrong string, but since it's used for getting the
previous word for bigrams, it only results in slightly worse
suggestions quality.
Bug: 11273655
Change-Id: I6ce5de2f76effc453ca691a654ab6bf17445b9e7
2013-10-22 20:00:09 +09:00
Ken Wakasa
08360a5434
am a62dc281: Update input method subtype locales.
...
* commit 'a62dc28121d72978d527eec2791d1caf43b563b8':
Update input method subtype locales.
Change-Id: Id28f5ee33c201e1d335119c1b3d99bc30a10a131
2013-10-22 19:43:09 +09:00
Satoshi Kataoka
e4db349db0
am af846af8: Remove Azerbaijani subtype
...
* commit 'af846af8bb7e4b49c99d7b0e051e70d03a5b7359':
Remove Azerbaijani subtype
2013-10-22 19:36:41 +09:00
Jean Chalard
d869e1fdbb
am f603fa1f: Merge "[DO NOT MERGE] Add a sequence number to SuggestedWords." into klp-dev
...
* commit 'f603fa1f0e8fc909bf2e1bc6e2d0c9b5a01c02c6':
[DO NOT MERGE] Add a sequence number to SuggestedWords.
2013-10-21 23:36:51 -07:00
Jean Chalard
238941991d
am f356a25f: [DO NOT MERGE] Fix a bug where autocaps would jam auto-commit
...
* commit 'f356a25f36952f59e9918daa35f7ff6e5235a37d':
[DO NOT MERGE] Fix a bug where autocaps would jam auto-commit
2013-10-21 23:36:49 -07:00
Jean Chalard
f603fa1f0e
Merge "[DO NOT MERGE] Add a sequence number to SuggestedWords." into klp-dev
2013-10-22 06:34:55 +00:00
Jean Chalard
c130be8779
Add a sequence number to SuggestedWords.
...
This allows testing for suggestion freshness in an asynchronous
suggestions world.
In-advance cherrypick of Ic76cd17568598d8534aec81e037f9e37f52eb6b4
because there's a merge conflict.
Bug: 11301597
Change-Id: I4aec765a975298fcac30a48dede73d2622224fe5
2013-10-22 13:19:16 +09:00
Jean Chalard
6b8d2d31f9
[DO NOT MERGE] Add a sequence number to SuggestedWords.
...
This allows testing for suggestion freshness in an asynchronous
suggestions world.
Cherry-pick of Ic76cd175
Bug: 11301597
Change-Id: I45a84de0632062475eebe30234b3147f1c680359
2013-10-22 04:03:52 +00:00
Jean Chalard
f356a25f36
[DO NOT MERGE] Fix a bug where autocaps would jam auto-commit
...
Cherry-pick of I62955e36
Bug: 11311002
Change-Id: I5b11cb48e6dd0563fc29566fe0d27864be2beb0a
2013-10-22 04:03:17 +00:00
Jean Chalard
926ebe849a
Merge "Add a sequence number to SuggestedWords."
2013-10-22 04:02:11 +00:00
Jean Chalard
ac76463306
Add a sequence number to SuggestedWords.
...
This allows testing for suggestion freshness in an asynchronous
suggestions world.
Bug: 11301597
Change-Id: Ic76cd17568598d8534aec81e037f9e37f52eb6b4
2013-10-22 12:52:58 +09:00
Jean Chalard
c6a121805f
Fix a bug where autocaps would jam auto-commit
...
Bug: 11311002
Change-Id: I62955e364c9ffc75322cf05fa3ad7985f1d09259
2013-10-22 12:39:49 +09:00
Ken Wakasa
859b117118
Update Setup Wizard welcome video & image
...
bug: 11227246
Change-Id: I291ebdaf7e96d4a2ca738432ce8be1d75b91e5c3
2013-10-22 09:36:39 +09:00
Ken Wakasa
513b99dfa2
Cosmetic fixes
...
Change-Id: I44ac89edaba2e57bd1b7e091ff74b77a5e598f2f
2013-10-21 15:53:49 +09:00
Ken Wakasa
1c5f5eca9d
am 47568d5e: Merge "Fix: Suggested words from user history are invalid. DO NOT MERGE." into klp-dev
...
* commit '47568d5e19ed907485f7cb435c3944ccc0cb4411':
Fix: Suggested words from user history are invalid. DO NOT MERGE.
2013-10-18 11:18:28 -07:00
Ken Wakasa
069d44c32c
am 146cf238: DO NOT MERGE: Update input method subtype locales.
...
* commit '146cf238792c4748aa726a440fb96a33b4260fa5':
DO NOT MERGE: Update input method subtype locales.
2013-10-18 11:18:26 -07:00
Ken Wakasa
47568d5e19
Merge "Fix: Suggested words from user history are invalid. DO NOT MERGE." into klp-dev
2013-10-18 17:43:00 +00:00
Yuichiro Hanada
52f18d7f40
Change the block sizes for SparseTables.
...
This change saves about 240k bytes.
Bug: 10941472
Change-Id: Ieb00e4dd3391cdb0d42d705f8d0a7b1421f516f9
2013-10-18 20:28:07 +09:00
Keisuke Kuroyanagi
029d9eeb38
Fix: Suggested words from user history are invalid. DO NOT MERGE.
...
- Suggestions form user history can contain invalid words.
- isValidWord always returns false.
Bug: 11139426
Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270
2013-10-18 20:13:40 +09:00
Keisuke Kuroyanagi
8e9af925b1
Merge "Fix: Suggested words from user history are invalid."
2013-10-18 11:05:03 +00:00
Keisuke Kuroyanagi
53686e0f5f
Fix: Suggested words from user history are invalid.
...
- Suggestions form user history can contain invalid words.
- isValidWord always returns false.
Bug: 11139426
Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270
2013-10-18 19:53:57 +09:00
Satoshi Kataoka
7fdb2c2956
Merge "Change the numbering order of terminal IDs."
2013-10-18 10:31:27 +00:00
Yuichiro Hanada
9ae7d37108
Change the numbering order of terminal IDs.
...
Change-Id: I85a6b6e948ee0de012eef2f9f841240cbca63947
2013-10-18 19:16:11 +09:00
Yuichiro Hanada
2b7110ff1f
(2/2) Implement insertWord in Ver4DictUpdater.
...
Change-Id: I2328a9df0a009b564e8acaf4180f9b0c1ed0901a
2013-10-18 18:03:44 +09:00
Yuichiro Hanada
19b247e79d
Fix the name of the argument of writeString.
...
Change-Id: I76916914f1402913daa56dd5387fe82e42287989
2013-10-18 17:33:10 +09:00
Ken Wakasa
146cf23879
DO NOT MERGE: Update input method subtype locales.
...
To match up with the removal of obsolete locales.
cherrypick of I27098bfa26b66631ef412f8f0f72e0273a0161bc
bug: 11244796
Change-Id: I6e93513978ac657c859391d0431f90143d855e5f
2013-10-18 17:09:24 +09:00
Jean Chalard
7e7fe6057a
Merge "(1/2) Implement insertWord in Ver4DictUpdater."
2013-10-18 08:00:04 +00:00
Ken Wakasa
a62dc28121
Update input method subtype locales.
...
To match up with the removal of obsolete locales.
bug: 11244796
Change-Id: I27098bfa26b66631ef412f8f0f72e0273a0161bc
2013-10-18 16:44:38 +09:00
Yuichiro Hanada
520f612849
(1/2) Implement insertWord in Ver4DictUpdater.
...
Change-Id: Ia3079d5ef00ca7d831c91fb9220ad9c17038c5a3
2013-10-18 16:42:59 +09:00
Satoshi Kataoka
1760d363d4
Remove unexpectedly used resources
...
Change-Id: I291269dbca71805a40d48a0e373b9561ad075f6b
2013-10-18 15:05:35 +09:00
Satoshi Kataoka
27106487ba
Remove unexpectedly used resources
...
Change-Id: I0ddd1dfd54c76177660448d156a6c670f5579671
2013-10-18 11:53:32 +09:00
Satoshi Kataoka
b4b0a0507a
am 2e7f360a: Merge "Do not merge. Fix keyboard layout" into klp-dev
...
* commit '2e7f360a04f2a840fa083dde299d10e213de7bbb':
Do not merge. Fix keyboard layout
2013-10-17 17:44:47 -07:00
Satoshi Kataoka
dcc33ab0fc
am 141a0c33: Merge "Do not merge. Don\'t show long-pressing emoji key on tablet" into klp-dev
...
* commit '141a0c33802d44a0b8b240b6b8415d465e0aa794':
Do not merge. Don't show long-pressing emoji key on tablet
2013-10-17 17:44:45 -07:00
Satoshi Kataoka
2e7f360a04
Merge "Do not merge. Fix keyboard layout" into klp-dev
2013-10-18 00:41:53 +00:00
Satoshi Kataoka
141a0c3380
Merge "Do not merge. Don't show long-pressing emoji key on tablet" into klp-dev
2013-10-18 00:41:42 +00:00
Baligh Uddin
f4fd6017a0
am 8ccb79eb: am 66bdabad: am e47f7332: These files were in the obsoleted locale directories and are not processed by the translation pipeline. Moving them to their new locale directory.
...
* commit '8ccb79ebab1ece201da95866d2673e43752a949c':
These files were in the obsoleted locale directories and are not processed by the translation pipeline. Moving them to their new locale directory.
2013-10-17 14:40:24 -07:00
Baligh Uddin
66bdabad80
am e47f7332: These files were in the obsoleted locale directories and are not processed by the translation pipeline. Moving them to their new locale directory.
...
* commit 'e47f7332f9bb94905015061dd9791f43763ccab8':
These files were in the obsoleted locale directories and are not processed by the translation pipeline. Moving them to their new locale directory.
2013-10-17 11:26:35 -07:00
Baligh Uddin
a7cebb8c5c
am 486c5896: Remove obsolete locale directories.
...
* commit '486c5896102cccfaa79d2109272ab7235dcacf38':
Remove obsolete locale directories.
2013-10-17 11:26:33 -07:00
Baligh Uddin
e47f7332f9
These files were in the obsoleted locale
...
directories and are not processed by the translation pipeline.
Moving them to their new locale directory.
Example: values-et/bools.xml moved to values-et-rEE/bools.xml
Bug: 11244796
2013-10-17 11:22:07 -07:00
Baligh Uddin
486c589610
Remove obsolete locale directories.
...
Bug: 11244796
2013-10-17 11:15:33 -07:00
Ken Wakasa
a79431b42b
am d8ba6abf: Merge "[DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji" into klp-dev
...
* commit 'd8ba6abfeef1bce43af3e0ac517e20172c9e8cc5':
[DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji
2013-10-17 09:28:49 -07:00
Ken Wakasa
d8ba6abfee
Merge "[DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji" into klp-dev
2013-10-17 16:26:42 +00:00
Baligh Uddin
765c40cd76
Merge "Import translations. DO NOT MERGE"
2013-10-17 15:47:22 +00:00
Baligh Uddin
38a2099808
Import translations. DO NOT MERGE
...
Change-Id: Ibf795b67b9198d7357815db183d939ff703d064f
Auto-generated-cl: translation import
2013-10-17 08:46:20 -07:00
Baligh Uddin
8d757c2052
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-10-17 15:45:30 +00:00
Baligh Uddin
9fa7efb0c5
Import translations. DO NOT MERGE
...
Change-Id: Ia2590927c02e8e64506e746650d318c1d84ae7c2
Auto-generated-cl: translation import
2013-10-17 08:40:51 -07:00
Jean Chalard
a3c285e876
[DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji
...
Bug: 11123691
Change-Id: I36474e12e34af95051129840865015f85595411b
2013-10-17 23:15:09 +09:00
Jean Chalard
0f45e1bfbc
Fix a bug where autoshift would be ignored coming from emoji
...
Bug: 11123691
Change-Id: I36474e12e34af95051129840865015f85595411b
2013-10-17 22:58:34 +09:00
Satoshi Kataoka
329fd2d832
Do not merge. Don't show long-pressing emoji key on tablet
...
Bug: 11264603
Change-Id: Ic46086e9f1b223e26586e0611d14a7d14b561100
2013-10-17 20:38:33 +09:00
Satoshi Kataoka
0f5256e500
Merge "Don't show long-pressing emoji key on tablet"
2013-10-17 11:37:58 +00:00
Satoshi Kataoka
b2f5e0639f
Don't show long-pressing emoji key on tablet
...
Bug: 11264603
Change-Id: I85e8dfa795bbaad26f38bcdb8a958c26e031a4cd
2013-10-17 17:53:33 +09:00
Satoshi Kataoka
0d43ce28c7
Merge "Fix keyboard layout"
2013-10-17 08:33:56 +00:00
Satoshi Kataoka
8ff1e71f8a
Do not merge. Fix keyboard layout
...
- Show "..." on enter key if it has long-pressing emoji key
- Show enter key on symbols shift keyboard
Bug: 11262889
Bug: 11263464
Change-Id: I3797fe2ef8c1e4cbba3298475f01f90c98e3335f
2013-10-17 17:29:45 +09:00
Satoshi Kataoka
e2d531c0fd
Fix keyboard layout
...
- Show "..." on enter key if it has long-pressing emoji key
- Show enter key on symbols shift keyboard
Bug: 11262889
Bug: 11263464
Change-Id: If84d0cc621b12e1bf3a3102b1f09cbaedf92f007
2013-10-17 16:37:26 +09:00
Jean Chalard
578e9b91c1
Merge "Remove useless code."
2013-10-17 06:56:12 +00:00
Jean Chalard
8447409c77
Merge "Remove mIsExpectingUpdateSelection."
2013-10-17 06:55:54 +00:00
Yuichiro Hanada
ad5b9bcec2
Add readVer4PtNodeInfo to Ver4DictDecoder.
...
Change-Id: Ibffaf64a9bda1fb0779a9b53558ca56ed31660d3
2013-10-17 14:37:04 +09:00
Yuichiro Hanada
36dd126ab4
Add ShortcutContentReader.
...
Change-Id: I7c2d0d86d85775065a9bcb2b4a8463bb4969579e
2013-10-17 11:11:29 +09:00
Satoshi Kataoka
bfef552e62
am ea3db813: Merge "Do not merge. Remove Azerbaijani subtype" into klp-dev
...
* commit 'ea3db813ccb0744129358b9db0b21b9d27b16dde':
Do not merge. Remove Azerbaijani subtype
2013-10-16 14:22:41 -07:00
Satoshi Kataoka
ea3db813cc
Merge "Do not merge. Remove Azerbaijani subtype" into klp-dev
2013-10-16 21:19:59 +00:00
Jean Chalard
548716d6d9
Remove useless code.
...
The only use of mDeleteCount is to implement delete
acceleration. It's reset at each non-delete code point, and
is guarded by a timer.
Plus, ultimately we want to remove this completely :
acceleration should be implemented by actually deleting
stuff faster, not by deleting several code points at a time.
Change-Id: Ia3144860b3aa2499034f2a2a7c81f32087af9598
2013-10-16 18:43:15 +09:00
Satoshi Kataoka
11384432bf
Merge "Fix typo"
2013-10-16 09:42:08 +00:00
Jean Chalard
5731b86b88
Merge "Remove unneeded code."
2013-10-16 09:41:44 +00:00
Satoshi Kataoka
22f67ff55e
Fix typo
...
Change-Id: I4748935c3cf00e4a3c02aabe2ea659e1c8c2d7c6
2013-10-16 18:40:28 +09:00
Satoshi Kataoka
3dd33652e4
Do not merge. Remove Azerbaijani subtype
...
The corresponding change is I0d2a98dffe03ebd
Bug: 11244796
Change-Id: I0d2a98dffe03ebddf26fc3c2760061c39de4c57e
2013-10-16 18:39:59 +09:00
Jean Chalard
1194b2b204
Remove mIsExpectingUpdateSelection.
...
Bug: 11226045
Change-Id: I043f90ba92989bd8307c978eb32630439f63a0b9
2013-10-16 18:39:20 +09:00
Jean Chalard
497976e09b
Remove unneeded code.
...
We don't support LOG_FULL_TEXTVIEW_CONTENTS any more, nor do
we have any plans to support it again in the future.
This also is a prelude to removing mIsExpectingUpdateSelection.
Bug: 11226045
Change-Id: Ib68c6daf52993b87225a7ea9e71a414caaecfdb7
2013-10-16 18:36:16 +09:00
Yuichiro Hanada
098639d99f
Add SparseContentTableReader.
...
Change-Id: I976afc5d320bc65835d659bae1d10d2cdc68262b
2013-10-16 17:24:59 +09:00
Yuichiro Hanada
7b5f2b71f5
Fix Ver4DictDecoder.readAndFollowForwardLink().
...
Change-Id: Ib527a376b693be21aebd4920ac804ee9b161eb96
2013-10-16 17:16:26 +09:00
Ken Wakasa
008d84ffa5
Merge "Fix readAndFollowForwardLink."
2013-10-16 07:48:30 +00:00
Ken Wakasa
6b7037fa68
Merge "Extract SparseTableContentWriter."
2013-10-16 07:34:03 +00:00
Satoshi Kataoka
47015f205a
Merge "Consolidate CharEncoding.writeString and BinaryDictIOUtils.writeString."
2013-10-16 07:33:21 +00:00
Satoshi Kataoka
612885f65b
Merge "Cleanup unintentionally used resources"
2013-10-16 07:06:16 +00:00
Satoshi Kataoka
af846af8bb
Remove Azerbaijani subtype
...
Bug: 11244796
Change-Id: I0d2a98dffe03ebddf26fc3c2760061c39de4c57e
2013-10-16 15:48:30 +09:00
Satoshi Kataoka
ba9a428627
Cleanup unintentionally used resources
...
bug: 11244796
Change-Id: I99be3d54d38f4cd70fc38f5e0b88b4027f62d579
2013-10-16 14:44:50 +09:00
Yuichiro Hanada
ed831f38db
Extract SparseTableContentWriter.
...
Change-Id: I9a58e53317654f8a09fbe79044214de3e9c59eb7
2013-10-16 09:53:30 +09:00
Baligh Uddin
12e4167ffc
Import translations. DO NOT MERGE
...
Change-Id: I83d28c60de84b09da48bd79aa9917f12bd850fdc
Auto-generated-cl: translation import
2013-10-15 17:40:19 -07:00
Yuichiro Hanada
1557de7aa4
Consolidate CharEncoding.writeString and BinaryDictIOUtils.writeString.
...
Change-Id: I6f990fd84e7f08fd1149198c33d8bbf1cac8e078
2013-10-16 00:30:45 +09:00
Yuichiro Hanada
522dc0d8ac
Fix readAndFollowForwardLink.
...
Change-Id: Ifda44e6139a4a1bd065468a7f74cd9483b343644
2013-10-16 00:16:39 +09:00
Ken Wakasa
b067be0e5f
Merge "Revert "Revert "Add Swiss French and German keyboard layouts."""
2013-10-15 14:12:29 +00:00
Ken Wakasa
b91d1d6645
am b0440472: mExpectingUpdateSelection was out of sync when nothing to delete.
...
* commit 'b04404722729f2fa988c46c4d9080415332bbeb5':
mExpectingUpdateSelection was out of sync when nothing to delete.
2013-10-14 22:11:41 -07:00
Ken Wakasa
b044047227
mExpectingUpdateSelection was out of sync when nothing to delete.
...
cherripick of I9c6a948331726a821bd3ccec9c1d02dec2c4703a
(forward cherrypicking this because the automerger is stuck now.)
This bug was leading to corrupted rendering of surrogate pairs in the following
scenario.
1. Type some emojis
2. Move the cursor at the beginning of the text field
3. Hit backspace even though there's nothing to delete
4. Move the cursor after some emoji
5. Hit backspace
The root cause of this issue was the out-of-sync mExpectingUpdateSelection if
handleBackspace() gets called when the cursor reaches at the beginning of the
TextView. In such case, mExpectingUpdateSelection shouldn't be set true because
there's nothing to delete, so there will be no onUpdateSelection() calls associated
with it. Due to this bug, the cache in RichInputConnection could get stale at step 4
described above. Then the following handleBackspace() that should delete a surrogate
pair was not working correctly because of the stale cache.
bug: 11181913
Change-Id: I1cbf444d8d105416e7de75c16d80b3797f470495
2013-10-15 14:05:34 +09:00
Ken Wakasa
34ad4e0879
am b9ce8421: mExpectingUpdateSelection was out of sync when nothing to delete.
...
* commit 'b9ce84214212f5b5072cd9fda458526887c3c739':
mExpectingUpdateSelection was out of sync when nothing to delete.
2013-10-14 19:49:12 -07:00
Ken Wakasa
dc04059df1
am cf5dfd24: am 3a3bbf4a: am eed74b81: am c8383eda: Fix wrong commitText parameter in sendKeyCodePoint()
...
* commit 'cf5dfd2464d700f28fe7d8d48150d657274dd2ef':
Fix wrong commitText parameter in sendKeyCodePoint()
2013-10-14 11:00:10 -07:00
Ken Wakasa
cf5dfd2464
am 3a3bbf4a: am eed74b81: am c8383eda: Fix wrong commitText parameter in sendKeyCodePoint()
...
* commit '3a3bbf4a38870ecc42b7f6fbd3a7cae20fe020a7':
Fix wrong commitText parameter in sendKeyCodePoint()
2013-10-14 10:52:40 -07:00
Ken Wakasa
b9ce842142
mExpectingUpdateSelection was out of sync when nothing to delete.
...
This bug was leading to corrupted rendering of surrogate pairs in the following
scenario.
1. Type some emojis
2. Move the cursor at the beginning of the text field
3. Hit backspace even though there's nothing to delete
4. Move the cursor after some emoji
5. Hit backspace
The root cause of this issue was the out-of-sync mExpectingUpdateSelection if
handleBackspace() gets called when the cursor reaches at the beginning of the
TextView. In such case, mExpectingUpdateSelection shouldn't be set true because
there's nothing to delete, so there will be no onUpdateSelection() calls associated
with it. Due to this bug, the cache in RichInputConnection could get stale at step 4
described above. Then the following handleBackspace() that should delete a surrogate
pair was not working correctly because of the stale cache.
bug: 11181913
Change-Id: I9c6a948331726a821bd3ccec9c1d02dec2c4703a
2013-10-14 17:57:48 +09:00
Ken Wakasa
eed74b81a6
am c8383eda: Fix wrong commitText parameter in sendKeyCodePoint()
...
* commit 'c8383eda8bb05e25b22fe6d66100248f7d0e33fa':
Fix wrong commitText parameter in sendKeyCodePoint()
2013-10-13 16:24:47 -07:00
Ken Wakasa
c8383eda8b
Fix wrong commitText parameter in sendKeyCodePoint()
...
Small optimization on generating a String instance from a single code
point too.
bug: 11181913
Change-Id: I0f905e4dc6ec7841092bb4d3d940daf3b2303f5b
2013-10-13 10:56:10 +09:00
Baligh Uddin
9e4210ba3a
Import translations. DO NOT MERGE
...
Change-Id: I6f722071496d4673ca2214cd5fe73dde1006f036
Auto-generated-cl: translation import
2013-10-12 09:50:42 -07:00
Baligh Uddin
cdc4c1dca7
Import translations. DO NOT MERGE
...
Change-Id: Icbe028a32311c167219f366e695cb7932f5a9a71
Auto-generated-cl: translation import
2013-10-12 09:43:32 -07:00
Baligh Uddin
82cad2db96
Import translations. DO NOT MERGE
...
Change-Id: Ie3282562a318563d607fea65c51efba90547d202
Auto-generated-cl: translation import
2013-10-12 09:27:54 -07:00
Baligh Uddin
8f99107bbb
Merge "Import translations. DO NOT MERGE"
2013-10-11 15:35:33 +00:00
Baligh Uddin
40823338e2
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-10-11 15:35:27 +00:00
Baligh Uddin
6899052df1
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-10-11 15:35:09 +00:00
Baligh Uddin
fc33cc6dba
Import translations. DO NOT MERGE
...
Change-Id: Iafd4f4b04b7c80e2d686d2a3953a5c6e41df2739
Auto-generated-cl: translation import
2013-10-11 06:35:24 -07:00
Baligh Uddin
02ecae3aa3
Import translations. DO NOT MERGE
...
Change-Id: I45a783763fce6254469a39374d03edb6a1867cc9
Auto-generated-cl: translation import
2013-10-11 06:31:03 -07:00
Baligh Uddin
67337450d4
Import translations. DO NOT MERGE
...
Change-Id: Ic51ef12040f5586db280ad1f0f9721c5c0e7f3c4
Auto-generated-cl: translation import
2013-10-11 06:22:31 -07:00
Ken Wakasa
a3e90243bb
am fe97ff40: am 60fb5865: am 06e1bdaa: am 3e35e072: Merge "Make emoji separators" into klp-dev
...
* commit 'fe97ff40836e71ef80c35d93367a54088586452e':
Make emoji separators
2013-10-11 05:14:23 -07:00
Satoshi Kataoka
614a553a70
am eb7fa4dc: am 40506273: am ac6d0c65: am 6d915037: Merge "Fix a bug where emojis would remove the suggestion strip." into klp-dev
...
* commit 'eb7fa4dc6d1bd629a34adcf6423c534352d0b00c':
Fix a bug where emojis would remove the suggestion strip.
2013-10-11 05:14:20 -07:00
Ken Wakasa
fe97ff4083
am 60fb5865: am 06e1bdaa: am 3e35e072: Merge "Make emoji separators" into klp-dev
...
* commit '60fb58654e33448651fea191ba22cfdc87e37466':
Make emoji separators
2013-10-11 05:10:21 -07:00
Satoshi Kataoka
eb7fa4dc6d
am 40506273: am ac6d0c65: am 6d915037: Merge "Fix a bug where emojis would remove the suggestion strip." into klp-dev
...
* commit '405062733cfe066c4b9af719bfc36a9a516c9dd3':
Fix a bug where emojis would remove the suggestion strip.
2013-10-11 05:10:19 -07:00
Ken Wakasa
06e1bdaa25
am 3e35e072: Merge "Make emoji separators" into klp-dev
...
* commit '3e35e0727ce02e29ae498fb09ebc70df7e103d14':
Make emoji separators
2013-10-11 05:05:11 -07:00
Satoshi Kataoka
ac6d0c656e
am 6d915037: Merge "Fix a bug where emojis would remove the suggestion strip." into klp-dev
...
* commit '6d91503727a6d5b4eb942c56ee3f640984ae31a4':
Fix a bug where emojis would remove the suggestion strip.
2013-10-11 05:05:09 -07:00
Ken Wakasa
3e35e0727c
Merge "Make emoji separators" into klp-dev
2013-10-11 11:57:07 +00:00
Satoshi Kataoka
6d91503727
Merge "Fix a bug where emojis would remove the suggestion strip." into klp-dev
2013-10-11 11:53:07 +00:00
Jean Chalard
6fc15b9fc4
Fix a bug where emojis would remove the suggestion strip.
...
Bug: 11163495
Change-Id: I23d12c430125cc2a66a6e00715a4c609bb9e2bb1
2013-10-11 20:51:13 +09:00
Jean Chalard
401fb908f0
Make emoji separators
...
Bug: 11163495
Change-Id: I3247b8d1bbd3406b29a30a25aebd932c63431943
2013-10-11 20:00:38 +09:00
Ken Wakasa
075d8fa65a
am 7abdab1c: Merge "Add a time stamp for unigrams."
...
* commit '7abdab1c6fe693f11cc5ee385b2ff4d5a84cfaf4':
Add a time stamp for unigrams.
2013-10-11 03:19:38 -07:00
Ken Wakasa
7abdab1c6f
Merge "Add a time stamp for unigrams."
2013-10-11 10:17:01 +00:00
Jean Chalard
32cc5ba274
am 3def959e: am 3f1c95db: am 331c84d7: am 5fe9ab1c: Merge "Fix the suggestion size." into klp-dev
...
* commit '3def959e4deda3d8cbc9a1a7518c335086e3d062':
Fix the suggestion size.
2013-10-11 01:52:39 -07:00
Jean Chalard
3def959e4d
am 3f1c95db: am 331c84d7: am 5fe9ab1c: Merge "Fix the suggestion size." into klp-dev
...
* commit '3f1c95dbdc18453dc0cd6f847b33e01db1f1d75b':
Fix the suggestion size.
2013-10-11 01:49:51 -07:00
Jean Chalard
331c84d790
am 5fe9ab1c: Merge "Fix the suggestion size." into klp-dev
...
* commit '5fe9ab1cc680bed75160980f69f0a7d33f18fb5a':
Fix the suggestion size.
2013-10-11 01:43:29 -07:00
Jean Chalard
5fe9ab1cc6
Merge "Fix the suggestion size." into klp-dev
2013-10-11 08:38:31 +00:00
Ken Wakasa
ff013a1fbf
am be22a01d: Merge "Add resolveBigramPositions."
...
* commit 'be22a01df33d809a83c4bed402428f98fa47c370':
Add resolveBigramPositions.
2013-10-11 00:47:10 -07:00
Ken Wakasa
be22a01df3
Merge "Add resolveBigramPositions."
2013-10-11 07:45:20 +00:00
Jean Chalard
c0bd0a244d
Fix the suggestion size.
...
The available space was not computed correctly. This makes the
decision to ellipsize/expand the middle suggestion correct.
Also, the scale was not applied correctly in some cases.
Finally, for some reason ellipsize does not work as we expect.
I'm not sure how to get it to work like we want it to, but
this works around the problem in a simple manner.
Bug: 11158757
Change-Id: I083e7ac56e157f100923733e67b92a6368a526c9
2013-10-11 16:42:46 +09:00
Satoshi Kataoka
ee1ff0da30
am 7611af75: Merge "Do not merge. Save / restore the last used emoji category" into klp-dev
...
* commit '7611af753af5ba112bcfc8c434caf88dc8f46325':
Do not merge. Save / restore the last used emoji category
2013-10-11 00:23:38 -07:00
Satoshi Kataoka
7611af753a
Merge "Do not merge. Save / restore the last used emoji category" into klp-dev
2013-10-11 07:21:35 +00:00
Satoshi Kataoka
c16be0237e
am 6026a958: Merge "Save / restore the last used emoji category"
...
* commit '6026a9581685b2d91fc5bd6cf33a506d5560c238':
Save / restore the last used emoji category
2013-10-11 00:07:41 -07:00
Satoshi Kataoka
7d3f53a1cb
Do not merge. Save / restore the last used emoji category
...
Bug: 11029983
Change-Id: I5547910c7b5dd7974292fc075af33568940f4e81
2013-10-11 16:05:38 +09:00
Satoshi Kataoka
6026a95816
Merge "Save / restore the last used emoji category"
2013-10-11 07:04:42 +00:00
Satoshi Kataoka
6dc99dc200
Save / restore the last used emoji category
...
Bug: 11029983
Change-Id: I1bec2c3c6b547de68562a818a8d6c9fef83787b7
2013-10-11 16:00:33 +09:00
Yuichiro Hanada
c068780b9d
am 9514ed5c: Add the new format of bigram entries.
...
* commit '9514ed5c2a49e645e2d468f7191d54d77d9f127f':
Add the new format of bigram entries.
2013-10-10 23:57:54 -07:00
Yuichiro Hanada
c32962b8f1
Add a time stamp for unigrams.
...
Bug: 10920255
Change-Id: I26d2cce3c322a4ff39a614f8615f43fb7bd3baed
2013-10-11 15:08:09 +09:00
Yuichiro Hanada
9514ed5c2a
Add the new format of bigram entries.
...
In new format, each bigram entry has flags (1 byte), a terminal id (3 byte),
a time-stamp (4 byte), a counter (1 byte) and a level (1 byte).
Bug: 10920255
Bug: 10920165
Change-Id: I0f7fc125a6178e6d25a07e8462afc41a7f57e3e1
2013-10-11 14:50:41 +09:00
Jean Chalard
6e9a2c2b1c
am 7e6ac9d7: Allow double-space-to-period after percent
...
* commit '7e6ac9d7270592944f04318ea1ae00e4bee28b19':
Allow double-space-to-period after percent
2013-10-10 08:31:39 -07:00
Jean Chalard
7e6ac9d727
Allow double-space-to-period after percent
...
Bug: 11158604
Change-Id: If8c94ef91ed58bb5028f51be7c8d9beb677436a4
2013-10-10 21:26:08 +09:00
Baligh Uddin
a4557b064c
am fbb89492: am 196ed028: (-s ours) am e03b75c0: (-s ours) am bc83cd0f: (-s ours) am b3073240: (-s ours) am 96a52175: (-s ours) am a0f6da5a: (-s ours) am a6c16790: (-s ours) am d7346f18: (-s ours) am bda32836: (-s ours) am 8e26b9c0: (-s ours) Import translations. DO N
...
* commit 'fbb89492a1839a49d6627820456c963436864709':
2013-10-10 01:14:21 -07:00
Baligh Uddin
b7aae2df78
am 04931245: am a6d52095: (-s ours) am 09ff83d4: (-s ours) am 12a8e54e: (-s ours) am 07b83868: (-s ours) am 2159d77e: (-s ours) am 5a6bcbfb: (-s ours) am 3c6d5101: (-s ours) am 14a3c634: (-s ours) am 267928c9: (-s ours) am 981a1944: (-s ours) Merge "Import translation
...
* commit '04931245183975bc3ff18b859252d6cb14f9454a':
2013-10-10 00:44:26 -07:00
Ken Wakasa
85dec741a7
am 6dac27ee: Merge "Tweak vertical gap of Emoji palette. DO NOT MERGE" into klp-dev
...
* commit '6dac27eeb4cfc969a07e646f013a25a27760c773':
Tweak vertical gap of Emoji palette. DO NOT MERGE
2013-10-09 21:25:50 -07:00
Ken Wakasa
07baf17c6f
am f9d7d17f: Merge "Retry to tweak punctuations. DO NOT MERGE" into klp-dev
...
* commit 'f9d7d17f8fe9aa30346a1e3c8d01163aac58098b':
Retry to tweak punctuations. DO NOT MERGE
2013-10-09 21:25:49 -07:00
Satoshi Kataoka
49d8b8cacd
am c8e4ad07: Support sw540 (ultra Z). DO NOT MERGE
...
* commit 'c8e4ad0748d38fa589fc2ffa4bcf13f08c67d74b':
Support sw540 (ultra Z). DO NOT MERGE
2013-10-09 21:25:47 -07:00
Satoshi Kataoka
8e9ce07b7f
am a6a6abc8: Fix the security related API change for PreferenceActivity
...
* commit 'a6a6abc81611023a0159fa678b731367d80d0aa6':
Fix the security related API change for PreferenceActivity
2013-10-09 21:00:34 -07:00
Satoshi Kataoka
6beb03df08
am 6862b819: Fix crash in AdditionalSubtypeUtils
...
* commit '6862b8192df0c979ebf3a1fd566ede1b0dbd8a82':
Fix crash in AdditionalSubtypeUtils
2013-10-09 21:00:31 -07:00
Satoshi Kataoka
6deea22cf1
am 31e152e3: am de65b7c0: Merge "Fix the position of emoji palette"
...
* commit '31e152e38012ddba520fc7efc527a2713e8166c1':
Fix the position of emoji palette
2013-10-09 21:00:25 -07:00
Ken Wakasa
ef2add6f1a
am 1d24f19b: am c040d59d: Merge "Add more_keys_for_* declarations for the Swedish keyboard."
...
* commit '1d24f19b00f93fa5ee14b68d7c862c73485b90b1':
Add more_keys_for_* declarations for the Swedish keyboard.
2013-10-09 21:00:24 -07:00
Jean Chalard
718952855b
am e9631bcd: am 0152ff53: Merge "Update dictionaries"
...
* commit 'e9631bcda47b482dee5a17d87b82a39f4a2e3104':
Update dictionaries
2013-10-09 21:00:21 -07:00
Satoshi Kataoka
302102ee53
am db7513bb: am a701501c: Merge "Reduce memory of emoji palette"
...
* commit 'db7513bb25b1c1b84f69c91eb35367e80ac25e40':
Reduce memory of emoji palette
2013-10-09 21:00:18 -07:00
Jean Chalard
2b33fc74b6
am 17bec5cb: am 92190d9a: Merge "Show the keyboard earlier when rotating."
...
* commit '17bec5cb1cb963e412201f3c85f00a16f0cbd9f2':
Show the keyboard earlier when rotating.
2013-10-09 21:00:15 -07:00
Satoshi Kataoka
2715465b94
am 67aa1a93: am 2d3e1210: Fix memory leak in EmojiPaletteView
...
* commit '67aa1a93f8376d73511ca6d08052298326eb3b44':
Fix memory leak in EmojiPaletteView
2013-10-09 21:00:13 -07:00
Ken Wakasa
8d454af44b
am 87f06033: am d900b90d: Merge "Prep for RAM footprint optimization for Emoji palettes"
...
* commit '87f060338043ed57e8064594d632be450536ee73':
Prep for RAM footprint optimization for Emoji palettes
2013-10-09 21:00:10 -07:00
Jean Chalard
9af393140e
am 62001702: am 36c56cae: Merge "Make the sentence separator a resource."
...
* commit '620017028cd1ef7159c16343720e7062b09dc3ba':
Make the sentence separator a resource.
2013-10-09 21:00:04 -07:00
Satoshi Kataoka
6d998b3635
am da9408c8: am 984aa60e: Merge "Extend hitbox of emoji keys"
...
* commit 'da9408c8d8a1411331cf45e55f94bafbe717b234':
Extend hitbox of emoji keys
2013-10-09 20:59:55 -07:00
Jean Chalard
a3efde54d7
am 6e979246: am 7712baa5: Merge "Fix a possible IOOB"
...
* commit '6e979246be424db462b594ad2a63b9f9841d39f8':
Fix a possible IOOB
2013-10-09 20:59:53 -07:00
Jean Chalard
322366d07e
am 9493affc: am 3c4e8cb6: Call loadKeyboard later if it can\'t be called right away
...
* commit '9493affce3156067acbaa895f921c70b32139a5f':
Call loadKeyboard later if it can't be called right away
2013-10-09 20:59:51 -07:00
Satoshi Kataoka
e167265f74
am 4a0af2cb: am 291ef1c9: Merge "Clear the cache of subtypes in onStartInputViewInternal"
...
* commit '4a0af2cbbac5a1a0de339f1a907f8b3c2a64b833':
Clear the cache of subtypes in onStartInputViewInternal
2013-10-09 20:59:48 -07:00
Jean Chalard
ea3a2f28ab
am 0675d374: am 86f77114: Merge "Don\'t auto-correct to non-whitelist shortcuts"
...
* commit '0675d37487f8f2ec92b0984b3ff28a5cd1d7a07e':
Don't auto-correct to non-whitelist shortcuts
2013-10-09 20:59:45 -07:00
Jean Chalard
e6b018aa5c
am d44b2490: am a6047aae: Merge "Set the shortcut frequency correctly."
...
* commit 'd44b249043754e5e0561d53ee337a250be14d492':
Set the shortcut frequency correctly.
2013-10-09 20:59:43 -07:00
Keisuke Kuroyanagi
2b1e16966c
am eafff65b: am be4d85fe: Merge "Fix bug and Add large test for decaying dictionary."
...
* commit 'eafff65bbe2583b5f97b8e80312ecd6bc5c6eac5':
Fix bug and Add large test for decaying dictionary.
2013-10-09 20:59:40 -07:00
Jean Chalard
adc7bacfb7
am dff82299: am 7da62bbe: Merge "Remove suggestions when string contains a period"
...
* commit 'dff8229925525c494154fc0cd050b5102b4a4231':
Remove suggestions when string contains a period
2013-10-09 20:59:36 -07:00
Satoshi Kataoka
9eb2acc7e5
am 6a83a875: am 47462172: Enter -> Alpha keyboard switcher in Emoji palette view
...
* commit '6a83a87569dba536f47e61cff0e15437c85c5595':
Enter -> Alpha keyboard switcher in Emoji palette view
2013-10-09 20:59:33 -07:00
Satoshi Kataoka
dd53038e4e
am 192414a4: am 32cf6f85: Show Emoji key by longpressing the enter key
...
* commit '192414a4b1e95668fcba1c302cdf5b4d7ff8f9e5':
Show Emoji key by longpressing the enter key
2013-10-09 20:59:31 -07:00
Satoshi Kataoka
72facc170b
am b3ac25f1: am 4deb824f: Add navigateEmoji
...
* commit 'b3ac25f1d9150ab47fd1184515ec5a8b39290451':
Add navigateEmoji
2013-10-09 20:59:29 -07:00
Satoshi Kataoka
bc5198b8d1
am 8822a52c: am 287c739d: Merge "Fix build"
...
* commit '8822a52c3f35acf34c10946e91cbcc230e4f88f5':
Fix build
2013-10-09 20:59:26 -07:00
Satoshi Kataoka
53e60a5e1c
am 6f726f6f: am d76b5529: Rename EmojiKeyboardView -> EmojiPalettesView
...
* commit '6f726f6fffb7cbd305a2707fab50f67afb183420':
Rename EmojiKeyboardView -> EmojiPalettesView
2013-10-09 20:59:22 -07:00
Ken Wakasa
6dac27eeb4
Merge "Tweak vertical gap of Emoji palette. DO NOT MERGE" into klp-dev
2013-10-10 03:39:30 +00:00
Ken Wakasa
f9d7d17f8f
Merge "Retry to tweak punctuations. DO NOT MERGE" into klp-dev
2013-10-10 03:39:17 +00:00
Satoshi Kataoka
c8e4ad0748
Support sw540 (ultra Z). DO NOT MERGE
...
cherrypick of Ib930ba810b25e28bcc36ea1647d46731816d9def
Bug: 11125351
Change-Id: Ifc4ab2a0495e886259c34f78bbe8cbf8fb75203b
2013-10-10 11:33:10 +09:00
Ken Wakasa
1dcd6dc13c
am 9257c049: Merge "Revert "Add Swiss French and German keyboard layouts.""
...
* commit '9257c049672c278c08029d344c85baf183c6ff2e':
Revert "Add Swiss French and German keyboard layouts."
2013-10-09 19:32:55 -07:00
Satoshi Kataoka
3a9ae65525
Tweak vertical gap of Emoji palette. DO NOT MERGE
...
cherrypick of I8163568a9d7f9d321148001e161c672f78796c96
Bug: 11140087
Change-Id: Ifd28f3017a8cf568a8c4a1045811564a129d85b7
2013-10-10 11:29:08 +09:00
Satoshi Kataoka
557a0935d4
Retry to tweak punctuations. DO NOT MERGE
...
cherrypick of I9ffc457ca44bccfa3eb3bdb0c26535d795215b26
Bug: 11130808
Change-Id: I1a65fd8acc4efe9b4e4786a3dc959498ae63c2f8
2013-10-10 11:14:37 +09:00
Ken Wakasa
856b06a3ac
Revert "Revert "Add Swiss French and German keyboard layouts.""
...
This reverts commit 56402cf10a
.
I'll submit this on 10/16 after the final cut for Bayo.
Change-Id: I0fe4ab64fd8dfa1e63e29adf00388743fca6a1ed
bug: 11144401
2013-10-10 02:07:04 +00:00
Ken Wakasa
56402cf10a
Revert "Add Swiss French and German keyboard layouts."
...
This reverts commit 220ce8f269
.
Sorry, but we are now in the week before the final cut for the next launch. We shouldn't be taking new features like this at this point. Let me revert this change for now. I'll re-revert this after the cut next week.
Change-Id: Ia8b00680c992ec526e6a858945f2380cbcdfdd55
2013-10-10 02:05:50 +00:00
Jean Chalard
0ded41149e
am 73ca0f2c: am 423921ca: Merge "Fallback on empty locales."
...
* commit '73ca0f2cec62cc67eceb526cd28d48948eae5b45':
Fallback on empty locales.
2013-10-09 18:55:06 -07:00
Jean Chalard
3ab42a00ec
am c5f7d74b: am 5db7eaba: Merge "Accept double-space-period after emoji."
...
* commit 'c5f7d74b2bb83e99bef7aad62924b0c043ce8961':
Accept double-space-period after emoji.
2013-10-09 18:55:03 -07:00
Satoshi Kataoka
f12df9e401
am 3bf2c598: am 1d188a28: Merge "Fix emoji"
...
* commit '3bf2c59881ebdd4cf77099806d26f280046623bf':
Fix emoji
2013-10-09 18:55:00 -07:00
Satoshi Kataoka
383da922a6
am 664f11f2: am 0b288985: Merge "Fix emoji recent key behavior"
...
* commit '664f11f2ffee2cfefe12a98bde79673abf909148':
Fix emoji recent key behavior
2013-10-09 18:54:57 -07:00
Ken Wakasa
d439ee371d
am f330de95: am c01707db: Merge "Suppress exceptions that have always been happening."
...
* commit 'f330de9526025448e64bdfe69b3d277e214c2512':
Suppress exceptions that have always been happening.
2013-10-09 18:54:53 -07:00
Ken Wakasa
bcb095e72f
am e6a64022: am 676bb517: Merge "Add Ver4DictUpdater."
...
* commit 'e6a6402258a9dae8b71be7af94d682ebb775b28f':
Add Ver4DictUpdater.
2013-10-09 18:54:51 -07:00
Ken Wakasa
f9de7ca5fd
am d5c90d9d: am 618158e6: Merge "Refactor BinaryDictIOUtilsTests."
...
* commit 'd5c90d9d8be05d848661aba10d11bac14cf70626':
Refactor BinaryDictIOUtilsTests.
2013-10-09 18:54:48 -07:00
Satoshi Kataoka
0f0cd69aa8
am 3944a67c: am 6ec0cf12: Merge "Tentatively revert assets"
...
* commit '3944a67c325478341be43a97017db0c50746c17c':
Tentatively revert assets
2013-10-09 18:54:45 -07:00
Yuichiro Hanada
1f6b9d7fef
am 10100b2c: am 14d31d46: Add AbstractDictDecoder.
...
* commit '10100b2c52fd6073b37eb3d8558439e62c6c9412':
Add AbstractDictDecoder.
2013-10-09 18:54:36 -07:00
Ken Wakasa
aa958adfaf
am 73ddd404: am 78409cd9: Merge "Separate shortcut targets from the trie file."
...
* commit '73ddd4041967babdcb201da33042e15460031faf':
Separate shortcut targets from the trie file.
2013-10-09 18:54:33 -07:00
Alan Viverette
26c006d8f0
am f6c2a0fe: am afa56511: Merge "Update string comments for translation"
...
* commit 'f6c2a0fe59444eb85a7e658ce36bf40edd8605da':
Update string comments for translation
2013-10-09 17:55:51 -07:00
Keisuke Kuroyanagi
8be44a2d87
am f28ca53b: am 864ee881: Merge "Fix UserHistoryDictionaryTests."
...
* commit 'f28ca53b33098a87938fc9eafff5577e6c02a822':
Fix UserHistoryDictionaryTests.
2013-10-09 17:55:48 -07:00
Yuichiro Hanada
98d7c6cde8
am be7db63a: am 3dd77a6d: Add SparseTableContentWriter to Ver4DictEncoder.
...
* commit 'be7db63ad91f3f1a6e78d55993adcd5c055fddea':
Add SparseTableContentWriter to Ver4DictEncoder.
2013-10-09 17:55:46 -07:00
Yuichiro Hanada
fd91482b5e
am 8e19d4a1: am d6e307a4: Add DictUpdater.
...
* commit '8e19d4a120bf57f6eebce99bac22a01941400d61':
Add DictUpdater.
2013-10-09 17:55:44 -07:00
Satoshi Kataoka
37da650b75
am 5fbd356a: am 85607c59: Merge "Fix the subtype id of the additional subtypes"
...
* commit '5fbd356a735ae02a671ca7db6dd57050e9fb0b17':
Fix the subtype id of the additional subtypes
2013-10-09 17:55:33 -07:00
Satoshi Kataoka
26a97909f6
am 3977cc97: am c7f8d54d: Merge "Prepare for changing text color for functional keys"
...
* commit '3977cc97528df0851d9b671578181d64c6b7a210':
Prepare for changing text color for functional keys
2013-10-09 17:55:25 -07:00
Keisuke Kuroyanagi
9115f38b42
am ec5ad29a: am d25cd26f: Merge "Try decaying user history at hourly intervals."
...
* commit 'ec5ad29a1f81b3d1a907c201f1d6fed01aea627b':
Try decaying user history at hourly intervals.
2013-10-09 17:55:08 -07:00
Ken Wakasa
aa3ae615d2
am 72c870f5: am 596a565a: Merge "Remove some unused variables."
...
* commit '72c870f5e67c0b332b8bf0b394796c28b53f61a7':
Remove some unused variables.
2013-10-09 17:55:02 -07:00
Ken Wakasa
8037b971c2
am da4d87ff: am 2dcb6337: Merge "Make SparseTable have multiple content tables."
...
* commit 'da4d87ff000b594ede7cdb7bcb10e9272484f467':
Make SparseTable have multiple content tables.
2013-10-09 17:54:56 -07:00
Jean Chalard
d0b02b526a
am 93c2fa8d: am cd7422f4: Merge "Fix a pernicious bug with caps."
...
* commit '93c2fa8d3e65ab91898760e64636d5d10942ea17':
Fix a pernicious bug with caps.
2013-10-09 17:54:48 -07:00
Satoshi Kataoka
96fdbaa367
am 85eba056: am c5182c9a: Correspond to the security related API change for PreferenceActivity
...
* commit '85eba056f2326f5e3015e4153123d40b6f7cd98f':
Correspond to the security related API change for PreferenceActivity
2013-10-09 17:54:44 -07:00
Jean Chalard
4afd8ff474
am 0874939e: am a8b838b4: Merge "Fix a test and crash with a better error message when reading"
...
* commit '0874939e1086baceba9c1f94ca98a7a5837e7813':
Fix a test and crash with a better error message when reading
2013-10-09 17:54:40 -07:00
Satoshi Kataoka
3cc9602c57
am 319eb1c3: am 77144a64: Merge "Retain Emoji Keyboard after rotation"
...
* commit '319eb1c363a0d443cace14ee41c575a67ecfc93a':
Retain Emoji Keyboard after rotation
2013-10-09 17:54:37 -07:00
Satoshi Kataoka
2e7f74f00c
am 615509cf: am 9d763910: Merge "Unfortunately, hide some broken "emoji"s"
...
* commit '615509cf27839e946280787cf27d8c091079b91b':
Unfortunately, hide some broken "emoji"s
2013-10-09 17:54:01 -07:00
Jean Chalard
e398d09a50
am af75e48e: am 74577bed: Merge "Implement the heuristic for auto-commit."
...
* commit 'af75e48efdc5be7d0b1c3d411017757454ed1799':
Implement the heuristic for auto-commit.
2013-10-09 17:53:58 -07:00
Jean Chalard
805bae9575
am 6f2830dc: am 2afa0e62: Merge "Fix a bug where gesture would delay update."
...
* commit '6f2830dcb91fd2d00088c7522c91a45e90a1f3e6':
Fix a bug where gesture would delay update.
2013-10-09 17:53:52 -07:00
Ken Wakasa
3dd8185656
am a9f5c55c: am 382094a7: Merge "Cleanup and remove redundant more keys on phones"
...
* commit 'a9f5c55ca2f075ed6923e0040fa66c07a5a37176':
Cleanup and remove redundant more keys on phones
2013-10-09 17:53:49 -07:00
Ken Wakasa
272a8b79d8
am 88c946af: am 194c6360: Merge "Swap keys: exclamation, question, period, comma."
...
* commit '88c946af0c8a8e07092be71a7b98957d021e499b':
Swap keys: exclamation, question, period, comma.
2013-10-09 17:53:47 -07:00
Ken Wakasa
b04568b460
am 1522e7be: am cc81a93b: Merge "Add skipPtNode to DictDecoders."
...
* commit '1522e7be20ac53c3870d493e3a9fb7946edbbea4':
Add skipPtNode to DictDecoders.
2013-10-09 17:53:41 -07:00
Satoshi Kataoka
acdd67bb42
am 98da7cfc: am c2dda795: Tentatively revert inconsistent assets
...
* commit '98da7cfc0b9afc75db240d10c20f3360fe693320':
Tentatively revert inconsistent assets
2013-10-09 17:53:39 -07:00
Satoshi Kataoka
8498002afb
am db083a2b: am a4913994: Hide indication bar if only one page
...
* commit 'db083a2b25d057f21a22333251ea0a78668e6326':
Hide indication bar if only one page
2013-10-09 17:53:37 -07:00
Keisuke Kuroyanagi
07fe099765
am d00e4865: am 126d758c: Merge "Quit blocking getSuggestion during GC."
...
* commit 'd00e48656b02ff49fc834ed6762dc194d00b42ad':
Quit blocking getSuggestion during GC.
2013-10-09 17:53:34 -07:00
Jean Chalard
645d992786
am bff2d14d: am 74730a46: Merge "Create the wiring for auto-commit confidence computation."
...
* commit 'bff2d14d1caf4d70f8c1fdcbbf8e9b41209a3e94':
Create the wiring for auto-commit confidence computation.
2013-10-09 17:53:32 -07:00
Ken Wakasa
a0797f459b
am 064661a3: Merge "Add Swiss French and German keyboard layouts."
...
* commit '064661a35cfb8223577d03e014f1ab61a5ba4575':
Add Swiss French and German keyboard layouts.
2013-10-09 15:16:04 -07:00
Fredrik Roubert
220ce8f269
Add Swiss French and German keyboard layouts.
...
There used to be two "Swiss" keyboard layouts, labelled fr_CH and de_QY,
available in LatinIME. They were, however, not actually Swiss layouts
but instead work-arounds to be able to get French or German with qwertz
or qwerty (instead of azerty and qwertz) layouts, respectively. These
were thus removed by commit f6972561fc
replacing them with the generic fr-qwertz and de-qwerty layouts instead.
Here, now, is a proper Swiss keyboard layout, following Swiss standards
for people accustomed to typing on Swiss keyboards, with the expected
tailorings for French and German.
Change-Id: I9feed752053ecc694c84db713284f69bc1daf155
2013-10-09 17:42:17 +02:00
Satoshi Kataoka
a6a6abc816
Fix the security related API change for PreferenceActivity
...
Bug: 10118761
Change-Id: I63501d6c2b5f561d7ab8b7362498665d805d5e1e
2013-10-09 02:59:32 -07:00
Satoshi Kataoka
6862b8192d
Fix crash in AdditionalSubtypeUtils
...
Bug: 11136982
Change-Id: I9d022a178c47bad3566be4c0bd8ffbce0b14896d
2013-10-09 02:59:26 -07:00
Satoshi Kataoka
0a90c5a5b0
am 9a802e0d: Merge "Support sw540 (ultra Z)"
...
* commit '9a802e0dba989f3fb8cb480355828531c8e1146d':
Support sw540 (ultra Z)
2013-10-09 01:55:37 -07:00
Satoshi Kataoka
9a802e0dba
Merge "Support sw540 (ultra Z)"
2013-10-09 08:52:58 +00:00
Satoshi Kataoka
e55446b6bd
Support sw540 (ultra Z)
...
Bug: 11125351
Change-Id: Ib930ba810b25e28bcc36ea1647d46731816d9def
2013-10-09 17:45:53 +09:00
Yuichiro Hanada
67c758f160
Add resolveBigramPositions.
...
Bug: 11073222
Change-Id: I680e4304c6ab701e9aa132e1e140d789097a53ae
2013-10-09 17:39:22 +09:00
Satoshi Kataoka
8156a45026
am 56997a80: Retry to tweak punctuations
...
* commit '56997a80c25b16680e0b75d589d380bfec3aca05':
Retry to tweak punctuations
2013-10-09 00:03:13 -07:00
Satoshi Kataoka
56997a80c2
Retry to tweak punctuations
...
Bug: 11130808
Change-Id: I9ffc457ca44bccfa3eb3bdb0c26535d795215b26
2013-10-09 15:39:23 +09:00
Satoshi Kataoka
afe143c928
am 30ef03d8: Tweak vertical gap of Emoji palette
...
* commit '30ef03d865ec78469f26983f9c3e74f4e2c1bdd0':
Tweak vertical gap of Emoji palette
2013-10-08 23:20:53 -07:00
Satoshi Kataoka
30ef03d865
Tweak vertical gap of Emoji palette
...
Bug: 11140087
Change-Id: I8163568a9d7f9d321148001e161c672f78796c96
2013-10-09 14:56:39 +09:00
Satoshi Kataoka
7b4703402e
am 83994ad6: Merge "Fix the security related API change for PreferenceActivity"
...
* commit '83994ad66b337276c8ba18249a1c5d52540eeef3':
Fix the security related API change for PreferenceActivity
2013-10-08 22:50:13 -07:00
Satoshi Kataoka
83994ad66b
Merge "Fix the security related API change for PreferenceActivity"
2013-10-09 05:46:15 +00:00
Satoshi Kataoka
64f64bdf58
Fix the security related API change for PreferenceActivity
...
Bug: 10118761
Change-Id: I63501d6c2b5f561d7ab8b7362498665d805d5e1e
2013-10-09 14:34:06 +09:00
Jean Chalard
a8285a2425
am dfaec345: Merge "Always call finishComposingText before recapitalization"
...
* commit 'dfaec34502e214b4f6a0ce8b91ccfa57f7c8d07f':
Always call finishComposingText before recapitalization
2013-10-08 22:19:29 -07:00
Jean Chalard
bfa0d8df8d
am e306d292: Merge "Remove a useless IPC call."
...
* commit 'e306d292ebc2a753cb2546c306cb6abc47fb55f0':
Remove a useless IPC call.
2013-10-08 22:19:27 -07:00
Jean Chalard
dfaec34502
Merge "Always call finishComposingText before recapitalization"
2013-10-09 05:18:01 +00:00
Jean Chalard
e306d292eb
Merge "Remove a useless IPC call."
2013-10-09 05:17:51 +00:00
Satoshi Kataoka
a87070b6c5
am 50f9ca4a: Fix crash in AdditionalSubtypeUtils
...
* commit '50f9ca4acd799c7ad2abd18fcdab2a895ed32dd7':
Fix crash in AdditionalSubtypeUtils
2013-10-08 21:05:24 -07:00
Satoshi Kataoka
50f9ca4acd
Fix crash in AdditionalSubtypeUtils
...
Bug: 11136982
Change-Id: I9d022a178c47bad3566be4c0bd8ffbce0b14896d
2013-10-09 12:50:50 +09:00
Jean Chalard
f178685c11
Always call finishComposingText before recapitalization
...
Workaround for framework bug:
Bug: 10792236
Change-Id: I3706b9eed5223889791840e30660f8d17625cb70
2013-10-09 12:15:21 +09:00
Jean Chalard
27d78643e8
Remove a useless IPC call.
...
This is not useful because we're going to call setSelection again
with different values on the connection right away.
Also a preliminary change for
Bug: 10792236
Change-Id: I46c6ef1fbb3624086099bf81afddb0ef5ae85661
2013-10-09 12:11:28 +09:00
Baligh Uddin
d823988b53
Merge "Import translations. DO NOT MERGE"
2013-10-08 14:03:32 +00:00
Baligh Uddin
549559e28d
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-10-08 14:03:24 +00:00
Satoshi Kataoka
31e152e380
am de65b7c0: Merge "Fix the position of emoji palette"
...
* commit 'de65b7c0b36963de0f5c4f5cede543b247a8ccd7':
Fix the position of emoji palette
2013-10-08 05:06:39 -07:00
Satoshi Kataoka
de65b7c0b3
Merge "Fix the position of emoji palette"
2013-10-08 12:04:03 +00:00
Satoshi Kataoka
f981fe7ed2
Fix the position of emoji palette
...
Change-Id: I07a3912cb9fef8e28f3605de4e73a201a900e95c
2013-10-08 21:00:43 +09:00
Ken Wakasa
1d24f19b00
am c040d59d: Merge "Add more_keys_for_* declarations for the Swedish keyboard."
...
* commit 'c040d59defe38ce4b55e54dc8859db2e48307f1f':
Add more_keys_for_* declarations for the Swedish keyboard.
2013-10-08 04:46:02 -07:00
Ken Wakasa
c040d59def
Merge "Add more_keys_for_* declarations for the Swedish keyboard."
2013-10-08 11:44:54 +00:00
Jean Chalard
e9631bcda4
am 0152ff53: Merge "Update dictionaries"
...
* commit '0152ff53a261e1b8dd2a876120480cc103b7a799':
Update dictionaries
2013-10-08 04:39:19 -07:00
Jean Chalard
0152ff53a2
Merge "Update dictionaries"
2013-10-08 11:36:35 +00:00
Fredrik Roubert
a30884e0e0
Add more_keys_for_* declarations for the Swedish keyboard.
...
This adds all those popup keys that were included in commit
b1cb13292f
when the Swedish keyboard was
first added. Many of these definitions were later removed by commit
79b965e04f
but most likely by mistake, as
that commit log message doesn't mention anything about removing these.
To help making this file more maintainable, this commit also moves a few
definitions around so that all definitions now appear in alphabetical
order.
Change-Id: Iadef9e3dd1dc7b39fe87b2fc75210d0697b24361
2013-10-08 13:28:08 +02:00
Satoshi Kataoka
db7513bb25
am a701501c: Merge "Reduce memory of emoji palette"
...
* commit 'a701501cb67127f6a144f9cdbd62b8a97f37856f':
Reduce memory of emoji palette
2013-10-08 04:27:13 -07:00
Satoshi Kataoka
a701501cb6
Merge "Reduce memory of emoji palette"
2013-10-08 11:22:21 +00:00
Satoshi Kataoka
0e01df9baf
Reduce memory of emoji palette
...
Bug: 10902556
Change-Id: I3c8da35a601de2bfb248292c7b59235fc1120988
2013-10-08 20:11:35 +09:00
Jean Chalard
b1eedc6ba0
Update dictionaries
...
>>> dictionaries/en_GB_wordlist.combined.gz
Header :
date : 1381130519 <=> 1381226409
version : 41 <=> 42
Body :
Added: haha 45
>>> dictionaries/en_US_wordlist.combined.gz
Header :
date : 1380293342 <=> 1381226409
version : 40 <=> 42
Body :
Added: haha 45
>>> dictionaries/en_wordlist.combined.gz
Header :
date : 1380293363 <=> 1381226429
version : 40 <=> 42
Body :
Added: haha 45
>>> dictionaries/fr_wordlist.combined.gz
Header :
date : 1380519383 <=> 1381226409
version : 40 <=> 42
Body :
Freq changed: haha 0 -> 30
>>> java/res/raw/main_en.dict
Header :
date : 1380293363 <=> 1381226429
version : 40 <=> 42
Body :
Added: haha 45
>>> java/res/raw/main_fr.dict
Header :
date : 1380519383 <=> 1381226409
version : 40 <=> 42
Body :
Freq changed: haha 0 -> 30
Bug: 11114205
Change-Id: I39d429d24d93ee07a70d8613ce0752432b26acc4
2013-10-08 10:34:56 +00:00
Jean Chalard
17bec5cb1c
am 92190d9a: Merge "Show the keyboard earlier when rotating."
...
* commit '92190d9a756b7bad95648075828b23e61340358d':
Show the keyboard earlier when rotating.
2013-10-08 03:15:55 -07:00
Jean Chalard
92190d9a75
Merge "Show the keyboard earlier when rotating."
2013-10-08 10:14:41 +00:00
Satoshi Kataoka
67aa1a93f8
am 2d3e1210: Fix memory leak in EmojiPaletteView
...
* commit '2d3e121014a97b7de90f287f1ef82fa98f37007c':
Fix memory leak in EmojiPaletteView
2013-10-08 03:12:41 -07:00
Satoshi Kataoka
2d3e121014
Fix memory leak in EmojiPaletteView
...
Bug: 10902556
Change-Id: I3a8c1e08d6f953b462d914acd1f411c36f9d80f2
2013-10-08 19:05:00 +09:00
Ken Wakasa
87f0603380
am d900b90d: Merge "Prep for RAM footprint optimization for Emoji palettes"
...
* commit 'd900b90db7d411c8cfc8ff9e41518bf98f50daff':
Prep for RAM footprint optimization for Emoji palettes
2013-10-08 01:36:46 -07:00
Ken Wakasa
d900b90db7
Merge "Prep for RAM footprint optimization for Emoji palettes"
2013-10-08 08:11:53 +00:00
Ken Wakasa
8cf2a5e59f
Prep for RAM footprint optimization for Emoji palettes
...
bug: 10902556
Change-Id: I313948c73b60cd33c437cf02e8d3fb61c288a240
2013-10-08 17:09:24 +09:00
Jean Chalard
482aa129e4
Show the keyboard earlier when rotating.
...
Bug: 11107229
Change-Id: I0b36341d60b634a860eb13fafd0dc69fe734bdeb
2013-10-08 16:33:27 +09:00
Jean Chalard
620017028c
am 36c56cae: Merge "Make the sentence separator a resource."
...
* commit '36c56caee3049737a55e2421bf9e3727c4936f24':
Make the sentence separator a resource.
2013-10-07 23:45:52 -07:00
Jean Chalard
10581e68af
Make the sentence separator a resource.
...
This will help handing correctly the armenian full stop.
Bug: 10082781
Change-Id: Id7bb219ebd89daba203216eab362d1cc26a65a36
2013-10-08 15:28:43 +09:00
Baligh Uddin
03b4809729
Import translations. DO NOT MERGE
...
Change-Id: If76652b1bdfc62f8c8d60ca8d5a8c3b7346e75a3
Auto-generated-cl: translation import
2013-10-07 23:01:43 -07:00
Baligh Uddin
7cbd5d63fc
Import translations. DO NOT MERGE
...
Change-Id: I8dc4664964ed153fc79309d7e70f4a36bfacceb6
Auto-generated-cl: translation import
2013-10-07 22:49:43 -07:00
Satoshi Kataoka
da9408c8d8
am 984aa60e: Merge "Extend hitbox of emoji keys"
...
* commit '984aa60e11a160ae712527dcaa1bc837db2e7466':
Extend hitbox of emoji keys
2013-10-07 16:29:33 -07:00
Satoshi Kataoka
984aa60e11
Merge "Extend hitbox of emoji keys"
2013-10-07 23:27:07 +00:00
Jean Chalard
6e979246be
am 7712baa5: Merge "Fix a possible IOOB"
...
* commit '7712baa59baadccf2da64f8dc5d21621fba860af':
Fix a possible IOOB
2013-10-07 07:23:12 -07:00
Jean Chalard
9493affce3
am 3c4e8cb6: Call loadKeyboard later if it can\'t be called right away
...
* commit '3c4e8cb693ce584ea1f87e354430c069cdd3da39':
Call loadKeyboard later if it can't be called right away
2013-10-07 07:23:09 -07:00
Satoshi Kataoka
5d27cb9397
Extend hitbox of emoji keys
...
Bug: 11105065
Change-Id: I5e90ba55cf708bf7be27d7d101cbc0719ac583c8
2013-10-07 23:22:12 +09:00
Jean Chalard
7712baa59b
Merge "Fix a possible IOOB"
2013-10-07 14:21:00 +00:00
Jean Chalard
ca9c3c0613
Fix a possible IOOB
...
We want to use StringUtils here, but it's full of references to
stuff not accessible host-side like JsonReader and TextUtils
and SettingsValues :/
Bug: 11061476
Change-Id: I3c0194979833ede283b4f9190335dba5376fe6fc
2013-10-07 23:16:57 +09:00
Jean Chalard
3c4e8cb693
Call loadKeyboard later if it can't be called right away
...
Since loadKeyboard relies on the input connection being
available to give it the auto-caps state, but also can't
be called twice in a row because it needs to save and
restore its state and invalidates it after the restore,
we need to wait until we know we have a valid input
connection to call it.
Bug: 11107229
Change-Id: I1c7baf3215682df6f6ceb357bd37254f9e7418c7
2013-10-07 22:57:59 +09:00
Satoshi Kataoka
4a0af2cbba
am 291ef1c9: Merge "Clear the cache of subtypes in onStartInputViewInternal"
...
* commit '291ef1c9c304bc6eae352e08f4ca86854853ee29':
Clear the cache of subtypes in onStartInputViewInternal
2013-10-07 04:35:25 -07:00
Satoshi Kataoka
291ef1c9c3
Merge "Clear the cache of subtypes in onStartInputViewInternal"
2013-10-07 11:19:47 +00:00
Satoshi Kataoka
4be5f221e6
Clear the cache of subtypes in onStartInputViewInternal
...
Bug: 11077905
Change-Id: I9495f13a20edca0e6153cd1a7a0ac6891f707c59
2013-10-07 20:10:58 +09:00
Jean Chalard
0675d37487
am 86f77114: Merge "Don\'t auto-correct to non-whitelist shortcuts"
...
* commit '86f7711407b65c341b38a9fb297c3e5f0532da26':
Don't auto-correct to non-whitelist shortcuts
2013-10-07 03:06:26 -07:00
Jean Chalard
86f7711407
Merge "Don't auto-correct to non-whitelist shortcuts"
2013-10-07 10:04:18 +00:00
Jean Chalard
d44b249043
am a6047aae: Merge "Set the shortcut frequency correctly."
...
* commit 'a6047aae941e0723367fa9c52157271eb405b6fb':
Set the shortcut frequency correctly.
2013-10-07 03:02:06 -07:00
Jean Chalard
f309f2288b
Don't auto-correct to non-whitelist shortcuts
...
Bug: 11076722
Change-Id: I0de10ab24d33ec31f45664fe92d80d5a7bec9c20
2013-10-07 19:01:57 +09:00
Jean Chalard
a6047aae94
Merge "Set the shortcut frequency correctly."
2013-10-07 10:00:34 +00:00
Jean Chalard
f3204eebb1
Set the shortcut frequency correctly.
...
14 is the right value.
Bug: 11076722
Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f
2013-10-07 18:55:42 +09:00
Keisuke Kuroyanagi
eafff65bbe
am be4d85fe: Merge "Fix bug and Add large test for decaying dictionary."
...
* commit 'be4d85feb0b7aa65c9c0f09affe2583eb837cc2b':
Fix bug and Add large test for decaying dictionary.
2013-10-07 02:36:31 -07:00
Keisuke Kuroyanagi
be4d85feb0
Merge "Fix bug and Add large test for decaying dictionary."
2013-10-07 09:32:56 +00:00
Jean Chalard
dff8229925
am 7da62bbe: Merge "Remove suggestions when string contains a period"
...
* commit '7da62bbe24e86ba95cab95cb5f10023ea07c08c5':
Remove suggestions when string contains a period
2013-10-07 01:38:22 -07:00
Satoshi Kataoka
6a83a87569
am 47462172: Enter -> Alpha keyboard switcher in Emoji palette view
...
* commit '4746217247d14f26249217aab28215e9c6867614':
Enter -> Alpha keyboard switcher in Emoji palette view
2013-10-07 01:38:19 -07:00
Satoshi Kataoka
192414a4b1
am 32cf6f85: Show Emoji key by longpressing the enter key
...
* commit '32cf6f85a2e166f8a43d9bccd4ddefa0b7167cd1':
Show Emoji key by longpressing the enter key
2013-10-07 01:38:17 -07:00
Jean Chalard
7da62bbe24
Merge "Remove suggestions when string contains a period"
2013-10-07 08:34:52 +00:00
Keisuke Kuroyanagi
cfb018ba6d
Fix bug and Add large test for decaying dictionary.
...
- GC gets failure when the dictionary become empty.
- Useless unigrams are sometimes not removed.
Bug: 10197478
Change-Id: I8d1479c01efba61a81f03bc077da6bcb4797a940
2013-10-07 17:31:01 +09:00
Jean Chalard
df33982fce
Remove suggestions when string contains a period
...
This is not the right way to do it, but it's simple and will kill the
regression. We should investigate why the return values are
wrong in this case.
Bug: 10780091
Change-Id: I808727242c9cb1598df00a7426358dc3a658add4
2013-10-07 17:27:27 +09:00
Satoshi Kataoka
4746217247
Enter -> Alpha keyboard switcher in Emoji palette view
...
Bug: 11103091
Change-Id: I0c5384e9f148566d1ac1d178a8227eb913d59908
2013-10-07 17:05:54 +09:00
Satoshi Kataoka
32cf6f85a2
Show Emoji key by longpressing the enter key
...
Bug: 11074625
Change-Id: I5fc57a2b68d7dcfb8dbebf5821b76b0895a947f9
2013-10-07 16:47:13 +09:00
Satoshi Kataoka
b3ac25f1d9
am 4deb824f: Add navigateEmoji
...
* commit '4deb824f3a91e2e157a3a0334e46b9bba394bc1a':
Add navigateEmoji
2013-10-06 23:35:34 -07:00
Satoshi Kataoka
4deb824f3a
Add navigateEmoji
...
Bug: 11074625
Change-Id: I1ef6b81ef923684b502c24fddb4ced8fe1691733
2013-10-07 15:28:39 +09:00
Satoshi Kataoka
8822a52c3f
am 287c739d: Merge "Fix build"
...
* commit '287c739db9715222733af18b5e575f0bba1033bf':
Fix build
2013-10-06 20:51:10 -07:00
Satoshi Kataoka
e6e4c70a23
Fix build
...
Change-Id: I61341aa7b1ceb311aaa5faa5888ba31e463a95d5
2013-10-07 12:48:14 +09:00
Satoshi Kataoka
6f726f6fff
am d76b5529: Rename EmojiKeyboardView -> EmojiPalettesView
...
* commit 'd76b55297940a65bb9479020a9ed58aa978a0aea':
Rename EmojiKeyboardView -> EmojiPalettesView
2013-10-06 20:35:15 -07:00
Satoshi Kataoka
d76b552979
Rename EmojiKeyboardView -> EmojiPalettesView
...
Change-Id: I226bb8e21fd2b2b6639896a1cc433d19f3f431c2
2013-10-07 12:28:13 +09:00
Baligh Uddin
f96391aee0
Import translations. DO NOT MERGE
...
Change-Id: I15036545751abe751f2768daef7f3f1605a5457e
Auto-generated-cl: translation import
2013-10-04 22:59:25 -07:00
Baligh Uddin
4d4fe3eb5e
Import translations. DO NOT MERGE
...
Change-Id: I04aed3599ff9570197b408a5d16ea48422294f97
Auto-generated-cl: translation import
2013-10-04 22:46:44 -07:00
Baligh Uddin
a9a54bb4cd
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-10-04 16:55:51 +00:00
Baligh Uddin
2b361d95a6
Import translations. DO NOT MERGE
...
Change-Id: I50e530351c75746759fefc4113c4f881755405ec
Auto-generated-cl: translation import
2013-10-04 09:03:13 -07:00
Jean Chalard
73ca0f2cec
am 423921ca: Merge "Fallback on empty locales."
...
* commit '423921ca131dd1f330599063d34acd714889edf1':
Fallback on empty locales.
2013-10-04 06:47:34 -07:00
Jean Chalard
423921ca13
Merge "Fallback on empty locales."
2013-10-04 13:44:44 +00:00
Jean Chalard
c5f7d74b2b
am 5db7eaba: Merge "Accept double-space-period after emoji."
...
* commit '5db7eabafb75a595403309b74c86cba5d4d5486f':
Accept double-space-period after emoji.
2013-10-04 06:08:34 -07:00
Jean Chalard
5db7eabafb
Merge "Accept double-space-period after emoji."
2013-10-04 13:05:43 +00:00
Jean Chalard
43a8a0c527
Fallback on empty locales.
...
This is a very rare corner case.
Bug: 11072132
Change-Id: Iad2aa69511f7dc99105284a049c63f2f997b8ef0
2013-10-04 22:04:59 +09:00
Jean Chalard
8142fd83a6
Accept double-space-period after emoji.
...
This also includes a fix that allows this code to read surrogate
pairs in this processing.
Bug: 11070482
Change-Id: If5ef8d6863938252f09128b7e99ea07ece6e7019
2013-10-04 22:01:36 +09:00
Satoshi Kataoka
3bf2c59881
am 1d188a28: Merge "Fix emoji"
...
* commit '1d188a28fb0930217098fef10937674e24ca5a49':
Fix emoji
2013-10-04 05:02:12 -07:00
Satoshi Kataoka
1d188a28fb
Merge "Fix emoji"
2013-10-04 12:00:39 +00:00
Satoshi Kataoka
0cf92aa826
Fix emoji
...
Bug: 10538430
Change-Id: Ib11e29794216b54001806ab12fe440d157243dc1
2013-10-04 20:58:09 +09:00
Satoshi Kataoka
664f11f2ff
am 0b288985: Merge "Fix emoji recent key behavior"
...
* commit '0b288985b7e6a74f94943f15be6d6d55d6cca872':
Fix emoji recent key behavior
2013-10-04 04:31:32 -07:00
Satoshi Kataoka
0b288985b7
Merge "Fix emoji recent key behavior"
2013-10-04 11:18:07 +00:00
Satoshi Kataoka
e7ed5cae44
Fix emoji recent key behavior
...
Bug: 10538430
Change-Id: I91e03a8e7914628cdc8e57c124c95e5e6e8ea2a6
2013-10-04 20:01:00 +09:00
Ken Wakasa
f330de9526
am c01707db: Merge "Suppress exceptions that have always been happening."
...
* commit 'c01707db03c124ecab0c8ba14b4e4f2d24c973c9':
Suppress exceptions that have always been happening.
2013-10-04 03:15:40 -07:00
Ken Wakasa
c01707db03
Merge "Suppress exceptions that have always been happening."
2013-10-04 10:13:53 +00:00
Ken Wakasa
fba1bd0ec4
Suppress exceptions that have always been happening.
...
Change-Id: I5f85a7a0f94ea9ecbe0c4a8caebcf551fa9c9669
2013-10-04 19:10:26 +09:00
Ken Wakasa
e6a6402258
am 676bb517: Merge "Add Ver4DictUpdater."
...
* commit '676bb517ed7cf137c084a861ab0c2a88dd7a6452':
Add Ver4DictUpdater.
2013-10-04 02:49:55 -07:00
Ken Wakasa
d5c90d9d8b
am 618158e6: Merge "Refactor BinaryDictIOUtilsTests."
...
* commit '618158e675c27854b0ab2cb53ec2eb2837a593c0':
Refactor BinaryDictIOUtilsTests.
2013-10-04 02:49:52 -07:00
Ken Wakasa
676bb517ed
Merge "Add Ver4DictUpdater."
2013-10-04 09:48:27 +00:00
Ken Wakasa
618158e675
Merge "Refactor BinaryDictIOUtilsTests."
2013-10-04 09:47:35 +00:00
Satoshi Kataoka
3944a67c32
am 6ec0cf12: Merge "Tentatively revert assets"
...
* commit '6ec0cf12b8f3dab05c48c81b1c0aaf5430d58c44':
Tentatively revert assets
2013-10-04 02:18:45 -07:00
Satoshi Kataoka
6ec0cf12b8
Merge "Tentatively revert assets"
2013-10-04 09:17:12 +00:00
Satoshi Kataoka
0b4d75c2fa
Tentatively revert assets
...
Change-Id: I403fc24a407fdd3b433d5820f1b46e6985cbe83e
2013-10-04 18:09:03 +09:00
Yuichiro Hanada
e4e0add9fb
Add Ver4DictUpdater.
...
Change-Id: I986ab26faf535fc4bc98443053f534eced9d048f
2013-10-04 17:33:29 +09:00
Satoshi Kataoka
f4aa9a7bd7
Do not merge. Revert emoji key position to JB-mr2
...
Cherry pick of Ie2033b2f5253b2e2
Bug: 10954182
Change-Id: I9cc61e27a207055d5a43fe3da6fd1ec63bae49fd
2013-10-04 16:38:54 +09:00
Yuichiro Hanada
10100b2c52
am 14d31d46: Add AbstractDictDecoder.
...
* commit '14d31d464037c31e7f7d382a8a86f6acf4694b06':
Add AbstractDictDecoder.
2013-10-03 22:21:44 -07:00
Yuichiro Hanada
75d60e821c
Refactor BinaryDictIOUtilsTests.
...
Change-Id: I2208378b33038771b460abb33f9a690872e998e2
2013-10-04 14:19:13 +09:00
Yuichiro Hanada
14d31d4640
Add AbstractDictDecoder.
...
Change-Id: Ie69d84e090f69dc3ea1f5de73ad8c954ecd2c6a7
2013-10-04 14:16:59 +09:00
Ken Wakasa
73ddd40419
am 78409cd9: Merge "Separate shortcut targets from the trie file."
...
* commit '78409cd9409f5d5bc706718a5a50963596810716':
Separate shortcut targets from the trie file.
2013-10-03 22:15:15 -07:00
Ken Wakasa
78409cd940
Merge "Separate shortcut targets from the trie file."
2013-10-04 05:12:55 +00:00
Satoshi Kataoka
eb0526a9c3
am ef64676b: Merge "Revert emoji key position to JB-mr2"
...
* commit 'ef64676bf8e843e0f5c3b8ed1ad409219da3493a':
Revert emoji key position to JB-mr2
2013-10-03 21:24:35 -07:00
Satoshi Kataoka
ef64676bf8
Merge "Revert emoji key position to JB-mr2"
2013-10-04 02:30:26 +00:00
Satoshi Kataoka
5a54a5769c
Revert emoji key position to JB-mr2
...
Bug: 10538430
Change-Id: Ie2033b2f5253b2e2fc2229ba6c95568e7b2a58fa
2013-10-04 11:21:51 +09:00
Yuichiro Hanada
73b9d3b879
Separate shortcut targets from the trie file.
...
Bug: 10920165
Change-Id: I340759eadbde7fb64cb3b9a3c619ee3a768cedf8
2013-10-04 11:16:10 +09:00
Alan Viverette
f6c2a0fe59
am afa56511: Merge "Update string comments for translation"
...
* commit 'afa565119cd3e8fd7f92ee22033932fc8e8d47d4':
Update string comments for translation
2013-10-03 13:37:51 -07:00
Alan Viverette
afa565119c
Merge "Update string comments for translation"
2013-10-03 20:34:24 +00:00
Keisuke Kuroyanagi
f28ca53b33
am 864ee881: Merge "Fix UserHistoryDictionaryTests."
...
* commit '864ee881bd2f4a5dbde8f31c68e7f89522c67db6':
Fix UserHistoryDictionaryTests.
2013-10-03 05:04:10 -07:00
Keisuke Kuroyanagi
864ee881bd
Merge "Fix UserHistoryDictionaryTests."
2013-10-03 12:02:34 +00:00
Keisuke Kuroyanagi
11f7cae094
Fix UserHistoryDictionaryTests.
...
Bug: 6669677
Bug: 10667710
Change-Id: I6cdc6a6c9cacc7f276fda3a26ec31e3eb928471c
2013-10-03 20:55:34 +09:00
Yuichiro Hanada
be7db63ad9
am 3dd77a6d: Add SparseTableContentWriter to Ver4DictEncoder.
...
* commit '3dd77a6d6696bb426b200b27adeb8be7e887a667':
Add SparseTableContentWriter to Ver4DictEncoder.
2013-10-03 04:35:34 -07:00
Yuichiro Hanada
8e19d4a120
am d6e307a4: Add DictUpdater.
...
* commit 'd6e307a4b7933ad5efebc6b0d3b775c5ab5c0e6e':
Add DictUpdater.
2013-10-03 04:32:12 -07:00
Yuichiro Hanada
3dd77a6d66
Add SparseTableContentWriter to Ver4DictEncoder.
...
Bug: 10920165
Change-Id: I6372492e97297baad4c5aeeb3fb36dcccd7a944b
2013-10-03 20:31:01 +09:00
Yuichiro Hanada
d6e307a4b7
Add DictUpdater.
...
Change-Id: Ic586e46e5a9f59de53d53e59886d635345940974
2013-10-03 20:16:34 +09:00
Satoshi Kataoka
5fbd356a73
am 85607c59: Merge "Fix the subtype id of the additional subtypes"
...
* commit '85607c59651ed2341265253d5ab7cd9f5326e7f1':
Fix the subtype id of the additional subtypes
2013-10-03 00:46:45 -07:00
Satoshi Kataoka
85607c5965
Merge "Fix the subtype id of the additional subtypes"
2013-10-03 07:45:24 +00:00
Satoshi Kataoka
9ecdb831db
Fix the subtype id of the additional subtypes
...
Bug: 11032428
Change-Id: I5d422f1c15a582015770ef9a652348ca6eb8ab85
2013-10-03 16:41:13 +09:00
Satoshi Kataoka
3977cc9752
am c7f8d54d: Merge "Prepare for changing text color for functional keys"
...
* commit 'c7f8d54d6eaa0a0ebfe156ebe426eeab080a82dc':
Prepare for changing text color for functional keys
2013-10-03 00:16:47 -07:00
Satoshi Kataoka
c7f8d54d6e
Merge "Prepare for changing text color for functional keys"
2013-10-03 07:15:03 +00:00
Satoshi Kataoka
194e004e81
Prepare for changing text color for functional keys
...
Bug: 10786040
Change-Id: I0de7d4923ea13b44adcf1f4ea456796cd02ef27b
2013-10-03 15:54:46 +09:00
Baligh Uddin
1bbd493376
Import translations. DO NOT MERGE
...
Change-Id: I4fe48281caf9d3cf83effb19933d8f168967f950
Auto-generated-cl: translation import
2013-10-02 21:46:19 -07:00
Baligh Uddin
e1e6819a4c
Import translations. DO NOT MERGE
...
Change-Id: Ifee5f65e8da896db6bce982db0c8cdcbb3f49902
Auto-generated-cl: translation import
2013-10-02 21:40:31 -07:00
Alan Viverette
1240d28e57
Update string comments for translation
...
BUG: 11042719,11021829
Change-Id: I27c80d1a2489843a16bd2b055d2ae81797492d1c
2013-10-02 17:07:20 -07:00
Keisuke Kuroyanagi
ec5ad29a1f
am d25cd26f: Merge "Try decaying user history at hourly intervals."
...
* commit 'd25cd26f1a18ebf385a9ce8aea1e9c7ba32bdfc7':
Try decaying user history at hourly intervals.
2013-10-02 06:57:21 -07:00
Ken Wakasa
72c870f5e6
am 596a565a: Merge "Remove some unused variables."
...
* commit '596a565ae7fe4e721503ad2da3e8a9990735ebf2':
Remove some unused variables.
2013-10-02 06:57:16 -07:00
Keisuke Kuroyanagi
d25cd26f1a
Merge "Try decaying user history at hourly intervals."
2013-10-02 09:44:03 +00:00
Yuichiro Hanada
3aa8977cb2
Remove some unused variables.
...
Change-Id: Iaf1556fec194d17cb4318f2bdcc837f8d79449ef
2013-10-02 18:26:03 +09:00
Keisuke Kuroyanagi
f36a97ab3a
Try decaying user history at hourly intervals.
...
Bug: 6669677
Change-Id: Ib465fa7e1a7f289a07843535ba89d0dd5259e803
2013-10-02 18:06:08 +09:00
Ken Wakasa
da4d87ff00
am 2dcb6337: Merge "Make SparseTable have multiple content tables."
...
* commit '2dcb63375d9f6dbdbcd1334571f6e80b4d487771':
Make SparseTable have multiple content tables.
2013-10-02 01:40:26 -07:00
Ken Wakasa
2dcb63375d
Merge "Make SparseTable have multiple content tables."
2013-10-02 08:32:55 +00:00
Jean Chalard
93c2fa8d3e
am cd7422f4: Merge "Fix a pernicious bug with caps."
...
* commit 'cd7422f4dfe2bd5708acc6305a4f6dc83767685a':
Fix a pernicious bug with caps.
2013-10-02 01:00:50 -07:00
Jean Chalard
cd7422f4df
Merge "Fix a pernicious bug with caps."
2013-10-02 07:59:08 +00:00
Jean Chalard
f735117d36
Fix a pernicious bug with caps.
...
What's happening here is, setAlphabetKeyboard sets the
keyboard to AUTOMATIC_SHIFTED and updates the keyboard, then
restoring the keyboard old state sets it back to UNSHIFTED without
updating it. When we finally know what the correct value is,
we try to set it to UNSHIFTED, but since that's already the currently
recorded state, it skips updating the keyboard forever.
The solution is to avoid setting the shift state without updating the
keyboard.
Bug: 10948582
Change-Id: Ic8670401e378f8284e851281f91a9ad93eac8e90
2013-10-02 16:57:36 +09:00
Satoshi Kataoka
85eba056f2
am c5182c9a: Correspond to the security related API change for PreferenceActivity
...
* commit 'c5182c9a4ae66e75df8c959bf625d08ef99f81d2':
Correspond to the security related API change for PreferenceActivity
2013-10-02 00:38:31 -07:00
Satoshi Kataoka
c5182c9a4a
Correspond to the security related API change for PreferenceActivity
...
Bug: 10118761
Change-Id: Ia7d1c6c526dae849f447c26387e96a4fb4d6042f
2013-10-02 16:25:07 +09:00
Yuichiro Hanada
4284e9aae7
Make SparseTable have multiple content tables.
...
Bug: 10920165
Change-Id: Ie9008452ee292fb0b1fec66e2ffed228c4af6c3e
2013-10-02 15:36:13 +09:00
Jean Chalard
0874939e10
am a8b838b4: Merge "Fix a test and crash with a better error message when reading"
...
* commit 'a8b838b473d4927e6f0483912c45fba929dfb402':
Fix a test and crash with a better error message when reading
2013-10-01 23:29:35 -07:00
Jean Chalard
a8b838b473
Merge "Fix a test and crash with a better error message when reading"
2013-10-02 06:28:06 +00:00
Satoshi Kataoka
319eb1c363
am 77144a64: Merge "Retain Emoji Keyboard after rotation"
...
* commit '77144a645f693fd0d73fd2cbe378997c7a339006':
Retain Emoji Keyboard after rotation
2013-10-01 23:16:44 -07:00
Jean Chalard
fa946d4a0f
Fix a test and crash with a better error message when reading
...
When there are too many bigrams, we stop reading the file,
so the file pointer is in an inconsistent place. This means we
have no idea what's going to happen next. It's better to crash
right away.
Change-Id: Id3b7b78cbe4fda3493b3c9c46758763e1ab5f6a3
2013-10-02 11:48:47 +09:00
Satoshi Kataoka
615509cf27
am 9d763910: Merge "Unfortunately, hide some broken "emoji"s"
...
* commit '9d763910580379d3e68b4559f91e655cf05f02a3':
Unfortunately, hide some broken "emoji"s
2013-10-01 09:52:17 -07:00
Jean Chalard
af75e48efd
am 74577bed: Merge "Implement the heuristic for auto-commit."
...
* commit '74577bedb3bb0dabd0e661270f9da0c11c4b0f46':
Implement the heuristic for auto-commit.
2013-10-01 09:52:15 -07:00
Jean Chalard
6f2830dcb9
am 2afa0e62: Merge "Fix a bug where gesture would delay update."
...
* commit '2afa0e621eab2ebd7e2bde344dd209308a75dcfc':
Fix a bug where gesture would delay update.
2013-10-01 09:52:11 -07:00
Ken Wakasa
a9f5c55ca2
am 382094a7: Merge "Cleanup and remove redundant more keys on phones"
...
* commit '382094a784efb32ef9308542ef2f8d2c88ac96b2':
Cleanup and remove redundant more keys on phones
2013-10-01 09:52:04 -07:00
Ken Wakasa
88c946af0c
am 194c6360: Merge "Swap keys: exclamation, question, period, comma."
...
* commit '194c6360554f54d3dfa165427eadda2c7046a65e':
Swap keys: exclamation, question, period, comma.
2013-10-01 09:51:57 -07:00
Ken Wakasa
1522e7be20
am cc81a93b: Merge "Add skipPtNode to DictDecoders."
...
* commit 'cc81a93b01cbcada13c3791fa5ba73a09ba7e092':
Add skipPtNode to DictDecoders.
2013-10-01 09:51:53 -07:00
Satoshi Kataoka
98da7cfc0b
am c2dda795: Tentatively revert inconsistent assets
...
* commit 'c2dda795af14f94db7b6cfc80cbc609c20406522':
Tentatively revert inconsistent assets
2013-10-01 09:51:51 -07:00
Satoshi Kataoka
db083a2b25
am a4913994: Hide indication bar if only one page
...
* commit 'a4913994c2904eefa861782966a288959b216713':
Hide indication bar if only one page
2013-10-01 09:51:50 -07:00
Keisuke Kuroyanagi
d00e48656b
am 126d758c: Merge "Quit blocking getSuggestion during GC."
...
* commit '126d758c1e8db969ad1c9e5d801f3075e2061cc1':
Quit blocking getSuggestion during GC.
2013-10-01 09:51:43 -07:00
Jean Chalard
bff2d14d1c
am 74730a46: Merge "Create the wiring for auto-commit confidence computation."
...
* commit '74730a4600620b5ccfcf3d16666ad0239aec18b6':
Create the wiring for auto-commit confidence computation.
2013-10-01 09:51:41 -07:00
Satoshi Kataoka
5ceae026e0
Retain Emoji Keyboard after rotation
...
Bug: 10612450
Change-Id: Ie0ae953958d2b0a0a4da651584f1e28b0ba38ae3
2013-10-01 22:59:02 +09:00
Satoshi Kataoka
9d76391058
Merge "Unfortunately, hide some broken "emoji"s"
2013-10-01 12:18:13 +00:00
Jean Chalard
74577bedb3
Merge "Implement the heuristic for auto-commit."
2013-10-01 12:10:57 +00:00
Satoshi Kataoka
c7e6f3dbc3
Unfortunately, hide some broken "emoji"s
...
Bug: 10923117
Change-Id: I27ba38e5f388cc15ae331fd05d63db4e4a41cbbf
2013-10-01 21:02:59 +09:00
Jean Chalard
459cd6f8ef
Implement the heuristic for auto-commit.
...
Bug: 9059617
Change-Id: I066abf018df5aaeabf415425dd822ebe233e6008
2013-10-01 21:00:40 +09:00
Jean Chalard
2afa0e621e
Merge "Fix a bug where gesture would delay update."
2013-10-01 11:21:59 +00:00
Jean Chalard
b1e6eeea57
Fix a bug where gesture would delay update.
...
Change-Id: I94c394f45f2717bc1a4b95692a5757c1e7179152
2013-10-01 20:06:36 +09:00
Ken Wakasa
382094a784
Merge "Cleanup and remove redundant more keys on phones"
2013-10-01 10:29:15 +00:00
Ken Wakasa
194c636055
Merge "Swap keys: exclamation, question, period, comma."
2013-10-01 10:03:08 +00:00
Ken Wakasa
e56c2f979f
Cleanup and remove redundant more keys on phones
...
Change-Id: I419c3c119eb1e4d2e877c8c00564e46f40b6abc2
2013-10-01 19:02:09 +09:00
Ken Wakasa
b23a67529b
Swap keys: exclamation, question, period, comma.
...
bug: 11003945
Change-Id: If9ff0487ebbb1c25c8b13eaa55615255921c61c6
2013-10-01 18:35:41 +09:00
Ken Wakasa
cc81a93b01
Merge "Add skipPtNode to DictDecoders."
2013-10-01 09:06:39 +00:00
Satoshi Kataoka
c2dda795af
Tentatively revert inconsistent assets
...
Change-Id: I90f0ffed57f0efa9f01adb969fd499e2dcd2a0dc
2013-10-01 17:53:04 +09:00
Yuichiro Hanada
bc4926235d
Add skipPtNode to DictDecoders.
...
Change-Id: I042ff041b68572182c87dc87db6a6aa2bbbefc6c
2013-10-01 17:21:21 +09:00
Satoshi Kataoka
a4913994c2
Hide indication bar if only one page
...
Bug: 10923117
Change-Id: If81bf07ba2e7c4fff44a8832f98b4a393c15edc7
2013-10-01 16:58:42 +09:00
Keisuke Kuroyanagi
126d758c1e
Merge "Quit blocking getSuggestion during GC."
2013-10-01 07:08:11 +00:00
Jean Chalard
74730a4600
Merge "Create the wiring for auto-commit confidence computation."
2013-10-01 06:58:16 +00:00
Jean Chalard
bb57090f1d
Create the wiring for auto-commit confidence computation.
...
Bug: 9059617
Change-Id: I7e4e05ffa8c68cfebbe362a977fd176555cad12a
2013-10-01 15:04:15 +09:00
Keisuke Kuroyanagi
03cb8f751a
Quit blocking getSuggestion during GC.
...
Bug: 10831272
Change-Id: I995c619dc18a9120a47f547d31045cb73a9353ec
2013-10-01 12:04:06 +09:00
Baligh Uddin
3efc5b6b99
Import translations. DO NOT MERGE
...
Change-Id: I8f0db70d71967d115f0684a7661888aa31e751d4
Auto-generated-cl: translation import
2013-09-30 19:06:56 -07:00
Baligh Uddin
985e6d7fc9
Import translations. DO NOT MERGE
...
Change-Id: I01400792a62f3f5bb11794b32930e788fa0af045
Auto-generated-cl: translation import
2013-09-30 19:01:45 -07:00
Alan Viverette
1e2543f125
am 458fb52b: Merge "Speak auto-corrections for accessibility"
...
* commit '458fb52b985d9c4f37b82689b573d42f95487a32':
Speak auto-corrections for accessibility
2013-09-30 11:16:36 -07:00
Alan Viverette
458fb52b98
Merge "Speak auto-corrections for accessibility"
2013-09-30 18:14:13 +00:00
Keisuke Kuroyanagi
12d3bd228d
am 65330d28: Merge "Implement simple dictionary decay."
...
* commit '65330d2820f61aaad6094db6738017aa77a64581':
Implement simple dictionary decay.
2013-09-30 05:01:49 -07:00
Keisuke Kuroyanagi
65330d2820
Merge "Implement simple dictionary decay."
2013-09-30 11:56:15 +00:00
Keisuke Kuroyanagi
fd02b2d6ee
Implement simple dictionary decay.
...
Groundwork and implement simple decay.
Increment probability when typed and decrement probability
at GC.
Bug: 6669677
Change-Id: Ib12caead0cbeef4ce7808fe8ac0b00ee331523fe
2013-09-30 20:53:35 +09:00
Keisuke Kuroyanagi
a4c73066d7
am ef084229: Merge "Use reentrant lock for main dictionaries."
...
* commit 'ef084229f646853cff4eef55e2069eb4b93f14e6':
Use reentrant lock for main dictionaries.
2013-09-30 02:27:16 -07:00
Keisuke Kuroyanagi
ef084229f6
Merge "Use reentrant lock for main dictionaries."
2013-09-30 09:25:54 +00:00
Keisuke Kuroyanagi
3e6275634b
Use reentrant lock for main dictionaries.
...
Bug: 10964805
Change-Id: Iaa9b79fc770d8ae2ec9d7c362c90c28bc9f65ea8
2013-09-30 18:16:29 +09:00
Jean Chalard
90f74e23f7
am 42941dd2: Merge "Update dictionaries"
...
* commit '42941dd2fd2a6b3a89cbb7ab733980465b4895a6':
Update dictionaries
2013-09-30 01:38:38 -07:00
Jean Chalard
42941dd2fd
Merge "Update dictionaries"
2013-09-30 08:36:35 +00:00
Ken Wakasa
af5511c830
am 25f47828: Merge "Separate bigram entries from the trie file."
...
* commit '25f47828539f4af34b081afb4553e9e56fbcdbf3':
Separate bigram entries from the trie file.
2013-09-30 01:02:30 -07:00
Ken Wakasa
25f4782853
Merge "Separate bigram entries from the trie file."
2013-09-30 08:00:01 +00:00
Yuichiro Hanada
fd46e87da2
Separate bigram entries from the trie file.
...
Bug: 10920165
Change-Id: I42eb7f228994a56c2f31a1c83904c8c360b6d088
2013-09-30 16:42:42 +09:00
Ken Wakasa
2b73561cd7
am d40a931a: Merge "Change scopes of some methods in DynamicBinaryDictIOUtils."
...
* commit 'd40a931a4d9ab6e49e6d8689f2087937ea168147':
Change scopes of some methods in DynamicBinaryDictIOUtils.
2013-09-30 00:18:59 -07:00
Ken Wakasa
d40a931a4d
Merge "Change scopes of some methods in DynamicBinaryDictIOUtils."
2013-09-30 07:17:38 +00:00
Jean Chalard
a267ebed5a
Update dictionaries
...
Add KitKat to all dictionaries.
Version
da, fi, pl : 29 → 40
cs, de, hr, it, lt, lv, nb, nl, sl, sr, sv, tr : 35 → 40
es : 36 → 40
en_gb, en_us, en, fr, pt_br, pt_pt : 39 → 40
Bug: 10958192
Change-Id: I14436616285ced5eb3b70b8c44b9243da94eed4f
2013-09-30 07:12:03 +00:00
Keisuke Kuroyanagi
0aaf42b4ca
am c1851004: Prepare dictionary decay.
...
* commit 'c18510049a3422c88ed3ab3bbc64944c94a611fd':
Prepare dictionary decay.
2013-09-29 22:18:00 -07:00
Keisuke Kuroyanagi
c18510049a
Prepare dictionary decay.
...
Bug: 6669677
Change-Id: I8fbae190dd44a6bdbee7e9b6d3a16208322727f7
2013-09-30 13:57:54 +09:00
Yuichiro Hanada
dc4f357f6b
Change scopes of some methods in DynamicBinaryDictIOUtils.
...
Change-Id: I1371d41760b38834d1d5ff40e682ac0a6fc9f2e9
2013-09-30 11:32:07 +09:00
Keisuke Kuroyanagi
f2800fc6f4
am 1cf4789b: Merge "Set header attributes for ExpandableBinaryDictionary."
...
* commit '1cf4789ba6abb5855392d542bb075c12d2d9b6a0':
Set header attributes for ExpandableBinaryDictionary.
2013-09-28 22:16:07 -07:00
Keisuke Kuroyanagi
1cf4789ba6
Merge "Set header attributes for ExpandableBinaryDictionary."
2013-09-29 05:14:22 +00:00
Satoshi Kataoka
9c6e7e233e
am b0c5ddb9: Merge "Stop vibration while repeating delete key in emoji view"
...
* commit 'b0c5ddb9c7a27f71ab63ec3362a476ec052f5bd0':
Stop vibration while repeating delete key in emoji view
2013-09-28 03:40:24 -07:00
Satoshi Kataoka
b0c5ddb9c7
Merge "Stop vibration while repeating delete key in emoji view"
2013-09-28 10:37:57 +00:00
Satoshi Kataoka
d0df68e6cb
Stop vibration while repeating delete key in emoji view
...
Bug: 10960355
Change-Id: Ic1fdecdbcab4082c5383623c1f2575e3976ebe27
2013-09-28 17:02:58 +09:00
Keisuke Kuroyanagi
5ed30a7660
Set header attributes for ExpandableBinaryDictionary.
...
Bug: 6669677
Change-Id: I2462777eaa07600f1c774226adfc4f351882f523
2013-09-28 12:50:09 +09:00
Baligh Uddin
12d095eae8
Import translations. DO NOT MERGE
...
Change-Id: I4def1991a7133c4ea653882044bf6c7a49dcbcfd
Auto-generated-cl: translation import
2013-09-27 15:37:59 -07:00
Alan Viverette
67319f92f3
Speak auto-corrections for accessibility
...
BUG: 8669376
Change-Id: Id71b2c2835daa7a8c9d6c92c57a7e302551c289d
2013-09-27 14:15:53 -07:00
Satoshi Kataoka
6f855d0629
am a6e2ec53: Merge "Reduce Emoji size"
...
* commit 'a6e2ec53b6f46491bd23bda6a0d734b820fd8a01':
Reduce Emoji size
2013-09-27 10:26:47 -07:00
Satoshi Kataoka
a6e2ec53b6
Merge "Reduce Emoji size"
2013-09-27 17:24:58 +00:00
Satoshi Kataoka
b44efbdcc0
Reduce Emoji size
...
Change-Id: Ie9dec82c0edde70a75fffeb7c86c14e05f468207
2013-09-28 02:02:47 +09:00
Satoshi Kataoka
36301d555f
am 4dc2b913: Merge "Fix possible NPE in KeyboardSwitcher"
...
* commit '4dc2b9131f48df86e071e5ecfc8db7cd408b154e':
Fix possible NPE in KeyboardSwitcher
2013-09-27 09:54:38 -07:00
Satoshi Kataoka
4dc2b9131f
Merge "Fix possible NPE in KeyboardSwitcher"
2013-09-27 16:52:32 +00:00
Satoshi Kataoka
adbb979b56
Fix possible NPE in KeyboardSwitcher
...
Bug: 10964306
Change-Id: Ibcea76da746f6cac92c8d91425d25d04ade62af0
2013-09-28 01:19:18 +09:00
Keisuke Kuroyanagi
de12fcb0f2
am 8b580819: Merge "Add unigram/bigram counting."
...
* commit '8b580819a580527418ba96f1a7cda699bff772ba':
Add unigram/bigram counting.
2013-09-27 07:17:37 -07:00
Keisuke Kuroyanagi
8b580819a5
Merge "Add unigram/bigram counting."
2013-09-27 14:14:49 +00:00
Keisuke Kuroyanagi
31097a57cc
Add unigram/bigram counting.
...
Bug: 6669677
Change-Id: I05ea2201d822dddf062b08c8467daa336760e16c
2013-09-27 23:12:12 +09:00
Keisuke Kuroyanagi
be6076b050
am e74d4a18: Stop reading dictionary while regenerating.
...
* commit 'e74d4a184bbd06ddb607f81147ed827b9dd1ba17':
Stop reading dictionary while regenerating.
2013-09-27 06:01:38 -07:00
Keisuke Kuroyanagi
e74d4a184b
Stop reading dictionary while regenerating.
...
Bug: 10831272
Change-Id: Iead7268a9371b48d729a5f65074ccbc05f3185db
2013-09-27 21:44:26 +09:00
Jean Chalard
4ac33aca69
am b7dfacd3: Merge "Send backspace as an event when TYPE_NULL."
...
* commit 'b7dfacd31e894247ee2523f250dbadc06dd0bf4b':
Send backspace as an event when TYPE_NULL.
2013-09-27 01:02:01 -07:00
Jean Chalard
b7dfacd31e
Merge "Send backspace as an event when TYPE_NULL."
2013-09-27 08:00:43 +00:00
Yuichiro Hanada
1e886ac5b6
am a328f538: Fix PrioritizedSerialExecutor.
...
* commit 'a328f538c34ad2dafdfa53642085cb1072224d80':
Fix PrioritizedSerialExecutor.
2013-09-27 00:58:49 -07:00
Jean Chalard
de814ec0ec
Send backspace as an event when TYPE_NULL.
...
This is not enough to really fix behavior with TYPE_NULL,
but it does make things a bit better.
Bug: 10949594
Change-Id: Ia359f781cdd76a2e2c5a4c9f166025d81b931174
2013-09-27 16:55:12 +09:00
Yuichiro Hanada
a328f538c3
Fix PrioritizedSerialExecutor.
...
It was possible that fetchNextTasks() would be called by multiple
threads concurrently.
If it happens, some tasks in the task queues might be ignored.
Change-Id: Idc81c43c45e382da3850cc55b9a42c281548d2a8
2013-09-27 16:46:34 +09:00
Yuichiro Hanada
704ab0f6ae
am 781feb74: Remove unused methods.
...
* commit '781feb748cc59d3d34e9b52553cac192f1699dce':
Remove unused methods.
2013-09-26 21:00:24 -07:00
Yuichiro Hanada
781feb748c
Remove unused methods.
...
Change-Id: I542db0c717c0bc05c8baa08f1e9db0a05946a99b
2013-09-27 12:34:38 +09:00
Baligh Uddin
45de3925d8
Merge "Import translations. DO NOT MERGE"
2013-09-26 15:02:33 +00:00
Jean Chalard
bf3e508ddd
am 2fc0c422: Merge "Update dictionaries"
...
* commit '2fc0c4224bad805e85d09fedea8a9a4719523477':
Update dictionaries
2013-09-26 05:57:54 -07:00
Keisuke Kuroyanagi
0ae51a5e62
am e3e10317: Merge "Create empty dictionary file in native code."
...
* commit 'e3e10317b0e5c02ea95eea0100ab696e9c928f36':
Create empty dictionary file in native code.
2013-09-26 05:57:48 -07:00
Yuichiro Hanada
11cccb569f
am d188af70: Add SparseTable.
...
* commit 'd188af70227ae7003fa410ccf4038a57825ae385':
Add SparseTable.
2013-09-26 05:57:46 -07:00
Ken Wakasa
84f6b2c0ee
am 5f8eba02: Merge "Revert inconsistent assets"
...
* commit '5f8eba02d0c42a8e6e3dbc272d2a6156c6a74d3b':
Revert inconsistent assets
2013-09-26 05:57:38 -07:00
Jean Chalard
2fc0c4224b
Merge "Update dictionaries"
2013-09-26 09:05:00 +00:00
Jean Chalard
50b36e2a4b
Update dictionaries
...
>>> dictionaries/en_GB_wordlist.combined.gz
Header :
date : 1374721653 <=> 1380099152
version : 36 <=> 39
Body :
Freq changed: gay 127 -> 10
Added: draft 138
>>> dictionaries/en_US_wordlist.combined.gz
Header :
date : 1374721654 <=> 1380099152
version : 36 <=> 39
Body :
Freq changed: gay 127 -> 10
>>> dictionaries/en_wordlist.combined.gz
Header :
date : 1374721663 <=> 1380099172
version : 36 <=> 39
Body :
Freq changed: gay 127 -> 10
>>> dictionaries/fr_wordlist.combined.gz
Header :
date : 1376888819 <=> 1380099153
version : 37 <=> 39
Body :
Added: septembre 150
>>> dictionaries/pt_BR_wordlist.combined.gz
Header :
date : 1376884524 <=> 1380099168
version : 37 <=> 39
Body :
Freq changed: atras 87 -> 0
Not a word: atras false -> true
Shortcut added: atras atrás 15
Shortcut added: cade cadê 15
Shortcut added: cafe café 15
Shortcut added: ferias férias 15
Shortcut added: musica música 15
Shortcut added: musicas músicas 15
>>> dictionaries/pt_PT_wordlist.combined.gz
Header :
date : 1376884536 <=> 1380099168
version : 37 <=> 39
Body :
Shortcut added: atras atrás 15
Shortcut added: cade cadê 15
Shortcut added: ferias férias 15
Shortcut added: musica música 15
Shortcut added: musicas músicas 15
Added: cafe 0
>>> java/res/raw/main_en.dict
Header :
date : 1374721663 <=> 1380099172
version : 36 <=> 39
Body :
Freq changed: gay 127 -> 10
>>> java/res/raw/main_fr.dict
Header :
date : 1376888819 <=> 1380099153
version : 37 <=> 39
Body :
Added: septembre 150
>>> java/res/raw/main_pt_br.dict
Header :
date : 1376884524 <=> 1380099168
version : 37 <=> 39
Body :
Freq changed: atras 87 -> 0
Not a word: atras false -> true
Shortcut added: atras atrás 15
Shortcut added: cade cadê 15
Shortcut added: cafe café 15
Shortcut added: ferias férias 15
Shortcut added: musica música 15
Shortcut added: musicas músicas 15
Bug: 10504313
Bug: 10507536
Bug: 10561100
Change-Id: I4267c76cf0de221a703523d5f2dd2befbaf020a0
2013-09-26 08:34:53 +00:00
Keisuke Kuroyanagi
e3e10317b0
Merge "Create empty dictionary file in native code."
2013-09-26 08:03:38 +00:00
Baligh Uddin
f13b168c22
Import translations. DO NOT MERGE
...
Change-Id: I98ca117f651330bfa7eafbf7f7196cf3780c4ef1
Auto-generated-cl: translation import
2013-09-26 00:57:28 -07:00
Yuichiro Hanada
d188af7022
Add SparseTable.
...
Bug: 10920165
Change-Id: I749dd0269e788799e30b10beb2671813d40ce15f
2013-09-26 16:16:30 +09:00
Ken Wakasa
5f8eba02d0
Merge "Revert inconsistent assets"
2013-09-26 06:10:46 +00:00
Satoshi Kataoka
d4cae4fab3
Revert inconsistent assets
...
Bug: 10786040
Change-Id: Ic9ead001879d7b5ff0b85529dd0c9afdbe2f7478
2013-09-26 14:52:52 +09:00
Keisuke Kuroyanagi
5ef6209656
Create empty dictionary file in native code.
...
Bug: 6669677
Change-Id: I46d23deee1fd091678f4593561cb8687eb815212
2013-09-26 12:59:02 +09:00
Ken Wakasa
6c0e48b1ad
am 4350a93a: Merge "Fix the offdevice regression test build"
...
* commit '4350a93aa5447f92304bea3f8bbf00bbf6c35498':
Fix the offdevice regression test build
2013-09-25 08:10:08 -07:00
Keisuke Kuroyanagi
a2174bad22
am 5fa96540: Merge "Clear traverse sessions when closing."
...
* commit '5fa96540456f172b6dbbefe45061738916915cbb':
Clear traverse sessions when closing.
2013-09-25 08:10:07 -07:00
Satoshi Kataoka
c536d27c69
am 6e41d9a4: Merge "Input delete onUpKey"
...
* commit '6e41d9a4795574ce33b944d953b517394697f2ff':
Input delete onUpKey
2013-09-25 08:10:05 -07:00
Ken Wakasa
b2956ef5cf
am 399422f4: Merge "Make Ver4DictEncoder write an address table of terminal nodes."
...
* commit '399422f4b9f06c6692f18318c84f17c61ae83f9a':
Make Ver4DictEncoder write an address table of terminal nodes.
2013-09-25 08:10:03 -07:00
Satoshi Kataoka
5512b300ef
am 1e69f3e6: Fix emoji page
...
* commit '1e69f3e637238407492aab536760644aca33f38d':
Fix emoji page
2013-09-25 08:10:02 -07:00
Satoshi Kataoka
400ec7c5a6
am 0938fb69: Allow gesture from the delete key
...
* commit '0938fb6913c10d32f0a870210fc208c7bbfe282c':
Allow gesture from the delete key
2013-09-25 08:10:00 -07:00
Satoshi Kataoka
daa9eac90d
am 9c3b2dbe: Fix emoji state
...
* commit '9c3b2dbe3434fbe5117b66fa4911c8de0ea6bde6':
Fix emoji state
2013-09-25 08:09:58 -07:00
Ken Wakasa
4350a93aa5
Merge "Fix the offdevice regression test build"
2013-09-25 10:30:18 +00:00
Ken Wakasa
f56b82f809
Fix the offdevice regression test build
...
Followup to If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57
bug: 10622489
Change-Id: If98b2c75725f8692f0c2b41c33e448086404479b
2013-09-25 19:13:47 +09:00
Keisuke Kuroyanagi
5fa9654045
Merge "Clear traverse sessions when closing."
2013-09-25 10:06:33 +00:00
Satoshi Kataoka
6e41d9a479
Merge "Input delete onUpKey"
2013-09-25 10:02:24 +00:00
Satoshi Kataoka
a456e3f659
Input delete onUpKey
...
to avoid deletion when the user starts gesture from the delete key
Bug: 7303982
Change-Id: If4b3e6287ceee1cf9f72a1d92f2a6789065da454
2013-09-25 18:55:57 +09:00
Keisuke Kuroyanagi
6142068a33
Clear traverse sessions when closing.
...
Bug: 6669677
Change-Id: I859be934f0c60485e04cdc4cab288a18242fa04e
2013-09-25 18:32:40 +09:00
Ken Wakasa
399422f4b9
Merge "Make Ver4DictEncoder write an address table of terminal nodes."
2013-09-25 08:45:39 +00:00
Satoshi Kataoka
1e69f3e637
Fix emoji page
...
Bug: 10538430
Change-Id: If4d5ebb26e7ead259e8f370462ccf4c9dbf734f8
2013-09-25 17:20:27 +09:00
Yuichiro Hanada
22c5c450fe
Make Ver4DictEncoder write an address table of terminal nodes.
...
Bug: 10920165
Change-Id: I86017456ea9fa5d6e12b57172c34f5ed4f88ef94
2013-09-25 17:03:54 +09:00
Satoshi Kataoka
0938fb6913
Allow gesture from the delete key
...
And inputting unexpected word while repeating the gesture
Bug: 7303982
Change-Id: I17bb6a689397500fa0e26706d6e07e427ea0b4d7
2013-09-25 14:15:43 +09:00
Baligh Uddin
6460cc71cd
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-09-25 04:11:12 +00:00
Baligh Uddin
6ba9fcfc49
Import translations. DO NOT MERGE
...
Change-Id: Ia8d7ae751f258874103dc0e79ef46928d51ac026
Auto-generated-cl: translation import
2013-09-24 21:07:22 -07:00
Satoshi Kataoka
9c3b2dbe34
Fix emoji state
...
Bug: 10919260
Change-Id: I85e897b2de10f147bba40dd2147e041e26f5b8ad
2013-09-25 11:59:21 +09:00
Satoshi Kataoka
0f75a055bc
am 431158c9: Turn off emoji palette on JB-MR2
...
* commit '431158c9395bfd2b527c049d05e6d4e9f9134cf9':
Turn off emoji palette on JB-MR2
2013-09-24 19:46:25 -07:00
Satoshi Kataoka
431158c939
Turn off emoji palette on JB-MR2
...
Bug: 10919260
Change-Id: Ie5a0342386baae61285412786162e74746272538
2013-09-25 11:41:46 +09:00
Baligh Uddin
46fdc6fd23
Merge "Import translations. DO NOT MERGE"
2013-09-24 22:18:27 +00:00
Baligh Uddin
0f6eca4af4
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-09-24 22:18:19 +00:00
Keisuke Kuroyanagi
f05aeb64d9
am 2e58670d: Quit using ExpandableDictionary.
...
* commit '2e58670da9687fd1fd28c322e03343957d11568c':
Quit using ExpandableDictionary.
2013-09-24 07:08:08 -07:00
Keisuke Kuroyanagi
2e58670da9
Quit using ExpandableDictionary.
...
Bug: 6669677
Change-Id: Ie90417fa9b726454fe729a665fcd549efabb9e94
2013-09-24 22:57:15 +09:00
Satoshi Kataoka
8d7365d4c0
am d1ae0304: Fix OOBE in JB backword
...
* commit 'd1ae03046c1b502117129831286ed4ea0828740f':
Fix OOBE in JB backword
2013-09-24 05:20:10 -07:00
Satoshi Kataoka
d1ae03046c
Fix OOBE in JB backword
...
Bug: 10905948
Change-Id: I4e953296ce3067d05fc5759375f40513580484a6
2013-09-24 21:14:48 +09:00
Satoshi Kataoka
947592496f
am f068c6e6: Merge "Low memory mode in UserHistory"
...
* commit 'f068c6e656fae4516b6ac09b4e9cb8a7371a14c7':
Low memory mode in UserHistory
2013-09-24 04:40:18 -07:00
Satoshi Kataoka
f068c6e656
Merge "Low memory mode in UserHistory"
2013-09-24 11:37:39 +00:00
Satoshi Kataoka
97485273d7
Low memory mode in UserHistory
...
Bug: 8967766
Change-Id: Id40f54f4d9f43d1f796377983a5fc0ca3417e133
2013-09-24 20:36:31 +09:00
Jean Chalard
1a46424dd5
am f6009233: Merge "Tweak for armenian periods and commas."
...
* commit 'f600923376afab0295b25451887450edaffeda7c':
Tweak for armenian periods and commas.
2013-09-24 04:28:42 -07:00
Jean Chalard
f600923376
Merge "Tweak for armenian periods and commas."
2013-09-24 11:20:04 +00:00
Satoshi Kataoka
0f3e55dcfc
am 445ba578: Merge "Add a utility of isLowRamDevice"
...
* commit '445ba57814213c5bc897dbd9b43a4b0b231124ab':
Add a utility of isLowRamDevice
2013-09-24 03:56:26 -07:00
Satoshi Kataoka
445ba57814
Merge "Add a utility of isLowRamDevice"
2013-09-24 10:55:11 +00:00
Satoshi Kataoka
03e55efe03
Add a utility of isLowRamDevice
...
Bug: 8967766
Change-Id: Id7132d1155bb3489bdab72d613289335945808e8
2013-09-24 19:53:35 +09:00
Jean Chalard
933cc808d9
Tweak for armenian periods and commas.
...
Bug: 7963631
Change-Id: I2eb110949f3d3b7817dbd9448654954fdee39ac2
2013-09-24 19:48:17 +09:00
Ken Wakasa
3d77934ec1
am 55e7b360: Merge "More tweaks for Armenian layouts"
...
* commit '55e7b3606bdff801543e21d0cef13b97ab0d5aaa':
More tweaks for Armenian layouts
2013-09-24 03:35:05 -07:00
Ken Wakasa
55e7b3606b
Merge "More tweaks for Armenian layouts"
2013-09-24 10:33:21 +00:00
Jean Chalard
821bff9202
am 3d68b066: Copy only the spans we are interested in.
...
* commit '3d68b066626d7e58cbe2853cd186b1ad75b90259':
Copy only the spans we are interested in.
2013-09-24 03:14:57 -07:00
Jean Chalard
3d68b06662
Copy only the spans we are interested in.
...
The PARAGRAPH type of span is dangerous, as concatenating
CharSequences that contain it may crash. We also don't use
other spans than SuggestionSpans, so we don't copy them.
Bug: 10622489
Change-Id: If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57
2013-09-24 19:04:51 +09:00
Ken Wakasa
15e33c2373
More tweaks for Armenian layouts
...
Add Armenian question mark and exclamation mark as more keys in the symbols layout.
bug: 7963631
Change-Id: Ic4f306248c10f5439531cd468b78ba467cd1de6a
2013-09-24 18:53:06 +09:00
Satoshi Kataoka
c3f7ddd73d
am 3ca9c5cb: Merge "Implement delete key repeater"
...
* commit '3ca9c5cbec9ee8eb61b37bb5d11b7e0bc3dc41cc':
Implement delete key repeater
2013-09-24 02:29:43 -07:00
Satoshi Kataoka
3ca9c5cbec
Merge "Implement delete key repeater"
2013-09-24 09:26:47 +00:00
Ken Wakasa
5fad442fbd
am d8c037c1: Merge "Tweaks for Armenian layouts"
...
* commit 'd8c037c1269a3709140d53bbb1b93dbd056640d9':
Tweaks for Armenian layouts
2013-09-24 02:26:26 -07:00
Satoshi Kataoka
9204d11525
Implement delete key repeater
...
Bug: 10810844
Change-Id: Idbfe2196e8f0f8cf6dd1b77574eefb395c12807a
2013-09-24 18:23:38 +09:00
Ken Wakasa
1b7fc4f338
Tweaks for Armenian layouts
...
Added a dedicated key for the Armenian full stop
Added Armenian punctuation letters
bug: 7963631
Change-Id: Id28e224329b083a2465256f2713477b4f0782393
2013-09-24 18:22:32 +09:00
Satoshi Kataoka
c6c72b2269
am 50704b7d: Merge "Turn off alpha of key popup preview"
...
* commit '50704b7d1cf3d5dc602d0efbe1d7a581b9b9e980':
Turn off alpha of key popup preview
2013-09-23 23:30:05 -07:00
Satoshi Kataoka
50704b7d1c
Merge "Turn off alpha of key popup preview"
2013-09-24 06:27:21 +00:00
Satoshi Kataoka
0d8266b6eb
Turn off alpha of key popup preview
...
Bug: 10786040
Change-Id: I0a636e5f28f177c4d72f9af0312726711f78dd2d
2013-09-24 15:20:23 +09:00
Satoshi Kataoka
473f4426fb
am 9cea5e0c: Merge "Update assets: selected popup key background"
...
* commit '9cea5e0c0fb035b54efaf3a5f7b6c16ebcfefa4d':
Update assets: selected popup key background
2013-09-23 23:14:18 -07:00
Satoshi Kataoka
9cea5e0c0f
Merge "Update assets: selected popup key background"
2013-09-24 06:11:57 +00:00
Satoshi Kataoka
7b826360f9
Update assets: selected popup key background
...
Bug: 10786040
Change-Id: I6d0514517ceb7a3ee44935026498992835209039
2013-09-24 14:56:22 +09:00
Jean Chalard
9e287b527c
am 8f23c6f7: Merge "Detect cases where rotation messes with initialization"
...
* commit '8f23c6f78b1a9e5c6dd5bbe7b949b2c1f138f4cd':
Detect cases where rotation messes with initialization
2013-09-23 22:41:25 -07:00
Jean Chalard
8f23c6f78b
Merge "Detect cases where rotation messes with initialization"
2013-09-24 05:38:44 +00:00
Ken Wakasa
3216beeed1
am 0de5df17: Merge "Keypress vibration default value for Xperia Z Ultra"
...
* commit '0de5df1746af065981a930d32a3ecfb4fb62eae3':
Keypress vibration default value for Xperia Z Ultra
2013-09-23 19:26:28 -07:00
Ken Wakasa
0de5df1746
Merge "Keypress vibration default value for Xperia Z Ultra"
2013-09-24 02:14:05 +00:00
Baligh Uddin
eaff1091d4
Import translations. DO NOT MERGE
...
Change-Id: I0a916b635f43f9327546bebbe9bcc6cbff0ece4b
Auto-generated-cl: translation import
2013-09-23 18:47:00 -07:00
Baligh Uddin
1036edee5d
Import translations. DO NOT MERGE
...
Change-Id: I35fc87c4b21b589fae2d6e0c925a9695feb94abb
Auto-generated-cl: translation import
2013-09-23 18:40:00 -07:00
Ken Wakasa
363f9d4975
am 36cd7e5e: Merge "Khmer currecy sign should have been non-bold"
...
* commit '36cd7e5e27d4b4a1d204729d3c207e50988cd427':
Khmer currecy sign should have been non-bold
2013-09-23 02:06:42 -07:00
Ken Wakasa
2c4bbe2596
Keypress vibration default value for Xperia Z Ultra
...
bug: 10832066
Change-Id: I9ed107f192d65e792529699b30bb88de73a5788a
2013-09-23 18:01:22 +09:00
Ken Wakasa
f209c4e7eb
Khmer currecy sign should have been non-bold
...
bug: 6910993
Change-Id: Ifdef60a830d23ca4824f023188fa1b46051994b3
2013-09-21 00:55:01 +09:00
Jean Chalard
f1d8aa46f9
Detect cases where rotation messes with initialization
...
...and do a best effort to fix it.
Bug: 10323080
Bug: 10252066
Change-Id: Icb3c9fe85005406bdfce0b7bb143ba0a910a0ddb
2013-09-20 22:21:28 +09:00
Ken Wakasa
51c4b0c1e3
am 7a8dabc3: Merge "Address an issue in Khmer layout"
...
* commit '7a8dabc3e1b32c71eb8adec16ce7a1bbbaf1f657':
Address an issue in Khmer layout
2013-09-20 04:30:01 -07:00
Ken Wakasa
7a8dabc3e1
Merge "Address an issue in Khmer layout"
2013-09-20 11:23:37 +00:00
Ken Wakasa
d34ef10eed
Address an issue in Khmer layout
...
bug: 6910993
Change-Id: I2135ad2f5b1e4fd61e91226761ab3b781ea7a0f1
2013-09-20 20:21:07 +09:00
Jean Chalard
564e29d9fe
am 262b8672: Merge "Catch SQLiteException from remote processes"
...
* commit '262b867200fa4ce6b17e05808e0f766a4fbe4f9a':
Catch SQLiteException from remote processes
2013-09-20 04:01:42 -07:00
Jean Chalard
262b867200
Merge "Catch SQLiteException from remote processes"
2013-09-20 10:59:13 +00:00
Jean Chalard
d0cf6b7623
Catch SQLiteException from remote processes
...
...to avoid catching fire when the Contacts or User dictionary
providers crash and burn.
Bug: 10200036
Change-Id: I73e9d126ce6d34ebc7e6ac03d94af1c12dde7eda
2013-09-20 19:55:31 +09:00
Jean Chalard
2e10784102
am be3be424: Fix a bug that happens upon a race condition
...
* commit 'be3be424a38ecb46bb24423be42ad290e896c6cc':
Fix a bug that happens upon a race condition
2013-09-20 03:53:07 -07:00
Jean Chalard
be3be424a3
Fix a bug that happens upon a race condition
...
Bug: 10848621
Change-Id: If5ff7f001e69af005a5ff9ab3e9f630b88a0a858
2013-09-20 18:21:10 +09:00
Satoshi Kataoka
21915c4cef
am 3de1aca2: Merge "Update resources: Colors"
...
* commit '3de1aca289d9fa1173b61cac0a93537d72f41c4b':
Update resources: Colors
2013-09-20 01:39:06 -07:00
Satoshi Kataoka
3de1aca289
Merge "Update resources: Colors"
2013-09-20 08:05:33 +00:00
Satoshi Kataoka
d764a0a0ad
Update resources: Colors
...
bug: 10786040
Change-Id: Idee67e73096e1e31126dbf24e9608d3e6dba2b47
2013-09-20 17:03:32 +09:00
Ken Wakasa
e6c6df9017
am 280990bc: Merge "Address a couple more issues in Khmer layout"
...
* commit '280990bcb19dde8b5d8298fa0b8313e8167802b2':
Address a couple more issues in Khmer layout
2013-09-20 00:34:53 -07:00
Ken Wakasa
280990bcb1
Merge "Address a couple more issues in Khmer layout"
2013-09-20 07:32:48 +00:00
Ken Wakasa
814acafaea
Address a couple more issues in Khmer layout
...
bug: 6910993
Change-Id: If866629268040cf7696d9667dbca66fac6a60374
2013-09-20 16:27:30 +09:00
Jean Chalard
4f5f3ebc2f
am 1d1a3d52: Merge "Fix a bug where null would be converted to "null""
...
* commit '1d1a3d52b8f12766c7d2c1f2033217fce502f49a':
Fix a bug where null would be converted to "null"
2013-09-20 00:21:54 -07:00
Jean Chalard
1d1a3d52b8
Merge "Fix a bug where null would be converted to "null""
2013-09-20 07:19:59 +00:00
Jean Chalard
8f02f1a118
Fix a bug where null would be converted to "null"
...
It's unclear what the concrete effects of this are, but they are not
very strong. This only happens in corner cases, when the input
connection is not active - while rotating, for example.
Change-Id: I1d22459a6e94a8ecccb53cfcbc2d301b1d502204
2013-09-20 15:45:51 +09:00
Satoshi Kataoka
01c7538701
am baa31217: Update resources
...
* commit 'baa3121704c4be8d883e58865fa643883a114b6b':
Update resources
2013-09-19 23:06:00 -07:00
Satoshi Kataoka
baa3121704
Update resources
...
Change-Id: Ia66f7181514ee1471e181e16d15622174cf72e79
2013-09-20 14:49:54 +09:00
Ken Wakasa
f8c02953f5
am 2e3c1106: Address a couple issues in Khmer layout
...
* commit '2e3c1106f75338953ebef79866ee86eaaa652ab3':
Address a couple issues in Khmer layout
2013-09-19 19:50:20 -07:00
Ken Wakasa
2e3c1106f7
Address a couple issues in Khmer layout
...
bug: 6910993
Change-Id: I649b2d37a4eca75e2fc98e8c7f6a3dad20339864
2013-09-20 11:36:01 +09:00
Baligh Uddin
edbbd53ce1
Merge "Import translations. DO NOT MERGE"
2013-09-19 22:53:55 +00:00
Baligh Uddin
5129f644c5
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-09-19 22:53:31 +00:00
Baligh Uddin
fd9c7114af
Import translations. DO NOT MERGE
...
Change-Id: I168cfa8bfa7c4762d50db3675f34282e3b61297b
Auto-generated-cl: translation import
2013-09-19 07:20:34 -07:00
Baligh Uddin
2c55382c68
Import translations. DO NOT MERGE
...
Change-Id: I6b6b1607837a2ac28c732697c6e9192a8ef68a63
Auto-generated-cl: translation import
2013-09-19 07:14:48 -07:00
Ken Wakasa
837d53653f
am be5e21ec: Add Khmer layout
...
* commit 'be5e21ecbbeec92e4773a068bb36b8432b12b2c9':
Add Khmer layout
2013-09-19 06:27:21 -07:00
Ken Wakasa
be5e21ecbb
Add Khmer layout
...
bug: 6910993
Change-Id: Ie515acd625bc266494d9e63b0694e2c05a19b661
2013-09-19 22:22:41 +09:00
Ken Wakasa
efac15b0d8
am 72503243: Merge "Add showSuggestionStripWithTypedWord."
...
* commit '72503243e46bd1259f74da7deab8f8352e3f8186':
Add showSuggestionStripWithTypedWord.
2013-09-19 04:57:29 -07:00
Ken Wakasa
72503243e4
Merge "Add showSuggestionStripWithTypedWord."
2013-09-19 11:55:09 +00:00
Satoshi Kataoka
86e5d0298c
am 5fe31f23: Merge "Show Emoji category page id indicator"
...
* commit '5fe31f23920351a3d7a91caa5c70d549d73c6d48':
Show Emoji category page id indicator
2013-09-19 04:53:13 -07:00
Yuichiro Hanada
a469743e33
Add showSuggestionStripWithTypedWord.
...
Bug: 10814472
Change-Id: I3a150124baf7a9b7889b033089a859ff9c11e206
2013-09-19 20:52:28 +09:00
Satoshi Kataoka
5fe31f2392
Merge "Show Emoji category page id indicator"
2013-09-19 11:50:14 +00:00
Satoshi Kataoka
250a12f6c2
Show Emoji category page id indicator
...
Bug: 10538430
Change-Id: I767fa8d41c789125af266f2203b4bad7452bc0a5
2013-09-19 18:41:13 +09:00
Satoshi Kataoka
e8f72205c7
am 80f934af: Add comKeyStyle
...
* commit '80f934af540178b1d1581306b401d8b1cbe9698f':
Add comKeyStyle
2013-09-19 01:36:00 -07:00
Satoshi Kataoka
80f934af54
Add comKeyStyle
...
Bug: 10822107
Change-Id: I411a2427e759e83366bbf7a525b9ab8a1ab3144d
2013-09-19 16:57:34 +09:00
Jean Chalard
46dc1ccf42
am 7ba78687: Merge "Add Ver4DictDecoder."
...
* commit '7ba78687635109e3689d8b86daeb9d9500559197':
Add Ver4DictDecoder.
2013-09-19 00:28:47 -07:00
Satoshi Kataoka
978a74cc91
am 11ce0545: Merge "Fix hitbox of emoji key"
...
* commit '11ce0545ee27cca29d16a759bd70e8a2b89c50e0':
Fix hitbox of emoji key
2013-09-19 00:25:35 -07:00
Jean Chalard
7ba7868763
Merge "Add Ver4DictDecoder."
2013-09-19 07:24:45 +00:00
Satoshi Kataoka
11ce0545ee
Merge "Fix hitbox of emoji key"
2013-09-19 07:23:06 +00:00
Yuichiro Hanada
14087ba52c
Add Ver4DictDecoder.
...
Bug: 9618601
Change-Id: I43c5840505c6a847aaf4893a400392ccd45903c0
2013-09-19 16:11:23 +09:00
Satoshi Kataoka
2a9e065f1a
Fix hitbox of emoji key
...
Bug: 10780368
Change-Id: If10c18fdb0e7f0b0460a721d55001ab0fef28664
2013-09-19 15:37:36 +09:00
Keisuke Kuroyanagi
418a73d342
am ff493744: Merge "Quit skipping user history dictionary for gesture."
...
* commit 'ff493744a3f3593f9a8c78e87d7ba813759e46b6':
Quit skipping user history dictionary for gesture.
2013-09-18 23:18:28 -07:00
Keisuke Kuroyanagi
ff493744a3
Merge "Quit skipping user history dictionary for gesture."
2013-09-19 06:16:10 +00:00
Jean Chalard
58b6df44e1
am 6f68b736: Merge "Fix an off-by-one error."
...
* commit '6f68b736f6cfa9f962facf5bccb620e732fcf518':
Fix an off-by-one error.
2013-09-18 22:34:23 -07:00
Jean Chalard
6f68b736f6
Merge "Fix an off-by-one error."
2013-09-19 05:32:53 +00:00
Satoshi Kataoka
0cd8b2038d
am 284e73bd: Merge "Show emoji key on PC layout"
...
* commit '284e73bd419779608e6b8c91dd0edde151d75a4d':
Show emoji key on PC layout
2013-09-18 22:26:52 -07:00
Satoshi Kataoka
284e73bd41
Merge "Show emoji key on PC layout"
2013-09-19 05:25:13 +00:00
Jean Chalard
a7d0ab80a0
Fix an off-by-one error.
...
These variables were meant to represent the (x,y) coordinate of the
last pixel of the grid, to avoid going one pixel too far. But the last
pixel of the grid, of course, has coord (width - 1, height - 1).
This bug only ever happens in a rare case because to reproduce,
it needs the right (resp. bottom) coordinate of the rightmost
(resp. bottommost) plus the threshold plus half the grid width
(resp. height) to be exactly the number of pixels of the grid,
which is pretty unlikely... unless there are more tiles in the
grid than pixels on the screen, in which case the grid width is
1 and this becomes likely.
This fixes the fencepost error and renames the variables to
clarify their meaning.
Bug: 10537485
Change-Id: Iecfe2c0f29ee17776ee2cceaa4b1db722276b1f3
2013-09-19 13:43:09 +09:00
Ken Wakasa
8cbb86ead5
am 142d68cf: Disable Nepali layouts temporarily per product call
...
* commit '142d68cfd034d452c8119c014b55d199efdeae52':
Disable Nepali layouts temporarily per product call
2013-09-18 21:17:42 -07:00
Satoshi Kataoka
dea94e992d
Show emoji key on PC layout
...
Bug: 10812167
Change-Id: Ie1e22a1651f8ec40e4078c01d161d6c113de582e
2013-09-19 13:17:33 +09:00
Keisuke Kuroyanagi
40f66795a2
Quit skipping user history dictionary for gesture.
...
Bug: 6669677
Change-Id: Id4344f2a30e9827f210055d6c65ee7776d3a63e3
2013-09-19 13:12:11 +09:00
Ken Wakasa
142d68cfd0
Disable Nepali layouts temporarily per product call
...
bug: 6910787
bug: 9833890
Change-Id: Id58cdf117d145c03c96f8737a12bb1b11bd4e636
2013-09-19 13:02:12 +09:00
Satoshi Kataoka
1866b90f0f
am 7635ada2: Merge "Fix test in SubtypeLocaleUtilsTests"
...
* commit '7635ada2463730ab9e356922bb21cf5cf2a2716e':
Fix test in SubtypeLocaleUtilsTests
2013-09-18 19:57:29 -07:00
Satoshi Kataoka
7635ada246
Merge "Fix test in SubtypeLocaleUtilsTests"
2013-09-19 02:53:57 +00:00
Satoshi Kataoka
cf08ddbdb7
Fix test in SubtypeLocaleUtilsTests
...
Change-Id: I4f7bf70ec7a0a67ad5d2129afed314b1b1a93a6c
2013-09-19 11:45:11 +09:00
Jean Chalard
dbb3b98a1d
am 86780628: Merge "Fix an NPE."
...
* commit '8678062853291f46ea0b994375b251b6604c42a6':
Fix an NPE.
2013-09-18 05:44:36 -07:00
Jean Chalard
1defb939c5
am 08bc97f8: Merge "Allow double-space-to-period after a plus char"
...
* commit '08bc97f86fd82b51a59e1d0c6532b093c54dd3b5':
Allow double-space-to-period after a plus char
2013-09-18 05:44:34 -07:00
Jean Chalard
8678062853
Merge "Fix an NPE."
2013-09-18 12:42:16 +00:00
Jean Chalard
08bc97f86f
Merge "Allow double-space-to-period after a plus char"
2013-09-18 12:40:29 +00:00
Jean Chalard
673275cbc6
Fix an NPE.
...
Apparently, it is possible that File#getPath() returns null.
In this case, we'll have a null AssetFileAddress and an NPE
later down the road.
Bug: 9944824
Change-Id: Id6ceac1cb55439660f9811cf0fe3b574200d5a20
2013-09-18 21:39:30 +09:00
Jean Chalard
ba99d8cd0b
Allow double-space-to-period after a plus char
...
Bug: 10704936
Change-Id: I30fdaea648605ef7e7fea6c093581ed5c6de03f3
2013-09-18 21:04:25 +09:00
Satoshi Kataoka
3d184ea47b
am 957a2337: Merge "Set EmojiCapable"
...
* commit '957a2337eee3a075957d6c397396996febd78982':
Set EmojiCapable
2013-09-18 01:52:26 -07:00
Satoshi Kataoka
85df7bcd6c
am 8837deab: Merge "Fix Emoji recents"
...
* commit '8837deab730658c67e64c92548168e4aaab1ebc2':
Fix Emoji recents
2013-09-18 01:49:14 -07:00
Satoshi Kataoka
957a2337ee
Merge "Set EmojiCapable"
2013-09-18 08:48:35 +00:00
Satoshi Kataoka
8837deab73
Merge "Fix Emoji recents"
2013-09-18 08:46:25 +00:00
Satoshi Kataoka
ea7bfa5cd5
Fix Emoji recents
...
Bug: 10538430
Change-Id: Ia2e423eb1843195b3c3218afc79a5820b8cd729b
2013-09-18 17:44:16 +09:00
Ken Wakasa
3255b9dad5
am 256937b4: Merge "Fix getChildrenPosition."
...
* commit '256937b475a8183ac8bfa7964188071497d4fe7d':
Fix getChildrenPosition.
2013-09-18 01:38:37 -07:00
Ken Wakasa
256937b475
Merge "Fix getChildrenPosition."
2013-09-18 08:36:48 +00:00
Satoshi Kataoka
51f275d8be
Set EmojiCapable
...
Bug: 10240645
Change-Id: I891309c2a82f8d10f8fdb0872403a7a235e27b5f
2013-09-18 17:29:23 +09:00
Jean Chalard
6e0bdd58be
am 59418672: Merge "Don\'t resume suggestion on digits."
...
* commit '59418672a140db38b9f17fee6d7df399897fbb39':
Don't resume suggestion on digits.
2013-09-18 00:09:05 -07:00
Jean Chalard
59418672a1
Merge "Don't resume suggestion on digits."
2013-09-18 07:05:01 +00:00
Keisuke Kuroyanagi
7b303cf648
am 4ad4b9d9: Merge "Fix contacts/user dictionary writing."
...
* commit '4ad4b9d976c4d269a4cce8373b284279b851c90c':
Fix contacts/user dictionary writing.
2013-09-18 00:02:36 -07:00
Keisuke Kuroyanagi
4ad4b9d976
Merge "Fix contacts/user dictionary writing."
2013-09-18 07:00:58 +00:00
Yuichiro Hanada
d0c87576ff
Fix getChildrenPosition.
...
Change-Id: Ic39592dbf0d4e6d2e4879cdb1a95b65d46a57e92
2013-09-18 15:50:10 +09:00
Keisuke Kuroyanagi
0011ab4bf3
Fix contacts/user dictionary writing.
...
Bug: 10743878
Change-Id: I5d61b7955ef69a635f994f01cc575fb23fdf942b
2013-09-18 15:31:06 +09:00
Keisuke Kuroyanagi
bb11d26649
am 9465819c: Merge "Add BinaryDictionary.getBigramProbabilityNative()."
...
* commit '9465819cf6f2e6c2074daaae60c5efc0c170185e':
Add BinaryDictionary.getBigramProbabilityNative().
2013-09-17 21:12:09 -07:00
Keisuke Kuroyanagi
9465819cf6
Merge "Add BinaryDictionary.getBigramProbabilityNative()."
2013-09-18 04:10:38 +00:00
Jean Chalard
f71e1db2da
Don't resume suggestion on digits.
...
Bug: 10780016
Change-Id: I94fad06e4c71eddc96bdda1765925f98bed160f3
2013-09-18 11:37:19 +09:00
Keisuke Kuroyanagi
4d02a2d44d
Add BinaryDictionary.getBigramProbabilityNative().
...
Bug: 10197478
Change-Id: Id16e3ee22a17679c46cc7a0199a9e28065177aa3
2013-09-18 11:18:28 +09:00
Jean Chalard
ef518bfd1c
am 9b78241d: Merge "Improve trailing quotes processing"
...
* commit '9b78241dff6b785408ae19512f6875e63771b349':
Improve trailing quotes processing
2013-09-17 06:45:48 -07:00
Jean Chalard
e8f717943f
Improve trailing quotes processing
...
Bug: 10445496
Change-Id: Ib7bd05aea59ae6c9b8ce31299ef2235521b0e350
2013-09-17 22:17:22 +09:00
Jean Chalard
ae08b27cd6
am 060917ed: [AC9] Resize an array
...
* commit '060917ed9abff0e777e6b99e43cc4b826d1ac0c8':
[AC9] Resize an array
2013-09-17 03:23:05 -07:00
Jean Chalard
060917ed9a
[AC9] Resize an array
...
It's not easy for native code to only output the first
result, so let's supply enough room for it to output all.
Bug: 9059617
Change-Id: Ie93b7e54284c8c5d01fdc15846cf52d3442287b6
2013-09-17 19:05:30 +09:00
Jean Chalard
3cf85c105a
am 5cab0eb7: Merge "[AC8] Restrict the suggestion strip to the correct part"
...
* commit '5cab0eb75b430fe15f59f7af828416b6b087dbe8':
[AC8] Restrict the suggestion strip to the correct part
2013-09-17 02:49:23 -07:00
Jean Chalard
5cab0eb75b
Merge "[AC8] Restrict the suggestion strip to the correct part"
2013-09-17 09:48:02 +00:00
Jean Chalard
b1e98c2f4f
[AC8] Restrict the suggestion strip to the correct part
...
...for phrase gesture.
Bug: 9059617
Change-Id: Ic5c0616f28af4ba45ca72a5721d1926029adc1c5
2013-09-17 18:43:12 +09:00
Keisuke Kuroyanagi
2715b01de4
am ac7e005e: Merge "Prepare dictionary saving in native code."
...
* commit 'ac7e005ef0013fdd9af173e7bce968e26100949d':
Prepare dictionary saving in native code.
2013-09-17 02:19:48 -07:00
Keisuke Kuroyanagi
d0246277fd
Prepare dictionary saving in native code.
...
Bug: 6669677
Change-Id: I0787f66409e2b183c6328fa05805945520e1e93a
2013-09-17 18:07:16 +09:00
Jean Chalard
092263c50a
am 7e51989b: Merge "[AC7] Actually auto-commit."
...
* commit '7e51989b3fba9b3cc25e48ca5640d569a2195fab':
[AC7] Actually auto-commit.
2013-09-17 01:35:10 -07:00
Jean Chalard
7e51989b3f
Merge "[AC7] Actually auto-commit."
2013-09-17 08:20:47 +00:00
Satoshi Kataoka
55fd8c23ae
am d2cafb03: Merge "Temporary disable saving keys of emoticons to recents"
...
* commit 'd2cafb03050dfd6239e56f5e4a844931aa0faa79':
Temporary disable saving keys of emoticons to recents
2013-09-17 00:47:33 -07:00
Satoshi Kataoka
8f7471d986
am f1f0b325: Fix Emoji key pressed background
...
* commit 'f1f0b3254960527aa805ac1e3f92723b88353f04':
Fix Emoji key pressed background
2013-09-17 00:47:32 -07:00
Satoshi Kataoka
d2cafb0305
Merge "Temporary disable saving keys of emoticons to recents"
2013-09-17 07:44:57 +00:00
Keisuke Kuroyanagi
e8754aba1c
[AC7] Actually auto-commit.
...
Bug: 9059617
Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b
2013-09-17 16:44:50 +09:00
Satoshi Kataoka
fb9b50671d
Temporary disable saving keys of emoticons to recents
...
Bug: 10538430
Change-Id: I4c3d0d692eecdd3bb5e780bdaca46f3310065471
2013-09-17 16:40:13 +09:00
Satoshi Kataoka
f1f0b32549
Fix Emoji key pressed background
...
Bug: 10538430
Change-Id: I933f075c5e84b637c4d171a7dcc685f0dc8a88df
2013-09-17 16:29:40 +09:00
Satoshi Kataoka
50ba876976
am 7bcb1513: Merge "Support multiple screen size of Emoji keyboard"
...
* commit '7bcb1513426c0be400f9e86efd6702e06db3dda3':
Support multiple screen size of Emoji keyboard
2013-09-16 21:24:50 -07:00
Satoshi Kataoka
7bcb151342
Merge "Support multiple screen size of Emoji keyboard"
2013-09-17 04:21:48 +00:00
Satoshi Kataoka
f5e0317701
am fc51a820: Merge "Disable smooth scroll of Emoji pager"
...
* commit 'fc51a82079f4c9105f9d2f0f9e857dd75604c075':
Disable smooth scroll of Emoji pager
2013-09-16 20:54:16 -07:00
Satoshi Kataoka
fc51a82079
Merge "Disable smooth scroll of Emoji pager"
2013-09-17 03:51:47 +00:00
Satoshi Kataoka
1aae38a132
Support multiple screen size of Emoji keyboard
...
Bug: 10538430
Change-Id: Ic27b687fb2f8d3c3f2af6a886e55cc1d4e3fafb3
2013-09-17 12:51:22 +09:00
Jean Chalard
7074307bee
am 73d607fb: Merge "[AC5] Introduce the setting for phrase gesture."
...
* commit '73d607fb70b96954d109a3c1410719b59af2aacf':
[AC5] Introduce the setting for phrase gesture.
2013-09-16 20:43:43 -07:00
Jean Chalard
73d607fb70
Merge "[AC5] Introduce the setting for phrase gesture."
2013-09-17 03:42:38 +00:00
Satoshi Kataoka
44220e7271
Disable smooth scroll of Emoji pager
...
Bug: 10538430
Change-Id: Ib9dfa28bf6b642cc8895022ead9e6b2d64001097
2013-09-17 11:46:34 +09:00
Satoshi Kataoka
4e3d778211
am f3f00006: Save & restore emoji keyboard state
...
* commit 'f3f00006cbe2046abbad3a901b436d67497a40f9':
Save & restore emoji keyboard state
2013-09-16 07:14:15 -07:00
Satoshi Kataoka
f3f00006cb
Save & restore emoji keyboard state
...
Bug: 10538430
Change-Id: I7982f53f5dfa44071e74da63826acffcdc2547e6
2013-09-16 19:39:20 +09:00
Satoshi Kataoka
6b7e1a4173
am c65f6c30: Merge "Split Emoji categories fitting the pager"
...
* commit 'c65f6c3001ca0371a6265f37a00e3f02ff23b169':
Split Emoji categories fitting the pager
2013-09-16 02:34:12 -07:00
Satoshi Kataoka
c65f6c3001
Merge "Split Emoji categories fitting the pager"
2013-09-16 09:31:47 +00:00
Satoshi Kataoka
5dfbc8af24
Split Emoji categories fitting the pager
...
Bug: 10538430
Change-Id: Ic023ac0b9db8a1fe16c73ab5fd12dfcd7cbbe6a3
2013-09-16 18:27:20 +09:00
Ken Wakasa
cbc417be41
am 187dd85a: Additional fix for Lao; No spaces used between words
...
* commit '187dd85a4047a50b4f4f147d08c090983671bd1e':
Additional fix for Lao; No spaces used between words
2013-09-15 23:03:41 -07:00
Ken Wakasa
187dd85a40
Additional fix for Lao; No spaces used between words
...
bug: 6911140
Change-Id: I1b1141c203175b9f9a818564272c0aa49df33888
2013-09-16 12:03:30 +09:00
Ken Wakasa
aeeaca93ec
am 0f317a56: Fix issues with Nepali layouts
...
* commit '0f317a56030ce6ffb3ff08c1ab3b2ff120e68aea':
Fix issues with Nepali layouts
2013-09-15 10:58:04 -07:00
Ken Wakasa
0f317a5603
Fix issues with Nepali layouts
...
- Added the missing ZWNJ/ZWJ key
- Fix a wrong letter in the shift layout of Nepali Romaized layout
- Put the currency symbol for Nepalese Rupee
- Fix the missing 2nd symbols layout
- Use the Devanagari numbers just like Hindi layout
- Fix the Main/Symbols switch key label just like Hindi layout
bug: 6910787
bug: 9833890
Change-Id: Ie6aa5a06008f1e9347d4fc08ededd48287df5d73
2013-09-16 02:08:51 +09:00
Baligh Uddin
900a748bdc
Merge "Import translations. DO NOT MERGE"
2013-09-14 21:13:23 +00:00
Baligh Uddin
e8292f77d6
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-09-14 21:13:13 +00:00
Baligh Uddin
e0fff2dc21
Import translations. DO NOT MERGE
...
Change-Id: Ic9bf848940c7594c6012901e803c203e35df72b8
Auto-generated-cl: translation import
2013-09-14 05:49:10 -07:00
Baligh Uddin
afed2091f6
Import translations. DO NOT MERGE
...
Change-Id: Ib754ed7d332198f7e19f70a265cab80d12caea69
Auto-generated-cl: translation import
2013-09-14 05:43:32 -07:00
Ken Wakasa
28b8bbde3c
am 1313d17d: Small tweak for label_to_more_symbol_for_tablet_key
...
* commit '1313d17d37af040fff9e2d430e00556fb667b56c':
Small tweak for label_to_more_symbol_for_tablet_key
2013-09-14 00:24:53 -07:00
Ken Wakasa
1313d17d37
Small tweak for label_to_more_symbol_for_tablet_key
...
To make it a bit more consistent with the one for phones
Change-Id: Ia5775b07a0d70cabc5c51ff2b954c64ce4dc8c7c
2013-09-14 12:10:04 +09:00
Satoshi Kataoka
3c9c1103e5
am cdc2ce8c: Merge "Use DynamicGridKeyboard for EmojiPager"
...
* commit 'cdc2ce8c89608bc274d44c0b47beb61ee4474571':
Use DynamicGridKeyboard for EmojiPager
2013-09-13 05:21:12 -07:00
Satoshi Kataoka
cdc2ce8c89
Merge "Use DynamicGridKeyboard for EmojiPager"
2013-09-13 12:20:14 +00:00
Satoshi Kataoka
b0bf7e729b
Use DynamicGridKeyboard for EmojiPager
...
Bug: 10538430
Change-Id: Iff84e306faaa8e87d107e418d5c61c5613b57430
2013-09-13 21:18:57 +09:00
Ken Wakasa
db5ec99794
am 505b6ba1: Merge "Add Lao keyboard"
...
* commit '505b6ba10300812b29234f856db1be156e56dced':
Add Lao keyboard
2013-09-13 05:14:51 -07:00
Ken Wakasa
505b6ba103
Merge "Add Lao keyboard"
2013-09-13 12:11:31 +00:00
Ken Wakasa
47761678f1
Add Lao keyboard
...
bug: 6911140
Change-Id: Id689be1fb9dbc89b5a9b7f142626751a62d931ed
2013-09-13 21:10:17 +09:00
Jean Chalard
3a3dab3ead
am 41aaff6c: Merge "[AC4] Add native methods necessary for auto-commit"
...
* commit '41aaff6cdf6cc1edb41ec222695bb6985e646d23':
[AC4] Add native methods necessary for auto-commit
2013-09-13 04:45:28 -07:00
Jean Chalard
a37bee2805
[AC5] Introduce the setting for phrase gesture.
...
Bug: 9059617
Change-Id: I6fa0f675f4edac10bd19228cd2f0c8fca97cebd6
2013-09-13 20:44:37 +09:00
Jean Chalard
41aaff6cdf
Merge "[AC4] Add native methods necessary for auto-commit"
2013-09-13 11:41:55 +00:00
Jean Chalard
24aad5a4d5
[AC4] Add native methods necessary for auto-commit
...
Bug: 9059617
Change-Id: I7a47b0675446fc4f39628c60d16de9aea90d1b4d
2013-09-13 20:15:15 +09:00
Ken Wakasa
a2ce17a9e6
am fbc7e61a: Merge "Add Ver4DictEncoder."
...
* commit 'fbc7e61a3e04ddf0d4039b7b10e31e5639dde613':
Add Ver4DictEncoder.
2013-09-13 01:53:37 -07:00
Satoshi Kataoka
8780b6445b
am ffebc9cf: Merge "Add shutdown and isTerminated to PrioritizedSerialExecutor."
...
* commit 'ffebc9cfa7e13fe87a389e6d50edf3fba6501c67':
Add shutdown and isTerminated to PrioritizedSerialExecutor.
2013-09-13 01:53:35 -07:00
Ken Wakasa
fbc7e61a3e
Merge "Add Ver4DictEncoder."
2013-09-13 08:51:58 +00:00
Satoshi Kataoka
ffebc9cfa7
Merge "Add shutdown and isTerminated to PrioritizedSerialExecutor."
2013-09-13 08:51:43 +00:00
Yuichiro Hanada
a099a3e341
Add shutdown and isTerminated to PrioritizedSerialExecutor.
...
Change-Id: Id185224d135c8571a39efe8a41a66ce769142903
2013-09-13 17:46:50 +09:00
Yuichiro Hanada
a141d8ef7d
Add Ver4DictEncoder.
...
Bug: 9618601
Change-Id: I161d2845906f07c1251deb8005fdffe49c5b7940
2013-09-13 17:33:51 +09:00
Satoshi Kataoka
90aa110ceb
am b9db10d6: Merge "Refactor RecentsKeyboard"
...
* commit 'b9db10d62eec89259705c979ed2a294be6ded51c':
Refactor RecentsKeyboard
2013-09-13 00:41:59 -07:00
Satoshi Kataoka
b9db10d62e
Merge "Refactor RecentsKeyboard"
2013-09-13 07:39:09 +00:00
Satoshi Kataoka
2c011c697b
Refactor RecentsKeyboard
...
Bug: 10538430
Change-Id: I7a22d2d4a105b17b2a84a3fff2bc3981823d228d
2013-09-13 16:35:07 +09:00
Ken Wakasa
5bfb977760
am 610f3eb4: Merge "Update three letters in the Nepali (Traditional) layout"
...
* commit '610f3eb4ec7f073c9ed058598b33e637e8bd6188':
Update three letters in the Nepali (Traditional) layout
2013-09-13 00:08:57 -07:00
Ken Wakasa
610f3eb4ec
Merge "Update three letters in the Nepali (Traditional) layout"
2013-09-13 07:07:33 +00:00
Ken Wakasa
937d9c15f5
Update three letters in the Nepali (Traditional) layout
...
bug: 9833890
Change-Id: I19b3d0284e94e81cc25f2a0430b6a863673b7e1c
2013-09-13 16:03:13 +09:00
Satoshi Kataoka
f1374dfb90
am 1c6263ac: Fix more symbols keyboard for Armenian
...
* commit '1c6263ac9e72524a89b4c58da8f997b5af2dd60b':
Fix more symbols keyboard for Armenian
2013-09-12 23:37:02 -07:00
Satoshi Kataoka
1c6263ac9e
Fix more symbols keyboard for Armenian
...
Bug: 7963631
Change-Id: Ie8a5e70bd8baeaa440f339b3e4c5465ae819721c
2013-09-13 15:32:04 +09:00
Satoshi Kataoka
bebef28250
am e3a38af5: Merge "Fix emoji tabs"
...
* commit 'e3a38af5067551d8e6e1158c4bd3aa1ca3fe3436':
Fix emoji tabs
2013-09-12 22:54:18 -07:00
Satoshi Kataoka
12ff349f29
Fix emoji tabs
...
Bug: 10541453
Change-Id: If920eafa0c48e437301fc0b7055ea7b7bbc04669
2013-09-13 14:48:52 +09:00
Satoshi Kataoka
786f9243aa
am 244eca38: Merge "Fix emoji keyboard insets"
...
* commit '244eca3809317ebe3b9a7c4ecc73c04beac2b87e':
Fix emoji keyboard insets
2013-09-12 22:27:19 -07:00
Satoshi Kataoka
c9e21e82da
am 1f9c5bde: Show Emoji key on more symbols keyboard
...
* commit '1f9c5bde73fc3c4a2926fc6d7d733f56c380d9f9':
Show Emoji key on more symbols keyboard
2013-09-12 22:27:17 -07:00
Satoshi Kataoka
244eca3809
Merge "Fix emoji keyboard insets"
2013-09-13 05:25:33 +00:00
Satoshi Kataoka
898dbe3c29
Fix emoji keyboard insets
...
Bug: 10541453
Change-Id: I16dd72c8c55cb5d21ad61a3307c0f3c5f16f460c
2013-09-13 14:21:40 +09:00
Satoshi Kataoka
1f9c5bde73
Show Emoji key on more symbols keyboard
...
Bug: 10541453
Change-Id: Ia18c0fdec3196b8ddc04f6c71a733713b63ee87b
2013-09-13 14:17:48 +09:00
Satoshi Kataoka
f1fcfa3be5
am dd072e32: Consolidate EmojiKeyboardView
...
* commit 'dd072e32014935da120fab855a0d5c07541c51c3':
Consolidate EmojiKeyboardView
2013-09-12 19:40:52 -07:00
Satoshi Kataoka
dd072e3201
Consolidate EmojiKeyboardView
...
bug: 10538430
Change-Id: Ia799eca303d8ec68eeeb9f00fa8002a44d0c49fc
2013-09-13 11:32:18 +09:00
Jean Chalard
95df0f2b56
am 40666017: Merge "Avoid recorrection in ex-password fields."
...
* commit '40666017c99ca64c99d540bd21fb8a3d761a6b8d':
Avoid recorrection in ex-password fields.
2013-09-12 09:15:28 -07:00
Ken Wakasa
712fb6c613
am a6dc3056: Merge "Add getDictDecoder."
...
* commit 'a6dc3056ffefd40e8fa93060d096c80889e82633':
Add getDictDecoder.
2013-09-12 09:15:27 -07:00
Satoshi Kataoka
b66ecdeb7f
am 28af9ed1: Merge "Suppress emoji tabs on JB-MR2 or previous versions"
...
* commit '28af9ed19ec5dceed631c2c9bd998ff163e963ec':
Suppress emoji tabs on JB-MR2 or previous versions
2013-09-12 09:15:25 -07:00
Keisuke Kuroyanagi
0d86a015be
am b118a9d7: Merge "Change cache capacity depending on the dictionary size."
...
* commit 'b118a9d729b8ea58063a39396f60c7c5aa1c544b':
Change cache capacity depending on the dictionary size.
2013-09-12 09:15:24 -07:00
Satoshi Kataoka
57ee1b7eda
am 695a5a39: Merge "Change space key height in Emoji keyboard view"
...
* commit '695a5a391d2f2281b9767e310875c14b656580a5':
Change space key height in Emoji keyboard view
2013-09-12 09:15:22 -07:00
Jean Chalard
b672d97dce
am 8a10776e: Fix punctuation spacing for Canadian French.
...
* commit '8a10776e8e14612418d1e4689878ddb0a4f697da':
Fix punctuation spacing for Canadian French.
2013-09-12 09:15:21 -07:00
Yuichiro Hanada
a3be38ebc7
am be470f06: Hide DictBuffer from BinaryDictDecoderUtils.
...
* commit 'be470f06e48e40a0def32e0f34e3ca48113937b5':
Hide DictBuffer from BinaryDictDecoderUtils.
2013-09-12 09:15:20 -07:00
Jean Chalard
a1efc18927
am 3508eb14: Merge "Remove changing a word when added to the dictionary"
...
* commit '3508eb14c083a2d3e0f1671b926ebb4ec9302130':
Remove changing a word when added to the dictionary
2013-09-12 09:15:18 -07:00
Keisuke Kuroyanagi
c6df31d4d5
am 76e431b3: Merge "Use same session id for typing and gesture."
...
* commit '76e431b315abb4fdf92f0843bad7bdb548ab68a8':
Use same session id for typing and gesture.
2013-09-12 09:15:16 -07:00
Baligh Uddin
864f03f221
Merge "Import translations. DO NOT MERGE"
2013-09-12 16:11:36 +00:00
Jean Chalard
40666017c9
Merge "Avoid recorrection in ex-password fields."
2013-09-12 12:29:33 +00:00
Jean Chalard
ce96d0d12f
Avoid recorrection in ex-password fields.
...
Bug: 10115839
Change-Id: I1f1025c9f28adfb6f5a63d5ba86e359f30c0963e
2013-09-12 21:20:07 +09:00
Ken Wakasa
a6dc3056ff
Merge "Add getDictDecoder."
2013-09-12 11:17:03 +00:00
Yuichiro Hanada
0e40cd0c40
Add getDictDecoder.
...
Bug: 9618601
Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4
2013-09-12 20:14:09 +09:00
Satoshi Kataoka
28af9ed19e
Merge "Suppress emoji tabs on JB-MR2 or previous versions"
2013-09-12 10:58:29 +00:00
Keisuke Kuroyanagi
b118a9d729
Merge "Change cache capacity depending on the dictionary size."
2013-09-12 10:38:42 +00:00
Satoshi Kataoka
36ccb030ed
Suppress emoji tabs on JB-MR2 or previous versions
...
Change-Id: I6a9c4994a446026b9736fda37ad7eccbd67a9a3d
2013-09-12 19:38:26 +09:00
Satoshi Kataoka
695a5a391d
Merge "Change space key height in Emoji keyboard view"
2013-09-12 10:25:33 +00:00
Satoshi Kataoka
2d3d415826
Change space key height in Emoji keyboard view
...
bug: 10538430
Change-Id: I724a8c92b49a64196c7da2af40f3d20758e0dbae
2013-09-12 19:18:41 +09:00
Keisuke Kuroyanagi
4c2767857a
Change cache capacity depending on the dictionary size.
...
Bug: 10699291
Change-Id: I7042d4c1307da2d991d4dd10d637f18026acb996
2013-09-12 18:47:56 +09:00
Jean Chalard
8a10776e8e
Fix punctuation spacing for Canadian French.
...
Bug: 10250783
Change-Id: I10b87e0ef95512d4ea5ecbbc1ddfa860cc86a6ad
2013-09-12 18:35:44 +09:00
Yuichiro Hanada
be470f06e4
Hide DictBuffer from BinaryDictDecoderUtils.
...
Bug: 9618601
Change-Id: I87515bc1555bdfe09426a056ceda74d8e63eba82
2013-09-12 16:49:54 +09:00
Jean Chalard
87472f0038
Remove changing a word when added to the dictionary
...
This code is now useless.
I thought it affected 9902905, but it seems it actually does not.
Still, it's dead code.
Bug: 9902905
Change-Id: Id9c90fbf88f015af47b2368b90d173c481647093
2013-09-12 15:10:10 +09:00
Baligh Uddin
6f1cffb01c
Import translations. DO NOT MERGE
...
Change-Id: Ia1959384a4c70ef55ba89500664d436e3c9de70d
Auto-generated-cl: translation import
2013-09-11 21:08:14 -07:00
Baligh Uddin
c9cf78b7ef
Import translations. DO NOT MERGE
...
Change-Id: I5af757e29f098a60af9f9da4dda18da706dd7af2
Auto-generated-cl: translation import
2013-09-11 21:01:32 -07:00
Keisuke Kuroyanagi
76e431b315
Merge "Use same session id for typing and gesture."
2013-09-12 03:16:43 +00:00
Keisuke Kuroyanagi
f1233b58c2
Use same session id for typing and gesture.
...
Bug: 10699291
Change-Id: I7c8a3a57e8d189b72a17e4b9c6831becee6ec146
2013-09-12 12:08:22 +09:00
Ken Wakasa
e493911498
am fc5e78b6: Clean up Thai keyboard layout files
...
* commit 'fc5e78b6a45260f0aaf03499ce47ba128ed6385a':
Clean up Thai keyboard layout files
2013-09-11 03:36:22 -07:00
Ken Wakasa
fc5e78b6a4
Clean up Thai keyboard layout files
...
Change-Id: I8773d97280eebc6db2b2099d464becc86915a9b8
2013-09-11 19:27:35 +09:00
Yuichiro Hanada
a96c59bb1e
am 7547a704: Add writePtNode to DictEncoder.
...
* commit '7547a7042c2f38adbf880637af07b8d559488799':
Add writePtNode to DictEncoder.
2013-09-11 02:41:18 -07:00
Yuichiro Hanada
811e37b37b
am 95bc256f: Add a flag to readDictioanryBinary in DictDecoder.
...
* commit '95bc256f419e9e47c26dfefd1ac31266dac2f344':
Add a flag to readDictioanryBinary in DictDecoder.
2013-09-11 02:27:33 -07:00
Yuichiro Hanada
7547a7042c
Add writePtNode to DictEncoder.
...
Bug: 9618601
Change-Id: Ie4529444780edee8d0f0d5f23c5619c1a3344286
2013-09-11 18:27:06 +09:00
Yuichiro Hanada
95bc256f41
Add a flag to readDictioanryBinary in DictDecoder.
...
Change-Id: I356adb72047ebc43c924fbff1ff45e7460508a31
2013-09-11 18:20:56 +09:00
Baligh Uddin
f7ec77fe2f
Merge "Import translations. DO NOT MERGE"
2013-09-10 14:46:21 +00:00
Baligh Uddin
75344bc02c
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-09-10 14:46:10 +00:00
Yuichiro Hanada
6b98419ee1
am e193c525: Revert Ida230ca42 and I6adf7d08f.
...
* commit 'e193c5255d96d3971ee207b459a8a1e91c0d176c':
Revert Ida230ca42 and I6adf7d08f.
2013-09-10 03:30:47 -07:00
Yuichiro Hanada
4754ac4c65
am ef073f40: Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.
...
* commit 'ef073f402407b19f5be90ddf68beb874945e82be':
Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.
2013-09-10 03:12:50 -07:00
Yuichiro Hanada
e193c5255d
Revert Ida230ca42 and I6adf7d08f.
...
Change-Id: I2ddb250d5a473ea955a5171656974de7288a13f7
2013-09-10 19:08:43 +09:00
Yuichiro Hanada
ef073f4024
Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.
...
Change-Id: I003b769e408ebd692085a7e17fed6d9396876202
2013-09-10 19:05:41 +09:00
Ken Wakasa
bc435b788c
am 40e91e45: Merge "Check the version of format options before writing."
...
* commit '40e91e45825d31ae0bc075466406a4330b8df9bf':
Check the version of format options before writing.
2013-09-10 03:03:19 -07:00
Ken Wakasa
40e91e4582
Merge "Check the version of format options before writing."
2013-09-10 10:01:12 +00:00
Yuichiro Hanada
8a06b26cb4
Check the version of format options before writing.
...
Change-Id: I3951e4395a2da225e240e856c23339b679e6155e
2013-09-10 18:59:31 +09:00
Keisuke Kuroyanagi
a01e18d581
am e531c224: Move a flag about switching dynamic update to java.
...
* commit 'e531c2241eb8d5a1462c43ce0deffaf6c769cc23':
Move a flag about switching dynamic update to java.
2013-09-10 02:56:59 -07:00
Keisuke Kuroyanagi
e531c2241e
Move a flag about switching dynamic update to java.
...
Bug: 6669677
Change-Id: I6aa99cae4a227f9202179c2873d13473a773e024
2013-09-10 18:45:53 +09:00
Satoshi Kataoka
2e4a917711
am 5bf96a8f: Merge "Add AsyncResultHolder."
...
* commit '5bf96a8fc14a014c06849d70892506ebc8984666':
Add AsyncResultHolder.
2013-09-10 00:24:51 -07:00
Yuichiro Hanada
acdabb25f4
Add AsyncResultHolder.
...
Change-Id: Icfa685bcda2f5c74f5649f09098d00b4bd321c5a
2013-09-10 15:48:06 +09:00
Baligh Uddin
294acf8728
Import translations. DO NOT MERGE
...
Change-Id: I9364f361aa98b74f5cbf66d5ed7a645149293d3f
Auto-generated-cl: translation import
2013-09-09 18:46:29 -07:00
Baligh Uddin
abeddde3bd
Import translations. DO NOT MERGE
...
Change-Id: Ic1692faeef29004318b46d8bb949912391060d6b
Auto-generated-cl: translation import
2013-09-09 18:39:38 -07:00
Satoshi Kataoka
011ce47f12
am be963611: Merge "Check contents in user history dictionary tests"
...
* commit 'be9636115689689a1f60da35658cacf0df90608d':
Check contents in user history dictionary tests
2013-09-08 23:48:16 -07:00
Satoshi Kataoka
be96361156
Merge "Check contents in user history dictionary tests"
2013-09-09 06:46:45 +00:00
Satoshi Kataoka
e5a35711b8
Check contents in user history dictionary tests
...
Bug: 10667710
Change-Id: I45ebb08cb4ef9a9f6d2da31e2c50e740f88209c2
2013-09-09 15:28:50 +09:00
Yuichiro Hanada
45bede32b9
am 70e81af7: Hide physical structure of the dictionary from BinaryDictEncoderUtils.
...
* commit '70e81af72678d95c2a38412c478e06837a51c7cb':
Hide physical structure of the dictionary from BinaryDictEncoderUtils.
2013-09-08 23:20:51 -07:00
Yuichiro Hanada
e4d8dd65a6
am cc2751ba: Make commitCurrentAutoCorrection asynchronous.
...
* commit 'cc2751ba03fad6af5da0a7b5d421963e040d690f':
Make commitCurrentAutoCorrection asynchronous.
2013-09-08 22:56:23 -07:00
Yuichiro Hanada
70e81af726
Hide physical structure of the dictionary from BinaryDictEncoderUtils.
...
Bug: 9618601
Change-Id: I01b8da42058d7c05bf7f4e6d43718032c2ad12c5
2013-09-09 14:55:33 +09:00
Yuichiro Hanada
cc2751ba03
Make commitCurrentAutoCorrection asynchronous.
...
Change-Id: Ida230ca4243347fb3ab9fda7de3a9a18f886cd1c
2013-09-09 14:47:26 +09:00
Keisuke Kuroyanagi
a14332f537
am 37e0fd2f: Revise TODO comment for I823912e3979829a.
...
* commit '37e0fd2ff04a2a87e421abea8bc407bd312dbfc6':
Revise TODO comment for I823912e3979829a.
2013-09-08 20:40:54 -07:00
Keisuke Kuroyanagi
37e0fd2ff0
Revise TODO comment for I823912e3979829a.
...
Change-Id: I839d8cb4d45d7d17b7940d710a2fef5aeacc11ab
2013-09-09 12:26:40 +09:00
Keisuke Kuroyanagi
1d818b06fe
am 773f2272: Fix: wrong locking order.
...
* commit '773f2272421738b400c5eb24b36d36b9d3b29207':
Fix: wrong locking order.
2013-09-08 20:20:51 -07:00
Keisuke Kuroyanagi
773f227242
Fix: wrong locking order.
...
Change-Id: I823912e3979829ad1e825cf91dc5e18f7f0f9cc3
2013-09-09 12:13:21 +09:00
Keisuke Kuroyanagi
8a325042dd
am e7ac9003: Merge "Write forgetting curve flag."
...
* commit 'e7ac90034080b952aa41ade15a533bdf13d9090d':
Write forgetting curve flag.
2013-09-08 18:49:06 -07:00
Keisuke Kuroyanagi
e7ac900340
Merge "Write forgetting curve flag."
2013-09-09 01:46:59 +00:00
Yuichiro Hanada
18713ba45c
am 563bcb51: Rename write(|Signed)VariableAddress and to write(|Signed)ChildrenPosition.
...
* commit '563bcb511771579d272108f9659f85a71db98dab':
Rename write(|Signed)VariableAddress and to write(|Signed)ChildrenPosition.
2013-09-06 08:18:58 -07:00
Yuichiro Hanada
a31e41f538
am 6156892b: Add computeChildrenPosition and simplify writePlacedNode.
...
* commit '6156892b7e19aed29475c3ff6e439b05cf0b14c4':
Add computeChildrenPosition and simplify writePlacedNode.
2013-09-06 08:01:57 -07:00
Yuichiro Hanada
563bcb5117
Rename write(|Signed)VariableAddress and to write(|Signed)ChildrenPosition.
...
Change-Id: Ib018bde346744b470a4fb13b0c57e3a633b8bb20
2013-09-06 23:53:58 +09:00
Yuichiro Hanada
6156892b7e
Add computeChildrenPosition and simplify writePlacedNode.
...
Change-Id: Idcf0e056bf61e29844d4d0e91c482cd78c41704c
2013-09-06 23:52:10 +09:00
Keisuke Kuroyanagi
859b9eeaf0
Write forgetting curve flag.
...
Bug: 6669677
Change-Id: Ic19aa3b69fb45d9638f9dcc8c3dd8a34aad41965
2013-09-06 21:03:09 +09:00
Satoshi Kataoka
6d0b1c8cd5
am 142511c4: Merge "Add margin to the label of language"
...
* commit '142511c405c2c2ef57b6a6f0362ce5da2315a9ca':
Add margin to the label of language
2013-09-06 02:04:54 -07:00
Satoshi Kataoka
142511c405
Merge "Add margin to the label of language"
2013-09-06 09:02:46 +00:00
Satoshi Kataoka
9202af7f34
am 4aad381f: Merge "Optimize tablet layout"
...
* commit '4aad381f4f8e527027990ee700c622fb1e393ea9':
Optimize tablet layout
2013-09-06 01:35:16 -07:00
Satoshi Kataoka
741831d322
Add margin to the label of language
...
Change-Id: I48dc63475caf5cc1a1ac09b82b26fbeaef993fa1
2013-09-06 17:21:44 +09:00
Satoshi Kataoka
4aad381f4f
Merge "Optimize tablet layout"
2013-09-06 08:14:42 +00:00
Satoshi Kataoka
98565a9c02
Optimize tablet layout
...
Bug: 9059539
Change-Id: Ideb6965768fcf092c081eb1d3102312c863cc5b6
2013-09-06 16:43:19 +09:00
Baligh Uddin
a8550e2218
Merge "Import translations. DO NOT MERGE"
2013-09-06 04:55:32 +00:00
Baligh Uddin
a8663a411f
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-09-06 04:55:22 +00:00
Satoshi Kataoka
0e1a38b61e
am 1c6b9582: Merge "Rename key_space -> key_space_5kw"
...
* commit '1c6b9582f400fcbe2f3dfa08ecbfbbc974a210e7':
Rename key_space -> key_space_5kw
2013-09-05 20:48:52 -07:00
Satoshi Kataoka
1c6b9582f4
Merge "Rename key_space -> key_space_5kw"
2013-09-06 03:47:56 +00:00
Satoshi Kataoka
b3091c5f38
am c612a981: Merge "Rename key_space"
...
* commit 'c612a9819110b1ec844f2eb164a9a4a5ef9af358':
Rename key_space
2013-09-05 20:43:33 -07:00
Satoshi Kataoka
cc38dd9726
Rename key_space -> key_space_5kw
...
Bug: 9059539
Change-Id: I958891bb3b1d4611b4b85490305d59ea5002f122
2013-09-06 12:42:31 +09:00
Satoshi Kataoka
c612a98191
Merge "Rename key_space"
2013-09-06 03:42:08 +00:00
Satoshi Kataoka
a33a4e345b
Rename key_space
...
Bug: 9059539
Change-Id: I0231ac53f8cf778d087cafeb5b3629b145cca9a9
2013-09-06 12:25:42 +09:00
Baligh Uddin
4c4caaf210
Import translations. DO NOT MERGE
...
Change-Id: If7fd7beb7a59283c38c9780259f00dd4a3e1ef4a
Auto-generated-cl: translation import
2013-09-05 17:36:54 -07:00
Baligh Uddin
1d4b6bf973
Import translations. DO NOT MERGE
...
Change-Id: Ife91afc727434e82f15a212493aae50534652169
Auto-generated-cl: translation import
2013-09-05 17:29:56 -07:00
Satoshi Kataoka
b7a8c1c33d
am b690c039: Merge "Optimize layout"
...
* commit 'b690c039271ad5ec5551cec4b73e796e9522ee45':
Optimize layout
2013-09-05 06:33:47 -07:00
Satoshi Kataoka
b690c03927
Merge "Optimize layout"
2013-09-05 13:31:53 +00:00
Satoshi Kataoka
d6217a323c
Optimize layout
...
Bug: 9059539
Change-Id: Iabfd44daae1ef6da99a864859488a4f644240925
2013-09-05 22:27:26 +09:00
Yuichiro Hanada
2008965f35
am b1af47c8: Add a callback to the arguments of commitCurrentAutoCorrection.
...
* commit 'b1af47c8fe2f24c0056e96f0fd64968b891f8c50':
Add a callback to the arguments of commitCurrentAutoCorrection.
2013-09-05 04:09:26 -07:00
Yuichiro Hanada
b1af47c8fe
Add a callback to the arguments of commitCurrentAutoCorrection.
...
Change-Id: I6adf7d08fdc4382233a63304743207368db8058a
2013-09-05 20:00:40 +09:00
Satoshi Kataoka
82b149c032
am 80fe84b3: Merge "Consolidate voice input key options no.1"
...
* commit '80fe84b3a4808d5adb4e759f8d3807a3182ec5e5':
Consolidate voice input key options no.1
2013-09-05 00:35:27 -07:00
Satoshi Kataoka
80fe84b3a4
Merge "Consolidate voice input key options no.1"
2013-09-05 07:33:59 +00:00
Yuichiro Hanada
60e487f5ed
am 55f5f7a0: [Refactor] Add writeDictionaryHeader.
...
* commit '55f5f7a005c00ec764ed19647b245e48636a0440':
[Refactor] Add writeDictionaryHeader.
2013-09-05 00:26:56 -07:00
Satoshi Kataoka
21a89c1137
Consolidate voice input key options no.1
...
Change-Id: I2f928522a0795f57b4133072f270d8fd2498cae9
2013-09-05 16:25:41 +09:00
Yuichiro Hanada
55f5f7a005
[Refactor] Add writeDictionaryHeader.
...
Change-Id: I69026c47ce1d23f5c39c99ace76fa6b96cd1ce1b
2013-09-05 16:19:26 +09:00
Ken Wakasa
f0748e91e4
am 87855f97: Merge "Add comments about how to calculate parent and children addresses."
...
* commit '87855f97d1a795c09e31b952fa8ef25890437b5c':
Add comments about how to calculate parent and children addresses.
2013-09-04 23:29:49 -07:00
Yuichiro Hanada
663f5375d1
Add comments about how to calculate parent and children addresses.
...
Change-Id: Idf37d9a08a7b464a14c8755bedb755005e49ba33
2013-09-05 15:10:28 +09:00
Satoshi Kataoka
943e88b70e
am e0502496: Revert "Remove symbols shifted layout"
...
* commit 'e0502496da24e658124538bb0bd9a867e4c1d1c0':
Revert "Remove symbols shifted layout"
2013-09-04 02:27:24 -07:00
Satoshi Kataoka
e0502496da
Revert "Remove symbols shifted layout"
...
This reverts commit c02a365485
.
Change-Id: I11d31632469a594c0637f035bdd74ba60b2ac33e
2013-09-04 18:22:59 +09:00
Satoshi Kataoka
183570bbee
am e3150664: Revert "Remove symbols shifted layout related code"
...
* commit 'e3150664ae4d8d007b8571b5bd0fd2259aac3a20':
Revert "Remove symbols shifted layout related code"
2013-09-04 00:31:03 -07:00
Satoshi Kataoka
e3150664ae
Revert "Remove symbols shifted layout related code"
...
This reverts commit 1cd027850b
.
Bug: 9059539
Change-Id: I1880b799e2d0f148ae913f13cffa1b8cac48be60
2013-09-04 16:27:34 +09:00
Baligh Uddin
cc6752e5c5
Merge "Import translations. DO NOT MERGE"
2013-09-04 05:20:18 +00:00
Baligh Uddin
78496045b3
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-09-04 05:20:06 +00:00
Satoshi Kataoka
79d17be348
am 42b799d9: Revert "Remove symbols shifted related unused texts and styles"
...
* commit '42b799d93a6dc262c87fe361ffdc910097e6a09c':
Revert "Remove symbols shifted related unused texts and styles"
2013-09-03 20:52:18 -07:00
Satoshi Kataoka
42b799d93a
Revert "Remove symbols shifted related unused texts and styles"
...
This reverts commit 59f49b3861
.
Bug: 9059539
Change-Id: I6e298a55feb942fc3720a91b65f841220443b42b
2013-09-04 12:24:55 +09:00
Baligh Uddin
a8072dede7
Import translations. DO NOT MERGE
...
Change-Id: I52e60b43e9be534e6c97e9ab9af9533ba2b79713
Auto-generated-cl: translation import
2013-09-03 19:01:08 -07:00
Baligh Uddin
4bb220a3ed
Import translations. DO NOT MERGE
...
Change-Id: Ib53afdebb4015320dc18065011d9beba3f03e1d0
Auto-generated-cl: translation import
2013-09-03 18:52:47 -07:00
Yuichiro Hanada
c606e9d794
am 648088aa: Change GET_SUGGESTED_WORDS_TIMEOUT to 200.
...
* commit '648088aa9ee9971ec08d6720cd383f555d18b93c':
Change GET_SUGGESTED_WORDS_TIMEOUT to 200.
2013-09-03 02:55:32 -07:00
Yuichiro Hanada
648088aa9e
Change GET_SUGGESTED_WORDS_TIMEOUT to 200.
...
Change-Id: Ia5aa0b7af16d7ad45c98d0c5a7dcabba76d19b67
2013-09-03 18:52:53 +09:00
Ken Wakasa
43e8a4f208
am c4c7a59a: Merge "Change GET_SUGGESTED_WORDS_TIMEOUT to 50."
...
* commit 'c4c7a59a12c75bf840df3a60bba12aeb48826f4a':
Change GET_SUGGESTED_WORDS_TIMEOUT to 50.
2013-09-03 01:56:10 -07:00
Ken Wakasa
c4c7a59a12
Merge "Change GET_SUGGESTED_WORDS_TIMEOUT to 50."
2013-09-03 08:54:12 +00:00
Satoshi Kataoka
470e83399a
am eaee1561: Optimize tablet layout
...
* commit 'eaee15612889c4b238dc81a05143df44e8359e84':
Optimize tablet layout
2013-09-03 01:43:26 -07:00
Yuichiro Hanada
d6c947ef7b
Change GET_SUGGESTED_WORDS_TIMEOUT to 50.
...
Change-Id: I4d495a782ed1dea1c377837c6579ce5ff74086b5
2013-09-03 17:39:47 +09:00
Satoshi Kataoka
eaee156128
Optimize tablet layout
...
Bug: 9059539
Change-Id: I049941d2c83764c7f07c5215799b9657a7f27764
2013-09-03 17:36:42 +09:00
Yuichiro Hanada
c01606c6ae
am 908fc4f1: Call getSuggestedWords asynchronously.
...
* commit '908fc4f1c324eac2a42a69680dbd196c5b9492f6':
Call getSuggestedWords asynchronously.
2013-09-02 23:45:56 -07:00
Yuichiro Hanada
908fc4f1c3
Call getSuggestedWords asynchronously.
...
Change-Id: Ia8a21b53f4d12b759d9ef5a5181ed04875e4d198
2013-09-03 15:12:49 +09:00
Yuichiro Hanada
2be5da0f9d
am 8616e4c0: Remove typedWord from the arguments of showSuggestionStrip.
...
* commit '8616e4c03d79ce963e660107285d30093c6e8499':
Remove typedWord from the arguments of showSuggestionStrip.
2013-09-02 06:37:16 -07:00
Yuichiro Hanada
8616e4c03d
Remove typedWord from the arguments of showSuggestionStrip.
...
Change-Id: Iddf33227982e65705b49c6a527286d8695878c90
2013-09-02 22:31:43 +09:00
Satoshi Kataoka
56f4ffde1e
am fd3509ef: Merge "Consolidate 7inch and 10inch layout"
...
* commit 'fd3509ef69c9655579a1a4754267473e8cb4aab9':
Consolidate 7inch and 10inch layout
2013-09-02 00:30:35 -07:00
Satoshi Kataoka
fd3509ef69
Merge "Consolidate 7inch and 10inch layout"
2013-09-02 07:27:43 +00:00
Satoshi Kataoka
8b06026258
Consolidate 7inch and 10inch layout
...
Bug: 9059539
Change-Id: I32ca3f69d9fdfc4bdb74a235346b1c0221d0d92d
2013-09-02 16:16:38 +09:00
Yuichiro Hanada
d4d647cdd8
am 9666a228: Revert "Revert "Add onGetSuggestedWordsCallback.""
...
* commit '9666a228153bb2269da8983762bdd47e448f2cec':
Revert "Revert "Add onGetSuggestedWordsCallback.""
2013-09-01 22:52:21 -07:00
Yuichiro Hanada
9666a22815
Revert "Revert "Add onGetSuggestedWordsCallback.""
...
This reverts commit 78f707a142
.
Change-Id: I5dd4f2d40314002736226886477563f29a25079c
2013-09-02 14:09:53 +09:00
Ken Wakasa
5fa2e9c30a
am acc886ee: Merge "Revert "Add onGetSuggestedWordsCallback.""
...
* commit 'acc886eeb47afbf7c2a5ce9535ffa06a0e2eeb73':
Revert "Add onGetSuggestedWordsCallback."
2013-08-30 07:09:41 -07:00
Ken Wakasa
acc886eeb4
Merge "Revert "Add onGetSuggestedWordsCallback.""
2013-08-30 14:07:18 +00:00
Ken Wakasa
78f707a142
Revert "Add onGetSuggestedWordsCallback."
...
This reverts commit 820c290a61
.
Change-Id: I5c50731ff9f330c05c5841b8c65f16e28e67422c
2013-08-30 14:06:19 +00:00
Ken Wakasa
eb06bf7622
am 56e1b7e4: Fix emoji view insets calculation
...
* commit '56e1b7e4f112a268371c84606e6f4239aef91333':
Fix emoji view insets calculation
2013-08-30 06:35:15 -07:00
Satoshi Kataoka
59f9d3c869
am 5169937d: Revert "Revert "Support Emoji keyboard""
...
* commit '5169937dd48d69e52e647662cb6fc3def5bf90d4':
Revert "Revert "Support Emoji keyboard""
2013-08-30 05:42:33 -07:00
Ken Wakasa
56e1b7e4f1
Fix emoji view insets calculation
...
bug: 10541453
Change-Id: I605e657c94686c4974d162657a5e820798d20e8f
2013-08-30 21:18:36 +09:00
Satoshi Kataoka
5169937dd4
Revert "Revert "Support Emoji keyboard""
...
Window resizing junkiness is addressed in I605e657c9468
This reverts commit aabc972338
.
Change-Id: I0bc0f1ad9a90799e643fe9ec35f5b4bbe94eee0d
2013-08-30 19:46:10 +09:00
Ken Wakasa
c9c383cf06
am 9f79cf6d: Merge "Add onGetSuggestedWordsCallback."
...
* commit '9f79cf6de4eac149ffb496bea34b9d091bed7bc4':
Add onGetSuggestedWordsCallback.
2013-08-30 00:55:46 -07:00
Ken Wakasa
9f79cf6de4
Merge "Add onGetSuggestedWordsCallback."
2013-08-30 07:52:57 +00:00
Ken Wakasa
afb8e0706d
am 2f95baaa: Merge "Revert "Remove key preview backing view""
...
* commit '2f95baaaf079e778f05ba4539a609a6df43fd342':
Revert "Remove key preview backing view"
2013-08-30 00:52:34 -07:00
Ken Wakasa
2f95baaaf0
Merge "Revert "Remove key preview backing view""
2013-08-30 07:51:29 +00:00
Ken Wakasa
c160a3932f
Revert "Remove key preview backing view"
...
This reverts commit 2dfcfc5013
.
Change-Id: I96c691b2e9c92be456420196cd7361d03ea4f3e9
bug: 10541453
2013-08-30 07:50:37 +00:00
Ken Wakasa
eca8832b92
am 4445671e: Merge "Revert "Support Emoji keyboard""
...
* commit '4445671efc673165979195c13f197128c14fbe7c':
Revert "Support Emoji keyboard"
2013-08-30 00:29:24 -07:00
Ken Wakasa
4445671efc
Merge "Revert "Support Emoji keyboard""
2013-08-30 07:27:48 +00:00
Ken Wakasa
aabc972338
Revert "Support Emoji keyboard"
...
This reverts commit d7791a93b0
.
Change-Id: I5ca4c0227f97540e8a22b487b5056dfa3611082b
2013-08-30 07:23:42 +00:00
Yuichiro Hanada
820c290a61
Add onGetSuggestedWordsCallback.
...
Change-Id: Ib527d31f9c2dd6dc385cb2f767cd90d9d28a1b1b
2013-08-30 16:08:13 +09:00
Baligh Uddin
d5a49272b9
Merge "Import translations. DO NOT MERGE"
2013-08-29 15:16:20 +00:00
Baligh Uddin
fbb71a6f36
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-08-29 15:16:03 +00:00
Baligh Uddin
de63cd9769
Import translations. DO NOT MERGE
...
Change-Id: I3c5ddf1ec770ba02dab6948d2f856e91fa32dc62
Auto-generated-cl: translation import
2013-08-29 05:23:55 -07:00
Baligh Uddin
434fd2929d
Import translations. DO NOT MERGE
...
Change-Id: If347fd994085b7633856ff621898cc8ba678ada8
Auto-generated-cl: translation import
2013-08-29 05:15:30 -07:00
Tadashi G. Takaoka
1f9c9ec458
am bcfcdae2: Add Armenian Phoetic keyboard
...
* commit 'bcfcdae230e3aeb105dbcba7350ad1763b12d8df':
Add Armenian Phoetic keyboard
2013-08-29 04:35:01 -07:00
Tadashi G. Takaoka
243c23dd9f
am d7791a93: Support Emoji keyboard
...
* commit 'd7791a93b0dee268a9e97f06fe5abcf6082e0ed1':
Support Emoji keyboard
2013-08-29 04:31:47 -07:00
Tadashi G. Takaoka
bcfcdae230
Add Armenian Phoetic keyboard
...
We believe this layout is Armenian Eastern Phonetic Keyboard.
Bug: 7963631
Change-Id: Iff3dd879268dd95f00855f67f749e8562fff490c
2013-08-29 20:29:39 +09:00
Tadashi G. Takaoka
d7791a93b0
Support Emoji keyboard
...
Bug: 6370846
Change-Id: I33ce8f952799c89929996a226ac17731a953ec2a
2013-08-29 19:48:34 +09:00
Tadashi G. Takaoka
6b59bed09d
am 6c926a1d: Add Nepali Traditional keyboard
...
* commit '6c926a1d5e610ed449bbc9bf206997763e82b4ed':
Add Nepali Traditional keyboard
2013-08-29 02:23:04 -07:00
Tadashi G. Takaoka
38daab1805
am 47b71c82: Fix keyStyle flags handling
...
* commit '47b71c82eca80b06e76d960c4a501b9a6c64654b':
Fix keyStyle flags handling
2013-08-29 01:34:26 -07:00
Tadashi G. Takaoka
0f0d7a9b1c
am 4e6e9ef3: Merge "Clean up Devanagari key definitions"
...
* commit '4e6e9ef3b81f24c97e2105d93b35b9a1e158267d':
Clean up Devanagari key definitions
2013-08-29 01:34:25 -07:00
Ken Wakasa
f0229f223b
am 2cbc7c68: Merge "Workaround for AIOOB exception in ProximityInfo"
...
* commit '2cbc7c682d003c97431235fedbfd21e8473e180c':
Workaround for AIOOB exception in ProximityInfo
2013-08-29 01:34:23 -07:00
Tadashi G. Takaoka
6c926a1d5e
Add Nepali Traditional keyboard
...
Bug: 9833890
Change-Id: I0af4a358cc1457dc08c32744b5c170bd2a3382c9
2013-08-29 17:21:42 +09:00
Tadashi G. Takaoka
47b71c82ec
Fix keyStyle flags handling
...
Change-Id: Ia0d21f7a00ff99eae89c746244484d6fa3f0f44e
2013-08-29 17:20:18 +09:00
Tadashi G. Takaoka
4e6e9ef3b8
Merge "Clean up Devanagari key definitions"
2013-08-29 08:19:29 +00:00
Ken Wakasa
2cbc7c682d
Merge "Workaround for AIOOB exception in ProximityInfo"
2013-08-29 08:11:21 +00:00
Satoshi Kataoka
4994e1f2ba
Workaround for AIOOB exception in ProximityInfo
...
Bug: 10537485
Change-Id: I185f17dcb2cd9e3af17a1eafefaa487804d5cce9
2013-08-29 15:47:47 +09:00
Tadashi G. Takaoka
f1ec134dba
Clean up Devanagari key definitions
...
Change-Id: I42210a0bb974f7186fde35f4c8022b0c8603ab8d
2013-08-29 14:47:00 +09:00
Tadashi G. Takaoka
b619acfdc6
am e9e8d2d9: Use fixed column order for punctuation more keys
...
* commit 'e9e8d2d986bb3874caa8ee8c742aa0caa37eaf87':
Use fixed column order for punctuation more keys
2013-08-28 22:37:48 -07:00
Tadashi G. Takaoka
e9e8d2d986
Use fixed column order for punctuation more keys
...
This is a follow up of I71f58fc49b.
Bug: 9059539
Change-Id: Ibf5684ac196e03e889160d8bb14e2b1377331133
2013-08-29 14:22:30 +09:00
Tadashi G. Takaoka
8622113f21
am fcc6ab08: Merge "Reduce the number of more keys of the period key"
...
* commit 'fcc6ab08ae29501b07b2dd6b1b56570cdcf4b624':
Reduce the number of more keys of the period key
2013-08-28 18:16:24 -07:00
Tadashi G. Takaoka
77f1337403
am 41745c49: Add keyboardLayoutSet attribute to <case> condition
...
* commit '41745c4995220a3145fe101b7be224bc672b2e1a':
Add keyboardLayoutSet attribute to <case> condition
2013-08-28 18:13:09 -07:00
Tadashi G. Takaoka
fcc6ab08ae
Merge "Reduce the number of more keys of the period key"
2013-08-29 01:12:25 +00:00
Tadashi G. Takaoka
85d9b3c281
Reduce the number of more keys of the period key
...
Bug: 9059539
Change-Id: I71f58fc49bf33b40c17b5a94cad82e942b95e3f1
2013-08-29 10:10:13 +09:00
Tadashi G. Takaoka
41745c4995
Add keyboardLayoutSet attribute to <case> condition
...
Change-Id: I017c4a3c1c7b2e4c6f607940078f61e120042270
2013-08-29 09:50:45 +09:00
Tadashi G. Takaoka
491b49b33c
am ade725ed: Merge "Fix unit test"
...
* commit 'ade725ed019250ff446ba81d1f0ebf97b4527c2e':
Fix unit test
2013-08-28 04:32:04 -07:00
Tadashi G. Takaoka
cbaf61ddea
am 2a084e88: Merge "Add EmojiKeyboardView"
...
* commit '2a084e88a7bd2693d18b1d247646ed9b7c096a99':
Add EmojiKeyboardView
2013-08-28 04:32:02 -07:00
Tadashi G. Takaoka
ade725ed01
Merge "Fix unit test"
2013-08-28 11:25:31 +00:00
Tadashi G. Takaoka
2a084e88a7
Merge "Add EmojiKeyboardView"
2013-08-28 11:22:40 +00:00
Tadashi G. Takaoka
0861d67fd8
Fix unit test
...
The breakage of the unit tests has been introduced by Id8caf5a972 that
emptied the default styles. This change reverts back some attributes
to the default.
Change-Id: I2748eefe50e34bbf908071e4a1a17a70aa32bdef
2013-08-28 20:22:18 +09:00
Tadashi G. Takaoka
8ac0eb59e1
Add EmojiKeyboardView
...
Bug: 6370846
Change-Id: Ic7d75f1d242795e756e6fede988cfe4b5cc17f0e
2013-08-28 20:18:19 +09:00
Keisuke Kuroyanagi
eae44530e2
am fe87f5f4: Pass additionalFeaturesOptions for getSuggestions().
...
* commit 'fe87f5f41744a633a2ed91af9b171bda2637649e':
Pass additionalFeaturesOptions for getSuggestions().
2013-08-28 03:47:59 -07:00
Keisuke Kuroyanagi
fe87f5f417
Pass additionalFeaturesOptions for getSuggestions().
...
This fixes null pointer exceptions that are caused when
getSuggestion() is called from spell checker.
Change-Id: Ifc9e7abb900e1a4646e33c91022effde439673e4
2013-08-28 19:24:28 +09:00
Tadashi G. Takaoka
137572f006
am 8e3a90e5: Merge "Add emoji keyboard related assets"
...
* commit '8e3a90e58ffd09692a23b29dc949a2f0fb3d774c':
Add emoji keyboard related assets
2013-08-28 00:56:34 -07:00
Tadashi G. Takaoka
8e3a90e58f
Merge "Add emoji keyboard related assets"
2013-08-28 07:55:22 +00:00
Tadashi G. Takaoka
67447d2c9c
am a945c004: Merge "Add Nepali Romanized keyboard"
...
* commit 'a945c0048ff7624076a9c5dc021b4db82effc505':
Add Nepali Romanized keyboard
2013-08-28 00:46:03 -07:00
Tadashi G. Takaoka
b49dba6818
am c0f81463: Merge "Add dummy Emoji subtype"
...
* commit 'c0f81463cb9e60df0289ac8012cbe632dcdfc487':
Add dummy Emoji subtype
2013-08-28 00:46:01 -07:00
Tadashi G. Takaoka
a945c0048f
Merge "Add Nepali Romanized keyboard"
2013-08-28 07:43:00 +00:00
Tadashi G. Takaoka
472d038a5e
am bd4068c5: Merge "Add recents keyboard"
...
* commit 'bd4068c59534d1981cfec54d916f8279ff51874e':
Add recents keyboard
2013-08-28 00:42:49 -07:00
Tadashi G. Takaoka
c0f81463cb
Merge "Add dummy Emoji subtype"
2013-08-28 07:42:29 +00:00
Tadashi G. Takaoka
bd4068c595
Merge "Add recents keyboard"
2013-08-28 07:40:05 +00:00
Tadashi G. Takaoka
63ebaef1c4
Add Nepali Romanized keyboard
...
Bug: 6910787
Change-Id: Ib803a75ac3c0e36e05b82f36a38b3a7bc2cae689
2013-08-28 16:36:03 +09:00
Tadashi G. Takaoka
803ea61d55
Add recents keyboard
...
Bug: 6370846
Change-Id: I5dc235395fe9b3bd95711fee2fe9b678b4660760
2013-08-28 16:33:54 +09:00
Tadashi G. Takaoka
34cbcc1aed
Add dummy Emoji subtype
...
Bug: 6370846
Change-Id: I4fa3a6832fa316d0c6312d434be3c3ff02b52402
2013-08-28 16:26:00 +09:00
Tadashi G. Takaoka
d189d2a508
Add emoji keyboard related assets
...
Bug: 6370846
Change-Id: I86c446665387b5ddf7de08189de306f2bc569262
2013-08-28 16:21:44 +09:00
Ken Wakasa
5bd273f23e
am 1148d00b: Merge "Fix: Wrong file name for dynamic prediction dictionary."
...
* commit '1148d00b40cabfd557c65eb80dd800f7f218552b':
Fix: Wrong file name for dynamic prediction dictionary.
2013-08-27 22:47:04 -07:00
Ken Wakasa
1148d00b40
Merge "Fix: Wrong file name for dynamic prediction dictionary."
2013-08-28 05:44:02 +00:00
Keisuke Kuroyanagi
f0c4575cf4
Fix: Wrong file name for dynamic prediction dictionary.
...
Bug: 6669677
Change-Id: Id6f06a7423600d3f0604fab43d855826c20d0545
2013-08-28 14:41:32 +09:00
Baligh Uddin
b17244a4b7
Merge "Import translations. DO NOT MERGE"
2013-08-28 03:49:24 +00:00
Baligh Uddin
1fde9c2a90
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-08-28 03:48:59 +00:00
Ken Wakasa
5886ca664e
am b7eae3ff: Add comma to the symbol layout\'s period more keys.
...
* commit 'b7eae3ffa4c25aa70adae7e410a244d3acf21307':
Add comma to the symbol layout's period more keys.
2013-08-27 03:17:49 -07:00
Ken Wakasa
b7eae3ffa4
Add comma to the symbol layout's period more keys.
...
Change-Id: I8a9bc48bab68355936a8ff1d2a00055069d5423d
2013-08-27 19:13:59 +09:00
Tadashi G. Takaoka
00891c20ca
am 16ed1868: Fix build
...
* commit '16ed1868a16455ef9f5485696309d518f80aea1c':
Fix build
2013-08-27 01:34:54 -07:00
Tadashi G. Takaoka
87192930a8
am 26d36444: Fix SuggetionStripView.ICS style
...
* commit '26d3644434e550a378d85861e426053686c05d23':
Fix SuggetionStripView.ICS style
2013-08-27 01:34:53 -07:00
Tadashi G. Takaoka
77899b1dcc
am e94bbca3: Aggregate theme resources into one file
...
* commit 'e94bbca39b22323346c6b829831006d263bd4e1d':
Aggregate theme resources into one file
2013-08-27 01:34:50 -07:00
Tadashi G. Takaoka
7fefe2a758
am 08323cd5: Add _gb to Gingerbread resources
...
* commit '08323cd597cd2c85eaf1ade9c98ee5fe9d8ecea2':
Add _gb to Gingerbread resources
2013-08-27 01:34:49 -07:00
Tadashi G. Takaoka
16ed1868a1
Fix build
...
Change-Id: I60a6ee4dff8203cd9a2ed8045df6a2d75e50c89d
2013-08-27 17:32:37 +09:00
Tadashi G. Takaoka
26d3644434
Fix SuggetionStripView.ICS style
...
This is a follow up of I06427e8886.
Change-Id: Ib33d64f4a4c4f08a80983b6ddf8d117aacbedccb
2013-08-27 17:29:34 +09:00
Tadashi G. Takaoka
e94bbca39b
Aggregate theme resources into one file
...
Change-Id: I06427e88864bd9f644820dc8d755719cf2ac0ba6
2013-08-27 17:18:39 +09:00
Tadashi G. Takaoka
08323cd597
Add _gb to Gingerbread resources
...
Bug: 10415342
Change-Id: Id8caf5a972fe72b577dbf50dcd2cf739b2d35a32
2013-08-27 17:05:22 +09:00
Tadashi G. Takaoka
ed6bd49f07
am adaaf9ff: Rename theme file names
...
* commit 'adaaf9ffb8f8ee0fa568d232ac140b74b0be4e38':
Rename theme file names
2013-08-26 23:32:55 -07:00
Tadashi G. Takaoka
adaaf9ffb8
Rename theme file names
...
Bug: 10415342
Change-Id: I692b157953f77c610482b494cbaeed4430bcb629
2013-08-27 14:41:54 +09:00
Tadashi G. Takaoka
8110e34751
am 1f4612fc: Remove obsolete theme resources
...
* commit '1f4612fc5434e5b223d6f6c1ef77fb5fae0d32ee':
Remove obsolete theme resources
2013-08-26 21:03:46 -07:00
Tadashi G. Takaoka
1f4612fc54
Remove obsolete theme resources
...
Bug: 10415342
Change-Id: I9073c54b037e0f7973710a9e24ca5044f8db6db0
2013-08-27 12:47:26 +09:00
Tadashi G. Takaoka
5609b4f645
am e1433fb4: Remove unused drawables
...
* commit 'e1433fb4f2165443a0fc4c7145ab2bdc71acac7a':
Remove unused drawables
2013-08-26 20:03:22 -07:00
Tadashi G. Takaoka
e1433fb4f2
Remove unused drawables
...
Change-Id: I4386e977d0335d1c3827822f7a62c365e7f3beec
2013-08-27 11:57:49 +09:00
Baligh Uddin
0b0a7c2417
Import translations. DO NOT MERGE
...
Change-Id: Ib646a6fbf47e6dbff5f7e9bf8d6d406e64011ed0
Auto-generated-cl: translation import
2013-08-26 18:51:59 -07:00
Baligh Uddin
85b972cc59
Import translations. DO NOT MERGE
...
Change-Id: I9beabecc02548edacef1ce9ec4aaf750259f8947
Auto-generated-cl: translation import
2013-08-26 18:43:58 -07:00
Tadashi G. Takaoka
3d1cbd9206
am 2da94ad8: Add scrollable KeyboardView
...
* commit '2da94ad8cd8bd8c87ee1acad5021e09046e20565':
Add scrollable KeyboardView
2013-08-26 08:48:10 -07:00
Tadashi G. Takaoka
2da94ad8cd
Add scrollable KeyboardView
...
Bug: 6370846
Change-Id: I8b9a619e0e6a980c8b17788ad03c62effc7f35b5
2013-08-26 23:37:52 +09:00
Keisuke Kuroyanagi
3bd5bd88c4
am 78ab1bb6: Merge "Make DynamicPred...Base extend ExpandableBinaryDictionary."
...
* commit '78ab1bb661cedb8dcd90f1b2d410a0bd2486a9ba':
Make DynamicPred...Base extend ExpandableBinaryDictionary.
2013-08-26 02:59:14 -07:00
Keisuke Kuroyanagi
78ab1bb661
Merge "Make DynamicPred...Base extend ExpandableBinaryDictionary."
2013-08-26 09:56:47 +00:00
Keisuke Kuroyanagi
6e04d65932
Make DynamicPred...Base extend ExpandableBinaryDictionary.
...
Bug: 6669677
Change-Id: I06afad35d3eb73510c34d10cd4116f5bcf934f7c
2013-08-26 18:50:22 +09:00
Yuichiro Hanada
bfb4c3aa7f
am d5a3c593: Remove a broken dictionary file when fail to read a dictionary file.
...
* commit 'd5a3c593dba3475f5e72b1fbe53cee5ed17a7529':
Remove a broken dictionary file when fail to read a dictionary file.
2013-08-26 02:12:19 -07:00
Yuichiro Hanada
d5a3c593db
Remove a broken dictionary file when fail to read a dictionary file.
...
Bug: 10434720
Change-Id: Ibdf05a39113538546b8fcf9d59af7dddf7ca27fc
2013-08-26 18:08:21 +09:00
Tadashi G. Takaoka
71a8b6320b
am b2f586b9: Merge "Enable Azerbaijani subtype"
...
* commit 'b2f586b9d66fb653d233051c08a22f42b06374e0':
Enable Azerbaijani subtype
2013-08-26 01:33:08 -07:00
Yuichiro Hanada
5ab2ab12d4
am b50a7a4b: Simplify computeActualNodeArraySize.
...
* commit 'b50a7a4bc718f3611ac1e97a940d5a59b4b0133e':
Simplify computeActualNodeArraySize.
2013-08-26 01:33:07 -07:00
Yuichiro Hanada
b0f59af0ff
am 2232a708: Clean up unused imports.
...
* commit '2232a7080644f91932d92d37282a3a6be129217f':
Clean up unused imports.
2013-08-26 01:33:05 -07:00
Ken Wakasa
eee7c3d82f
am d21adb58: Merge "[Refactor] Add DictDecoder.readUnigramsAndBigramsBinary."
...
* commit 'd21adb586506e292de471eb2e0dcea0c87019d0a':
[Refactor] Add DictDecoder.readUnigramsAndBigramsBinary.
2013-08-26 01:33:04 -07:00
Tadashi G. Takaoka
370783a616
am 4e7825cb: Merge "Add GridRows tag to support emoji keyboard"
...
* commit '4e7825cb583503504f931265ef4405f6c12e9e85':
Add GridRows tag to support emoji keyboard
2013-08-26 01:33:02 -07:00
Tadashi G. Takaoka
b2f586b9d6
Merge "Enable Azerbaijani subtype"
2013-08-26 08:31:10 +00:00
Yuichiro Hanada
b50a7a4bc7
Simplify computeActualNodeArraySize.
...
Change-Id: I128d02866c2cc70c42263496927327b8a2130139
2013-08-26 08:30:23 +00:00
Yuichiro Hanada
2232a70806
Clean up unused imports.
...
Change-Id: I7147ca237b99399e79210852aa5bf5a01101d779
2013-08-26 08:29:16 +00:00
Ken Wakasa
d21adb5865
Merge "[Refactor] Add DictDecoder.readUnigramsAndBigramsBinary."
2013-08-26 08:28:44 +00:00
Yuichiro Hanada
752a33640c
[Refactor] Add DictDecoder.readUnigramsAndBigramsBinary.
...
Change-Id: I259db91d837c67cbcb3b6dc504b21dca23a6a5be
2013-08-26 17:24:38 +09:00
Tadashi G. Takaoka
4e7825cb58
Merge "Add GridRows tag to support emoji keyboard"
2013-08-26 08:24:16 +00:00
Tadashi G. Takaoka
db0e282215
Enable Azerbaijani subtype
...
Bug: 7963448
Change-Id: I82286e456e0cc842756de9b7f031821556d35709
2013-08-26 17:21:18 +09:00
Tadashi G. Takaoka
2f5a933c04
Add GridRows tag to support emoji keyboard
...
Bug: 6370846
Change-Id: Ia68284b2402e52d835040da900a51cca669add2f
2013-08-26 17:19:24 +09:00
Tadashi G. Takaoka
abe7f4d191
am be4f8f3f: Merge "Clean up PC QWERTY keyboard"
...
* commit 'be4f8f3fbc873a1128a54c25ab6d8418b61001a0':
Clean up PC QWERTY keyboard
2013-08-26 00:55:41 -07:00
Tadashi G. Takaoka
be4f8f3fbc
Merge "Clean up PC QWERTY keyboard"
2013-08-26 07:53:20 +00:00
Ken Wakasa
ddb3a08f0b
am 918336b7: Merge "[Refactor] Add DictDecoder.getTerminalPosition."
...
* commit '918336b7e790e108c109457e89c07f4dab5309c0':
[Refactor] Add DictDecoder.getTerminalPosition.
2013-08-26 00:47:12 -07:00
Tadashi G. Takaoka
7f28b3cc6a
Clean up PC QWERTY keyboard
...
Change-Id: Ibb52683e8f27517b9e7bf398d3b7a31215bd5a8d
2013-08-26 16:23:29 +09:00
Yuichiro Hanada
bb5b84a826
[Refactor] Add DictDecoder.getTerminalPosition.
...
Change-Id: I9d04f64a58f5481cbb64cf1c09b5c485dd4176b4
2013-08-26 16:14:59 +09:00
Ken Wakasa
69f9cfe212
am 800225e0: Merge "Rename CharGroup to PtNode."
...
* commit '800225e0b19c8a368fe74f6b73b40a01340a0c0f':
Rename CharGroup to PtNode.
2013-08-26 00:12:37 -07:00
Tadashi G. Takaoka
7b74bcb16d
am c120199f: Import emoji unicode point list from Hangouts
...
* commit 'c120199f72ebbb95a9ff62a6250593e8e9113f24':
Import emoji unicode point list from Hangouts
2013-08-26 00:12:36 -07:00
Ken Wakasa
800225e0b1
Merge "Rename CharGroup to PtNode."
2013-08-26 07:11:12 +00:00
Tadashi G. Takaoka
c120199f72
Import emoji unicode point list from Hangouts
...
Bug: 6370846
Change-Id: I14017f002a94647d2b3154f1f0805f194421b8b5
2013-08-26 16:05:14 +09:00
Yuichiro Hanada
576f625ee1
Rename CharGroup to PtNode.
...
Bug: 10233675
Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107
2013-08-26 15:58:30 +09:00
Tadashi G. Takaoka
d6833c5936
am 3f1ef22f: Fix build
...
* commit '3f1ef22ff0728683554ab4a97bfed485db532538':
Fix build
2013-08-25 23:39:01 -07:00
Tadashi G. Takaoka
3f1ef22ff0
Fix build
...
Change-Id: I77e25fd4032b7fc3b4b565c9bab18a2824d7bb76
2013-08-26 15:34:45 +09:00
Tadashi G. Takaoka
6fed1db02a
am 17f628c5: Merge "Add copy constructor to Keyboard"
...
* commit '17f628c56c6e5a62371fb3f6abeb717d25d99115':
Add copy constructor to Keyboard
2013-08-25 23:27:11 -07:00
Tadashi G. Takaoka
17f628c56c
Merge "Add copy constructor to Keyboard"
2013-08-26 06:25:26 +00:00
Tadashi G. Takaoka
9c2fef79ed
am 7308c36a: Merge "Add emoji keyboard element ids"
...
* commit '7308c36a55b6fe2b10dc3979d068775920a40890':
Add emoji keyboard element ids
2013-08-25 22:44:42 -07:00
Tadashi G. Takaoka
7308c36a55
Merge "Add emoji keyboard element ids"
2013-08-26 05:42:52 +00:00
Tadashi G. Takaoka
0b3d5e12e3
Add copy constructor to Keyboard
...
Change-Id: Ib207039f53346f420cca050080e3c4f452e63ff6
2013-08-26 14:21:45 +09:00
Tadashi G. Takaoka
68b990e7ce
Add emoji keyboard element ids
...
Bug: 6370846
Change-Id: I0ac55bc06e1527bafad395f4a2b5059e1fed4b5d
2013-08-26 12:48:07 +09:00
Tadashi G. Takaoka
95565899ab
am af9c8892: Merge "Remove symbols shifted related unused texts and styles"
...
* commit 'af9c8892da111f1843ec400d6ce77b92ce397f95':
Remove symbols shifted related unused texts and styles
2013-08-25 20:45:41 -07:00
Tadashi G. Takaoka
af9c8892da
Merge "Remove symbols shifted related unused texts and styles"
2013-08-26 03:44:08 +00:00
Tadashi G. Takaoka
59f49b3861
Remove symbols shifted related unused texts and styles
...
This is a follow up of I7fe6520e4e.
Bug: 9059539
Change-Id: I1b2cdc4f6ae2f59fabc75c38f43e2b2512b08721
2013-08-26 12:08:08 +09:00
Keisuke Kuroyanagi
a3a3c87751
am 958f8432: Merge "Introduce DynamicDictionaryWriter for dynamic dictionary."
...
* commit '958f84320deeb2c16aea159e8b76930198ae546c':
Introduce DynamicDictionaryWriter for dynamic dictionary.
2013-08-25 19:31:35 -07:00
Keisuke Kuroyanagi
958f84320d
Merge "Introduce DynamicDictionaryWriter for dynamic dictionary."
2013-08-26 02:29:01 +00:00
Tadashi G. Takaoka
ca88b445f2
am 73c29481: Fix Persian currency symbol
...
* commit '73c2948113e27cf3945033049f098a1f5b060338':
Fix Persian currency symbol
2013-08-24 18:58:52 -07:00
Tadashi G. Takaoka
73c2948113
Fix Persian currency symbol
...
Change-Id: Iea202e6d6857cbc0a3d4374c76bd72ed992da9a6
2013-08-24 02:07:47 +09:00
Tadashi G. Takaoka
8fab38c241
am ce607358: Merge "Remove symbols shifted layout related code"
...
* commit 'ce607358bd0e68d8c499d1fccaad0ec5094a7f6f':
Remove symbols shifted layout related code
2013-08-23 08:39:30 -07:00
Tadashi G. Takaoka
ce607358bd
Merge "Remove symbols shifted layout related code"
2013-08-23 15:37:57 +00:00
Tadashi G. Takaoka
1cd027850b
Remove symbols shifted layout related code
...
This is a follow up of I7fe6520e4e.
Bug: 9059539
Change-Id: Idb39906ddb1e2234a0d1c7c4d5e6fc728090e79e
2013-08-24 00:07:23 +09:00
Yuichiro Hanada
b9f0a7eaf2
am 8f4d5d5f: Fix getDictionaryFileHeader.
...
* commit '8f4d5d5f23fd45a88da1fc394475abe8b3e6f415':
Fix getDictionaryFileHeader.
2013-08-23 07:11:42 -07:00
Yuichiro Hanada
8f4d5d5f23
Fix getDictionaryFileHeader.
...
Change-Id: I5186f41b0f38eb08f4154f7b3de7ffc2119fc44b
2013-08-23 22:39:36 +09:00
Keisuke Kuroyanagi
87a72f50c2
Introduce DynamicDictionaryWriter for dynamic dictionary.
...
Bug: 6669677
Change-Id: Ifcbeb88b908f2301ac062b411a95c8b38d24b90e
2013-08-23 22:04:27 +09:00
Yuichiro Hanada
6bdc19173f
am e9a10ff0: Add DictDecoder.readDictionaryBinary.
...
* commit 'e9a10ff0f026b5ec458f116afc7a75806574cbcd':
Add DictDecoder.readDictionaryBinary.
2013-08-23 04:32:36 -07:00
Yuichiro Hanada
e9a10ff0f0
Add DictDecoder.readDictionaryBinary.
...
Bug: 10434720
Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4
2013-08-23 20:29:25 +09:00
Satoshi Kataoka
44579790ad
am d4528b88: Refactor personalization dictionary
...
* commit 'd4528b88e132ce2f25e45455a073b81385fcbd81':
Refactor personalization dictionary
2013-08-23 03:16:54 -07:00
Satoshi Kataoka
d4528b88e1
Refactor personalization dictionary
...
Bug: 9429906
Change-Id: I1fa4b045b21687e96de101a97e9593b0884d626f
2013-08-23 18:40:28 +09:00
Ken Wakasa
947c95377e
am cdc8fcd6: Merge "Fix addWord."
...
* commit 'cdc8fcd64450ebe0274090596389f29f0e3e6de2':
Fix addWord.
2013-08-23 01:00:57 -07:00
Yuichiro Hanada
1b50a42b7c
Fix addWord.
...
Change-Id: Ib71dbd5954f44ca80733fa4b1048c829e1df138a
2013-08-23 16:56:48 +09:00
Tadashi G. Takaoka
12263f1b24
am c02a3654: Remove symbols shifted layout
...
* commit 'c02a365485cb777137cbab8ff8f60c4b36fa0f7a':
Remove symbols shifted layout
2013-08-22 22:01:19 -07:00
Tadashi G. Takaoka
c02a365485
Remove symbols shifted layout
...
Bug: 9059539
Change-Id: I7fe6520e4eafcb7e1748b8bf011333c7e0da7ac2
2013-08-23 13:41:46 +09:00
Baligh Uddin
edaa9be72e
Merge "Import translations. DO NOT MERGE"
2013-08-22 18:13:36 +00:00
Baligh Uddin
f9fa8903ef
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-08-22 18:13:24 +00:00
Ken Wakasa
e3ffbb377b
am 4929f851: Merge "Fix writePlacedNode."
...
* commit '4929f8516c2b3582805e25e69d2b0b5a71bae53f':
Fix writePlacedNode.
2013-08-22 07:07:28 -07:00
Ken Wakasa
4929f8516c
Merge "Fix writePlacedNode."
2013-08-22 14:03:53 +00:00
Yuichiro Hanada
aa4168ee09
Fix writePlacedNode.
...
Change-Id: I1d6b086f1d9f0dbd8d74f964e29ae62c533af978
2013-08-22 23:02:08 +09:00
Satoshi Kataoka
740bf03549
am 366c0c51: Register personalization dictionary
...
* commit '366c0c5198f43279f4671a196556124f41297c0c':
Register personalization dictionary
2013-08-22 02:39:44 -07:00
Satoshi Kataoka
366c0c5198
Register personalization dictionary
...
Bug: 9429906
Change-Id: Ic754dd8da67446dfb1ebf44aa3d5ab0804298ca0
2013-08-22 18:06:59 +09:00
Yuichiro Hanada
ea916a2a0a
am e301085a: Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.
...
* commit 'e301085a70c9e5816fd98fb7d0fec3b2790b9359':
Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.
2013-08-21 23:04:19 -07:00
Yuichiro Hanada
e301085a70
Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.
...
Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f
2013-08-22 14:49:49 +09:00
Ken Wakasa
fb5c3956fd
am fef693ea: Merge "Add DictEncoder."
...
* commit 'fef693ea983eb4aacd3d1830e5d7608ede8ad451':
Add DictEncoder.
2013-08-21 22:39:47 -07:00
Ken Wakasa
fef693ea98
Merge "Add DictEncoder."
2013-08-22 05:38:09 +00:00
Baligh Uddin
6d50d10372
Import translations. DO NOT MERGE
...
Change-Id: I9d83d68403c795f42ecbef2d7bfbe23b5d97f897
Auto-generated-cl: translation import
2013-08-21 20:54:54 -07:00
Baligh Uddin
94bce3781b
Import translations. DO NOT MERGE
...
Change-Id: Ib992886223097bc98be73fc2933f4b1274e2eba7
Auto-generated-cl: translation import
2013-08-21 20:45:31 -07:00
Yuichiro Hanada
c922c8a504
Add DictEncoder.
...
Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef
2013-08-22 11:53:41 +09:00
Tadashi G. Takaoka
a58953b823
am 198b52f6: Merge "Fix Hebrew currency symbol"
...
* commit '198b52f6db07605147aac57e9a16e14128d8a1fc':
Fix Hebrew currency symbol
2013-08-21 19:05:47 -07:00
Tadashi G. Takaoka
198b52f6db
Merge "Fix Hebrew currency symbol"
2013-08-22 02:03:09 +00:00
Tadashi G. Takaoka
6d9b4e913a
Fix Hebrew currency symbol
...
Change-Id: Ib747828aeec20c1ebb4087169a7eb373deb163c3
2013-08-22 10:55:46 +09:00
Kurt Partridge
1c5a7c4760
am a09e43ef: Merge "Fix cursor state bug"
...
* commit 'a09e43ef6e5541162f6e1f789e86f7289a678b45':
Fix cursor state bug
2013-08-21 18:25:57 -07:00
Kurt Partridge
a09e43ef6e
Merge "Fix cursor state bug"
2013-08-22 01:24:15 +00:00
Kurt Partridge
6c94a18a28
Fix cursor state bug
...
InputConnection#finishComposingText() should not change the position of the cursor,
so neither should it change its internal expectation of the cursor's position.
Change-Id: Ib3d39a5743cd1e8e356f438b04a5c30279430b2a
2013-08-21 17:55:35 -07:00
Ken Wakasa
7f0ae85212
am f9233e0b: Merge "Make readPtNode be called with the address from the beginning of the file."
...
* commit 'f9233e0b98469a7e9e9a863d491a33593dba4bff':
Make readPtNode be called with the address from the beginning of the file.
2013-08-21 04:29:26 -07:00
Ken Wakasa
f9233e0b98
Merge "Make readPtNode be called with the address from the beginning of the file."
2013-08-21 11:27:20 +00:00
Yuichiro Hanada
558e34c7bd
Make readPtNode be called with the address from the beginning of the file.
...
Change-Id: I8939fdfb4f79e55bcd7393633784effb30df3f8f
2013-08-21 20:02:18 +09:00
Satoshi Kataoka
dc3257246a
am 17cc3969: Merge "Fix build"
...
* commit '17cc396972d6ba805ec31f8e4964de0e106f41fb':
Fix build
2013-08-21 04:00:05 -07:00
Satoshi Kataoka
220a44d0f3
am f739807a: Merge "Add onDestroy to PersonalizationDictionarySessionRegister"
...
* commit 'f739807a3f4dc02ebbd219a2f88f03a593b39a7a':
Add onDestroy to PersonalizationDictionarySessionRegister
2013-08-21 03:56:50 -07:00
Satoshi Kataoka
17cc396972
Merge "Fix build"
2013-08-21 10:56:18 +00:00
Satoshi Kataoka
b1552723ee
Fix build
...
Change-Id: I0c0be463552a37cecfb9a403e0723b1799fb8120
2013-08-21 19:55:07 +09:00
Satoshi Kataoka
f739807a3f
Merge "Add onDestroy to PersonalizationDictionarySessionRegister"
2013-08-21 10:54:08 +00:00
Yuichiro Hanada
b69223565f
am a306e087: Rename BinaryDictEncoder to BinaryDictEncoderUtils.
...
* commit 'a306e087536ea82c97deb4a022730e2cdf5d2c35':
Rename BinaryDictEncoder to BinaryDictEncoderUtils.
2013-08-21 03:02:55 -07:00
Yuichiro Hanada
a306e08753
Rename BinaryDictEncoder to BinaryDictEncoderUtils.
...
Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805
2013-08-21 18:54:34 +09:00
Yuichiro Hanada
ddc8d9b7f8
am 107a5f6f: Add PtNodeReader.
...
* commit '107a5f6fb81a91a98fecd4c291aabb421e963291':
Add PtNodeReader.
2013-08-21 02:53:24 -07:00
Yuichiro Hanada
107a5f6fb8
Add PtNodeReader.
...
Change-Id: Ic918822fc1b3a8a7c39ffbcf7defde2c5bf888db
2013-08-21 18:43:18 +09:00
Jean Chalard
54978cafa5
am 77827e7b: Merge "Don\'t start composing on dash."
...
* commit '77827e7b3bb0e76ef4d39eae01fd83fe3c4f06b2':
Don't start composing on dash.
2013-08-21 01:37:36 -07:00
Satoshi Kataoka
3c8f22880f
Add onDestroy to PersonalizationDictionarySessionRegister
...
Bug: 9429906
Change-Id: Ibf8efd7302da2c27ac59e62b0393f1eec03dc136
2013-08-21 17:24:12 +09:00
Jean Chalard
77827e7b3b
Merge "Don't start composing on dash."
2013-08-21 08:06:13 +00:00
Tadashi G. Takaoka
473b0540bf
am 1f39d364: Remove unnecessary alpha attributes of SuggestionStripView
...
* commit '1f39d36458d09bfdfcf05ee0fcf7fc6116582099':
Remove unnecessary alpha attributes of SuggestionStripView
2013-08-20 20:52:17 -07:00
Tadashi G. Takaoka
1f39d36458
Remove unnecessary alpha attributes of SuggestionStripView
...
Change-Id: I78701403d7bd21928c4b459bb336a565f386ebcc
2013-08-21 12:44:30 +09:00
Jean Chalard
2448159ad4
Don't start composing on dash.
...
Bug: 10403176
Change-Id: I9f969ab9b772dc5ba2015c494b4f98a8864277c4
2013-08-21 11:59:21 +09:00
Jean Chalard
d619127d2f
am 2c7a3e04: Merge "[AC3] Start calling the methods for auto-commit."
...
* commit '2c7a3e0405b71101e5f4ce85ef9697036782c860':
[AC3] Start calling the methods for auto-commit.
2013-08-20 04:07:02 -07:00
Jean Chalard
c972b60228
am c10d76f2: Merge "[AC2] Reference a dict rather than a string in suggestion infos"
...
* commit 'c10d76f28c23fb068674699a63d563b3710b3cba':
[AC2] Reference a dict rather than a string in suggestion infos
2013-08-20 04:07:00 -07:00
Jean Chalard
197a883f56
am 3f15c41d: Merge "[AC1] Add a memory of where to cut the first word."
...
* commit '3f15c41d88c1060642cec87f02c3cdfd5b4c1cb8':
[AC1] Add a memory of where to cut the first word.
2013-08-20 04:06:59 -07:00
Jean Chalard
2c7a3e0405
Merge "[AC3] Start calling the methods for auto-commit."
2013-08-20 11:05:23 +00:00
Jean Chalard
c10d76f28c
Merge "[AC2] Reference a dict rather than a string in suggestion infos"
2013-08-20 11:05:12 +00:00
Jean Chalard
3f15c41d88
Merge "[AC1] Add a memory of where to cut the first word."
2013-08-20 11:05:09 +00:00
Jean Chalard
66a870cb53
[AC3] Start calling the methods for auto-commit.
...
Bug: 9059617
Change-Id: I190a4baf2fa831b70e00e129b5dfaa8c9c32b3a0
2013-08-20 19:26:11 +09:00
Jean Chalard
e8ef095670
[AC2] Reference a dict rather than a string in suggestion infos
...
Bug: 9059617
Change-Id: Ic17bc0fd5d812268fd37d7fd35b4e9ebfb95fa5e
2013-08-20 19:18:09 +09:00
Jean Chalard
ef1e363016
[AC1] Add a memory of where to cut the first word.
...
Bug: 9059617
Change-Id: I931b6d1eb49f9f7dd7d5b18956e35751d1b2b631
2013-08-20 18:43:19 +09:00
Satoshi Kataoka
7abed29a7a
am 33f5f0df: Merge "Add a functionality to boost scores of personalization dictionary"
...
* commit '33f5f0df8b458269177d8f984d1050c0a20001c2':
Add a functionality to boost scores of personalization dictionary
2013-08-20 02:11:39 -07:00
Satoshi Kataoka
33f5f0df8b
Merge "Add a functionality to boost scores of personalization dictionary"
2013-08-20 09:08:41 +00:00
Yuichiro Hanada
f5fd990f51
am 065aad95: Add DictDecoder.
...
* commit '065aad9501ae446aee5d73450c01dc21b8f3242a':
Add DictDecoder.
2013-08-20 01:52:41 -07:00
Satoshi Kataoka
d6ddb96ee8
Add a functionality to boost scores of personalization dictionary
...
Bug: 9429906
Change-Id: I1518c5cbc7d41188e7dc6a35d226da277ed5913f
2013-08-20 17:50:48 +09:00
Yuichiro Hanada
065aad9501
Add DictDecoder.
...
Change-Id: Ia1c32f21fe07081ce04d093660e18146b93275a4
2013-08-20 17:43:13 +09:00
Yuichiro Hanada
ad531fd265
am 112257e4: Rename BinaryDictDecoder to Ver3DictDecoder.
...
* commit '112257e40f6f6d914fac1c3a45f39a770693b386':
Rename BinaryDictDecoder to Ver3DictDecoder.
2013-08-20 01:39:03 -07:00
Yuichiro Hanada
112257e40f
Rename BinaryDictDecoder to Ver3DictDecoder.
...
Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
2013-08-20 17:11:51 +09:00
Yuichiro Hanada
19c0b5b276
am 66004ce2: Remove populateOptions.
...
* commit '66004ce2de1579d8ae1fb3411ce98f1e9e37cf8b':
Remove populateOptions.
2013-08-20 00:14:07 -07:00
Yuichiro Hanada
66004ce2de
Remove populateOptions.
...
Change-Id: I1a1830aaa8ea586b68fc34ff3a27ae52b810e8af
2013-08-20 16:06:52 +09:00
Satoshi Kataoka
bff4d24432
am 22f01a42: Add a functionality to clear and flush prediction dictionary
...
* commit '22f01a42fcd91dae2a4e723e2477a480a11daa8e':
Add a functionality to clear and flush prediction dictionary
2013-08-19 20:40:27 -07:00
Satoshi Kataoka
22f01a42fc
Add a functionality to clear and flush prediction dictionary
...
Bug: 9429906
Change-Id: I84ec444e9d46a0080dc3450b8ab32bfb99407cfe
2013-08-20 12:28:05 +09:00
Baligh Uddin
8e26b9c04a
Import translations. DO NOT MERGE
...
Change-Id: I4cd33fe3c941bbe1fe4af7073762580c01d3df47
Auto-generated-cl: translation import
2013-08-19 16:06:26 -07:00
Yuichiro Hanada
4893fe5719
am 77bce05e: [Refactor] Rename BinaryDictReader and BinaryDictDecoder.
...
* commit '77bce05e6f6e3a988253f9305ae22e51f56f5b1a':
[Refactor] Rename BinaryDictReader and BinaryDictDecoder.
2013-08-19 03:51:22 -07:00
Yuichiro Hanada
77bce05e6f
[Refactor] Rename BinaryDictReader and BinaryDictDecoder.
...
BinaryDictReader -> BinaryDictDecoder.
BinaryDictDecoder -> BianryDictDecoderUtils.
Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
2013-08-19 19:36:31 +09:00
Tadashi G. Takaoka
3b89a25774
am c8fb03e6: Merge "Save and restore Row attributes using stack"
...
* commit 'c8fb03e6a8859f29a51ca6aefdd9a5be9101bd3f':
Save and restore Row attributes using stack
2013-08-19 03:05:53 -07:00
Tadashi G. Takaoka
c8fb03e6a8
Merge "Save and restore Row attributes using stack"
2013-08-19 10:03:09 +00:00
Tadashi G. Takaoka
bcd173dfa1
Save and restore Row attributes using stack
...
Change-Id: I5cb402060946a711384ee53fa1caaeac86aa10cc
2013-08-19 18:36:49 +09:00
Satoshi Kataoka
b0045c06a0
am 6484a4f8: Consolidate onDictionaryClosed
...
* commit '6484a4f8869d79992e899207a33f9377cf5fdb9b':
Consolidate onDictionaryClosed
2013-08-19 02:06:52 -07:00
Satoshi Kataoka
6484a4f886
Consolidate onDictionaryClosed
...
Bug: 9429906
Change-Id: I51eef4c321cc268eac1c8dfd6561ab6e716a1fb0
2013-08-19 17:45:20 +09:00
Satoshi Kataoka
8105b65a42
am ab69835b: Merge "Rename Personalization dictionary register functions"
...
* commit 'ab69835bc6eda8b022837a0ed6f8644054307d58':
Rename Personalization dictionary register functions
2013-08-19 01:35:19 -07:00
Satoshi Kataoka
ab69835bc6
Merge "Rename Personalization dictionary register functions"
2013-08-19 08:04:44 +00:00
Jean Chalard
216246a294
am e515acbc: Merge "Update dictionaries"
...
* commit 'e515acbcbdf27f31931cb391dba0fc28213c6017':
Update dictionaries
2013-08-19 00:59:35 -07:00
Jean Chalard
e515acbcbd
Merge "Update dictionaries"
2013-08-19 07:56:30 +00:00
Satoshi Kataoka
0e6fcf2bf6
Rename Personalization dictionary register functions
...
Bug: 9429906
Change-Id: Ibdce8db61ab6cc5922765e7ed8b7f2c718759de8
2013-08-19 16:53:21 +09:00
Jean Chalard
5937c03f15
Update dictionaries
...
Bug: 10354668
Bug: 10188528
>>> dictionaries/fr_wordlist.combined.gz
Header :
date : 1374634549 <=> 1376888819
version : 36 <=> 37
Body :
Deleted: color 78
Deleted: men 85
Deleted: o 115
Added: nationaux 120
>>> dictionaries/iw_wordlist.combined.gz
Added. New dictionary.
>>> dictionaries/pt_BR_wordlist.combined.gz
Header :
date : 1374634563 <=> 1376884524
version : 36 <=> 37
Body :
Deleted: la 152
>>> dictionaries/pt_PT_wordlist.combined.gz
Header :
date : 1357790930 <=> 1376884536
version : 30 <=> 37
Body :
Deleted: la 152
>>> dictionaries/ru_wordlist.combined.gz
Header :
date : 1372393835 <=> 1376897704
version : 35 <=> 37
Body :
Freq changed: говно 68 -> 0
>>> java/res/raw/main_fr.dict
Header :
date : 1374634549 <=> 1376888819
version : 36 <=> 37
Body :
Deleted: color 78
Deleted: men 85
Deleted: o 115
Added: nationaux 120
>>> java/res/raw/main_pt_br.dict
Header :
date : 1374634563 <=> 1376884524
version : 36 <=> 37
Body :
Deleted: la 152
>>> java/res/raw/main_ru.dict
Header :
date : 1372393835 <=> 1376897704
version : 35 <=> 37
Body :
Freq changed: говно 68 -> 0
Change-Id: I87a85571c61068ff46a32d291aa43becbb75598a
2013-08-19 16:41:09 +09:00
Keisuke Kuroyanagi
aafcd7b583
am c8ac8da4: Merge "Prepare ExpandableBinaryDictionary to make it updatable"
...
* commit 'c8ac8da4e46ffb73c175d882af86d135084abe95':
Prepare ExpandableBinaryDictionary to make it updatable
2013-08-19 00:22:49 -07:00
Keisuke Kuroyanagi
c8ac8da4e4
Merge "Prepare ExpandableBinaryDictionary to make it updatable"
2013-08-19 07:20:16 +00:00
Satoshi Kataoka
551f24eeed
am 979f9f99: Merge "Consolidate hex string utils"
...
* commit '979f9f99394535c81a3b7eaa6f947a04d9ad7b3c':
Consolidate hex string utils
2013-08-18 22:34:32 -07:00
Satoshi Kataoka
979f9f9939
Merge "Consolidate hex string utils"
2013-08-19 05:33:07 +00:00
Tadashi G. Takaoka
ba24343a24
am 221929c6: Keyboard.Row can have keyLabelFlags attribute
...
* commit '221929c64302579dd7b4c02d8fab3aed3b8ec8db':
Keyboard.Row can have keyLabelFlags attribute
2013-08-18 20:10:55 -07:00
Satoshi Kataoka
3894a5599b
Consolidate hex string utils
...
Change-Id: Id4f4a287e3a2790b22bff7ad4a4617bf2ee82884
2013-08-19 12:09:59 +09:00
Tadashi G. Takaoka
221929c643
Keyboard.Row can have keyLabelFlags attribute
...
Change-Id: I5af1f1d88153068d7be6e496e6dd77bd5b09a894
2013-08-19 11:45:30 +09:00
Tadashi G. Takaoka
ca723c70ab
am 0154e362: Merge "Rename KeyStyle.getFlag to getFlags"
...
* commit '0154e3620f907f781d58e99a9a79824abd46aa3e':
Rename KeyStyle.getFlag to getFlags
2013-08-18 19:43:39 -07:00
Tadashi G. Takaoka
6fc8e32d02
am 18546fa9: Merge "Make all KeyboardRow attributes private"
...
* commit '18546fa92c1dd11f76f2d8be244b0214a3514b02':
Make all KeyboardRow attributes private
2013-08-18 19:43:38 -07:00
Tadashi G. Takaoka
0154e3620f
Merge "Rename KeyStyle.getFlag to getFlags"
2013-08-19 02:41:49 +00:00
Tadashi G. Takaoka
18546fa92c
Merge "Make all KeyboardRow attributes private"
2013-08-19 02:41:40 +00:00
Tadashi G. Takaoka
784416f73b
Make all KeyboardRow attributes private
...
Change-Id: Ifaca6ad5e642964d8c3a77a96a1cd74f363ee996
2013-08-19 11:36:34 +09:00
Ken Wakasa
41aade7977
am a83e2564: Merge "Add HeaderReaderInterface."
...
* commit 'a83e25642f1eae1412d85ce72f27601edd0ac10d':
Add HeaderReaderInterface.
2013-08-18 19:36:15 -07:00
Tadashi G. Takaoka
0cfd2b08af
Rename KeyStyle.getFlag to getFlags
...
Change-Id: Iff3d850466cb6016a53bf86104cd5d22363f96a8
2013-08-19 11:35:11 +09:00
Ken Wakasa
a83e25642f
Merge "Add HeaderReaderInterface."
2013-08-19 02:34:23 +00:00
Yuichiro Hanada
376457477f
am 8aaae56c: Fix unit test.
...
* commit '8aaae56cf6694ec75043be56f1c7812a343b24d5':
Fix unit test.
2013-08-18 19:26:46 -07:00
Yuichiro Hanada
d794b42f98
Add HeaderReaderInterface.
...
Change-Id: I298f86b70d18cd08b240509b6f757c72e1a59ffe
2013-08-19 11:15:03 +09:00
Yuichiro Hanada
8aaae56cf6
Fix unit test.
...
Change-Id: Ib104d5de71c2ab1a07921b407c74c21b0409d9af
2013-08-19 11:10:28 +09:00
Ken Wakasa
ef7064b5aa
am 606a056b: Merge "Make BinaryDictIOUtils and DynamicBinaryIOUtils use BinaryDictReader."
...
* commit '606a056b530c566f3397b8083f83288fe255bff8':
Make BinaryDictIOUtils and DynamicBinaryIOUtils use BinaryDictReader.
2013-08-16 08:03:46 -07:00
Ken Wakasa
606a056b53
Merge "Make BinaryDictIOUtils and DynamicBinaryIOUtils use BinaryDictReader."
2013-08-16 12:46:07 +00:00
Jean Chalard
5b0aeafb5e
am e3247561: Merge "Support languages that don\'t use spaces."
...
* commit 'e32475611ce52671802ca8d2f9694bbb82c4b120':
Support languages that don't use spaces.
2013-08-16 05:08:58 -07:00
Yuichiro Hanada
3a73b37b30
Make BinaryDictIOUtils and DynamicBinaryIOUtils use BinaryDictReader.
...
Change-Id: I191dfe0e05ff3c2c5af99e8beebbb73b097748a3
2013-08-16 21:06:23 +09:00
Jean Chalard
e32475611c
Merge "Support languages that don't use spaces."
2013-08-16 12:05:16 +00:00
Ken Wakasa
f404756b17
am c2f2d0d2: Merge "Limit the number of waiting UpdateBinaryTask to at most 1."
...
* commit 'c2f2d0d211fe4c765cda7a770004d061ff2b7711':
Limit the number of waiting UpdateBinaryTask to at most 1.
2013-08-16 05:02:36 -07:00
Jean Chalard
c239a34262
Support languages that don't use spaces.
...
Thai is an example.
Bug: 10138062
Change-Id: Ib9a8264c77ed42b4256432d7c8a60d08575dcdc7
2013-08-16 21:01:08 +09:00
Ken Wakasa
c2f2d0d211
Merge "Limit the number of waiting UpdateBinaryTask to at most 1."
2013-08-16 11:58:57 +00:00
Yuichiro Hanada
2b16830322
am e72c4e5f: Remove a static buffer for thread safety.
...
* commit 'e72c4e5fc7531f23f5806efed91aafe5d1ba2d1f':
Remove a static buffer for thread safety.
2013-08-16 04:31:47 -07:00
Yuichiro Hanada
e72c4e5fc7
Remove a static buffer for thread safety.
...
Change-Id: I335c35eb182ff63abb8a5b04c053a98d44b7c6ce
2013-08-16 20:22:46 +09:00
Keisuke Kuroyanagi
c8db6f21e9
Prepare ExpandableBinaryDictionary to make it updatable
...
Bug: 6669677
Change-Id: Iaa6100f58de78d104e19c7a3c41d67e7826264f9
2013-08-16 20:16:31 +09:00
Yuichiro Hanada
0d70bcc821
Limit the number of waiting UpdateBinaryTask to at most 1.
...
Change-Id: Ia588d8f29ab58983ea5321ff8c63ad273c33eab3
2013-08-16 19:44:47 +09:00
Ken Wakasa
861aa7beed
am 47bac6eb: Merge "Remove unnecessary caching."
...
* commit '47bac6ebf237435faaf3913e353a6230e0299cb3':
Remove unnecessary caching.
2013-08-16 01:38:13 -07:00
Jean Chalard
2b3ff52496
am 21dddb14: Merge "Rename Node to PtNodeArray"
...
* commit '21dddb1462df8f32b40365dbb27930ae6c8113b8':
Rename Node to PtNodeArray
2013-08-16 01:38:11 -07:00
Ken Wakasa
47bac6ebf2
Merge "Remove unnecessary caching."
2013-08-16 08:28:19 +00:00
Yuichiro Hanada
6e26cc3f5d
Remove unnecessary caching.
...
Change-Id: Ic4ccab9d344b30b72fca1503827eec1c628fa4ac
2013-08-16 17:10:45 +09:00
Jean Chalard
21dddb1462
Merge "Rename Node to PtNodeArray"
2013-08-16 08:00:55 +00:00
Satoshi Kataoka
ef593b0101
am ad4c9093: Merge "Add hex string utils"
...
* commit 'ad4c90934be49e8f0327e865551814a937b4fc1f':
Add hex string utils
2013-08-16 00:36:58 -07:00
Jean Chalard
af30cbf0ee
Rename Node to PtNodeArray
...
Bug: 10247660
Change-Id: I1a0ac19f58f96adb5efac5fd35c6404831618c99
2013-08-16 16:24:54 +09:00
Satoshi Kataoka
283cf9cfc9
Add hex string utils
...
Bug: 9429906
Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e
2013-08-16 16:17:48 +09:00
Ken Wakasa
a49bf12883
am 33fce975: Merge "[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDictDecoder."
...
* commit '33fce975c976424e923455e8f948f1ebe494a2cd':
[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDictDecoder.
2013-08-15 04:31:11 -07:00
Satoshi Kataoka
10288e2c27
am 623e3f9d: Merge "Fix cosmetic source code formatting"
...
* commit '623e3f9d587a96caf3b4b88b8af8b7a81bc9347b':
Fix cosmetic source code formatting
2013-08-15 04:31:10 -07:00
Tadashi G. Takaoka
12774e5d4f
am 840e42d7: Merge "Add getters and copy constructor to Key class"
...
* commit '840e42d7f387d149b58ecea9b5960b7c875b5aa2':
Add getters and copy constructor to Key class
2013-08-15 04:31:08 -07:00
Ken Wakasa
33fce975c9
Merge "[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDictDecoder."
2013-08-15 11:26:06 +00:00
Yuichiro Hanada
94460eba11
[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDictDecoder.
...
Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
2013-08-15 20:23:07 +09:00
Satoshi Kataoka
623e3f9d58
Merge "Fix cosmetic source code formatting"
2013-08-15 11:20:41 +00:00
Tadashi G. Takaoka
840e42d7f3
Merge "Add getters and copy constructor to Key class"
2013-08-15 11:15:42 +00:00
Tadashi G. Takaoka
25f0d73fa4
Fix cosmetic source code formatting
...
Change-Id: I33c14a20bc55b826082e468c0aecfa026ba5d9f3
2013-08-15 20:13:31 +09:00
Tadashi G. Takaoka
7dc60f9db7
Add getters and copy constructor to Key class
...
Change-Id: I78eb96dcc26378926dc63acbfeb4828cbd44435d
2013-08-15 20:12:46 +09:00
Jean Chalard
f180c9a250
am e7870a2c: Add an initial JNI interface to dicttool.
...
* commit 'e7870a2c0d817e6548eb00c80278b9f7b86c1a5b':
Add an initial JNI interface to dicttool.
2013-08-15 02:03:07 -07:00
Jean Chalard
e7870a2c0d
Add an initial JNI interface to dicttool.
...
Bug: 10100269
Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6
2013-08-15 17:58:55 +09:00
Ken Wakasa
8ad3602285
am dc83fe37: Merge "Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils.""
...
* commit 'dc83fe37baafe1afe5410499d58d80a29b7cb1da':
Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils."
2013-08-15 01:58:53 -07:00
Ken Wakasa
dc83fe37ba
Merge "Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils.""
2013-08-15 08:56:28 +00:00
Ken Wakasa
117f18e844
Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils."
...
This reverts commit 4c63d0614e
.
Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
2013-08-15 08:54:29 +00:00
Ken Wakasa
20e3576f14
am f74ddfbb: Merge "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils."
...
* commit 'f74ddfbb06dbdd74fefee49bd63f2c1b9f61ad13':
[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils.
2013-08-14 23:57:14 -07:00
Ken Wakasa
f74ddfbb06
Merge "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils."
2013-08-15 06:53:23 +00:00
Yuichiro Hanada
4c63d0614e
[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils.
...
Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
2013-08-15 15:46:58 +09:00
Satoshi Kataoka
14ddbda63d
am a38a15dd: Merge "tiny refactor"
...
* commit 'a38a15ddc0aa314578828de29bba51cfcf39c8de':
tiny refactor
2013-08-14 23:41:23 -07:00
Satoshi Kataoka
a38a15ddc0
Merge "tiny refactor"
2013-08-15 06:38:49 +00:00
Satoshi Kataoka
1aae34873c
tiny refactor
...
Change-Id: I776432b6c41cf8dee71fbd1565a6f3da9d762f9e
2013-08-15 13:38:05 +09:00
Yuichiro Hanada
326a3e5d5d
am 1db93c9c: [Refactor] Move some helper methods to BinaryDictIOUtils.
...
* commit '1db93c9c0420d7d944e0ddef95d25de0738c3030':
[Refactor] Move some helper methods to BinaryDictIOUtils.
2013-08-14 19:04:28 -07:00
Yuichiro Hanada
1db93c9c04
[Refactor] Move some helper methods to BinaryDictIOUtils.
...
Change-Id: Ib817a975dc1f82241f732b236c44b042fda25b3c
2013-08-15 10:49:40 +09:00
Satoshi Kataoka
8099342df3
am be4d38e6: Merge "Fix test breakage"
...
* commit 'be4d38e61fe96409764405af66cade5a609d6e1d':
Fix test breakage
2013-08-14 04:44:37 -07:00
Satoshi Kataoka
be4d38e61f
Merge "Fix test breakage"
2013-08-14 11:40:34 +00:00
Satoshi Kataoka
2b39fab829
Fix test breakage
...
Change-Id: I10bd8fcc68711a039e000f715d7a65ae42095965
2013-08-14 20:38:32 +09:00
Satoshi Kataoka
91d2a3a40c
am 5654a1f2: Merge "Fix a debug functionality for the personalization prediction"
...
* commit '5654a1f21e3858969d56d81ed82768bd3e99bcb5':
Fix a debug functionality for the personalization prediction
2013-08-14 03:46:02 -07:00
Satoshi Kataoka
5654a1f21e
Merge "Fix a debug functionality for the personalization prediction"
2013-08-14 10:43:31 +00:00
Ken Wakasa
df6ca9c9fe
am 8e398e21: Merge "Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils."
...
* commit '8e398e21477d5526ab2892d8ea431a6295f8e2d7':
Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils.
2013-08-14 03:41:45 -07:00
Ken Wakasa
8e398e2147
Merge "Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils."
2013-08-14 10:38:15 +00:00
Satoshi Kataoka
d09ad2e368
Fix a debug functionality for the personalization prediction
...
Bug: 9429906
Change-Id: I10d39e1f8758dcb64c9c0111d516e3abfe81b04e
2013-08-14 19:36:20 +09:00
Satoshi Kataoka
72d7af4f4c
am 92038bca: Merge "Add a method to import one bigram and string utilities"
...
* commit '92038bcacd5210c667e67f7046a6675e085868b6':
Add a method to import one bigram and string utilities
2013-08-14 03:34:12 -07:00
Yuichiro Hanada
3edb62c69b
Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils.
...
Change-Id: I9ba55582c533fef0eb3e60c46bf23c8b16ee1ff4
2013-08-14 19:33:36 +09:00
Ken Wakasa
74537adb7d
am f795f2b7: Merge "Add FusionDictionaryBufferFromWritableByteBufferFactory."
...
* commit 'f795f2b7899fc62d8e96ac064265bf3d44b25704':
Add FusionDictionaryBufferFromWritableByteBufferFactory.
2013-08-14 03:30:51 -07:00
Satoshi Kataoka
92038bcacd
Merge "Add a method to import one bigram and string utilities"
2013-08-14 10:29:06 +00:00
Ken Wakasa
4d29ac2fb1
am 0766f133: Merge "Move some constants in BinaryDictInputOutput to FormatSpec."
...
* commit '0766f13391b9b442ba6cdc7c28fabca83a2756db':
Move some constants in BinaryDictInputOutput to FormatSpec.
2013-08-14 03:27:37 -07:00
Ken Wakasa
f795f2b789
Merge "Add FusionDictionaryBufferFromWritableByteBufferFactory."
2013-08-14 10:26:21 +00:00
Ken Wakasa
0766f13391
Merge "Move some constants in BinaryDictInputOutput to FormatSpec."
2013-08-14 10:25:04 +00:00
Yuichiro Hanada
665592774c
Move some constants in BinaryDictInputOutput to FormatSpec.
...
Change-Id: I6b12faf35b65238b9a64c82d4d1a6050f980e72e
2013-08-14 19:19:27 +09:00
Tadashi G. Takaoka
a24d8c88d9
am bdef628a: Merge "Add empty key background type"
...
* commit 'bdef628a35222d7894c5f5916f94e6c3a8ef89bb':
Add empty key background type
2013-08-14 03:18:01 -07:00
Tadashi G. Takaoka
cd786db858
am ed5582ec: Merge "Thin out audio and haptic feedback while key repeat"
...
* commit 'ed5582ec651ffc106c8fba64d138adbec359c63e':
Thin out audio and haptic feedback while key repeat
2013-08-14 03:14:32 -07:00
Tadashi G. Takaoka
bdef628a35
Merge "Add empty key background type"
2013-08-14 10:13:33 +00:00
Tadashi G. Takaoka
ed5582ec65
Merge "Thin out audio and haptic feedback while key repeat"
2013-08-14 10:11:43 +00:00
Tadashi G. Takaoka
c8617c0070
am 693087f9: Merge "Remove unused drawables"
...
* commit '693087f97615f00b4bb148698202563fcd314c64':
Remove unused drawables
2013-08-14 03:10:13 -07:00
Tadashi G. Takaoka
693087f976
Merge "Remove unused drawables"
2013-08-14 10:06:30 +00:00
Satoshi Kataoka
4ee953125a
Add a method to import one bigram and string utilities
...
Bug: 9429906
Change-Id: I73bbf65985196d62470552c576bb076a7cb95008
2013-08-14 18:56:12 +09:00
Jean Chalard
e4554028f3
am 5fd8b7eb: Merge "Add looksValidForDictionaryInsertion"
...
* commit '5fd8b7ebd5c75e64a1288cb4b697ecaf7161b93c':
Add looksValidForDictionaryInsertion
2013-08-14 02:44:43 -07:00
Jean Chalard
5fd8b7ebd5
Merge "Add looksValidForDictionaryInsertion"
2013-08-14 09:41:49 +00:00
Jean Chalard
af5fbe70ac
Add looksValidForDictionaryInsertion
...
...and test it.
Also at the same time, add a facility to create a SettingsValues for
test, and some minor performance improvement to surrounding
methods.
Change-Id: I13b629ae14755c244af2a9406a7e9b4a4a16090f
2013-08-14 18:39:28 +09:00
Tadashi G. Takaoka
ab16237e69
Thin out audio and haptic feedback while key repeat
...
Bug: 6522943
Change-Id: Id60f256ab0f8741578eda276116817fa48917325
2013-08-14 18:37:58 +09:00
Jean Chalard
668a441be9
am fdfc8ad2: Merge "Re-evaluate auto-caps earlier."
...
* commit 'fdfc8ad2d09d3b475df22ba22fca8593a63ae9f5':
Re-evaluate auto-caps earlier.
2013-08-14 02:32:46 -07:00
Jean Chalard
fdfc8ad2d0
Merge "Re-evaluate auto-caps earlier."
2013-08-14 09:29:48 +00:00
Tadashi G. Takaoka
e18439d5c7
Add empty key background type
...
Change-Id: I9b07c58a9b70ae0228f87e1f066ca8cd959b4f03
2013-08-14 18:12:11 +09:00
Jean Chalard
9c396a24c9
am 4bc74d19: Merge "Delete surrogate together."
...
* commit '4bc74d19ef72a919e09611e7d7b0d2d3d9e00a30':
Delete surrogate together.
2013-08-14 02:09:38 -07:00
Jean Chalard
4bc74d19ef
Merge "Delete surrogate together."
2013-08-14 09:06:07 +00:00
Tadashi G. Takaoka
5c915bc749
Remove unused drawables
...
Change-Id: I83f752dcb0d607e3f77bfbee519993aa37bfd5e4
2013-08-14 17:58:22 +09:00
Jean Chalard
b2d954cad6
Delete surrogate together.
...
Stop deleting them one after the other, it makes no sense. We
can know in advance if we should delete two of them, so let's
use that.
Bug: 6526420
Change-Id: Ifa2263cbde8fedc78bb750b84d4acd3f979774ea
2013-08-14 17:53:33 +09:00
Jean Chalard
b7e782d868
Re-evaluate auto-caps earlier.
...
We have all we know to re-evaluate auto-caps in this case.
We don't need to wait until we get the callback from TextView.
Bug: 10287972
Change-Id: I87e4e26cd193a001f91fe852ffc5a8f728db2449
2013-08-14 17:40:23 +09:00
Jean Chalard
324d4d7290
am 1162c053: Merge "Remove dead code"
...
* commit '1162c0537d48fcec6dd5dc02594a16d24b4d1008':
Remove dead code
2013-08-14 01:38:04 -07:00
Jean Chalard
1162c0537d
Merge "Remove dead code"
2013-08-14 08:35:46 +00:00
Yuichiro Hanada
bbc8a930f7
Add FusionDictionaryBufferFromWritableByteBufferFactory.
...
Change-Id: I23de0a178e7f11f2cf301fd433cde60c6152055b
2013-08-14 17:07:44 +09:00
Jean Chalard
d81b9d0276
Remove dead code
...
isComposingWord() is actually defined as size > 0, so this test
can never be false.
Change-Id: If71afae6f0b16bff46178f0fae3244597354fecb
2013-08-14 16:38:37 +09:00
Jean Chalard
f6236e7e9e
am e18fdf80: Merge "Fix a bug with surrogate pairs"
...
* commit 'e18fdf804acdc7cd8db19c2a03adecc44d71f1ef':
Fix a bug with surrogate pairs
2013-08-14 00:31:02 -07:00
Jean Chalard
e18fdf804a
Merge "Fix a bug with surrogate pairs"
2013-08-14 07:27:54 +00:00
Jean Chalard
a74ae9c451
Fix a bug with surrogate pairs
...
Bug: 10316781
Change-Id: I528c59c8823cda11975cb01b0ae59f12cfadef3b
2013-08-14 16:00:28 +09:00
Ken Wakasa
c95a7aa797
am ae59ce02: Merge "Remove audio and haptic feedback while key repeating"
...
* commit 'ae59ce026213cd9c92f8202ccb2a337e6495119d':
Remove audio and haptic feedback while key repeating
2013-08-13 14:54:17 -07:00
Ken Wakasa
ae59ce0262
Merge "Remove audio and haptic feedback while key repeating"
2013-08-13 21:50:20 +00:00
Ken Wakasa
a3fe14b4cc
am f27297d2: Merge "Add BinaryDictReader."
...
* commit 'f27297d2ece8a247a8b9e18d4e65dc0d0ba68b77':
Add BinaryDictReader.
2013-08-13 04:07:57 -07:00
Ken Wakasa
f27297d2ec
Merge "Add BinaryDictReader."
2013-08-13 11:03:44 +00:00
Yuichiro Hanada
3feacba1eb
Add BinaryDictReader.
...
Bug: 9618601
Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
2013-08-13 19:55:05 +09:00
Tadashi G. Takaoka
ed3856f18a
am d03e5bd7: Merge "Rename maketext tool to make-keyboard-text"
...
* commit 'd03e5bd76164907e2cdfd0e647a0c4cd5e2a896b':
Rename maketext tool to make-keyboard-text
2013-08-13 01:53:07 -07:00
Tadashi G. Takaoka
d03e5bd761
Merge "Rename maketext tool to make-keyboard-text"
2013-08-13 08:49:56 +00:00
Ken Wakasa
855e6a22c8
am 7242bf1a: Merge "Make readHeader check the header size before using it."
...
* commit '7242bf1a159b909db8a7c74e786e2391a4361d85':
Make readHeader check the header size before using it.
2013-08-13 01:40:19 -07:00
Ken Wakasa
7242bf1a15
Merge "Make readHeader check the header size before using it."
2013-08-13 08:14:43 +00:00
Yuichiro Hanada
b7bb9c9722
Make readHeader check the header size before using it.
...
Change-Id: I5dc3e2b674f7343ef57317fde6bdb7349a7fe04c
2013-08-13 17:06:25 +09:00
Tadashi G. Takaoka
d1d607287d
Remove audio and haptic feedback while key repeating
...
Bug: 6522943
Change-Id: Iad1b11172e47bfbae2b4129361a56b9d793f8f62
2013-08-13 17:03:26 +09:00
Baligh Uddin
1e48fd0323
Merge "Import translations. DO NOT MERGE"
2013-08-13 07:59:40 +00:00
Baligh Uddin
b0dd086081
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-08-13 07:59:14 +00:00
Tadashi G. Takaoka
ca6acfdd6b
Rename maketext tool to make-keyboard-text
...
Change-Id: Icceda22aec75f9e3602da8775c0e94b110283575
2013-08-13 15:33:14 +09:00
Tadashi G. Takaoka
201be01798
am 0adc8a2a: Merge "Fix parenthesis direction for RTL languages"
...
* commit '0adc8a2ad3630aa01984b4b6ccb2b7ca94cf8948':
Fix parenthesis direction for RTL languages
2013-08-12 23:25:47 -07:00
Tadashi G. Takaoka
0adc8a2ad3
Merge "Fix parenthesis direction for RTL languages"
2013-08-13 06:22:12 +00:00
Satoshi Kataoka
d9863e3e44
am 46961247: Merge "Call onDictionaryReady"
...
* commit '46961247a681aa3a8bdc7a6b9103e962dd3da829':
Call onDictionaryReady
2013-08-12 22:43:37 -07:00
Satoshi Kataoka
46961247a6
Merge "Call onDictionaryReady"
2013-08-13 05:40:21 +00:00
Tadashi G. Takaoka
d41c44498c
Fix parenthesis direction for RTL languages
...
Bug: 10284912
Change-Id: Ie0fc09b101034482a775961c8f8f1fcdf6dbec8f
2013-08-13 12:23:25 +09:00
Satoshi Kataoka
310f8a0f06
Call onDictionaryReady
...
Bug: 9429906
Change-Id: Ifc538b38b7d37469aecccd32a7e3f95a90558be7
2013-08-13 11:41:48 +09:00
Baligh Uddin
f9cb50a5b9
Import translations. DO NOT MERGE
...
Change-Id: I17e1fa887883a74297346d650cabfc4b0c411b2e
Auto-generated-cl: translation import
2013-08-12 15:26:34 -07:00
Baligh Uddin
dc511a3f0a
Import translations. DO NOT MERGE
...
Change-Id: Ic98e1061acd3abf96e1f594c6b9ba79a0664a169
Auto-generated-cl: translation import
2013-08-12 15:19:33 -07:00
Tadashi G. Takaoka
fffd71fcbb
am bab69d09: Merge "Remove redundant EditorInfo member from KeyboardLayoutSet.Builder"
...
* commit 'bab69d09f98030634ce2dd22c34a39154b437c24':
Remove redundant EditorInfo member from KeyboardLayoutSet.Builder
2013-08-12 01:36:47 -07:00
Tadashi G. Takaoka
bab69d09f9
Merge "Remove redundant EditorInfo member from KeyboardLayoutSet.Builder"
2013-08-12 08:25:46 +00:00
Satoshi Kataoka
39acbaeeaa
am 1b7c1cd5: Merge "Add PersionalizationDictionaryRegister"
...
* commit '1b7c1cd513c53e1d1f07a328405c71509a0ecb6c':
Add PersionalizationDictionaryRegister
2013-08-11 23:27:47 -07:00
Satoshi Kataoka
1b7c1cd513
Merge "Add PersionalizationDictionaryRegister"
2013-08-12 06:23:12 +00:00
Satoshi Kataoka
8c4fcb108f
Add PersionalizationDictionaryRegister
...
Bug: 9429906
Change-Id: Ibd4d5cedb371c0b4ee1342a3e6d221c9e34c2402
2013-08-12 14:48:45 +09:00
Tadashi G. Takaoka
7215e06e60
Remove redundant EditorInfo member from KeyboardLayoutSet.Builder
...
Change-Id: I9bbba9c27d3d478421c094e6cd0e1da31fd4f4c8
2013-08-12 14:35:58 +09:00
Ken Wakasa
ba218cd792
am 66a63db2: Merge "Rationalize how to use AdditionalFeaturesSettingUtils"
...
* commit '66a63db2d5c1613bdaa106f0c2830972e39f9f4e':
Rationalize how to use AdditionalFeaturesSettingUtils
2013-08-11 18:39:42 -07:00
Ken Wakasa
66a63db2d5
Merge "Rationalize how to use AdditionalFeaturesSettingUtils"
2013-08-12 01:36:46 +00:00
Ken Wakasa
4a2f6a2216
am 25402fd5: am 724db044: Deallocate gesture trail bitmap when unneeded further
...
* commit '25402fd5309891884a843528d47f6b4646341a3f':
Deallocate gesture trail bitmap when unneeded further
2013-08-09 15:53:29 -07:00
Ken Wakasa
6ceef84e7d
am 724db044: Deallocate gesture trail bitmap when unneeded further
...
* commit '724db044957eb3544323c9814cbb4f20e81b8594':
Deallocate gesture trail bitmap when unneeded further
2013-08-09 15:40:57 -07:00
Ken Wakasa
25402fd530
am 724db044: Deallocate gesture trail bitmap when unneeded further
...
* commit '724db044957eb3544323c9814cbb4f20e81b8594':
Deallocate gesture trail bitmap when unneeded further
2013-08-09 15:21:44 -07:00
Ken Wakasa
02938c6baf
Rationalize how to use AdditionalFeaturesSettingUtils
...
It should be called regardless of the gesture input being enabled or not
Change-Id: I223a823ef18389227fc04d000cc7bf750797ba31
2013-08-10 00:32:07 +09:00
Ken Wakasa
724db04495
Deallocate gesture trail bitmap when unneeded further
...
Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244
bug: 8967766
Change-Id: I7b916daa5269cfde359a77555e8ffadf0e4a8f92
2013-08-09 21:07:40 +09:00
Tadashi G. Takaoka
3f75c04144
am f76264dc: Merge "Remove key preview backing view"
...
* commit 'f76264dcf4942a0e2685a9f816f7581b3d9d76fb':
Remove key preview backing view
2013-08-09 04:53:48 -07:00
Ken Wakasa
cf575f8937
am cfcf6660: Reinstate a call to UsabilityStudyLogUtils#writeChar()
...
* commit 'cfcf6660fc369fefd4028451334a9c2eda9bc4e5':
Reinstate a call to UsabilityStudyLogUtils#writeChar()
2013-08-09 04:30:46 -07:00
Yuichiro Hanada
5d7b46343b
am 7ec9db2c: Remove the code and comments about version 1 format.
...
* commit '7ec9db2c34ee6bec2cbff6cf05cee9bf3c2f7122':
Remove the code and comments about version 1 format.
2013-08-09 04:30:24 -07:00
Tadashi G. Takaoka
c77684d1aa
am 6ca0b371: Merge "Small clean up of KeyboardView.onMeasure"
...
* commit '6ca0b371de557b21dab5736802055cc367036f8d':
Small clean up of KeyboardView.onMeasure
2013-08-09 04:30:18 -07:00
Tadashi G. Takaoka
2dfcfc5013
Remove key preview backing view
...
This change re-origanizes view hierarchy of IME's input view.
Change-Id: I9d0a07692d0f41de3345d207366393bcd5424f7e
2013-08-09 20:25:42 +09:00
Ken Wakasa
cfcf6660fc
Reinstate a call to UsabilityStudyLogUtils#writeChar()
...
The usability study mode has been broken.
bug: 10251399
Change-Id: Iaa301241f102f412fa073f0d8b897a4c8b265a9c
2013-08-09 19:32:02 +09:00
Yuichiro Hanada
7ec9db2c34
Remove the code and comments about version 1 format.
...
Change-Id: I827052f234eeaa4dbcfd37da69a99866896a158b
2013-08-09 16:05:07 +09:00
Tadashi G. Takaoka
6ca0b371de
Merge "Small clean up of KeyboardView.onMeasure"
2013-08-09 03:00:13 +00:00
Satoshi Kataoka
6d2399c003
am 5c057b32: Merge "Fix unit tests."
...
* commit '5c057b32414fab5f5d8267f8fc8b4230b54d4cca':
Fix unit tests.
2013-08-08 15:56:31 -07:00
Tadashi G. Takaoka
c31f7d79be
am 96b444d4: Merge "Remove processMotionEvent from MoreKeysKeyboardView"
...
* commit '96b444d4292f0834c94b8d56ae124a6d6a947bd3':
Remove processMotionEvent from MoreKeysKeyboardView
2013-08-08 15:56:30 -07:00
Satoshi Kataoka
7cb1b82fe5
am 1181c5ac: Merge "Fix to follow the field naming conventions."
...
* commit '1181c5acbc6bd8834551d8fadca55d41c886a6d8':
Fix to follow the field naming conventions.
2013-08-08 15:56:29 -07:00
Keisuke Kuroyanagi
9f2ba37fb9
am d7b76727: Merge "Make user and contacts dict use ver3 format."
...
* commit 'd7b76727b9411a003c66182af20617afd38edde5':
Make user and contacts dict use ver3 format.
2013-08-08 15:56:28 -07:00
Jean Chalard
3cd6811e4b
am 769aefe0: Merge "Increase CHAR_LIMIT to 29 to accommodate German."
...
* commit '769aefe00eac18240c70ad37ffd5b6b4fde81390':
Increase CHAR_LIMIT to 29 to accommodate German.
2013-08-08 15:56:27 -07:00
Jean Chalard
d7309ec469
am 4456d1a8: Merge "Have double-space-to-period cancel leave a single space"
...
* commit '4456d1a8c18a4c674c8394570550f2977f5f117b':
Have double-space-to-period cancel leave a single space
2013-08-08 15:56:24 -07:00
Satoshi Kataoka
4869841560
am 5c057b32: Merge "Fix unit tests."
...
* commit '5c057b32414fab5f5d8267f8fc8b4230b54d4cca':
Fix unit tests.
2013-08-08 03:17:43 -07:00
Tadashi G. Takaoka
4f1fdc30be
Small clean up of KeyboardView.onMeasure
...
Change-Id: I46830f8482b46c6999b80793c8b4ae860b46e429
2013-08-08 19:15:13 +09:00
Satoshi Kataoka
5c057b3241
Merge "Fix unit tests."
2013-08-08 10:14:27 +00:00
Yuichiro Hanada
7d1ae52ded
Fix unit tests.
...
Change-Id: Ic0013089625e112aaccc888d462330640ef7cc6f
2013-08-08 19:12:35 +09:00
Tadashi G. Takaoka
eafd4b4ed9
am 96b444d4: Merge "Remove processMotionEvent from MoreKeysKeyboardView"
...
* commit '96b444d4292f0834c94b8d56ae124a6d6a947bd3':
Remove processMotionEvent from MoreKeysKeyboardView
2013-08-08 01:35:24 -07:00
Satoshi Kataoka
6b48c8ba0c
am 1181c5ac: Merge "Fix to follow the field naming conventions."
...
* commit '1181c5acbc6bd8834551d8fadca55d41c886a6d8':
Fix to follow the field naming conventions.
2013-08-08 01:35:23 -07:00
Tadashi G. Takaoka
96b444d429
Merge "Remove processMotionEvent from MoreKeysKeyboardView"
2013-08-08 08:23:23 +00:00
Satoshi Kataoka
1181c5acbc
Merge "Fix to follow the field naming conventions."
2013-08-08 08:06:45 +00:00
Keisuke Kuroyanagi
765179b355
am d7b76727: Merge "Make user and contacts dict use ver3 format."
...
* commit 'd7b76727b9411a003c66182af20617afd38edde5':
Make user and contacts dict use ver3 format.
2013-08-08 00:54:41 -07:00
Keisuke Kuroyanagi
d7b76727b9
Merge "Make user and contacts dict use ver3 format."
2013-08-08 07:51:36 +00:00
Tadashi G. Takaoka
33482a9b9c
Remove processMotionEvent from MoreKeysKeyboardView
...
Change-Id: I5373df4a7c82f964f99acf70325bba8702111a75
2013-08-08 15:30:09 +09:00
Jean Chalard
1c558a31cf
am 769aefe0: Merge "Increase CHAR_LIMIT to 29 to accommodate German."
...
* commit '769aefe00eac18240c70ad37ffd5b6b4fde81390':
Increase CHAR_LIMIT to 29 to accommodate German.
2013-08-07 23:06:24 -07:00
Jean Chalard
7f2cb76990
Increase CHAR_LIMIT to 29 to accommodate German.
...
Bug: 10221961
Change-Id: Ib9967f7a258f499d24294da16a9191cc2dda4a32
2013-08-08 15:00:33 +09:00
Keisuke Kuroyanagi
b6d48c4c0b
Make user and contacts dict use ver3 format.
...
Bug: 6669677
Change-Id: I6a20eed2c8afdd1c16ada5bf85067864c7cd2a7f
2013-08-08 14:57:19 +09:00
Yuichiro Hanada
71ffcc6332
Fix to follow the field naming conventions.
...
Change-Id: I9b41b5f34e93a3f291a352cd85c5ac257beaa9ab
2013-08-08 12:03:36 +09:00
Jean Chalard
37fa494cd5
am 4456d1a8: Merge "Have double-space-to-period cancel leave a single space"
...
* commit '4456d1a8c18a4c674c8394570550f2977f5f117b':
Have double-space-to-period cancel leave a single space
2013-08-07 19:56:49 -07:00
Jean Chalard
4456d1a8c1
Merge "Have double-space-to-period cancel leave a single space"
2013-08-08 02:52:24 +00:00
Jean Chalard
522d13c302
Have double-space-to-period cancel leave a single space
...
Bug: 8911898
Change-Id: Ifb4bb63c14dc960d0a53f1511908830093cca012
2013-08-08 11:49:27 +09:00
Baligh Uddin
f9456855e0
Merge "Import translations. DO NOT MERGE"
2013-08-07 17:57:23 +00:00
Baligh Uddin
607143c9ce
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2013-08-07 17:56:37 +00:00
Tadashi G. Takaoka
72b5ff6645
am 083a40b2: Merge "Move createKeyboardSetForSpellChecker to AndroidSpellCheckService"
...
* commit '083a40b291dbd4d63aabbcb4a1dc1ca27bb46863':
Move createKeyboardSetForSpellChecker to AndroidSpellCheckService
2013-08-07 03:35:08 -07:00
Tadashi G. Takaoka
f6872b3601
am 15b80c4e: Merge "Add ResouceUtils.getDefaultKeyboardHeight"
...
* commit '15b80c4ec264d8fcc457988bc695453093e6f577':
Add ResouceUtils.getDefaultKeyboardHeight
2013-08-07 03:35:06 -07:00
Tadashi G. Takaoka
083a40b291
Merge "Move createKeyboardSetForSpellChecker to AndroidSpellCheckService"
2013-08-07 10:32:56 +00:00
Tadashi G. Takaoka
15b80c4ec2
Merge "Add ResouceUtils.getDefaultKeyboardHeight"
2013-08-07 10:32:30 +00:00
Tadashi G. Takaoka
204e7b1401
Move createKeyboardSetForSpellChecker to AndroidSpellCheckService
...
Change-Id: I4a9065e703e98ffed50f2a6d76ace938dfc26ddf
2013-08-07 19:24:22 +09:00
Tadashi G. Takaoka
3897a43940
Add ResouceUtils.getDefaultKeyboardHeight
...
Change-Id: I377f6a83ec86b0345b170e7ad995d4577220d0ad
2013-08-07 19:23:31 +09:00
Tadashi G. Takaoka
3cbcdd3a14
am 2cb9a143: Merge "Make key label from supplementary code point"
...
* commit '2cb9a1434ea1d22a37f1396b20670c4b0589c120':
Make key label from supplementary code point
2013-08-07 03:02:46 -07:00
Tadashi G. Takaoka
2cb9a1434e
Merge "Make key label from supplementary code point"
2013-08-07 09:59:41 +00:00
Tadashi G. Takaoka
45d0205862
Make key label from supplementary code point
...
Change-Id: I0a7834b5c4908a2116a8772cf85985ab8bed7091
2013-08-07 18:34:20 +09:00
Satoshi Kataoka
3c6d5041bc
am c05b3b56: Merge "Add a session for the personalization dictionary"
...
* commit 'c05b3b56cc6af7ae33983792b8601c869d2ff4aa':
Add a session for the personalization dictionary
2013-08-07 01:47:26 -07:00
Satoshi Kataoka
c05b3b56cc
Merge "Add a session for the personalization dictionary"
2013-08-07 08:45:19 +00:00
Tadashi G. Takaoka
145ac75c0d
am 7de0331a: Merge "Remove orientation member from KeyboardId"
...
* commit '7de0331a19bbe07a2689d7b49ae9a798a9451c2c':
Remove orientation member from KeyboardId
2013-08-07 00:54:05 -07:00
Satoshi Kataoka
80aa7197b4
Add a session for the personalization dictionary
...
Bug: 9429906
Bug: 4192129
Change-Id: I361ab380edeee5a8a8b364df3f9f4ab202b79105
2013-08-07 16:44:30 +09:00
Tadashi G. Takaoka
15c42454c0
Remove orientation member from KeyboardId
...
Change-Id: I2c16134a24088dbc30b74ae7c5bc578a9d84a960
2013-08-07 16:32:54 +09:00
Jean Chalard
f7959a3af5
am 0f47d516: Merge "Reword "No language""
...
* commit '0f47d5163dabb7b4205826dd2d829a55c8621577':
Reword "No language"
2013-08-06 09:29:19 -07:00
Tadashi G. Takaoka
9f87373ea7
am 8ba87982: Merge "Consolidate forwardTouchEvent with dispatchTouchEvent"
...
* commit '8ba8798290388ed740f0ca4f01e74b11847b6d44':
Consolidate forwardTouchEvent with dispatchTouchEvent
2013-08-06 09:29:17 -07:00
Tadashi G. Takaoka
7fbda5f047
am cc38bfb5: Merge "Add emoji icon and code as a groundwork"
...
* commit 'cc38bfb5d3bc48fae1a789d35441e96fd3d0d63c':
Add emoji icon and code as a groundwork
2013-08-06 09:29:16 -07:00
Tadashi G. Takaoka
5f88fa8058
am daab5caf: Merge "Remove unnecessary suggestion strip container"
...
* commit 'daab5cafd288da696e9e9776eb0da8bd0863dcf7':
Remove unnecessary suggestion strip container
2013-08-06 09:29:14 -07:00
Jean Chalard
0f47d5163d
Merge "Reword "No language""
2013-08-06 11:11:21 +00:00
Baligh Uddin
e60fb5b716
Import translations. DO NOT MERGE
...
Change-Id: Idb528323e197ce6e2de7ec3fe5e764fffc72e53e
Auto-generated-cl: translation import
2013-08-06 02:29:15 -07:00
Baligh Uddin
f8c8140106
Import translations. DO NOT MERGE
...
Change-Id: I1a07b23ba76af93435bc8305c20edfd23c51114c
Auto-generated-cl: translation import
2013-08-06 02:24:54 -07:00
Tadashi G. Takaoka
8ba8798290
Merge "Consolidate forwardTouchEvent with dispatchTouchEvent"
2013-08-06 06:38:33 +00:00
Tadashi G. Takaoka
cc38bfb5d3
Merge "Add emoji icon and code as a groundwork"
2013-08-06 05:35:14 +00:00
Tadashi G. Takaoka
b127d88285
Add emoji icon and code as a groundwork
...
The emoji switching key icon asset should be updated. The icons in
this change are just borrowed from Hangout.
Bug: 10179862
Bug: 6370846
Change-Id: Icea26d2cf2ac6a6df9beb4c98f646dbe309bdcd9
2013-08-06 14:16:15 +09:00
Tadashi G. Takaoka
88f840d2a2
Consolidate forwardTouchEvent with dispatchTouchEvent
...
Change-Id: Ib73962acff72be0a78a3565028572ad694fb8501
2013-08-06 11:04:51 +09:00
Tadashi G. Takaoka
52d220e71b
Remove unnecessary suggestion strip container
...
Change-Id: I3710e1fe1574c0f69f7f448619e939fb45e9b8d3
2013-08-06 10:57:47 +09:00
Tadashi G. Takaoka
7c2ea3dfc0
am 20239759: Merge "Small optimization for readability"
...
* commit '202397598856d924c02c8f963425f224a2d9547f':
Small optimization for readability
2013-08-05 17:08:01 -07:00
Tadashi G. Takaoka
ce597c1319
am f8d162c3: Merge "Fix keyboard caching bug for testing"
...
* commit 'f8d162c315e90a2944f12255db43e55c2a22ad35':
Fix keyboard caching bug for testing
2013-08-05 17:08:00 -07:00
Tadashi G. Takaoka
2023975988
Merge "Small optimization for readability"
2013-08-06 00:04:35 +00:00
Tadashi G. Takaoka
f8d162c315
Merge "Fix keyboard caching bug for testing"
2013-08-06 00:03:59 +00:00
Tadashi G. Takaoka
df6ac71e93
am c0a732f0: Remove CODE_RESEARCH
...
* commit 'c0a732f0320b0d125610adf23d14d742860b5fd3':
Remove CODE_RESEARCH
2013-08-05 03:39:09 -07:00
Tadashi G. Takaoka
c0a732f032
Remove CODE_RESEARCH
...
Instead of CODE_RESEARCH, special outputText ".research." is used to
invoke a research feedback dialog.
Change-Id: Ic95c956ab4f2b5f0c3f2205c9bbcdcfb67db5d6e
2013-08-05 19:05:07 +09:00
Tadashi G. Takaoka
de7d659ebd
am b2c21033: Merge "Small cleanup"
...
* commit 'b2c21033ab4c94a718b0bb8725a467d66083c353':
Small cleanup
2013-08-05 02:49:16 -07:00
Tadashi G. Takaoka
b2c21033ab
Merge "Small cleanup"
2013-08-05 09:47:24 +00:00
Tadashi G. Takaoka
28a148681e
Small cleanup
...
Change-Id: I7dce7373b371f1ed5a985815f5d43fb6c6ee1f84
2013-08-05 18:46:35 +09:00
Jean Chalard
bb9603aa0f
am 965b7266: Fix a typo
...
* commit '965b7266c2ed014bc08da6ef1f31c3d01d131b1e':
Fix a typo
2013-08-05 02:19:44 -07:00
Jean Chalard
c5beb522ed
Reword "No language"
...
Bug: 10064334
Change-Id: Ie4e6c333566eee9000fa5c8e59e9df8b9b56a5b3
2013-08-05 18:16:35 +09:00
Jean Chalard
965b7266c2
Fix a typo
...
Change-Id: Ie724a444ce056ee43b7ca2f10f30cce5843e61ad
2013-08-05 18:13:29 +09:00
Tadashi G. Takaoka
0016d51ab8
Small optimization for readability
...
Change-Id: I8a24fc0981e58a7dc30f0577c4415a1d3bc5ed4d
2013-08-05 17:36:28 +09:00
Tadashi G. Takaoka
95f9b95dfb
Fix keyboard caching bug for testing
...
Change-Id: I00584a68d868f38c065bb6a41e8e5f4eafd44e7f
2013-08-05 17:35:08 +09:00
Satoshi Kataoka
bdc8767c03
am 93f4c84d: Fix build
...
* commit '93f4c84d9576c9e3b70f273940091b74cff23b13':
Fix build
2013-08-02 04:44:46 -07:00
Satoshi Kataoka
93f4c84d95
Fix build
...
Change-Id: I5748f7fb753f06e7be31e94c5e665130d818c4a9
2013-08-02 20:39:48 +09:00
Satoshi Kataoka
aa734f4199
am 33592d1b: Merge "Add a debug preference for using only personalization dictionary"
...
* commit '33592d1bee77f25321d6912f5f9f5fdd9e495885':
Add a debug preference for using only personalization dictionary
2013-08-02 04:33:16 -07:00
Jean Chalard
9cd592c210
am ba2f4f84: Merge "Fix a concurrency bug."
...
* commit 'ba2f4f84cab1e5910968b93e26f1c2f08c8642b3':
Fix a concurrency bug.
2013-08-02 04:33:13 -07:00
Ken Wakasa
f56a8cc89c
am 6333ed38: Small cleanup
...
* commit '6333ed3801089a7422465d9d7af00e5ec4c93138':
Small cleanup
2013-08-02 04:33:11 -07:00
Satoshi Kataoka
33592d1bee
Merge "Add a debug preference for using only personalization dictionary"
2013-08-02 11:30:20 +00:00
Jean Chalard
ba2f4f84ca
Merge "Fix a concurrency bug."
2013-08-02 11:28:45 +00:00
Jean Chalard
10d66669c7
Fix a concurrency bug.
...
This probably only ever happens in tests, but still, that's
the right thing to do.
Bug: 10139031
Change-Id: I259be9e7306162e19faf738a093a77762f2e7675
2013-08-02 20:26:37 +09:00