Age | Commit message (Expand) | Author |
2021-02-26 | use early routes (blocking traffic) only on reboot | cyBerta |
2021-02-26 | cleanup in OpenVPNService | cyBerta |
2021-02-26 | implement service binding in order to fix remote service exception during for... | cyBerta |
2021-02-26 | some refactorings in VpnNotificationManager, start foreground service notific... | cyBerta |
2021-02-25 | ensure the private api and the preshipped certificate will be used to setup t... | cyBerta |
2021-02-18 | add logging in ProvderApiConnector, in order to see the failing requests | cyBerta |
2021-02-18 | add a lot of API related error logs to log screen | cyBerta |
2021-02-15 | switch faster to next gateway during eip setup if current one is not responsive | cyBerta |
2021-01-25 | Android O+ devices: only launch VPN on boot if always-on is enabled. For pre ... | cyBerta |
2021-01-18 | remove deprecated code | cyBerta |
2021-01-18 | fix de-/serialization of Connection objects. Fixes VPN auto-restart on reboot... | cyBerta |
2021-01-11 | add missing data-cipher flags to VpnProfile and ConfigParser, fixes cipher ne... | cyBerta |
2020-12-30 | update ics-openvpn, openvpn, openssl, prepare Bitmask for Android 11 | cyBerta |
2020-12-30 | replace jetbrains.annotations by androidx.annotations | cyBerta |
2020-12-29 | update butterknife probably a last time | cyBerta |
2020-12-29 | move NavigationDrawerFragment into fragments directory | cyBerta |
2020-12-29 | new year cleanup: restructure messy project | cyBerta |
2020-12-28 | fix broken exclude apps feature | cyBerta |
2020-12-28 | no need to use onActivityResult in InstallActivity during installation it won... | cyBerta |
2020-12-28 | cleanup, remove unused code and deprecated comments | cyBerta |
2020-12-28 | check once a week for an app update | cyBerta |
2020-12-28 | remove never implemented multi-profile feature version code | cyBerta |
2020-12-28 | download apk, request permission and install app update | cyBerta |
2020-11-09 | initial auto-update implementation: introducing fatweb flavor, pgpverify go l... | cyBerta |
2020-07-26 | minor fix in dns blocking circumvention | cyBerta |
2020-07-26 | JobIntentServices leak activity context in APIs < 25, use application context... | cyBerta |
2020-07-25 | Merge branch 'tile_service' into 'master' | cyberta |
2020-07-26 | implement tile service #8762 | cyBerta |
2020-07-25 | Merge branch 'riseup_background_compatibility' into 'master' | cyberta |
2020-07-25 | fix dialogs popping up multiple times after orientation change | cyBerta |
2020-07-25 | remove unused import | cyBerta |
2020-07-25 | Merge branch 'upgrade_to_1.0.4' into 'master' | cyberta |
2020-07-25 | fix UI bug overlapping fragments #8989 | cyBerta |
2020-07-25 | add comment about provider reset method | cyBerta |
2020-07-25 | reset configured provider on update to version 1.0.4 so that the geoip url is... | cyBerta |
2020-07-25 | use build.gradle's geoipUrl for custom branded apps | cyBerta |
2020-07-25 | fix provider setup after refactorings | cyBerta |
2020-07-25 | register and unregister providerAPIBroadcastReceiver in onCreate/onDestroy in... | cyBerta |
2020-07-25 | fix memory leak | cyBerta |
2020-07-25 | get rid of ProviderAPIResultReceiver, rely completely on BroadcastReceivers | cyBerta |
2020-07-24 | remove unused methods | cyBerta |
2020-07-24 | fix bug in vpn profile based gateway order detection, write additional tests ... | cyBerta |
2020-07-24 | fix bug in gateway selection - always iterate through all gateways and count ... | cyBerta |
2020-07-24 | adapt profile selection after perordered gateway list was introduced and use ... | cyBerta |
2020-07-24 | remove timestamps from providers equals() check and reset timestamps in reset... | cyBerta |
2020-07-23 | fix potential nullpointer exception in geoipservice json parsing | cyBerta |
2020-07-23 | always use provider from ProviderObservable if possible | cyBerta |
2020-07-23 | implement gateway selection based on geoip service | cyBerta |
2020-07-01 | inject preshipped geoip url to provider object | cyBerta |
2020-06-11 | ProviderAPI as JobIntentService | cyBerta |