Deepankar Bhardwaj
Deepankar Bhardwaj
- Fixed leaf child detection when source tree has a directory named 'language', by adding a boolean instead of checking for 'language' value. - Without this fix repos with a...
> did you add tests for this static class? if not, please create an issue as a follow up :) i think one of the benefits of having this static...
> thanks @deepankarb :) > > same in this PR: what tests should we have had that should have failed for this code change? @jingtang10 Individually both resource sync and...
We're inserting downloaded resources by type, one-at-a-time in [FhirSynchronizer.kt](https://github.com/google/android-fhir/blob/babc5780ba4a631bb536a238a0c4410b6debbdc5/engine/src/main/java/com/google/android/fhir/sync/FhirSynchronizer.kt#L47). This can be done in separate threads to speed up insertion.