summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-21update version to 1.0.81.0.8cyBerta
2021-05-21tweak changelogcyBerta
2021-05-21update translationscyBerta
2021-05-21update preshipped provider.jsoncyBerta
2021-05-18Merge branch 'gateway_selector' into 'master'cyberta
Gateway selector See merge request leap/bitmask_android!132
2021-05-18adapt default to hide manual gateway selection entry in navigation drawer, ↵cyBerta
if feature switch is enabled and the provider has gateways in different cities the entry is shown~
2021-05-18implement feature switch, so that gateway selection can be turned off on ↵cyberta
compile time, turned off for Bitmask for now
2021-05-15fix missing empty space in untranslatable.xml string resourcescyberta
2021-04-28ask to disable manual gateway selection if current combination of transport ↵cyberta
and location fails
2021-04-22update to version 1.0.8RC2cyberta
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-22add tests for getGatewayLocationscyBerta
2021-04-22initial draft for gateway selection on AndroidcyBerta
2021-04-22add test for city based gateway selection with geo-ip service v1cyBerta
2021-04-22write tests for city based gateway selectioncyBerta
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-22add an example menshen response, containing a host's load ratecyBerta
2021-04-22Merge branch 'fix_void_vpn_notification' into 'master'cyberta
fix app crash on void vpn service start Closes #9034 See merge request leap/bitmask_android!134
2021-04-22fix app crash on void vpn service startcyberta
2021-03-26Merge branch 'fix_releasing' into 'master'cyberta
Fix releasing See merge request leap/bitmask_android!133
2021-03-26clean upcyBerta
2021-03-26remove wrong flag from help output about signingcyBerta
2021-03-26remove trailing semicolons where not necessarycyBerta
2021-03-26parametrize verbose build loggingcyBerta
2021-03-25fix prepareForDistribution script after update gradle plugincyBerta
2021-02-28update version to 1.0.8RC11.0.8RC1cyBerta
2021-02-28add Burmese and Uyghur tranlations as well as new translations for RiseupVPN ↵cyBerta
branded builds
2021-02-28update translationscyBerta
2021-02-28Merge branch 'beta-release' into 'master'cyberta
Beta release See merge request leap/bitmask_android!131
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
2021-02-28fix error handling for VpnProfile.checkProfile()cyBerta
2021-02-28remove unused methodcyBerta
2021-02-28remove unused HIDELOG flagcyBerta
2021-02-28no need to delete notification channels on service destroycyBerta
2021-02-26fix another empty alert on server reponding null a body during provider setupcyBerta
2021-02-26catch rare IllegalStateException in EipFragmentcyBerta
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-26make sure a notification is shown on reboot with always-on enabledcyBerta
2021-02-26fix potential Nullpointer exception when calling VpnService.prepare()cyBerta
2021-02-26improve error alerting if vpn launching fails, show an AlertDialog instead ↵cyBerta
of the LogView
2021-02-26Bigger refactoring:cyBerta
* always use a bound service connection to start a vpn service as foreground service to fix remote excptions. These appeared if the system wasn't able to set the service as forground shortly after it was started * move vpn start logic from LaunchVPN activity to EIP service. LaunchVPN/VoidVPNLauncher is only used in case we need to ask the user for a permission. It reduces visual glitches when the transparent LaunchVPN activity appears and disappears
2021-02-26disable ndk.debugSymbolLevel for now. causes Release Build issues that need ↵cyBerta
further investigations
2021-02-26distinguish between openvpn state RECONNECTING and custom UI_CONNECTING flagcyBerta
2021-02-26use early routes (blocking traffic) only on rebootcyBerta