summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2020-12-29move NavigationDrawerFragment into fragments directorycyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta
2020-12-28Merge branch 'android_10_exclude_apps' into 'master'cyberta
2020-12-28Merge branch 'automatic_updates_for_web_apks' into 'master'cyberta
2020-12-28fix broken exclude apps featurecyBerta
2020-12-28update preshipped provider.json, update api versioncyBerta
2020-12-28cancel ongoing download notification if download failedcyBerta
2020-12-28no need to use onActivityResult in InstallActivity during installation it won...cyBerta
2020-12-28remove redundant check for file deletion if app update failedcyBerta
2020-12-28debounce notification creation during app downloadcyBerta
2020-12-28fix lint issue, use parseInt instead of valueOf for string to integer conversioncyBerta
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-12-28add new download notification stringscyBerta
2020-12-28improve invisible activity themecyBerta
2020-11-09initial auto-update implementation: introducing fatweb flavor, pgpverify go l...cyBerta
2020-07-27update language decyBerta
2020-07-27fix string #8984cyBerta
2020-07-26update translationscyBerta
2020-07-26update version to 1.0.51.0.5cyBerta
2020-07-26minor fix in dns blocking circumventioncyBerta
2020-07-26JobIntentServices leak activity context in APIs < 25, use application context...cyBerta
2020-07-26remove demo providerscyBerta
2020-07-26update translationscyBerta
2020-07-26update version to 1.0.41.0.4cyBerta
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-25fix rounded image in donation dialog for Android 4 devicescyBerta
2020-07-25move default background images to drawable-nodpi, drawable is treated as mdpi...cyBerta
2020-07-25Merge branch 'upgrade_to_1.0.4' into 'master'cyberta
2020-07-25convert webp files to compressed pngs, because Android 4 devices couldn't dis...cyBerta
2020-07-25fix UI bug overlapping fragments #8989cyBerta
2020-07-25Merge branch 'improve_provider_setup_UI' into 'master'cyberta
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-25only allow geoip service calls if the vpn is not yet running in order to get ...cyBerta
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-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
2020-07-24fix bug in gateway selection - always iterate through all gateways and count ...cyBerta