summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2021-10-22fix utf-8 string icon variable namingcyBerta
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-16don't recompile pattern in while loopcyBerta
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
* fix setting http proxy port correctly * snowflake+tor does currently only work when being connected to a wifi, not a cellular network. For now, we check if the device is connected to a wifi, before attempting to start tor
2021-09-30workaround for jni issue againcyBerta
2021-09-30remove tor circuit setup observer once timeout reached or tor circuits have ↵cyBerta
been setup successfully
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 ↵cyBerta
been initiated with TorService
2021-07-21ensure that response.body().close() is always called when reading non-null ↵cyBerta
API responses
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 ↵cyBerta
for tor
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 ↵cyBerta
tor notification text can be shown
2021-07-21Stop tor proxy if provider api communication failed. Proxy will be ↵cyBerta
reinitiated on next api call
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 ↵cyberta
compile time, turned off for Bitmask for now
2021-04-28ask to disable manual gateway selection if current combination of transport ↵cyberta
and location fails
2021-04-22make LinearLayoutManager a local variablecyBerta
2021-04-22disable 'turn on' button if automatic gateway selection is disabled but no ↵cyBerta
location is manually selected
2021-04-22fix location name comparison, allow to unselect a locationcyBerta
2021-04-22shorter debug log if GatewayManager parses Provider data that doesn't ↵cyBerta
support menshen
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 ↵cyBerta
optionally parse sortedGateways json object from menshen backend reponse
2021-04-22fix app crash on void vpn service startcyberta
2021-02-28fix potential ArrayIndexOutOfBounds Exception while trying to establish a ↵cyBerta
connection with a misconfigured provider
2021-02-28set early foreground notification for void vpn servicecyBerta
2021-02-28cleanupcyBerta