Implemented clipboard history feature

This commit is contained in:
pdroidandroid@gmail.com 2022-01-13 13:45:48 +01:00
parent ac036f277e
commit 1cbbf4983c
82 changed files with 1128 additions and 72 deletions

View file

@ -30,6 +30,8 @@
<attr name="mainKeyboardViewStyle" format="reference" />
<!-- EmojiPalettesView style -->
<attr name="emojiPalettesViewStyle" format="reference" />
<!-- ClipboardHistoryView style -->
<attr name="clipboardHistoryViewStyle" format="reference" />
<!-- MoreKeysKeyboard style -->
<attr name="moreKeysKeyboardStyle" format="reference" />
<!-- MoreKeysKeyboardView style -->
@ -205,6 +207,11 @@
<attr name="iconEmojiCategory10Tab" format="reference" />
</declare-styleable>
<declare-styleable name="ClipboardHistoryView">
<attr name="dividerBackground" format="color" />
<attr name="iconPinnedClip" format="reference" />
</declare-styleable>
<declare-styleable name="SuggestionStripView">
<attr name="suggestionStripOptions" format="integer">
<!-- This should be aligned with
@ -270,7 +277,6 @@
<attr name="iconPreviousKey" format="reference" />
<attr name="iconTabKey" format="reference" />
<attr name="iconShortcutKey" format="reference" />
<attr name="iconClipboardKey" format="reference" />
<attr name="iconIncognitoKey" format="reference" />
<attr name="iconSpaceKeyForNumberLayout" format="reference" />
<attr name="iconShiftKeyShifted" format="reference" />
@ -281,6 +287,9 @@
<attr name="iconImeKey" format="reference" />
<attr name="iconEmojiActionKey" format="reference" />
<attr name="iconEmojiNormalKey" format="reference" />
<attr name="iconClipboardActionKey" format="reference" />
<attr name="iconClipboardNormalKey" format="reference" />
<attr name="iconClearClipboardKey" format="reference" />
</declare-styleable>
<declare-styleable name="Keyboard_GridRows">