Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Bug chat input accessibility label #33

Open
wants to merge 71 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
e6f9e8c
[#154882915] adjusting height of suggestions panel on the fly to acco…
armandgray Feb 21, 2018
5d58ce9
fixing delete rendering
armandgray Feb 21, 2018
f888b8a
fixing issue with android dialog suggestion click triggerMatrix indices:
armandgray Feb 21, 2018
ee9e26c
fixing rowData rendering by passing rowData.item back to SDK
armandgray Feb 21, 2018
0006837
removing animations from mentions list popping up
armandgray Feb 21, 2018
6bd8309
adding prop ItemSeparatorComponent to FlatList
armandgray Feb 21, 2018
a185905
Merge pull request #6 from skillz/feature-chat-mentions-upgrade
armandgray Feb 21, 2018
fb9647f
[#154886078] adding disableFullscreenUI={gbthis.props.disableFullscre…
armandgray Feb 22, 2018
a53f64a
Merge pull request #7 from skillz/feature-chat-mentions-upgrade
armandgray Feb 22, 2018
f67065c
[#154882915] fixing ios by making onChangeText always get called befo…
armandgray Feb 23, 2018
9ec4a3a
fixing android triggers with a direct call after onChangeText
armandgray Feb 24, 2018
b6ca645
fixing selection change logic
armandgray Feb 24, 2018
508f4c7
removing platform prop
armandgray Feb 24, 2018
ab87ce6
Merge pull request #8 from skillz/feature-chat-mentions-upgrade
armandgray Feb 24, 2018
2130518
[#154459087][#154459014] adding default value to true for isSelection…
armandgray Feb 26, 2018
aa0f46d
Merge pull request #9 from skillz/feature-chat-mentions-upgrade
armandgray Feb 26, 2018
5e8df6d
resetting tracking on calls to resetTextbox()
armandgray Mar 1, 2018
9ce5564
Merge pull request #10 from skillz/feature-chat-mentions-upgrade
armandgray Mar 1, 2018
d87bc3a
adding call to props onContentSizeChange
armandgray Mar 1, 2018
2b9d5d2
Merge pull request #11 from skillz/feature-chat-mentions-upgrade
armandgray Mar 1, 2018
cc8e628
moving triggerCallback before opening suggestions
armandgray Mar 1, 2018
f44316e
Merge pull request #12 from skillz/feature-chat-mentions-upgrade
armandgray Mar 1, 2018
db553e0
stopping ios change text after reset
armandgray Mar 2, 2018
268a49e
requested changes
armandgray Mar 2, 2018
613b6e8
Merge pull request #13 from skillz/feature-chat-mentions-upgrade
armandgray Mar 2, 2018
9fbdd76
[#155044277] added accessibility inside text input instead of outer v…
jasoneo016 Mar 7, 2018
39b3420
rename to test
jasoneo016 Mar 7, 2018
00e73c0
made changes to accommodate Jake's request
jasoneo016 Mar 7, 2018
e731a26
test
jasoneo016 Mar 7, 2018
965ad3d
removed accessible to false here
jasoneo016 Mar 7, 2018
78ca87d
change name to see changes
jasoneo016 Mar 7, 2018
8420a38
Merge pull request #14 from skillz/bug-text-input-accessibility
jasoneo016 Mar 7, 2018
7275549
making suggestions case insensitive
armandgray Mar 9, 2018
72dfb52
Merge branch 'master' of github.com:skillz/react-native-mentions into…
armandgray Mar 9, 2018
fb415ec
[#155867191] editable prop is always passed down so just set to whate…
jasoneo016 Mar 13, 2018
b4b50c7
added default prop
jasoneo016 Mar 13, 2018
94239d4
made requested changes
jasoneo016 Mar 13, 2018
2d9cc20
Merge pull request #15 from skillz/bug-chat-mute
jasoneo016 Mar 13, 2018
a3461f9
Merge branch 'master' of github.com:skillz/react-native-mentions into…
armandgray Mar 15, 2018
9f2083f
[#155998401][#155998606] fixing android & ios send on enter to work a…
armandgray Mar 15, 2018
2e93b72
Merge pull request #16 from skillz/feature-chat-mentions-upgrade
armandgray Mar 15, 2018
5c906fe
[#155997991] reloading trigger matrix when text is pasted in to input…
armandgray Mar 15, 2018
0947e9b
moving isTextDifferenceGreaterThanOne to separate function
armandgray Mar 15, 2018
d610337
Merge pull request #17 from skillz/feature-chat-mentions-upgrade
armandgray Mar 15, 2018
df2f718
[#156099305] fixing ios paste text into chat bar
armandgray Mar 19, 2018
18ed89f
Merge pull request #18 from skillz/feature-chat-mentions-upgrade
armandgray Mar 19, 2018
ed33ada
[#156100300] fixing initially padding and padding updates for Pixel
armandgray Mar 19, 2018
39510a1
[#156100300] fixing singleLineThreshold reset after deleting back to …
armandgray Mar 19, 2018
f9978dc
removing platform prop
armandgray Mar 20, 2018
2f52cda
Merge pull request #19 from skillz/feature-chat-mentions-upgrade
armandgray Mar 20, 2018
6b90bcf
[#156101143] after deleting an @ mention moving the cursor to right a…
armandgray Mar 22, 2018
ab2aec4
[#156101143] completing initial setup for moving cursor on deletes
armandgray Mar 22, 2018
8cc3932
[#156213326] sending on enter when clicked anywhere in the message
armandgray Mar 23, 2018
f6b1772
fixing android selection updates
armandgray Mar 23, 2018
d2f3fff
fixing ios cursor jumping around
armandgray Mar 23, 2018
a870479
setting initial state to 0
armandgray Mar 23, 2018
4771e90
requested changes
armandgray Mar 23, 2018
db01ebe
Merge pull request #20 from skillz/feature-chat-mentions-upgrade
armandgray Mar 23, 2018
7ddc14c
[#156258192] reverting selection update changes
armandgray Mar 26, 2018
96cd175
[#156258192] fixing weird gray bar that sometimes appears above the s…
armandgray Mar 26, 2018
b6c38ad
Merge pull request #21 from skillz/feature-chat-mentions
armandgray Mar 26, 2018
09d7f94
[#156455025] fixing duplicate text after sending mention only by read…
armandgray Apr 3, 2018
93bffda
removing space
armandgray Apr 3, 2018
08f4c08
Merge pull request #22 from skillz/feature-chat-mentions
armandgray Apr 3, 2018
1d9b1cd
[#156489123] fixed how trigger is called when pasting or autocorrect …
millibeckers Jul 16, 2018
bd7abc0
Merge pull request #23 from skillz/bug-autocorrect-trigger
millibeckers Jul 16, 2018
d89e2c0
[#156101143] Adding setSelection to move cursor & fixing cursor posit…
armandgray Jul 23, 2018
a03e1cb
Merge pull request #24 from skillz/bugfix-chat-mentions
armandgray Jul 27, 2018
0522d08
Adding Platform check to restrict most recent updates to only Android
armandgray Jul 27, 2018
267d78f
Merge pull request #25 from skillz/bugfix-chat-mentions
armandgray Jul 27, 2018
2f3454d
[#160866889] the placeholder on the ota side will be "" so that the a…
Oct 2, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading