-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add text/plain intent to send message #1389
base: master
Are you sure you want to change the base?
Conversation
|
I have been thinking about this in conjunction with direct reply from the notification - I'm hoping that these would use similar methods/intents to collect and deliver to the appropriate places. |
I decided to scale down this PR to solely be able to share a string of text, removing the json parser auto sending messages. This PR adds:
|
# Conflicts: # app/src/main/java/com/geeksville/mesh/ui/MessagesFragment.kt
This PR adds a text/plain intent that allow user to share a piece of text to a Meshtastic node through the application.
This PR is currently a WIP. As of right now, only the intent was added.
The PR idea would be 2 fold:
txtToFill
variable to thenavigateToMessages
function (or create a new function altogether). If not empty, this variable would autofill the text input of the selected contact.Upon completion, this PR would solve #1062 .