Jean Chalard
2a36d9bf3b
am 5b9e54c1: Merge "[IL88] Simple refactoring"
...
* commit '5b9e54c135cb1fa2ca1a5b5967a7934b789a8ed4':
[IL88] Simple refactoring
2014-01-27 03:22:03 -08:00
Jean Chalard
925f8fcf88
am 8f3e37a6: Merge "[IL87] Remove a call to clearSuggestionStrip"
...
* commit '8f3e37a63187f4fb2731f629472037a373796097':
[IL87] Remove a call to clearSuggestionStrip
2014-01-27 03:22:01 -08:00
Jean Chalard
38f4272ade
am 521a83a3: Merge "[IL86] Simplification and correctness fix."
...
* commit '521a83a3f122d02d24317540fd7bafb1918acb08':
[IL86] Simplification and correctness fix.
2014-01-27 03:18:40 -08:00
Jean Chalard
ddfce8b7c4
am 7aa7e366: Merge "[IL85] Maybe show punctuations when app completions are null"
...
* commit '7aa7e3661117ab60d85b4d4ce83167073c370bec':
[IL85] Maybe show punctuations when app completions are null
2014-01-27 03:18:37 -08:00
Jean Chalard
9cc7238f71
am 264f4e38: Merge "[IL84] Remove a useless call and rename a method"
...
* commit '264f4e380dd496b156914a47089bd26b9eba1cb6':
[IL84] Remove a useless call and rename a method
2014-01-27 03:18:34 -08:00
Jean Chalard
1ced9e6ddc
am 7ac542d4: Merge "[IL83] Inline a call"
...
* commit '7ac542d490b4761837733d1732a8e6ca8c097739':
[IL83] Inline a call
2014-01-27 03:18:32 -08:00
Jean Chalard
5b9e54c135
Merge "[IL88] Simple refactoring"
2014-01-27 11:17:54 +00:00
Jean Chalard
8f3e37a631
Merge "[IL87] Remove a call to clearSuggestionStrip"
2014-01-27 11:17:45 +00:00
Jean Chalard
521a83a3f1
Merge "[IL86] Simplification and correctness fix."
2014-01-27 11:17:31 +00:00
Jean Chalard
7aa7e36611
Merge "[IL85] Maybe show punctuations when app completions are null"
2014-01-27 11:17:18 +00:00
Jean Chalard
264f4e380d
Merge "[IL84] Remove a useless call and rename a method"
2014-01-27 11:17:05 +00:00
Jean Chalard
7ac542d490
Merge "[IL83] Inline a call"
2014-01-27 11:16:30 +00:00
Jean Chalard
2e7f0680ad
am 47ff4231: Merge "[IL82] Fix a wrong comment"
...
* commit '47ff423121ce9d584cb4c71295ff42b275552214':
[IL82] Fix a wrong comment
2014-01-27 02:13:37 -08:00
Jean Chalard
0256b15d3a
am 75ec579e: Merge "[IL81] Remove a useless test."
...
* commit '75ec579e07ccb598970bc800db2d9f2dac11ec7a':
[IL81] Remove a useless test.
2014-01-27 02:13:35 -08:00
Jean Chalard
47ff423121
Merge "[IL82] Fix a wrong comment"
2014-01-27 10:11:42 +00:00
Jean Chalard
75ec579e07
Merge "[IL81] Remove a useless test."
2014-01-27 10:11:14 +00:00
Jean Chalard
7f1a5c4d9b
am 6d1c8b2c: Merge "Try to figure out whether d.quotes open or close."
...
* commit '6d1c8b2c3f78969866db7f718e7e8d2be240f674':
Try to figure out whether d.quotes open or close.
2014-01-27 02:02:44 -08:00
Jean Chalard
a8b37414f8
am b084da2a: Merge changes I5092942a,I931c553f
...
* commit 'b084da2ae6622488779ddb3a66081610bfe96a66':
[IL80] Reverse a test for clarity.
[IL79] Some refactoring
2014-01-27 02:02:42 -08:00
Jean Chalard
6d1c8b2c3f
Merge "Try to figure out whether d.quotes open or close."
2014-01-27 10:01:17 +00:00
Jean Chalard
b084da2ae6
Merge changes I5092942a,I931c553f
...
* changes:
[IL80] Reverse a test for clarity.
[IL79] Some refactoring
2014-01-27 10:00:37 +00:00
Jean Chalard
f58a96c977
am a3a85e8c: Merge "[IL78] Move most of onUpdateSelection to InputLogic."
...
* commit 'a3a85e8c2bcab6ff9b00fda52e3ba0c666055951':
[IL78] Move most of onUpdateSelection to InputLogic.
2014-01-27 01:57:15 -08:00
Jean Chalard
a3a85e8c2b
Merge "[IL78] Move most of onUpdateSelection to InputLogic."
2014-01-27 09:55:08 +00:00
Jean Chalard
ca819178a1
[IL88] Simple refactoring
...
With this, the value passed to suggestedWords is never null.
Bug: 8636060
Change-Id: I433dd7e7290125e217e05cc20bee7a4b58fe083f
2014-01-27 18:42:33 +09:00
Jean Chalard
d90bdd2187
[IL87] Remove a call to clearSuggestionStrip
...
The goal is to remove the function completely.
Bug: 8636060
Change-Id: I50b8f0368c8f6506209398ff931881e2235c3d2d
2014-01-27 18:42:33 +09:00
Jean Chalard
3b939ed77f
[IL86] Simplification and correctness fix.
...
This should be what was intended.
Bug: 8636060
Change-Id: I20a1cc4f0b1fb9444fb6f9a20ef727e3d1a3a880
2014-01-27 18:42:33 +09:00
Jean Chalard
07eddf3c43
[IL85] Maybe show punctuations when app completions are null
...
When the app goes to the trouble of supplying completions,
but supplies null, then we should show punctuations if
settings allow.
Bug: 8636060
Change-Id: I33c32566039c80df61fcca3fab346fd336d96a12
2014-01-27 18:42:32 +09:00
Jean Chalard
b2c0388a69
[IL84] Remove a useless call and rename a method
...
Bug: 8636060
Change-Id: I5cac787953a3c71b6402520c2f5c70619d4a40a8
2014-01-27 18:42:32 +09:00
Jean Chalard
eb190ab32f
[IL83] Inline a call
...
The coming string of changes is very complicated, so
I'm going to do things really slowly.
Bug: 8636060
Change-Id: Id8a07a154ac514e9b3307ead22d47c3ae6fa732b
2014-01-27 18:42:32 +09:00
Jean Chalard
17f1528f9e
[IL82] Fix a wrong comment
...
Change-Id: I6e16b4e05010a08f4d1da34145f819c32b3bc79e
2014-01-27 18:42:32 +09:00
Jean Chalard
abbd755689
[IL81] Remove a useless test.
...
It seems the comments were right all along. This seems to really
be useless.
Bug: 8636060
Change-Id: Ie030e9cb73007334380d023abeaa4ce52a863a34
2014-01-27 18:42:32 +09:00
Jean Chalard
f1e5b9b4d1
[IL80] Reverse a test for clarity.
...
Bug: 8636060
Change-Id: I5092942ab4fd6aaf37023083040cadbc18583fd1
2014-01-27 18:42:32 +09:00
Jean Chalard
f59487379e
[IL79] Some refactoring
...
Bug: 8636060
Change-Id: I931c553f68a1f15d22711a661dbffd4e5d421979
2014-01-27 18:42:29 +09:00
Jean Chalard
10460441db
[IL78] Move most of onUpdateSelection to InputLogic.
...
Bug: 8636060
Change-Id: I7290250637e37bf6964bab71d2141e19f20a5459
2014-01-27 18:42:04 +09:00
Tadashi G. Takaoka
c8bddebf1a
am 1e4b1300: Merge "Refactor SuggestionsStripLayoutHelper class"
...
* commit '1e4b1300e65095ca4b064afb5590d4bc02ff7725':
Refactor SuggestionsStripLayoutHelper class
2014-01-27 01:39:02 -08:00
Tadashi G. Takaoka
1e4b1300e6
Merge "Refactor SuggestionsStripLayoutHelper class"
2014-01-27 09:36:52 +00:00
Jean Chalard
d7c3ceac59
am 68d7291a: Merge "[IL77] Remove refs to Settings from InputLogic"
...
* commit '68d7291a6bdc1d5633d744759a5c76599499d9e9':
[IL77] Remove refs to Settings from InputLogic
2014-01-27 01:35:46 -08:00
Jean Chalard
37985b2540
am 7bee8409: Merge "[IL75] Move the SubtypeSwitcher out of InputLogic."
...
* commit '7bee84095e24a9e21e8a2146f7bb9d1ad2cd89ba':
[IL75] Move the SubtypeSwitcher out of InputLogic.
2014-01-27 01:35:41 -08:00
Tadashi G. Takaoka
c6473b5964
am 829ad708: Merge "Revert "Use ViewCompat support library""
...
* commit '829ad708db7bc3c9a0eabad8d3e410da400f36e6':
Revert "Use ViewCompat support library"
2014-01-27 01:35:39 -08:00
Jean Chalard
68d7291a6b
Merge "[IL77] Remove refs to Settings from InputLogic"
2014-01-27 09:29:50 +00:00
Tadashi G. Takaoka
148dedbc5d
Refactor SuggestionsStripLayoutHelper class
...
Bug: 9126496
Change-Id: I8bede13c8745fbcad68099d882681ca4f2326d14
2014-01-27 18:25:25 +09:00
Jean Chalard
7bee84095e
Merge "[IL75] Move the SubtypeSwitcher out of InputLogic."
2014-01-27 09:24:10 +00:00
Tadashi G. Takaoka
829ad708db
Merge "Revert "Use ViewCompat support library""
2014-01-27 09:20:19 +00:00
Jean Chalard
48df380f78
[IL77] Remove refs to Settings from InputLogic
...
Bug: 8636060
Change-Id: I4ce5c9b62181ce8593a453ce222ae7d1fdc08f07
2014-01-27 18:18:54 +09:00
Jean Chalard
969c06072d
[IL75] Move the SubtypeSwitcher out of InputLogic.
...
Bug: 8636060
Change-Id: I2a5da27e73cf378e55bd80ab2054c1ba8b13f6ec
2014-01-27 18:18:27 +09:00
Jean Chalard
c7ef305bbc
Try to figure out whether d.quotes open or close.
...
Bug: 8911672
Change-Id: I5d5635949530a67f95e5208986907251b7bce903
2014-01-27 18:17:33 +09:00
Tadashi G. Takaoka
e4692c0050
Revert "Use ViewCompat support library"
...
This reverts commit e7ee4fa862
.
Change-Id: I56fab60ac859289d3ed51f691cd7e2a15da01856
2014-01-27 18:14:40 +09:00
Jean Chalard
5be5fd13e0
am 5cf70a1d: Merge "[IL74] Remove unused/unwanted arguments to a method."
...
* commit '5cf70a1d44395a4a857eeb33504f8458fbba2464':
[IL74] Remove unused/unwanted arguments to a method.
2014-01-27 00:58:49 -08:00
Jean Chalard
5cf70a1d44
Merge "[IL74] Remove unused/unwanted arguments to a method."
2014-01-27 08:57:12 +00:00
Yohei Yukawa
c93a0e71fe
am 0b586179: Merge "Fix inconsistent behavior with backspace in the Emoji pallete."
...
* commit '0b5861795158e4a9f1c8b8c9025ab3f4e49adebc':
Fix inconsistent behavior with backspace in the Emoji pallete.
2014-01-27 00:14:23 -08:00
Yohei Yukawa
0b58617951
Merge "Fix inconsistent behavior with backspace in the Emoji pallete."
2014-01-27 08:11:51 +00:00