summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2021-01-25update translationscyBerta
2021-01-25Android O+ devices: only launch VPN on boot if always-on is enabled. For pre ↵cyBerta
Android O: evaluate last connection state in OnBootReceiver
2021-01-25Merge branch 'fix_always_on_reboot' into 'master'cyberta
Fix always on reboot Closes #8994 See merge request leap/bitmask_android!119
2021-01-24Update strings.xmlkwadronaut
closes #9001
2021-01-18fix commentcyBerta
2021-01-18remove deprecated codecyBerta
2021-01-18fix de-/serialization of Connection objects. Fixes VPN auto-restart on ↵cyBerta
reboot due to always-on system settings or if system killed app due to low memory
2021-01-12fix existing tests and add one to test if a default data-ciphers parameter ↵cyBerta
gets added correctly
2021-01-11add missing data-cipher flags to VpnProfile and ConfigParser, fixes cipher ↵cyBerta
negotiation issues
2021-01-10update translations, update tx config to pull always donation translation ↵cyBerta
for RiseupVPN builds
2020-12-31remove unused strings from source strings.xmlcyberta
2020-12-31update translationscyberta
2020-12-30fix insecure flavored dev buildscyBerta
2020-12-30update ics-openvpn, openvpn, openssl, prepare Bitmask for Android 11cyBerta
2020-12-30fix fatweb flavored buildscyBerta
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-28Merge branch 'android_10_exclude_apps' into 'master'cyberta
fix exclude apps feature Closes #9012 See merge request leap/bitmask_android!116
2020-12-28Merge branch 'automatic_updates_for_web_apks' into 'master'cyberta
Automatic updates for web apks Closes #8960 See merge request leap/bitmask_android!115
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 ↵cyBerta
won't be called
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 ↵cyBerta
library and bitmask core library, basic update mechanism
2020-07-27update language decyBerta
2020-07-27fix string #8984cyBerta
2020-07-26update translationscyBerta
2020-07-26minor fix in dns blocking circumventioncyBerta
2020-07-26JobIntentServices leak activity context in APIs < 25, use application ↵cyBerta
context instead
2020-07-26remove demo providerscyBerta
2020-07-26update translationscyBerta
2020-07-25Merge branch 'tile_service' into 'master'cyberta
implement tile service #8762 See merge request leap/bitmask_android!113
2020-07-26implement tile service #8762cyBerta
2020-07-25Merge branch 'riseup_background_compatibility' into 'master'cyberta
fix android 4 UI bugs See merge request leap/bitmask_android!112
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 ↵cyBerta
mdpi and will lead to upscaled images. Fixes blank background images on older devices because of exceeded opengl pixel width/height limits
2020-07-25Merge branch 'upgrade_to_1.0.4' into 'master'cyberta
Upgrade to 1.0.4 See merge request leap/bitmask_android!111