Merge branch '346-remove-base32-todos' into 'master'
Remove base32 TODOs, fix a potential NPE I thought we'd be able to get higher data density in QR codes by using base32 instead of base64, allowing the QR code to use alphanumeric mode instead of byte mode. But I tried it, and although the QR code does use alphanumeric mode, it comes out at exactly the same size (see the 346-use-base32-for-qr-codes branch). So this MR removes the TODOs and fixes a potential NPE I spotted while working on the other branch. See merge request !327
No related branches found
No related tags found
Showing
- briar-android/src/org/briarproject/android/keyagreement/ShowQrCodeFragment.java 16 additions, 15 deletions...briarproject/android/keyagreement/ShowQrCodeFragment.java
- briar-android/src/org/briarproject/android/util/QrCodeUtils.java 11 additions, 9 deletions...ndroid/src/org/briarproject/android/util/QrCodeUtils.java
Loading
Please register or sign in to comment