mobile-wallet
mobile-wallet copied to clipboard
A reference implementation of Mifos platform wallet and payment capabilities
## Issue Fix Fixes #1131 ## Description created new final static string in `constants.java` class, And added it in` shareQr` method at [`ShowQrActivity.java`](https://github.com/openMF/mobile-wallet/compare/dev...Prashant830:mobile-wallet:Fix%231131?expand=1#diff-9370927e46d8ebb766dee5dabe3bd95f04658bea66a065d90448041e20a8b60c) class. ## - [x] Apply the `AndroidStyle.xml`...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.4.32` -> `1.7.20` |...
- updated kotlin and gradle versions - [ ] Github actions CI Java version to 11 for the newer version of Android gradle plugin needs to be updated to pass...
## Issue Fix Fixes #1131 ## Screenshots    docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.google.android.gms:play-services-auth | `16.0.1` -> `20.3.0` | [](https://docs.renovatebot.com/merge-confidence/)...
Fixes #433 Please make sure these boxes are checked before submitting your pull request - thanks! - [x] Apply the `AndroidStyle.xml` style template to your code in Android Studio. -...
Fixes #473 Please make sure these boxes are checked before submitting your pull request - thanks! - [x] Apply the `AndroidStyle.xml` style template to your code in Android Studio. -...
**Summary:** When there are many transaction histories, it is good to have scroll bars so that the user will know when the history will end.
Fixes #1054 ## Description Converted strings displayed to the user into string resource objects and strings which are being used in the backend are in `Constants.java` ## - [x] Apply...