-
Notifications
You must be signed in to change notification settings - Fork 2
SDKS-4598 Add a consolidated test app for testing all features of Android Ping SDK #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
cbf1109 to
5df2ca5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #151 +/- ##
==============================================
+ Coverage 27.26% 47.66% +20.40%
- Complexity 833 1198 +365
==============================================
Files 287 293 +6
Lines 8305 8553 +248
Branches 1132 1166 +34
==============================================
+ Hits 2264 4077 +1813
+ Misses 5799 3958 -1841
- Partials 242 518 +276
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
samples/pingsampleapp/src/main/java/com/pingidentity/samples/pingsampleapp/MainActivity.kt
Show resolved
Hide resolved
…entication schemes and implement notification permission handling
…ing, and update text styles for better readability
…ltiple screens and apply padding adjustments for better layout consistency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The app looks great! 👍🏻
A few things to fix...
| //Protect | ||
| implementation(project(":protect")) | ||
|
|
||
| // MFA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MFA -> Device Binding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't understand which libraries are required here?
...ampleapp/src/main/java/com/pingidentity/samples/pingsampleapp/authenticator/ui/TestScreen.kt
Show resolved
Hide resolved
…tup, add initial destination handling from intents, and introduce notification response screen navigation
…g and update settings and about navigation routes
|
I updated the Device Info to say Device ID. However, we're checking if the tampering score is greater than 0.0 we will change it to device unsecured and color will be red. |
…enforce dependency versions, and update device info title
…ceInfo and DeviceManagement screens with TopAppBar integration
… Revoke actions in Token.kt
…e method of PingSampleApplication
…irebaseApp initialization in PingSampleApplication
…ccount management screens
...app/src/main/java/com/pingidentity/samples/pingsampleapp/userprofile/UserProfileViewModel.kt
Show resolved
Hide resolved
...s/pingsampleapp/src/main/java/com/pingidentity/samples/pingsampleapp/token/TokenViewModel.kt
Show resolved
Hide resolved
…or user profiles and tokens, allowing selection between Journey, DaVinci, and OIDC types with corresponding actions.
…eryEndpoint with dummy values for testing purposes

JIRA Ticket
SDKS-4598
Description
Create a single test app for Android similar to iOS app. This includes MFA, DaVinci and Journey.
Screenshots