3Dpass / threedpass

3DPass mobile light wallet for Android and iOS. 3D object recognition and wallet functions.
https://3dpass.org/mobile-wallet
GNU General Public License v3.0
11 stars 5 forks source link

FEATURE: Edit Properties, REFACTOR: Contacts #63

Closed Olli92 closed 4 months ago

Olli92 commented 4 months ago

As discussed, I replaced the BottomSheet with a list of cards including checkboxes etc. I tried to integrate the TextField for maxValue there, but then the card needs a lot of space (for the error messages etc), so I kept the dialog, but now you see the effect instantly. If you think another solution is better, let me know! I also implemented a ValidationStrategy class, so that you can create different validation rules for future properites. And i applied the card design also to the contacts.

L3odr0id commented 4 months ago

Ok. I merge this now to include it in the following release

Olli92 commented 4 months ago

Ok. I merge this now to include it in the following release

Ok, thanks, was about to check it. But your comments are always helpful to learn.