summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2020-07-26implement tile service #8762cyBerta
2020-07-25fix UI bug overlapping fragments #8989cyBerta
2020-07-25Merge branch 'improve_provider_setup_UI' into 'master'cyberta
Improve provider setup ui Closes #8990 See merge request leap/bitmask_android!109
2020-07-25only allow geoip service calls if the vpn is not yet running in order to get ↵cyBerta
proper results
2020-07-25fix provider setup after refactoringscyBerta
2020-07-25register and unregister providerAPIBroadcastReceiver in onCreate/onDestroy ↵cyBerta
in order to fix #8990
2020-07-25fix memory leakcyBerta
2020-07-25get rid of ProviderAPIResultReceiver, rely completely on BroadcastReceiverscyBerta
2020-07-24try to fetch geoip service only if non-default url existscyBerta
2020-07-24remove unused methodscyBerta
2020-07-24fix bug in vpn profile based gateway order detection, write additional tests ↵cyBerta
for it
2020-07-24fix bug in gateway selection - always iterate through all gateways and count ↵cyBerta
those supporting the requested transport in order to get the nClosest gateway; adding more tests
2020-07-24adapt profile selection after perordered gateway list was introduced and use ↵cyBerta
profiles mUsePluggableTransports flag instead of shared preferences to get the requested transport
2020-07-24add test that geoip service is only fetched when the timeout was reachedcyBerta
2020-07-24add test for case if geoip service is not available/downcyBerta
2020-07-24remove timestamps from providers equals() check and reset timestamps in ↵cyBerta
reset method
2020-07-23finish happy path unit test for geoipservice apicyBerta
2020-07-23adapt existing tests for geoipservice apicyBerta
2020-07-23fix potential nullpointer exception in geoipservice json parsingcyBerta
2020-07-23clean up PreferenceHelperTest after removal of providerInSharedPreferences ↵cyBerta
method
2020-07-23always use provider from ProviderObservable if possiblecyBerta
2020-07-23implement gateway selection based on geoip servicecyBerta
2020-07-01inject preshipped geoip url to provider objectcyBerta
2020-06-11ProviderAPI as JobIntentServicecyBerta
2020-06-10catch rare IllegalStateExceptions when enqueueing jobscyBerta
2020-06-03catch IllegalStateException when app is not in a state that allows to start ↵cyBerta
the provider API service
2020-06-03catch ActivityNotFoundException for the rare case when Android can't find ↵cyBerta
any Activity which is able to open a intent containing a URL
2020-05-08Merge branch 'deps_update' into 'master'cyberta
Deps update See merge request leap/bitmask_android!106
2020-05-07update ics-openvpn, openssl, openvpncyBerta
2020-04-02You've already done a release and many changes, update ©yearkwadronaut
2020-03-17remove outdated UI testcyBerta
2020-03-17fix insecure flavorcyBerta
2020-03-17add missing AndroidX dependencycyBerta
2020-03-17switch to AndroidXcyBerta
2020-03-16fix tethering hint (#8979)cyBerta
2020-03-15release split apks for RiseupVPN beginning from v 1.0.4cyBerta
2020-03-14Change wording experimental featskwadronaut
Closes #8980
2020-03-11remove outdated readme filecyBerta
2020-03-08Show error toast and reset root feature settings if app could not obtain ↵cyBerta
root permissions
2020-03-07disable battery save mode only if actually VPN is running and at least one ↵cyBerta
tethering interface is up
2020-03-07fix bluetooth tetheringcyBerta
2020-03-03take vpn state into account in isVpnTetheringRunning()cyBerta
2020-03-02finish bluetooth tethering implementationcyBerta
2020-03-02fallback to genereal wifi settings if tethering settings activity cannot not ↵cyBerta
be found
2020-03-02open android tethering settings activity on click on TetheringDialog's linkcyBerta
2020-03-02use only rndis as valid interface name for usb tetheringcyBerta
2020-03-01improve visual disabled state for switch entries in navigation drawercyBerta
2020-02-27enable/disable save battery switch in navigation drawer depending on ↵cyberta
tethering state
2020-02-27disable battery save mode while tethering is enabledcyberta
2020-02-01update version to 1.0.31.0.3cyberta