breezmobile
breezmobile copied to clipboard
Allow checking the checkbox by tapping on the corresponding label
When setting up the app I kept trying to tap on the label to check the checkbox as is often the convention. I took me a couple of taps to realize that I wasn't just mistapping but that I had to tap on the checkbox itself.
It would be nice if tapping the label also checked the checkbox. I can attempt to implement this if ACKed. I don't have much experience with Dart but could be fun to dive into.
Thanks for your report.
I can attempt to implement this if ACKed. I don't have much experience with Dart but could be fun to dive into
Sounds good.
@roeierez looks like the https://github.com/breez/breez repo could use additional documentation as I couldn't follow the steps to build it. It's probably an environment difference issue.
@roeierez looks like the https://github.com/breez/breez repo could use additional documentation as I couldn't follow the steps to build it. It's probably an environment difference issue.
I will be happy to improve it. Can you elaborate more on which step has failed?
@roeierez I opened an issue for it here: https://github.com/breez/breez/issues/104
@bolatovumar thanks. As result of your feedback I revisited both projects build documentation. I hope now it is more clear and here for any additional feedback.
@roeierez thanks, I can build now and will attempt the remaining steps to build the app.
@roeierez on step 2 it says:
Copy breez.aar
to the android/app/libs/
directory
Where is the android/apps/libs
directory meant be found on my system? I searched for android
directory on my end and there are many and I'm not sure which one I'm supposed to copy the breez.aar
file into.