- 14 Jul, 2020 12 commits
-
-
Stefan Mitterrutzner authored
retry activation and enable on foreground
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
This reverts commit 4e068a3a.
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
Adds response data to HTTPFailureReponse case.
-
- 13 Jul, 2020 3 commits
-
-
Fabian Aggeler authored
Update documentation
-
Fabian Aggeler authored
-
Henri Mägi authored
It allows to show the error response, if supplied, to the end user. It helps in debugging. The parsing of the response is left to the app that implements the SDK, since the responses can differ from one service to another.
-
- 10 Jul, 2020 10 commits
-
-
Fabian Aggeler authored
Prevent possible deadlock in sync operation
-
Fabian Aggeler authored
Add background refresh task
-
Fabian Aggeler authored
-
Fabian Aggeler authored
self.queue is blocked while detectExposures() is running and if queue.sync() is called from the main thread, the completionHandler of detectExposures() which is scheduled on the main thread, will never be called and we end up in a deadlock.
-
Fabian Aggeler authored
-
Fabian Aggeler authored
-
Fabian Aggeler authored
-
Fabian Aggeler authored
This might improve background task scheduling in certain cases when background processing tasks are not being re-scheduled (for example after device reboot). The SDK does not perform a sync in this case, as it might be too time consuming for app refresh tasks (which get a max runtime of 30s).
-
Fabian Aggeler authored
-
Fabian Aggeler authored
-
- 03 Jul, 2020 2 commits
-
-
Stefan Mitterrutzner authored
update version
-
Stefan Mitterrutzner authored
-
- 02 Jul, 2020 6 commits
-
-
Stefan Mitterrutzner authored
dont store sync date if sync was skipped
-
Fabian Aggeler authored
update readme
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
adds tracing initialization state
-
Stefan Mitterrutzner authored
# Conflicts: # Tests/DP3TSDKTests/DP3TSDKTests.swift
-
Stefan Mitterrutzner authored
-
- 01 Jul, 2020 2 commits
-
-
Fabian Aggeler authored
defer background task scheduling until app enters background
-
Stefan Mitterrutzner authored
-
- 29 Jun, 2020 5 commits
-
-
Stefan Mitterrutzner authored
Merge branch 'bugfix/tracing-initialization' of github.com:DP-3T/dp3t-sdk-ios into bugfix/tracing-initialization # Conflicts: # Tests/DP3TSDKTests/DP3TSDKTests.swift
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
-
Stefan Mitterrutzner authored
-