Vishnu Ravi
Vishnu Ravi
Please provide: - Link to build log from https://jitpack.io: https://jitpack.io/com/github/google/android-fhir/63fc76fef6/build.log - Does the project build on your machine with **the same** commands (e.g. ./gradlew install)? Yes - What error are...
**Describe the bug** When withdrawing from the study and attempting to log in again, Core Data throws an exception and the app crashes. **CoreData: error: Illegal attempt to save to...
**Describe the bug** Reported by developers that the user document isn't being updated with the user's email and last active timestamp after completing onboarding. It only updates upon the next...
The build log shows the following: 2022-07-05T21:36:36.6024210Z error: Build input file cannot be found: '/Users/vishnu/code/CardinalKit/CardinalKit-Example/CardinalKit/Library/ResearchKit/CKUploadToGCPTaskViewControllerDelegate.swift' (in target 'CardinalKit_Example' from project 'CardinalKit') … But then a few lines later it states:...
There is a very similar `CKStudyUser ` class found at _CardinalKit/Source/Components/Networking/CKStudyUser.swift_ in the library part of the application. We should ensure that we only have a single `CKStudyUser` type in...
SAMKeychain is deprecated - can we replace this with https://github.com/evgenyneu/keychain-swift? Or is there another keychain manager we could use?
Many clinical + research projects need to collect personal information in the onboarding process, such as patient name, date of birth, and gender. This PR adds a step to the...
Several projects have asked for an option to disable the passcode prompt that appears when the app moves from the background to the foreground, as their app does not require...