- 16 Oct, 2013 3 commits
-
-
Satoshi Kataoka authored
* commit 'ea3db813': Do not merge. Remove Azerbaijani subtype
-
Satoshi Kataoka authored
-
Satoshi Kataoka authored
The corresponding change is I0d2a98dffe03ebd Bug: 11244796 Change-Id: I0d2a98dffe03ebddf26fc3c2760061c39de4c57e
-
- 15 Oct, 2013 1 commit
-
-
Ken Wakasa authored
* commit 'b9ce8421': mExpectingUpdateSelection was out of sync when nothing to delete.
-
- 14 Oct, 2013 1 commit
-
-
Ken Wakasa authored
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
-
- 13 Oct, 2013 2 commits
-
-
Ken Wakasa authored
* commit 'c8383eda': Fix wrong commitText parameter in sendKeyCodePoint()
-
Ken Wakasa authored
Small optimization on generating a String instance from a single code point too. bug: 11181913 Change-Id: I0f905e4dc6ec7841092bb4d3d940daf3b2303f5b
-
- 12 Oct, 2013 2 commits
-
-
Baligh Uddin authored
* commit 'cdc4c1dc': Import translations. DO NOT MERGE
-
Baligh Uddin authored
Change-Id: Icbe028a32311c167219f366e695cb7932f5a9a71 Auto-generated-cl: translation import
-
- 11 Oct, 2013 15 commits
-
-
Baligh Uddin authored
* commit '40823338': Import translations. DO NOT MERGE
-
Baligh Uddin authored
-
Baligh Uddin authored
Change-Id: I45a783763fce6254469a39374d03edb6a1867cc9 Auto-generated-cl: translation import
-
Ken Wakasa authored
* commit '3e35e072': Make emoji separators
-
Satoshi Kataoka authored
* commit '6d915037': Fix a bug where emojis would remove the suggestion strip.
-
Ken Wakasa authored
-
Satoshi Kataoka authored
-
Jean Chalard authored
Bug: 11163495 Change-Id: I23d12c430125cc2a66a6e00715a4c609bb9e2bb1
-
Jean Chalard authored
Bug: 11163495 Change-Id: I3247b8d1bbd3406b29a30a25aebd932c63431943
-
Jean Chalard authored
* commit '5fe9ab1c': Fix the suggestion size.
-
Jean Chalard authored
-
Jean Chalard authored
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
-
Satoshi Kataoka authored
* commit '7611af75': Do not merge. Save / restore the last used emoji category
-
Satoshi Kataoka authored
-
Satoshi Kataoka authored
Bug: 11029983 Change-Id: I5547910c7b5dd7974292fc075af33568940f4e81
-
- 10 Oct, 2013 16 commits
-
-
Ken Wakasa authored
* commit '6dac27ee': Tweak vertical gap of Emoji palette. DO NOT MERGE
-
Ken Wakasa authored
* commit 'f9d7d17f': Retry to tweak punctuations. DO NOT MERGE
-
Satoshi Kataoka authored
* commit 'c8e4ad07': Support sw540 (ultra Z). DO NOT MERGE
-
Baligh Uddin authored
* commit '2d74136e':
-
Baligh Uddin authored
* commit '8105ea2f':
-
Satoshi Kataoka authored
* commit 'a6a6abc8': Fix the security related API change for PreferenceActivity
-
Satoshi Kataoka authored
* commit '6862b819': Fix crash in AdditionalSubtypeUtils
-
The Android Automerger authored
* commit '965eac66': Import translations. DO NOT MERGE Import translations. DO NOT MERGE
-
Satoshi Kataoka authored
* commit '31e152e3': Fix the position of emoji palette
-
Ken Wakasa authored
* commit '1d24f19b': Add more_keys_for_* declarations for the Swedish keyboard.
-
Jean Chalard authored
* commit 'e9631bcd': Update dictionaries
-
Satoshi Kataoka authored
* commit 'db7513bb': Reduce memory of emoji palette
-
Jean Chalard authored
* commit '17bec5cb': Show the keyboard earlier when rotating.
-
Satoshi Kataoka authored
* commit '67aa1a93': Fix memory leak in EmojiPaletteView
-
Ken Wakasa authored
* commit '87f06033': Prep for RAM footprint optimization for Emoji palettes
-
Jean Chalard authored
am 6d4cdadb: am a2422c0b: Merge "Show more messages when reading a compressed combined format file." * commit '6d4cdadb': Show more messages when reading a compressed combined format file.
-