diff options
| author | cyberta <cyberta@riseup.net> | 2026-03-09 20:46:13 +0100 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2026-03-16 11:08:57 +0000 |
| commit | 31f29fcf0de6f7c254c1ca608aef1accce4238b1 (patch) | |
| tree | a5c139b893a58f8e4a72389af6247ef77cace4fe /app/src/main/res/values/strings.xml | |
| parent | b6c66d85dedfb82c6bf337b3eb2aa75166d0be42 (diff) | |
Reimpement IPtProxy management code: IPtProxys 'new' controller can only be initiated once, se we need to switch to a singleton-like architecture to keep a global reference of it and pass it around. The update includes new support for sqs queues as signaling channel, which will be only provided to users in some regions. IPtProxy now has proper state callbacks, so the preliminary code that scraped logs to retrieve the snowflake state could be removed.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 845af01c..7953caf5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -227,11 +227,6 @@ <string name="tor_status">Tor Status</string> <string name="snowflake_status">Snowflake Status</string> <string name="snowflake_started">Snowflake client started</string> - <string name="snowflake_negotiating_rendezvous_http">Negotiating Snowflake proxy rendezvous (http)</string> - <string name="snowflake_negotiating_rendezvous_amp_cache">Negotiating Snowflake proxy rendezvous (amp cache)</string> - <string name="snowflake_socks_error">Snowflake SOCKS error</string> - <string name="snowflake_broker_success">Snowflake proxy rendezvous successful</string> - <string name="snowflake_sending_data">Sending data via Snowflake</string> <string name="title_upcoming_connection_request">Upcoming Connection Request</string> <string name="title_upcoming_request">Upcoming requests</string> <string name="title_upcoming_request_summary">In the next panels Android will ask for your permission in form of a Connection Request and Notification Request.</string> |
