bitsy-wallet/app
Severiano Jaramillo 67b70e3df2 Limit the memo length to 100 in the Send screen.
- For some reason if we use a memo longer than 107 chars we get an error, to avoid that error we are limiting the memo length to 100 chars using TextInputLayout's counter options to show the current char count and the max char count. If the current char count exceeds the max the TextInputLayout turns to red and the Send button is disabled.
2019-10-31 15:17:18 -06:00
..
schemas/cy.agorise.bitsybitshareswallet.database.BitsyDatabase Create nodes database table. 2019-08-23 12:48:58 -05:00
src Limit the memo length to 100 in the Send screen. 2019-10-31 15:17:18 -06:00
.gitignore Initial commit 2018-10-29 15:49:42 -06:00
build.gradle Update the barcodescanner library version. 2019-10-30 16:47:04 -06:00
proguard-rules.pro Fix Crashlytics proguard rules. 2019-08-21 13:34:49 -05:00