Skip to content
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

Adding extra-text to be send with QR code in showQrActivity #1132

Closed
wants to merge 1 commit into from

Conversation

Harshad09
Copy link

Issue Fix

Fixes #1131

Screenshots

WhatsApp Image 2021-01-07 at 12 49 46 AM (1)
WhatsApp Image 2021-01-07 at 12 49 46 AM
WhatsApp Image 2021-01-07 at 1 09 29 AM

Description

Added Intent.EXTRA_STRING to add a text that should be sent along with the QR code when we share the code to different apps using the android sharesheet.

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@Harshad09
Copy link
Author

@devansh-299 @s-ayush2903 Can you Please Review my PR

@@ -292,6 +292,7 @@
<string name="enter_VPA">Please enter the VPA</string>
<string name="amount_header">Amount:</string>
<string name="deleted_successfully">Deleted Successfully</string>
<string name="scan_mifos_qr">Scan this QR code to pay through Mifos Pay</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its MifosPay not Mifos Pay

@Harshad09
Copy link
Author

@s-ayush2903 Changed Mifos Pay to MifosPay

@s-ayush2903
Copy link
Contributor

LGTM

@Prashant830
Copy link
Contributor

@Harshad09 I think, In your branch have a code conflict . Are u still able to resolved it??

@Prashant830
Copy link
Contributor

@Harshad09 I think you are not able to solve this conflict code at this time. So now I am going to create new pr for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Adding extra text to be share with QR code in android sharesheet in showQrActivity
4 participants