summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap
AgeCommit message (Collapse)Author
2022-12-02rearranging assets, split them into normal and custom flavorcyberta
2022-11-30clean up importscyberta
2022-11-30avoid resource not found exception by initializing actionBarTextColor with ↵cyberta
default value
2022-11-30tint action bar according to connection statecyberta
2022-11-30new EipFragment layout for Bitmask - portraitcyberta
2022-11-30split EipFragment and MainButon into normal and custom flavor, implement new ↵cyberta
on-off button design for Bitmask
2022-11-30move EipFragment to normal and custom flavor for nowcyberta
2022-11-22fix testscyBerta
2022-11-22add missing call to super in ProviderListBaseActivitycyBerta
2022-11-22remove unused importscyBerta
2022-11-22create UI for message of the daycyBerta
2022-11-22stub implementation to start motd UI on app start if requiredcyBerta
2022-11-22implement motd download in ProviderAPI Service, persist motdcyBerta
2022-11-22initialize custom branded Provider model with motd urlcyBerta
2022-11-22add missing motd constantscyBerta
2022-11-22parse motd url from assets folder and initialize Provider accordinglycyBerta
2022-11-22add motd properties to Provider modelcyBerta
2022-11-22add MotdClient, a Java wrapper around golang's motdcyBerta
2022-11-21fix bitmaskcore builds on macOS, rename Shapeshifter to ShapeshifterClient ↵cyberta
as part of this gombile JNI generation fix
2022-08-10reset provider details on next stable releasecyBerta
2022-08-09Merge branch 'improve_stop_blocking' into 'master'cyberta
Improve error dialog See merge request leap/bitmask_android!208
2022-08-09show stop blocking in error dialog if no more gateways of a given transport ↵cyBerta
are available
2022-08-09fix error dialog buttons after screen rotationcyBerta
2022-08-09fix check if system properties exist, take empty strings into considerationcyBerta
2022-08-08Merge branch 'update_dependencies' into 'master'cyberta
update API version and dependencies Closes #9057 See merge request leap/bitmask_android!206
2022-08-08set IMMUTABLE flags for PendingIntents on Android 12+cyBerta
2022-08-08update gradle plugin to version 7.2.2, compile and target sdk to API 31, ↵cyBerta
androidx libraries and leakcanary to latest versions
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-07unbind openvpn service in EipFragment if openvpn was turned offcyBerta
2022-08-05add missing GatewayJson classcyBerta
2022-08-05let a gateway have only one transport if obfuscation proxy pinning is enabledcyBerta
2022-08-05remove redundant code that tweaks the transports for pinned gatewayscyBerta
2022-08-05localize 'Unknown Location'cyBerta
2022-08-05initiate gateway Manager with only one pinned gateway if obfuscation proxy ↵cyBerta
pinning is enabled
2022-08-05don't use preferred city while obfuscation proxy pinningcyBerta
2022-08-05don't show load during obfuscation proxy pinningcyBerta
2022-08-05revert gateway selection during gateway pinningcyBerta
2022-08-05adapt the route to point to the obfuscation proxy instead of the openvpn gatewaycyBerta
2022-07-31implement obfuscation pinningcyBerta
2022-07-26prepare viewBindingcyBerta
2022-07-25Merge branch 'preshipped_provider_updates' into 'master'cyberta
Calyx Lilypad transition Closes #9094 See merge request leap/bitmask_android!200
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-19hide tethering option on CalyxOS 11 (SDK 30)cyBerta
2022-07-19better naming for network error handling flag in ObfsVpnClientcyBerta
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-19implement error handling for socks port bindingcyBerta
2022-07-19cleanupcyBerta