summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/base/models
AgeCommit message (Collapse)Author
2023-08-30fix notification permission handling, also covering the case of an app ↵cyBerta
update for which the user has a provider already configured and only needs to give the lacking permissions
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-13migrate to encrypted shared preferencescyBerta
2023-04-15fix missing domain name of manually added providers in provider selectioncyBerta
2023-04-13adding testscyBerta
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
2022-11-22fix testscyBerta
2022-11-22create UI for message of the daycyBerta
2022-11-22add missing motd constantscyBerta
2022-11-22add motd properties to Provider modelcyBerta
2022-08-10reset provider details on next stable releasecyBerta
2022-08-07prepare final riseup lilypad transitioncyBerta
2022-08-07set riseup's main_url to black.riseup.net while still showing riseup.net as ↵cyBerta
domain in the UI
2022-08-05add missing GatewayJson classcyBerta
2022-08-05revert gateway selection during gateway pinningcyBerta
2022-07-31implement obfuscation pinningcyBerta
2022-07-25never update ProviderOberservable with a null provider, use a default ↵cyBerta
provider object instead
2022-07-25client update check, removes current provider data on app update if calyx ↵cyBerta
move to lilypad is expected
2022-07-19add UI to enable experimental kcp transport if the client uses obfsvpn ↵cyBerta
instead of shapeshifter and the provider supports the kcp variant
2022-07-19Parse different obfs4 flavors from eip-service.json. In the gateway load / ↵cyBerta
gateway selection UI all pluggable transports flavors will be summed up and handled the same way. A gateway can support both obfs4 and the kcp flavor.
2022-07-19obfuscate vpn traffic using either shapeshfiter or obfsvpncyBerta
2022-07-18Merge branch 'eip-service.json_updates' into 'master'cyberta
Fix auto-check issues after successful connection attempt Closes #9093 See merge request leap/bitmask_android!197
2022-07-18update soon expiring vpn certificates after connecting to the VPNcyBerta
2022-06-08add debug feature to pin single gatewayscyBerta
2022-05-08update min l110n, (c) datekwadronaut
2021-11-25implement UI, logic and test for prefer UDP preferencescyBerta
2021-11-25implement UI to enable/disable tor in settings fragmentcyBerta
2021-11-23sort locations by transportcyBerta
2021-11-23calculate and show gateway load related to transportcyBerta
2021-11-21implement new gateway selection UI, using same UX principles as for desktopcyBerta
2021-11-20implement a selection indicator for location listcyBerta
2021-11-15show bridges icon in gateway selector for locations supporting themcyBerta
2021-11-15draft gateway selection UI according to simlpy secure's proposalscyBerta
2021-11-06add little comment about the meaning of providerIp and providerApiIpcyBerta
2021-11-06make default_url in DefaultedURL a local variablecyBerta
2021-10-23rename usePluggableTransports prefrence to useBridges, start snowflake if ↵cyBerta
useBridges is true
2021-07-21initial tor-integration to circumvent blocking attempts of the provider apicyBerta
2021-04-22initial draft for gateway selection on AndroidcyBerta
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-02-26Merge branch 'ipv6_gateway_selection' into 'beta-release'cyberta
adapt eip-service.json parsing to support ipv6 See merge request leap/bitmask_android!125
2021-02-26implement service binding in order to fix remote service exception during ↵cyBerta
foreground service start
2021-02-25ensure the private api and the preshipped certificate will be used to setup ↵cyBerta
the provider in custom builds
2021-02-16adapt eip-service.json parsing to support ipv6cyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta