summaryrefslogtreecommitdiff
path: root/app/src/main/java/se
AgeCommit message (Expand)Author
2023-08-04hard code calyx and riseup provider names ...cyBerta
2023-08-03preselect plain vpn/cirucmvention selection from shared preferencescyBerta
2023-08-03show immediate feedback on button click before the provider SetupActivity van...cyBerta
2023-08-03fix empty permission fragment layoutcyBerta
2023-08-03move to new SetupActivity when switching providerscyBerta
2023-08-03increase okhttp client timout for connect and read to increase the chance to ...cyBerta
2023-08-03tweak comment - referring to canConnect() test in provider setupcyBerta
2023-08-03show error dialogs if provider setup failscyBerta
2023-08-03update testscyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the lag...cyBerta
2023-08-02don't try to resolve local host address via DoHcyBerta
2023-08-02* Implenting permissionn fragmentscyBerta
2023-07-31improve Snowflake logscyBerta
2023-07-31add cancel button, call provider stetup command in ConfigureProviderFragment ...cyBerta
2023-07-29update design and UX for provider setupcyberta
2023-07-19log vpn errors in logcat if app is an debug buildcyBerta
2023-07-19always provide private VPN key over management interface, avoid exposing it i...cyBerta
2023-07-17always switch to encrypted shared preferencescyBerta
2023-07-13use updated encrypted shared preferences APIcyBerta
2023-07-13migrate to encrypted shared preferencescyBerta
2023-07-13sanitize launcher intentcyBerta
2023-04-18fix tests using mocked okhttpclientcyBerta
2023-04-18update DoH DNS Servers for API communicationcyBerta
2023-04-18always try the complementary DNS resolution strategy if the primary one failedcyBerta
2023-04-18try tls 1.3 during bootstrappingcyBerta
2023-04-18draft DoH for bootstrappingcyBerta
2023-04-18update okhttpcyBerta
2023-04-16only take experimental transports into consideration in case the user switche...cyBerta
2023-04-15fix missing domain name of manually added providers in provider selectioncyBerta
2023-04-13adding testscyBerta
2023-04-13add required extra options for obfs4-hop ptcyBerta
2023-04-13improve sanity check for obfs4 pts defined in eip-service.jsoncyBerta
2023-04-13Assume port hopping only in case of a missing endpoints json for obfs4-hop. T...cyBerta
2023-04-13fix sanity checks for the case of decoupled bridgescyBerta
2023-04-13first pass on obfs4-hop pt integrationcyBerta
2023-04-13don't handle obfs4 over kcp as a separate pluggable transport, instead 'tcp' ...cyBerta
2023-03-30Merge branch 'fastlane' into 'master'cyberta
2023-02-23fix city choose testkwadronaut
2023-01-19improve screenshot tests, run in different languages, test more Fragments/Act...cyberta
2023-01-05hide gateway pinning entry and obfuscation pinning entry in releasescyBerta
2023-01-03Merge branch 'fix_animation_crash' into 'master'cyberta
2022-12-28fix crash when trying to animate a drawable after Fragment is not in resumed ...cyBerta
2022-12-28RiseupVPN: default to udp on fresh installscyBerta
2022-12-23always-on might also restart the VoidVPNService without an intent, always cre...cyBerta
2022-12-23try to fix potential RemoteServiceException: Bad notification for startForegr...cyBerta
2022-12-21remove dead code related to deprecated Android versionscyBerta
2022-12-21remove dead code in VpnNotificationManager after minSdk updatecyBerta
2022-12-21take extra care for wrongly formatted strings when using spannables in Tether...cyBerta
2022-12-16Merge branch 'fix_manual_provider_addition' into 'master'cyberta
2022-12-16minor: make weak ref finalcyBerta