bitsy-wallet/app
2019-02-18 14:06:48 -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 Changed the method used to store the user selected PIN/Pattern into the shared preferences, the app now uses a hashed version of the PIN/Pattern with added salt at the beginning instead of an encrypted one. The salt is being saved into the shared preferences so that we can confirm the current PIN/Pattern when the user requires to do so. 2019-02-18 14:06:48 -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