CurrencyEditText icon indicating copy to clipboard operation
CurrencyEditText copied to clipboard

💰 A library to dynamically format your EditTexts to take currency inputs

Results 21 CurrencyEditText issues
Sort by recently updated
recently updated
newest added

In this line: `hasDecimalPoint = s.toString().contains(decimalFormatSymbols.decimalSeparator.toString())` It will check Persian, Arabic or any language specific decimals, but if developer used numeric keyboard decimal char will be "," or ".". So...

wontfix

Hi Can I specify the largest Integer number, such as decimal number?

enhancement
pinned

Very large amount resulted in rounding error in display. Entered 1 followed by zeros...eventually saw $ 99,999,999,999,999,990,000,000 when value should have been $ 100,000,000,000,000,000,000,000 Using Android Studio 4.2 Beta 6...

bug
pinned

When using it from a US locale, it works perfectly. You can choose when to use the decimal etc... But when using for a locale like European where they use...

bug
enhancement
pinned

Add documentation to the methods, to provide additional information to the parameters and return values.

documentation

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.mockito:mockito-core](https://redirect.github.com/mockito/mockito) |...

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/CottaCush/CurrencyEditText). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.android.material:material](https://redirect.github.com/material-components/material-components-android) | `1.7.0` -> `1.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.android.material:material/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.android.material:material/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

wontfix