summaryrefslogtreecommitdiff
path: root/app/src/main/java/se
AgeCommit message (Expand)Author
2021-11-15implement a new fancy on-off-buttoncyBerta
2021-11-14fix preference renamingcyBerta
2021-11-14Add BuildConfig to disable color filtering of the main screen background, if ...cyBerta
2021-11-14add missing eip status observer registration in GatewaySelectionFragmentcyBerta
2021-11-14cleanupcyBerta
2021-11-14add missing vpn button statecyBerta
2021-11-14avoid layout jumpingcyBerta
2021-11-14initial implementation of classic on-off push buttoncyBerta
2021-11-14adapt EIP main screen and strings to simply secure proposalscyBerta
2021-11-14ask user to change location or disable bridges if manually selected location ...cyBerta
2021-11-14show bridges icon in gateway selector for locations supporting themcyBerta
2021-11-14draft gateway selection UI according to simlpy secure's proposalscyBerta
2021-11-14implement location load indicator in gateway selection cellcyBerta
2021-11-14add click listener to gateway selection button, open the gateway selection fr...cyBerta
2021-11-14first implementation of the gateway button, started to remove labels from Eip...cyBerta
2021-11-14skip obfs4 connections using either ipv6 addresses or UDPcyBerta
2021-11-14allow ipv6 only openvpn gatewayscyBerta
2021-11-14suppress lint warnings for methods used in fatweb flavor buildscyBerta
2021-11-14implement IPv4 address check based on regexcyBerta
2021-11-12retry all remotes defined in one VpnProfile before switching gatewayscyBerta
2021-11-12add licensescyBerta
2021-11-12cleanupcyBerta
2021-11-11Check if snowflake stopped with an error. Change state to OFF in that case, toocyBerta
2021-11-11use command pattern to start/stop tor service, similar to EIP and ProviderAPI...cyBerta
2021-11-11fix snowflake on-/off state detectioncyBerta
2021-11-10add a more specific error if provider api communication is attempted without ...cyBerta
2021-11-10move optional arguments to the back in ProviderAPI's error handling methodscyBerta
2021-11-09debounce tor notifications to max. 2 per secondcyBerta
2021-11-09check tor preferences before initiating a tor service connectioncyBerta
2021-11-08revert restriction to be connected to wifi in order to use snowflake/tor fall...cyBerta
2021-11-07tweak log item cell, get rid of DividerItemDecorator and use simple view as s...cyBerta
2021-11-07tweak loading screen - hide connection details behind a clickable lablecyBerta
2021-11-07always reset proxy port if tor status turns to OFFcyBerta
2021-11-07Add provider setup unit tests wrt. Tor handlingcyBerta
2021-11-07implement tor fallback mechanism for canConnect()cyBerta
2021-11-07catch possible IllegalStateException within stopServicecyBerta
2021-11-06add little comment about the meaning of providerIp and providerApiIpcyBerta
2021-11-06Keep preshipped and manually added provider urls as strings in ProviderManage...cyBerta
2021-11-06make default_url in DefaultedURL a local variablecyBerta
2021-11-06fix tor provider setup fallback mechanismcyBerta
2021-11-06initiate tor status logs with empty stringscyBerta
2021-11-06fix potential memory leakcyBerta
2021-11-06fix app crash on pre Android 7cyBerta
2021-11-06hide connection detail UI on error handlingcyBerta
2021-11-06implement tiomeout error handling + UI if tor doesn't start within 3 minutescyBerta
2021-11-05reset tor proxy port used by okhttp on bridges settings disabledcyBerta
2021-11-05tweak notification settingscyBerta
2021-11-05localize notification channel description for tor notificationscyBerta
2021-11-05Ensure tor state is set to OFF after snowflake completely stopped.cyBerta
2021-11-04remove unused UNKNOWN TorStatus statecyBerta