summaryrefslogtreecommitdiff
path: root/app/src/main/java/se
AgeCommit message (Expand)Author
2021-10-22show tor and snowflake connection status in provider setup screenscyBerta
2021-10-16tweak snowflake log messagecyBerta
2021-10-16remove unneeded logscyBerta
2021-10-16cleanup importscyBerta
2021-10-16show snowflake logs in notificationcyBerta
2021-10-16show tor bootstrapping progress in notificationscyBerta
2021-10-16update shapeshifter jni bindingscyBerta
2021-10-02set max snowflake peers to 5 for nowcyBerta
2021-10-02show snowflake logs in logcatcyBerta
2021-10-02add log to see if a fetch was successfulcyBerta
2021-10-02* refactor startTorProxy()cyBerta
2021-09-30workaround for jni issue againcyBerta
2021-09-30remove tor circuit setup observer once timeout reached or tor circuits have b...cyBerta
2021-09-30set tor setup timeout to 3 minutescyBerta
2021-08-04update import path for shapeshifter libcyberta
2021-07-21set torService to null when tor service connection disconnectedcyBerta
2021-07-21always stop tor service connection immediately after we got the http tunnel portcyBerta
2021-07-21don't set a new ClientTransportPlugin everytime a service connection has been...cyBerta
2021-07-21ensure that response.body().close() is always called when reading non-null AP...cyBerta
2021-07-21remove log in ProviderApiManagerBasecyBerta
2021-07-21rename methodcyBerta
2021-07-21minor language fixes in ProviderSetupBaseActivitycyBerta
2021-07-21stop torService immediately instead of queueing it in provider api servicecyBerta
2021-07-21implement ClientTransportPluginInterface to start / stop snowflake client for...cyBerta
2021-07-21update tor-androidcyBerta
2021-07-21inject IPtProxy in TorServicecyBerta
2021-07-21update tor-androidcyBerta
2021-07-21use notifications contentText instead of contentTitle, so that the complete t...cyBerta
2021-07-21Stop tor proxy if provider api communication failed. Proxy will be reinitiate...cyBerta
2021-07-21show tor status info in provider setup activiescyBerta
2021-07-21automatically close navigation drawer after switch account item was selectedcyBerta
2021-07-21automatically start VPN after switching providercyBerta
2021-07-21don't use hard coded stringscyBerta
2021-07-21initial tor-integration to circumvent blocking attempts of the provider apicyBerta
2021-06-04fix app crash in gateway selection error handlingcyBerta
2021-05-18implement feature switch, so that gateway selection can be turned off on comp...cyberta
2021-04-28ask to disable manual gateway selection if current combination of transport a...cyberta
2021-04-22make LinearLayoutManager a local variablecyBerta
2021-04-22disable 'turn on' button if automatic gateway selection is disabled but no lo...cyBerta
2021-04-22fix location name comparison, allow to unselect a locationcyBerta
2021-04-22shorter debug log if GatewayManager parses Provider data that doesn't support...cyBerta
2021-04-22initial draft for gateway selection on AndroidcyBerta
2021-04-22rename preference helper method for getting the preferred citycyBerta
2021-04-22Adapt gateway selector to check for nearest gateway within a city. Also optio...cyBerta
2021-04-22fix app crash on void vpn service startcyberta
2021-02-28fix potential ArrayIndexOutOfBounds Exception while trying to establish a con...cyBerta
2021-02-28set early foreground notification for void vpn servicecyBerta
2021-02-28cleanupcyBerta
2021-02-28fix error handling for VpnProfile.checkProfile()cyBerta
2021-02-28remove unused methodcyBerta