Kurt Partridge
e92b5e145f
Allow LogUnits to hold >1 word
...
LogUnits have been annotated with the autocorrected words, but
until now this was assumed to be a single word without spaces.
But spaceless typing can result in spaces in the LogUnit label. With this
change, the LogUnit inspects the autocorrected text to determine how many
words were inserted, and counts them accurately.
This change corrects a privacy problem, which was that if the word sampling
algorithm chose a LogUnit that actually contained multiple words, then more
than two successive words would be included in the log.
Change-Id: I7c01c3dd3ac33d7e96c00836256bae9c14b124ed
2013-04-19 08:55:39 -07:00
Jean Chalard
825da76c72
Redisplay a hidden button after it entered the screen again.
...
Bug: 7600384
Change-Id: I6cd18fd7584b6e98260cb432956f08ba9886580b
2013-04-19 22:50:48 +09:00
Jean Chalard
f8014eea34
Hide the correct button when pressing a new button.
...
Bug: 7600384
Change-Id: Ic5dbbbbcf19d778dde1316ebb417f1a8ede2d25d
2013-04-19 22:50:45 +09:00
Tadashi G. Takaoka
b8ff89c809
Remove translatable="false" from setup wizard strings
...
Change-Id: Ie2f53910ce91f8c288e83c4ea15dc51aafd4c6a2
2013-04-19 21:07:17 +09:00
Tadashi G. Takaoka
42afa82d54
Support landscape orientation for setup wizard
...
Bug: 8159728
Change-Id: Ic0f73a7ebfea6e5e98aa320eb1ebc2a677271665
2013-04-19 20:53:40 +09:00
Tadashi G. Takaoka
68e4de1e78
Add welcome screen to setup wizard
...
This is a preliminary implementation because the welcome screen video
is just a placeholder.
Bug: 8159728
Change-Id: I6a2459a266babec2f078fc393b18c77b0b7992a8
2013-04-19 20:49:49 +09:00
Tadashi G. Takaoka
fcefabf9ab
Groundwork to implement landscape and welcome screen
...
Bug: 8159728
Change-Id: I05ff6578980ec2e210ebb482ea51b1600e74a4f4
2013-04-19 20:10:59 +09:00
Tadashi G. Takaoka
16ec2e1155
Merge "Add finish action to setup wizard"
2013-04-19 10:58:55 +00:00
Tadashi G. Takaoka
192743a6ae
Add finish action to setup wizard
...
Bug: 8159728
Change-Id: I1578fc31875a1edbfea213fb5e1a1b464d02e941
2013-04-19 19:44:54 +09:00
Ken Wakasa
d4ab58a0f7
Add translatable="false" for appropriate entries
...
bug: 8662567
Change-Id: I1ac9b4b8834f3b0ea537ad3142fa533dea10f23e
2013-04-19 19:37:59 +09:00
Jean Chalard
ff078041e7
am f1dde6a1: am 758c74fe: Merge "Fix an NPE in recorrection" into jb-mr2-dev
...
* commit 'f1dde6a1bf659d182db5a2645515cc1efe74459c':
Fix an NPE in recorrection
2013-04-19 00:10:22 -07:00
Jean Chalard
f1dde6a1bf
am 758c74fe: Merge "Fix an NPE in recorrection" into jb-mr2-dev
...
* commit '758c74fe82683aef08d93a935433c027a7bc21a7':
Fix an NPE in recorrection
2013-04-19 00:07:37 -07:00
Jean Chalard
e5cbdfe1b8
am 3629605b: am 77226ed0: Merge "Fix an NPE in recapitalize" into jb-mr2-dev
...
* commit '3629605b7c14b5eea498ef9588f4fef788ef454c':
Fix an NPE in recapitalize
2013-04-19 00:06:58 -07:00
Jean Chalard
3629605b7c
am 77226ed0: Merge "Fix an NPE in recapitalize" into jb-mr2-dev
...
* commit '77226ed006ba32228cd5db19031e04d13d87b27e':
Fix an NPE in recapitalize
2013-04-19 00:04:13 -07:00
Jean Chalard
758c74fe82
Merge "Fix an NPE in recorrection" into jb-mr2-dev
2013-04-19 07:03:19 +00:00
Jean Chalard
77226ed006
Merge "Fix an NPE in recapitalize" into jb-mr2-dev
2013-04-19 07:01:10 +00:00
Jean Chalard
ae7d1530b4
Fix an NPE in recorrection
...
Also, theoretically, we don't want to retrieve older suggestions if
there are no results for a recorrection - that would look random.
This bug addresses this too.
Bug: 8657919
Change-Id: I44f36d34a708a968ab71fa0592da57f4c97d4b7f
2013-04-19 15:53:33 +09:00
Jean Chalard
3bdf341ea0
Fix an NPE in recapitalize
...
Bug: 8657736
Change-Id: I459d1c200826c1c394f8207475ecf60a4f356793
2013-04-19 15:44:20 +09:00
Tadashi G. Takaoka
f10046bddc
Remove ScrollView from setup wizard
...
Change-Id: I85f089301d1be8ed789a20049d21e2c371cad1c5
2013-04-19 12:45:47 +09:00
Tadashi G. Takaoka
30f102e297
Move some attributes of setup wizard layouts to style files
...
Change-Id: I7b5999253c959531212ee27ac1ddfe39de280e2c
2013-04-19 12:43:40 +09:00
Tadashi G. Takaoka
1f6e06cf92
Merge "Make setup wizard step number highlighted when activated"
2013-04-19 03:21:04 +00:00
Tadashi G. Takaoka
88ee052c10
Merge "Update strings of setup wizard"
2013-04-19 03:16:46 +00:00
Tadashi G. Takaoka
411fd9bd02
Update strings of setup wizard
...
Bug: 8159728
Change-Id: I34ef461410f4ebd4a3869c3614318581d48fdef5
2013-04-19 11:16:06 +09:00
Tadashi G. Takaoka
b84c0468e4
Make setup wizard step number highlighted when activated
...
Bug: 8159728
Change-Id: I62ccbebaae0a0c4a93ad7c155fc3020a7f357f3c
2013-04-19 11:14:21 +09:00
Baligh Uddin
04211b9112
am dcc59297: am 1844bec2: Merge "Import translations. DO NOT MERGE" into jb-mr2-dev
...
* commit 'dcc59297ac97c2ae7791ab09c535927c93c607fb':
Import translations. DO NOT MERGE
2013-04-18 09:46:34 -07:00
Baligh Uddin
dcc59297ac
am 1844bec2: Merge "Import translations. DO NOT MERGE" into jb-mr2-dev
...
* commit '1844bec2024859f1c8dbc331893a74d5af9152d8':
Import translations. DO NOT MERGE
2013-04-18 09:42:23 -07:00
Baligh Uddin
1844bec202
Merge "Import translations. DO NOT MERGE" into jb-mr2-dev
2013-04-18 16:39:35 +00:00
Ken Wakasa
f02e269312
am 55b306c9: am 64eda4f4: Merge "Fix an infinite loop" into jb-mr2-dev
...
* commit '55b306c9e0ea29a10dfd79d5478344fcc98ca184':
Fix an infinite loop
2013-04-18 09:32:04 -07:00
Ken Wakasa
55b306c9e0
am 64eda4f4: Merge "Fix an infinite loop" into jb-mr2-dev
...
* commit '64eda4f4fa30fc60daeb5a8af462e688d4573700':
Fix an infinite loop
2013-04-18 09:28:10 -07:00
Jean Chalard
3a18ae70cc
am a5d2da82: am d91268ad: Initialize dictionaries at onStartInputView
...
* commit 'a5d2da82a6a4486a4ef74e51ddd1c875f4c2d935':
Initialize dictionaries at onStartInputView
2013-04-18 09:27:35 -07:00
Jean Chalard
a5d2da82a6
am d91268ad: Initialize dictionaries at onStartInputView
...
* commit 'd91268ad9fb69b4733044b4e466e1d33f6c4725f':
Initialize dictionaries at onStartInputView
2013-04-18 09:24:45 -07:00
Ken Wakasa
64eda4f4fa
Merge "Fix an infinite loop" into jb-mr2-dev
2013-04-18 16:24:01 +00:00
Jean Chalard
77e26e1c29
Fix an infinite loop
...
What do you mean "Can't happen"?
It happens all the time - the empty string is the default ID, and it
needs to be updated like everyone else.
Bug: 8651858
Change-Id: I5a2f2ebb5b2ef08b27f26be8fb2c3d2f231ebcfc
2013-04-18 23:14:13 +09:00
Jean Chalard
9cf468646f
Update dictionaries
...
>>> dictionaries/en_GB_wordlist.combined.gz
Header :
date : 1366021966 <=> 1366272052
Body :
Added: yt 0
>>> dictionaries/en_US_wordlist.combined.gz
Header :
date : 1366021978 <=> 1366272093
Body :
Added: yt 0
>>> dictionaries/en_wordlist.combined.gz
Header :
date : 1366021987 <=> 1366272977
Body :
Added: yt 0
>>> dictionaries/fr_wordlist.combined.gz
Header :
date : 1366003217 <=> 1366272255
Body :
Freq changed: cash 80 -> 20
>>> dictionaries/ru_wordlist.combined.gz
Header :
date : 1366003693 <=> 1366277083
Body :
Deleted: толщ 76
>>> java/res/raw/main_en.dict
Header :
date : 1366021987 <=> 1366272977
Body :
Added: yt 0
>>> java/res/raw/main_fr.dict
Header :
date : 1366003217 <=> 1366272255
Body :
Freq changed: cash 80 -> 20
>>> java/res/raw/main_ru.dict
Header :
date : 1366003693 <=> 1366277083
Body :
Deleted: толщ 76
Bug: 8635822
Change-Id: I44dc73bd010b125c994387894847a008276d69f7
2013-04-18 18:41:19 +09:00
Tadashi G. Takaoka
0b2d184a42
Merge "Update setup wizard icons"
2013-04-18 06:56:24 +00:00
Jean Chalard
d91268ad9f
Initialize dictionaries at onStartInputView
...
Bug: 8344402
Change-Id: I41b8440f0d72a66fde3f6feb0db8239c9bb10ea3
2013-04-18 14:48:42 +09:00
Kurt Partridge
56f35a10cd
Merge "Fix bug in counting words between samples"
2013-04-18 04:23:29 +00:00
Tadashi G. Takaoka
d794f5ae2a
Update setup wizard icons
...
Bug: 8159728
Change-Id: Ia5a14a35292b43dc1eaa2d4edd65134040355149
2013-04-18 13:15:53 +09:00
Tadashi G. Takaoka
550824c7cf
am 93c31e17: am 530fd15e: Fix bug to update last interpolated index of GestureStroke
...
* commit '93c31e176f199df5f6213a34020f5dc5f7d77996':
Fix bug to update last interpolated index of GestureStroke
2013-04-17 19:51:36 -07:00
The Android Automerger
453c70a2d4
am 17e55d3b: am 45fd237c: merge in jb-ub-latinimegoogle-azuki history after reset to jb-ub-latinimegoogle
...
* commit '17e55d3b55927085856ea77dd2f053e90020ceb3':
Import translations. DO NOT MERGE
Import translations. DO NOT MERGE
2013-04-17 19:51:35 -07:00
Tom Ouyang
ac37c93980
am 05da1df8: am 880cb618: am 3970352e: Make digraph lookups case insensitive
...
* commit '05da1df8ee0edf26ef7a9b74bb29f0f2f0fb7da2':
2013-04-17 19:51:34 -07:00
Ken Wakasa
6aac8ba774
am ad3ebcbd: am ef83a2eb: am e01e22e1: Merge "Update SORTED_CHAR_MAP"
...
* commit 'ad3ebcbdd3c75654c40706e4c1111a544d56d466':
2013-04-17 19:51:32 -07:00
Jean Chalard
f08505af4a
am 38d52c0a: am a694c9ba: am ff766f8c: Merge "Don\'t insert automatic spaces when text looks like a URL"
...
* commit '38d52c0acad3d0dd909b4dc027294f58870c438e':
2013-04-17 19:51:31 -07:00
Tadashi G. Takaoka
5b30137d5a
am 38046a0a: am 7abeccfa: am 1711f986: Merge "Add shadow to gesture preview trail"
...
* commit '38046a0a4ee4a89b6966ad3416a85117b56893d6':
2013-04-17 19:51:30 -07:00
Satoshi Kataoka
e1b9653be9
am a23e25cc: am 93a429a7: am 252412d7: Use additional multi-word cost per language (for Russian)
...
* commit 'a23e25ccb7ad816574a666d9f56ecb44197482d5':
2013-04-17 19:51:29 -07:00
Jean Chalard
52a8f30e82
am 7f8e55ec: am c6c17b93: am 962c9f05: Merge "Small cleanup"
...
* commit '7f8e55ec809f32a2b560cba2888dfce1cd49123c':
2013-04-17 19:51:27 -07:00
Jean Chalard
384450f723
am ca796e2d: am aa6924e9: am 78d65873: Merge "Don\'t recapitalize on shift while on symbol layout"
...
* commit 'ca796e2d45617b72a0e40d5122eda3c26fe71563':
2013-04-17 19:51:26 -07:00
Jean Chalard
139f888db7
am 074fee65: am cca43825: am 8094bf45: Match the keyboard state to the recapitalize state.
...
* commit '074fee655bcd8ba95ee016b49ac5d8e61e45eaac':
2013-04-17 19:51:25 -07:00
Jean Chalard
3398ceefbf
am fe48f31e: am ced547f7: am e259b9f5: Merge "Clean up RecapitalizeStatus"
...
* commit 'fe48f31e56d5dfffc84d0be18b0eb6002662337f':
2013-04-17 19:51:24 -07:00
Jean Chalard
181bbf66d8
am 57ac9afc: am 8e5c6d70: am fd15686a: Merge "Fix an NPE"
...
* commit '57ac9afcc8e35aa118a431978b1eac0b79772e19':
2013-04-17 19:51:23 -07:00