Feature #2580
HTTP/HTTPS pref in Kerplapp
Status: | Closed | Start date: | 11/20/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | pd0x | % Done: | 0% | |
Category: | - | |||
Target version: | 0.1 - "Kerplapp" | |||
Component: |
Description
have a preference to turn off HTTPS in Kerplapp so it can be used in F-Droid now. We can remove it later once FDroid works well with our generated repos' HTTPS
Associated revisions
add a template Settings activity set up with "Use HTTPS" pref
refs #2580
Only enable HTTPS when the use_https pref is true.
Presently the F-droid client doesn't support self signed repos. To allow use
immediately the HTTPS support in Kerplapp has been made optional and defaults to
'off'. This default will change when the F-droid client can support self signed
HTTPS repositories.
refs #2580
refresh IP and repo URL when changing HTTPS pref or repo setup
History
#1 Updated by hans about 4 years ago
Accept my commit and add this bit where you need it, and you're good to go:
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this); boolean useHttps = prefs.getBoolean("use_https", false);
#2 Updated by hans about 4 years ago
- Status changed from New to Closed