summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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 ↵cyBerta
laggyness of the UI noticably
2023-08-02don't try to resolve local host address via DoHcyBerta
2023-08-02* Implenting permissionn fragmentscyBerta
* refactoring fragments, use of a base fragment to deduplicate code * improve SetupViewPagerAdapter by implementing a factory that hands out the reuired fragments in the correct order * very basic setup success fragment ("You're all set!")
2023-07-31improve Snowflake logscyBerta
2023-07-31add cancel button, call provider stetup command in ConfigureProviderFragment ↵cyBerta
and listen to the result, implementing happy path
2023-07-29update design and UX for provider setupcyberta
2023-07-25Merge branch 'audit_fixes' into 'master'cyberta
reliability improvements See merge request leap/bitmask_android!248
2023-07-25make it easier to set splash screen background color in custom flavorcyberta
2023-07-19fix typo of missing certificate error stringcyBerta
2023-07-19reorder importscyBerta
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 ↵cyBerta
in persisted openvpn config. The private key is stored encrypted instead
2023-07-19Update source code for external key managment based on ics-openvpn (some ↵cyBerta
relevant commits: 5e7b841c8d5111e6b63e74944903a168939ca723 a6de5a9e4d8d757414c5e2f94eb806be9216dda3 9e704d04dc7f2f93bddf85d371772340fa5af0b1 4466103d770c353cfb8d4ea08093560ba28d58b8 b9ac2b15eac3e5e5f9dc89c948ec8278e2e7c1f9 3cb8f44a92471e43589a80067380d7b262c18c20)
2023-07-17always switch to encrypted shared preferencescyBerta
2023-07-13fix for possible strandhogg task hijacking vulnerabilitycyBerta
2023-07-13fix tests after encrypted shared preference usagecyBerta
2023-07-13use updated encrypted shared preferences APIcyBerta
2023-07-13disallow backups, since shared prefs are encrypted by device keycyBerta
2023-07-13migrate to encrypted shared preferencescyBerta
2023-07-13sanitize launcher intentcyBerta
2023-07-08Update ca cert for calyxChirayu Desai
* For the old infra, previous cert expired * SHA256 fingerprint 4bba0f918fa4be8ec4dde420b7d0ba98a351c1f5866d783d377c6bac40fd187a * New infra cert untouched Change-Id: I3c85c3758ce1d78b8253b0b1191b28d567d99390
2023-07-07Switch to new IPs for CalyxVPNChirayu Desai
Change-Id: Iff7e973a2ea7546ebede4b98a1d510f2e7b75c42
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 ↵cyBerta
switched the experimental transport toggle
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. ↵cyBerta
The gateway IP and the cert json field in options substitute the missing endpoints json
2023-04-13set correct proxy port for obfs4-hop pt proxycyBerta
2023-04-13obfs4-hop enum value - improve handling of disallowed dashes in enumscyBerta
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
and 'kcp' become valid protocols for obfs4
2023-04-11handle correctly vpn permission dialogcyBerta
2023-04-10fix fastlane external storage permission exceptioncyBerta
2023-04-10fix fastlane location switching on newer Android versionscyBerta
2023-04-08update riseup test certcyBerta
2023-03-30Merge branch 'fastlane' into 'master'cyberta
fastlane See merge request leap/bitmask_android!241
2023-02-23fix city choose testkwadronaut
2023-01-23setup fastlane to create screenshots for Bitmask and custom branded clients, ↵cyberta
refactor Tests accordingly and create a script and environment variables to run fastlane screenshotting without thinking
2023-01-20fixing testscyberta