raphael 35c072abf6 checks if secret from qr code is valid
- secret size must be greater than 32 chars
  an only contain letters and '-'
- context check in camera fragment now fixed
2022-01-04 10:21:30 +01:00

Android Client for Bump

uses camerax framework inside an activity fragment to run camera. Heavily uses requireActivity() inside that to get the appropriate camera functionality. Not sure, if this is the way to go with fragments.

MLKit QR scanner is used to scan QR codes explitily from the view frame.

Description
Android Client for Bump
Readme 381 KiB
Languages
Kotlin 100%