From 4afcb4f2e0e735fee5dd28105033687355256548 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Sat, 2 Mar 2019 02:25:24 +0000 Subject: [PATCH] Handbook improvements. Add policy permitting cleartext connection to cmukgb.org and its subdomains. Rate-limit resubscriptions to handbook stamp topic, to prevent busy-looping around errors such as seen prior to the existence of the above. --- mobile/src/main/AndroidManifest.xml | 1 + .../ctfwstimer/HandbookDownloader.java | 52 +++++++++++++++---- .../ctfwstimer/MainService.java | 2 + .../main/res/xml/network_security_config.xml | 6 +++ 4 files changed, 50 insertions(+), 11 deletions(-) create mode 100644 mobile/src/main/res/xml/network_security_config.xml diff --git a/mobile/src/main/AndroidManifest.xml b/mobile/src/main/AndroidManifest.xml index 0a91981..b6bf9f5 100644 --- a/mobile/src/main/AndroidManifest.xml +++ b/mobile/src/main/AndroidManifest.xml @@ -15,6 +15,7 @@ + + + cmukgb.org + + \ No newline at end of file -- 2.50.1