-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* develop: [+] added the optional calls to builder in sample app [*] updated readme to specify optional tag [*] updated Readme and constant reference [*] bumped up version of mobile-vision lib to v9.0.0 and of the lib to v.1.0.5 [+] added builder pattern to eliminate multiple confusing constructors. [*] fixed a setProcessor issue [-] QREader is no more a singleton, the dev needs to implement that as per their use-case
- Loading branch information
Showing
5 changed files
with
186 additions
and
157 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,5 @@ | |
|
||
public interface QRDataListener { | ||
|
||
void onDetected(String data); | ||
void onDetected(final String data); | ||
} |
Oops, something went wrong.