This website requires JavaScript.
Explore
Help
Sign in
agorise
/
bitsy-wallet
Watch
1
Star
0
Fork
You've already forked bitsy-wallet
0
Code
Issues
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
2ea32af377
bitsy-wallet
/
app
History
Severiano Jaramillo
2ea32af377
Created the methods required to block the security lock PIN option when the user has entered incorrectly the current PIN more times than the max allowed. When that happens the text field to type the PIN gets disabled and a propper message is shown, explaining the issue and also showing the time that needs to pass until he can try again.
2019-02-20 11:03:39 -06:00
..
schemas
/cy.agorise.bitsybitshareswallet.database.BitsyDatabase
Introducing an optional field called bts_value in the Transfer entity
2019-01-31 22:24:21 -05:00
src
Created the methods required to block the security lock PIN option when the user has entered incorrectly the current PIN more times than the max allowed. When that happens the text field to type the PIN gets disabled and a propper message is shown, explaining the issue and also showing the time that needs to pass until he can try again.
2019-02-20 11:03:39 -06:00
.gitignore
Initial commit
2018-10-29 15:49:42 -06:00
build.gradle
Added the PatternLockView library to the project, which will let us add the pattern security option. Modified the Settings screen so that when the user tries to change its Security Lock option and the current one is PIN, show the PIN dialog first. Created the PINSecurityLockDialog which will host the logic of creating and confirming the new PIN, and verifying the current one. Finally, created BaseSecurityLockDialog which will host the shared logic between the PIN and Pattern Security Lock dialogs.
2019-02-14 09:06:22 -06:00
proguard-rules.pro
Fix a proguard rule and enable proguard on debug builds too.
2019-02-11 16:10:14 -06:00