Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-28 | fix memory leak in UpdateDownloadManager | cyBerta | |
2024-06-27 | update pgp key for download verification | cyBerta | |
2024-06-27 | fix obfuscation proxy pinning font | cyBerta | |
2024-06-26 | pre-ship beta testing bridge | cyBerta | |
2024-06-26 | update bitmaskcore / obfsvpn: fix closing connections and fix sending state ↵ | cyBerta | |
change events via FFI | |||
2024-06-26 | fix tests after breaking change how we start obfsvpn in conjunction with ↵ | cyBerta | |
openvpn, switching for socks proxying to transparent proxying | |||
2024-06-26 | make a couple of member variables of model classes final, since they are not ↵ | cyBerta | |
changed after initialization | |||
2024-06-26 | improve error log shown if the provider doesn't support openvpn in UDP mode ↵ | cyBerta | |
for a gateway that also offers a bridge | |||
2024-06-26 | fix missing start() call for the obfsvpn client thread, implement ↵ | cyBerta | |
EventLogger in the ObfsvpnClient instead of using an anonymous class implementing obfsvpn's EventLogger interface | |||
2024-06-26 | reset connection proxy port and host name in case we use an obfuscated ↵ | cyBerta | |
connection, since use transparent proxying instead of a socks proxy, which these fields refer to | |||
2024-06-17 | update obfsvpn to version 1.0.0, this is a breaking API change. Obfsvpn ↵ | cyBerta | |
requires openvpn in UDP as inner transport protocol from now on | |||
2024-04-27 | update to version 1.3.1 | cyBerta | |
2024-04-26 | allow during the initial setup to re-launch the app and resume in the ↵ | cyBerta | |
configuration UI | |||
2024-04-24 | temporary workaround that stores provider setup updates if app is in ↵ | cyBerta | |
background during setup. Fixes an app crash during provider setup while app is in background | |||
2024-04-23 | rm provider selection test for custom provider | kwadronaut | |
fixes #9176 | |||
2024-04-23 | update screenshot languages | kwadronaut | |
2024-04-18 | update to v1.3.0 | cyBerta | |
2024-04-18 | force updating provider settings on client update | cyBerta | |
2024-04-18 | pass tor lib builds from CI build step 'build' to 'screenshot' | cyBerta | |
2024-04-18 | add another build step to build beta releases: aab's for gplay, and a fat ↵ | cyBerta | |
apk that can be installed next to a stable release for the download from the website | |||
2024-04-18 | improve default handling of prepareForDistribution build script | cyBerta | |
2024-04-18 | Merge branch 'qa_fixes' into 'master' | cyberta | |
QA fixes See merge request leap/bitmask_android!278 | |||
2024-04-18 | fix snowflake and iptproxy patches | cyBerta | |
2024-04-17 | update golang and snowflake lib, update snowflake fronts | cyBerta | |
2024-04-15 | update test cert | cyBerta | |
2024-04-15 | Update .gitlab-ci.yml file | kwadronaut | |
remove sea runner | |||
2024-03-18 | copy and paste changes of upstream's ↵ | cyBerta | |
3a674d30e1c7118b73efaf353cea7c43a95dc8c7, fixes possible race condition between DeviceStateReceiver and OpenVpnManagementThread, which results in incorrect LEVEL_NONETWORK state | |||
2024-03-14 | update about screen | cyBerta | |
2024-03-09 | catch nullpointer exception in ConfigureProviderFragment | cyBerta | |
2024-03-02 | Merge branch 'release_1.3.0RC1' into 'master' | cyberta | |
update to version 1.3.0RC1 See merge request leap/bitmask_android!276 | |||
2024-03-02 | update to version 1.3.0RC1 | cyBerta | |
2024-03-01 | Merge branch 'update_translations_pt3' into 'master' | cyberta | |
update translations after replacing Bitmask with string variable in rource string file See merge request leap/bitmask_android!275 | |||
2024-03-01 | update translations after replacing Bitmask with string variable in rource ↵ | cyBerta | |
string file | |||
2024-03-01 | Merge branch 'update_translations2' into 'master' | cyberta | |
another translations MR Closes #9062 See merge request leap/bitmask_android!273 | |||
2024-03-01 | update translations after replacing hardcoded Bitmask with string variable | cyBerta | |
2024-03-01 | remove mapping between transifex zh language code and Androids zh-rCN region ↵ | cyBerta | |
code, make zh folder default for Chinese | |||
2024-03-01 | replace hard coded Bitmask with %s in string resources in context of ↵ | cyBerta | |
circumvention setup | |||
2024-03-01 | Merge branch 'update-l10n' into 'master' | cyberta | |
update l10n See merge request leap/bitmask_android!272 | |||
2024-03-01 | Update l10n for app and app store meta data. Tweaks the tx config and the ↵ | kwadronaut | |
python script to pull all translations from Transifex and parse the meta data in a fastlane compatible format. | |||
2024-02-29 | Merge branch 'kwadronaut-master-patch-5d68' into 'master' | cyberta | |
Update supported android levels See merge request leap/bitmask_android!274 | |||
2024-02-29 | Update supported android levels | kwadronaut | |
2024-02-27 | Merge branch 'update_provider_data' into 'master' | cyberta | |
Update preshipped provider data Closes #9158 See merge request leap/bitmask_android!271 | |||
2024-02-27 | replace staging backend float.hexacab.org with demo.bitmask.net in debug builds | cyBerta | |
2024-02-27 | update preshipped provider.json and CA cert for Riseup | cyBerta | |
2024-02-27 | Merge branch 'bring_setup_activity_to_foreground' into 'master' | cyberta | |
bring setup activity back to foreground if provider setup is about to finish See merge request leap/bitmask_android!270 | |||
2024-02-27 | bring setup activity back to foreground if provider setup is about to finish | cyBerta | |
2024-02-27 | Merge branch 'fix_provider_list' into 'master' | cyberta | |
Improve manual Provider setup flow Closes #9151 and #9157 See merge request leap/bitmask_android!269 | |||
2024-02-27 | Allow entering valid domains instead of URLs including protocol. Don't allow ↵ | cyBerta | |
multi-line, replace enter button with OK button in keyboard layout | |||
2024-02-27 | scroll EditText to visible area after the keyboard appeared | cyBerta | |
2024-02-26 | fix runtime exception on location switch | cyBerta | |