-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for 10.0.0-beta06 release (#187)
* Remove Polling (#169) * Add Async Enhanced KYC endpoint (#168) * Add Async Enhanced KYC endpoint * Fix URL * Setting up loading button (#170) * setting up loading button * fixed pr comments * loading button tests * Include ID Info in Document Verification network request (#173) * Include ID Info in network request * Update CHANGELOG * Fix test * Update CHANGELOG * Actions updates (#178) * Support Merge Queue * Bump snapshot version * switch from Java 17 to 11 for the lib module (#179) * Setup Smile Config during Runtime (#160) * Remove polling (#145) * Remove polling * Update CHANGELOG * Rename getJobStatus to getSmartSelfieJobStatus to align with other job status names * Update error message to be actionable * Update error message to be actionable * Fix range * Add test * Add comment * Rename ImageType enums (#144) * Use `channelFlow` instead of `flow` * Update comment * Jobs List Screen (#148) * Jobs List Screen * Constraint trailingContent size * Review comments * Update Previews * Add DataStoreRepository * Persist Jobs (#158) * Orchestrated Jobs Screen * Remove unused test * Environment as a parameter * Fleshing out viewmodel * Expand JobStatusResponse fields * Persist Jobs * Fix jobtype * Use WhileSubscribed * MainScreenViewModel (#159) * MainScreenViewModel * Try to optimize * Allow for simultaneous debug and release install * Recomposition fixes * SmartSelfieAuthDialog * PR comments * Perform background job status polling (#166) * refactored main screen setting to add settings tab * create viewmodel in activity and re use in composables * return config as string to make it easy to edit on bottom sheet * updated settings page strings * added smile config bottom sheet * fix lint * archive APKs * fixed smile setup to allow changing config * running lint * Setup Smile Config Runtime [Alternative] (#172) * Allow for dynamic initialization * remove from main screen view model * created root screen and moved theming up to main activity * added a boolean flag do enable/disable dismissing the config bottom sheet * fixed lint * moved theme setup up * added option to dismiss bottom sheet * cleaning up root logic to a viewmodel * fixed build failure --------- Co-authored-by: Vansh Gandhi <[email protected]> * added partner notes * PR comments * Update Actions * Rebase updates --------- Co-authored-by: Vansh Gandhi <[email protected]> * Bump dev.zacsweers.moshix from 0.23.0 to 0.24.0 (#176) Bumps [dev.zacsweers.moshix](https://github.com/ZacSweers/MoshiX) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/ZacSweers/MoshiX/releases) - [Changelog](https://github.com/ZacSweers/MoshiX/blob/main/CHANGELOG.md) - [Commits](ZacSweers/MoshiX@0.23.0...0.24.0) --- updated-dependencies: - dependency-name: dev.zacsweers.moshix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump io.sentry:sentry-bom from 6.25.2 to 6.26.0 (#177) Bumps [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java) from 6.25.2 to 6.26.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](getsentry/sentry-java@6.25.2...6.26.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump com.google.devtools.ksp from 1.9.0-1.0.11 to 1.9.0-1.0.12 (#175) Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.0-1.0.11 to 1.9.0-1.0.12. - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@1.9.0-1.0.11...1.9.0-1.0.12) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Expose OkHttp as an `api` dependency (#186) * Prepare for 10.0.0-beta05 release (#174) * Remove Polling (#169) * Add Async Enhanced KYC endpoint (#168) * Add Async Enhanced KYC endpoint * Fix URL * Setting up loading button (#170) * setting up loading button * fixed pr comments * loading button tests * Include ID Info in Document Verification network request (#173) * Include ID Info in network request * Update CHANGELOG * Fix test * Update CHANGELOG --------- Co-authored-by: Juma Allan <[email protected]> * Bump coroutines from 1.7.2 to 1.7.3 (#180) * Bump io.sentry:sentry-bom from 6.25.2 to 6.27.0 (#182) * Expose OkHttp as an `api` dependency * Bump AGP to 8.1.0 --------- Co-authored-by: Juma Allan <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Prepare for 10.0.0-beta06 * Update CHANGELOG --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Juma Allan <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
37f1186
commit 532890f
Showing
30 changed files
with
750 additions
and
350 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
10.0.0-beta05-SNAPSHOT | ||
10.0.0-beta06-SNAPSHOT |
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
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
Oops, something went wrong.