This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Option to donate usage data to AWARE project #60
Merged
denzilferreira
merged 2 commits into
denzilferreira:master
from
digitraceslab:donate_usage
Oct 3, 2016
Merged
Option to donate usage data to AWARE project #60
denzilferreira
merged 2 commits into
denzilferreira:master
from
digitraceslab:donate_usage
Oct 3, 2016
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android:defaultValue="false" | ||
android:key="aware_donate_usage" | ||
android:persistent="true" | ||
android:title="Lew AWARE team know you are using it" /> |
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.
Typo here.
android:defaultValue="false" | ||
android:key="aware_donate_usage" | ||
android:persistent="true" | ||
android:title="Lew AWARE team know you are using it" /> |
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.
Typo here.
- Refactoring of SSLManager to handle new protocol. - handleUrl is the new entry pointt. Given a study URL, it - looks for crt, crt_url, or crt_sha256 query parameters and uses those if avaliable. - Uses the old method as a fallback, GET http://<host>/public/server.crt - Study joining does NOT use query parameters, when you scan a QR code the webservice_server URL is everything except the query parameters. - New option key_strategy - "once" -> keys are never downloaded again. If a new key is given by QR code, that will be used always. - default: re-download the cert at any time. - In the future, a good strategy would involve sending new keys via the webservice and accepting multiple keys per server. - TODO: what is the cert management policy of api.awareframework.com. - URL parsing uses the Uri class now (but not everywhere)
- Menu option which turns on the usage information. - Usage information sent to api.awareframework.com, like before. - Defaults to false, but can always be turned on by user, even if they are in a study.
OK, this is a bit of a big commit. There are two commits now: "Improve the certificate handling protocol."
Donate usage data:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the start of a commit to make donating usage information optional. By default it is off, but users can turn it on. This commit isn't ready for pulling yet, but making the request to get feedback.
To-do:
Any comments?
existing commit msg:
are in a study.