Skip to content

Commit

Permalink
Add QR Code "Scan to share" button that dispatches QR payload (#34)
Browse files Browse the repository at this point in the history
* Add QR Code scan to share button that redirects to OID4VP flow

* Remove unnecessary comments

* Add ScanOID4VPQR view to navController which launches when scan to share button is pressed

* Change design of button and make button stay at bottom of screen

* Make more slight design changes so button fits Figma example

* Rename ScanOID4VPQR to DispatchQRView

---------

Co-authored-by: joeyschmoe <[email protected]>
  • Loading branch information
Joey-Silberman and joeyschmoe authored Oct 9, 2024
1 parent f41fa48 commit 8b2a6be
Show file tree
Hide file tree
Showing 12 changed files with 159 additions and 347 deletions.
27 changes: 27 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

318 changes: 0 additions & 318 deletions .idea/other.xml

This file was deleted.

13 changes: 13 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions MobileSdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ nmcp {
}

android {
namespace = "com.spruceid.mobile.sdk"
compileSdk = 33
namespace = "com.spruceid.mobile.sdk"
compileSdk = 35

defaultConfig {
minSdk = 26
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.5.1" apply false
id("com.android.application") version "8.7.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("com.android.library") version "8.5.1" apply false
id("com.android.library") version "8.7.0" apply false
id("com.gradleup.nmcp") version "0.0.4" apply true
id("com.google.devtools.ksp") version "1.9.23-1.0.20" apply false
}
Loading

0 comments on commit 8b2a6be

Please sign in to comment.