diff options
author | cyberta <cyberta@riseup.net> | 2024-01-25 23:41:42 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2024-01-25 23:41:42 +0000 |
commit | 5bf3f807a4804c18b7dc88e07e4e34ecf0791713 (patch) | |
tree | a092fd4ab72d1a31daa3cc442331cbb05d034ef0 /src/normal/fastlane/metadata/android/en-US | |
parent | ce8106f60d83ee2a788f1920437a0bbd48d6b15f (diff) | |
parent | e84289ab4380ae61cc9f2a86da9a16d1aae45cbd (diff) |
Merge branch 'post_release_work' into 'master'
post release tweaks and fixes
Closes #9150 and #8983
See merge request leap/bitmask_android!264
Diffstat (limited to 'src/normal/fastlane/metadata/android/en-US')
6 files changed, 38 insertions, 0 deletions
diff --git a/src/normal/fastlane/metadata/android/en-US/changelogs/168000.txt b/src/normal/fastlane/metadata/android/en-US/changelogs/168000.txt new file mode 100644 index 00000000..80766d7f --- /dev/null +++ b/src/normal/fastlane/metadata/android/en-US/changelogs/168000.txt @@ -0,0 +1,8 @@ +Since the last release was not fully rolled-out, a summary of version 1.1.6 and 1.1.7: +* updated design +* improved circumvention capabilities +* updated dependencies (openvpn, tor, snowflake etc.) +* updated translations +* fixed crashes and other bugs +* support for Message of the Day +* 1.1.7 fix: hiding debugging entries in settings
\ No newline at end of file diff --git a/src/normal/fastlane/metadata/android/en-US/changelogs/170000.txt b/src/normal/fastlane/metadata/android/en-US/changelogs/170000.txt new file mode 100644 index 00000000..d2dbd888 --- /dev/null +++ b/src/normal/fastlane/metadata/android/en-US/changelogs/170000.txt @@ -0,0 +1,15 @@ +1.2.0 +features: +* updated openvpn, openssl, tor, snowflake +* encrypted storage +* new provider setup UI +* Support for Android 13 +* enforce TLS 1.3 on all Android versions +* Dns over Https (DoH) during provider setup + +bugfixes: +* fixed possible on-device DoS vulnerability, leading to app crashes +* fixed task hijacking vulnerability (aka. strandhogg) +* fixed memory leaks +* fixed blocking vpn service stopping and notifications disappearing correctly +* disable location selection button if provider only supports 1 location diff --git a/src/normal/fastlane/metadata/android/en-US/full_description.txt b/src/normal/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 00000000..2fcf278a --- /dev/null +++ b/src/normal/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,12 @@ +Bitmask is a VPN client with automatic configuration. It has several techniques on board to circumvent censorship, network blocking or avoid surveillance. After choosing a compatible service provider it will encrypt and route securely all your network traffic through your trusted service provider. + +And you're good to go! + +Bitmask is open source VPN client, distributed under the GPLv3 license. See https://0xacab.org/leap/bitmask_android + +FAQ: + +* who: leap.se, a collective that loves the concept of the right to whisper, around since 2011. +* Translations greatly appreciated at our Transifex project https://app.transifex.com/otf/bitmask/dashboard/ + +If you experience problems or want to have bleeding edge versions, please join our chat https://matrix.to/#/#leap:libera.chat or write a bug report: https://0xacab.org/leap/bitmask_android/
\ No newline at end of file diff --git a/src/normal/fastlane/metadata/android/en-US/short_description.txt b/src/normal/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 00000000..6f481599 --- /dev/null +++ b/src/normal/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1,2 @@ +Encrypted communication for mere mortals +(superheroes welcome, too).
\ No newline at end of file diff --git a/src/normal/fastlane/metadata/android/en-US/title.txt b/src/normal/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 00000000..a953d6a6 --- /dev/null +++ b/src/normal/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Bitmask
\ No newline at end of file diff --git a/src/normal/fastlane/metadata/android/en-US/video.txt b/src/normal/fastlane/metadata/android/en-US/video.txt new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/src/normal/fastlane/metadata/android/en-US/video.txt |