-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/optional qr code info kotlin (#31251)
* add tlv parser for qr codes * add optional extension and vendor data * add test * moar clean up * update formatting * resolve casting errors * fix test package name * fix formatting issues * fix lint errors * potential smart cast fix * remove outer let * fix unresolved * clean up * add optionalQRCodeInfo back * add “addOptionalQRCodeInfo” back * update equals methods * use proper int types * clean up * make optional fields private * make add optional data methods private * clean up test imports * update test formatting * reduce number of nested conditions * add parse tlv fields method * Reduce nested conditions
- Loading branch information
1 parent
e61d94f
commit 9034671
Showing
4 changed files
with
168 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters