mobile-wallet icon indicating copy to clipboard operation
mobile-wallet copied to clipboard

A reference implementation of Mifos platform wallet and payment capabilities

Results 195 mobile-wallet issues
Sort by recently updated
recently updated
newest added

## 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`...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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 ![WhatsApp Image 2021-01-07 at 12 49 46 AM (1)](https://user-images.githubusercontent.com/50478348/103812452-8a3b9d80-5084-11eb-97fb-7bbfd76a0d92.jpeg) ![WhatsApp Image 2021-01-07 at 12 49 46 AM](https://user-images.githubusercontent.com/50478348/103812457-8c056100-5084-11eb-8939-e8a63704d025.jpeg) ![WhatsApp Image 2021-01-07 at 1 09...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/maven/com.google.android.gms:play-services-auth/20.3.0/age-slim)](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...