mattermost-mobile/android/app/src/main/java/com/mattermost/rnbeta
Emilio Rodriguez 0b98d82bfa
Mm 10601 - Use Enter Key to send message on Hardware Keyboards (#3760)
* Reacting to shift-enter events on iOS

* moving keyEvent logic to handleHardwareEnterPress

* configured android to work with keyEvents

* using dispatchKeyEvent instead of onKeyUp

* using react-native-hw-keyboard-event

* cleanup

* updated package name

* update package name

* using react-native-hw-keyboard-event v0.0.2

* reverted cocoapods version change

* Documentation

* fix detection of Shift-Enter on android

* simplify dispatchKeyEvent()

* fix for stacked hardware keyboard events

* Update android/app/src/main/java/com/mattermost/rnbeta/MainActivity.java

Co-Authored-By: Miguel Alatzar <migbot@users.noreply.github.com>

* simplify dispatchKeyEvent

* removed yarn.lock

* using react-native-hw-keyboard-event v0.0.4

* Using ACTION_UP instead of ACTION_DOWN

Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
2020-02-04 09:34:14 -07:00
..
CustomPushNotification.java Set number to 0 only if null (#3668) 2019-12-06 13:35:15 -05:00
CustomPushNotificationDrawer.java [MM-17145] [MM-18947] [MM-17110] [MM-14926] [MM-18646] Use patched v2.0.6 of react-native-notifications and fix Android badge number (#3382) 2019-10-22 21:18:59 +03:00
MainActivity.java Mm 10601 - Use Enter Key to send message on Hardware Keyboards (#3760) 2020-02-04 09:34:14 -07:00
MainApplication.java Mm 10601 - Use Enter Key to send message on Hardware Keyboards (#3760) 2020-02-04 09:34:14 -07:00
MattermostCredentialsHelper.java MM-16430 refactor app entry point (#2924) 2019-06-26 15:21:20 -04:00
MattermostManagedModule.java Use LifecycleEventListener listener for MattermostManagedModule (#3578) 2019-11-20 15:25:53 -07:00
NotificationDismissService.java MM-14316 Android Notifications and reply to notifications from native code (#2653) 2019-03-20 16:39:36 -03:00
NotificationPreferences.java Fix Android crash on push notification 2017-10-05 10:25:15 -03:00
NotificationPreferencesModule.java Android/iOS leave notifications until channel is read (#2321) 2018-11-19 13:20:44 -05:00
NotificationReplyBroadcastReceiver.java Add channel ID to push notification sent on failed reply (#3673) 2019-12-09 14:14:50 -05:00
ReceiptDelivery.java MM-20806 Remove extra info from logs (#3644) 2019-12-02 09:27:43 -07:00
RNEditTextOnPasteListener.java MM-9599 Paste image from clipboard (#3084) 2019-09-16 20:10:14 -03:00
RNPasteableActionCallback.java MM-9599 Paste image from clipboard (#3084) 2019-09-16 20:10:14 -03:00
RNPasteableEditText.java MM-9599 Paste image from clipboard (#3084) 2019-09-16 20:10:14 -03:00
RNPasteableEditTextOnPasteListener.java [MM-21888] Don't use localPath when it's the share extension cache dir (#3845) 2020-01-27 13:58:30 -03:00
RNPasteableImageFromUrl.java MM-9599 Paste image from clipboard (#3084) 2019-09-16 20:10:14 -03:00
RNPasteableTextInputManager.java [MM-16593] Upgrade to RN 0.61.2 (#3455) 2019-10-28 15:04:24 -07:00
RNPasteableTextInputPackage.java MM-9599 Paste image from clipboard (#3084) 2019-09-16 20:10:14 -03:00
RNTextInputResetModule.java Add native module to reset TextInput to fix bad cursors in some Android keyboards (#2753) 2019-05-01 09:27:21 -04:00