summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Expand)Author
2021-02-18add a lot of API related error logs to log screencyBerta
2021-02-16adapt eip-service.json parsing to support ipv6cyBerta
2021-02-15switch faster to next gateway during eip setup if current one is not responsivecyBerta
2021-01-25Android O+ devices: only launch VPN on boot if always-on is enabled. For pre ...cyBerta
2021-01-18remove deprecated codecyBerta
2021-01-18fix de-/serialization of Connection objects. Fixes VPN auto-restart on reboot...cyBerta
2021-01-11add missing data-cipher flags to VpnProfile and ConfigParser, fixes cipher ne...cyBerta
2020-12-30update ics-openvpn, openvpn, openssl, prepare Bitmask for Android 11cyBerta
2020-12-30replace jetbrains.annotations by androidx.annotationscyBerta
2020-12-29update butterknife probably a last timecyBerta
2020-12-29move NavigationDrawerFragment into fragments directorycyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta
2020-12-28fix broken exclude apps featurecyBerta
2020-12-28no need to use onActivityResult in InstallActivity during installation it won...cyBerta
2020-12-28cleanup, remove unused code and deprecated commentscyBerta
2020-12-28check once a week for an app updatecyBerta
2020-12-28remove never implemented multi-profile feature version codecyBerta
2020-12-28download apk, request permission and install app updatecyBerta
2020-11-09initial auto-update implementation: introducing fatweb flavor, pgpverify go l...cyBerta
2020-07-26minor fix in dns blocking circumventioncyBerta
2020-07-26JobIntentServices leak activity context in APIs < 25, use application context...cyBerta
2020-07-25Merge branch 'tile_service' into 'master'cyberta
2020-07-26implement tile service #8762cyBerta
2020-07-25Merge branch 'riseup_background_compatibility' into 'master'cyberta
2020-07-25fix dialogs popping up multiple times after orientation changecyBerta
2020-07-25remove unused importcyBerta
2020-07-25Merge branch 'upgrade_to_1.0.4' into 'master'cyberta
2020-07-25fix UI bug overlapping fragments #8989cyBerta
2020-07-25add comment about provider reset methodcyBerta
2020-07-25reset configured provider on update to version 1.0.4 so that the geoip url is...cyBerta
2020-07-25use build.gradle's geoipUrl for custom branded appscyBerta
2020-07-25fix provider setup after refactoringscyBerta
2020-07-25register and unregister providerAPIBroadcastReceiver in onCreate/onDestroy in...cyBerta
2020-07-25fix memory leakcyBerta
2020-07-25get rid of ProviderAPIResultReceiver, rely completely on BroadcastReceiverscyBerta
2020-07-24remove unused methodscyBerta
2020-07-24fix bug in vpn profile based gateway order detection, write additional tests ...cyBerta
2020-07-24fix bug in gateway selection - always iterate through all gateways and count ...cyBerta
2020-07-24adapt profile selection after perordered gateway list was introduced and use ...cyBerta
2020-07-24remove timestamps from providers equals() check and reset timestamps in reset...cyBerta
2020-07-23fix potential nullpointer exception in geoipservice json parsingcyBerta
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 t...cyBerta
2020-06-03catch ActivityNotFoundException for the rare case when Android can't find any...cyBerta
2020-03-17switch to AndroidXcyBerta
2020-03-16fix tethering hint (#8979)cyBerta