We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I'm not mistaken, the exposure days list is always returning a one element list with the last exposure day:
dp3t-sdk-android/dp3t-sdk/sdk/src/main/java/org/dpppt/android/sdk/internal/storage/ExposureDayStorage.java
Line 91 in 739bf16
Am I wrong? Is this a bug? How can I get the full exposure days list?
Thanks
The text was updated successfully, but these errors were encountered:
I think it would be useful to return all the exposures and that this kind of filtering is performed by the apps using the SDK.
Sorry, something went wrong.
You are correct, it makes more sense to do such a filtering on the app side. This will be changed with version 1.1 of the SDK: #208
Successfully merging a pull request may close this issue.
If I'm not mistaken, the exposure days list is always returning a one element list with the last exposure day:
dp3t-sdk-android/dp3t-sdk/sdk/src/main/java/org/dpppt/android/sdk/internal/storage/ExposureDayStorage.java
Line 91 in 739bf16
Am I wrong? Is this a bug? How can I get the full exposure days list?
Thanks
The text was updated successfully, but these errors were encountered: