[SB-20426] [SB-20544] [SB-20545] android bs\ds 8.1.0 #419
Open
[SB-20426] [SB-20544] [SB-20545] android bs\ds 8.1.0 #419
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new Compose UI example application demonstrating the Scanbot SDK's customizable UI components for barcode scanning, document scanning, and MRZ scanning.
Changes:
- Created a new
compose-customisable-ui-exampleproject showcasing Scanbot SDK Compose UI integration - Implemented three scanner types: barcode, document, and MRZ with customizable UI components
- Added comprehensive demo screens with navigation, AR overlays, and permission handling
Reviewed changes
Copilot reviewed 36 out of 62 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| build.gradle | Root build configuration with Android and Kotlin plugin setup |
| app/build.gradle | App-level dependencies including Scanbot SDK v8.1.0.76-STAGING-SNAPSHOT |
| settings.gradle.kts | Project settings with Scanbot repository configuration |
| app/src/main/AndroidManifest.xml | App manifest with camera permissions and activity definitions |
| MainActivity.kt | Main navigation setup with menu and scanner screens |
| Application.kt | SDK initialization with license configuration |
| BarcodeTestScreens.kt | Three barcode scanner demo implementations |
| DocumentTestScreens.kt | Document scanner demo with AR overlay |
| MrzTestScreens.kt | MRZ scanner demo screen |
| doc_code_snippet/* | Code snippet examples for documentation |
| ui/theme/* | Material Design 3 theme configuration |
| res/* | Android resources including strings, colors, styles, and drawables |
Files not reviewed (2)
- compose-customisable-ui-example/.idea/codeStyles/Project.xml: Language not supported
- compose-customisable-ui-example/.idea/codeStyles/codeStyleConfig.xml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
compose-customisable-ui-example/app/src/main/java/io/scanbot/example/compose/ui/theme/Theme.kt
Outdated
Show resolved
Hide resolved
compose-customisable-ui-example/app/src/main/java/io/scanbot/example/compose/ui/theme/Color.kt
Outdated
Show resolved
Hide resolved
compose-customisable-ui-example/app/src/main/java/io/scanbot/example/compose/MainActivity.kt
Outdated
Show resolved
Hide resolved
compose-customisable-ui-example/app/src/main/java/io/scanbot/example/compose/MainActivity.kt
Outdated
Show resolved
Hide resolved
compose-customisable-ui-example/app/src/main/java/io/scanbot/example/compose/MainActivity.kt
Outdated
Show resolved
Hide resolved
...p/src/main/java/io/scanbot/example/compose/doc_code_snippet/barcode/BarcodeScannerSnippet.kt
Outdated
Show resolved
Hide resolved
...-customisable-ui-example/app/src/main/java/io/scanbot/example/compose/DocumentTestScreens.kt
Show resolved
Hide resolved
added 3 commits
January 21, 2026 17:51
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.