summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Collapse)Author
2022-05-19early return if tor is ment to be shutdown but is not runningcyBerta
2022-05-19only wait until Tor has been completely shutdown successfully on ↵cyBerta
startTorService command if the service was previously cancelled
2022-05-19reset http proxy port immediately after tor has been cancelled and is about ↵cyBerta
to be shutdown
2022-05-19implement method to determine if tor is currently running and not yet about ↵cyBerta
to be shutdown
2022-05-18avoid possible NPE in ClientTransportPlugincyBerta
2022-05-18use snowflake if necessary to update invalid vpn cert. Show cert update ↵cyBerta
message in UI
2022-05-14fix icons in advanced settings menuPratik Lagaskar
2022-05-11Merge branch 'min-l10n' into 'master'cyberta
update min l110n, (c) date See merge request leap/bitmask_android!180
2022-05-08String change, smallkwadronaut
This solves https://www.transifex.com/otf/bitmask/translate/#fr/$/404160240
2022-05-08update min l110n, (c) datekwadronaut
2022-05-06Merge branch 'update_translations' into 'master'cyberta
update translations See merge request leap/bitmask_android!177
2022-05-05remove languages with insufficient translationscyBerta
2022-05-05add some lost strings after changing the transifex urlcyBerta
2022-05-05catch nullpointer exception in tile servicecyBerta
2022-05-05fix left-right alignment in about fragment, fix space dimensions (dp instead ↵cyBerta
of sp)
2022-05-05update translationscyBerta
2022-04-21Transifex changes, merging desktop and mobilekwadronaut
This changes the URL and user texts. Please do a dry-run before updating languages!
2022-02-06remove duplicated stringscyBerta
2022-02-05update translationscyBerta
2022-02-05always show 'show connection details' if connection details have been ↵cyBerta
visible and are going to be hidden
2022-02-05fix NPE in GatewaysManagercyBerta
2022-02-05remove insecure hint in EipFragment if VPN is connecting or reconnectingcyBerta
2022-02-05improve gateway connection setup animationcyBerta
2022-02-05avoid short animation when turning off the VPNcyBerta
2022-02-04build and enable snowflake featurecyBerta
2022-02-04minor update of obfs4 copyright stringcyBerta
2022-02-04remove (shapeshifter) Dispatcher and Binary-Installer class, they're ↵cyBerta
deprected and unused
2022-02-04update License strings and AboutFragmentcyBerta
2022-01-31remove duplicated strings, 'advanced settings' and 'cancel connection' moved ↵cyBerta
to strings.xml
2022-01-25Merge branch 'update_ics-openvpn' into 'master'cyberta
update dependencies Closes #9060 See merge request leap/bitmask_android!161
2022-01-25update IPtProxy / snowflakecyBerta
2021-12-21improve error handling message for custom branded clients in case of ↵cyBerta
misconfigured backend
2021-12-20update ics-openvpn to v0.7.31, openssl to 3.0.1cyBerta
2021-12-20Merge branch 'certificate_transition' into 'master'cyberta
Certificate transition See merge request leap/bitmask_android!155
2021-12-17don't show led colors for vpn stats notifications, use them when app updates ↵cyBerta
are available
2021-12-17cleanup importscyBerta
2021-12-17allow to parse and handle multiple certs in a pem filecyBerta
2021-12-14shorten string void_vpn_error_establishcyBerta
2021-12-13improve string about failing VoidVPNcyBerta
2021-12-13add missing error handling stringscyBerta
2021-12-13add hexacab config testwisecyBerta
2021-12-13Merge branch 'improve_strings' into 'master'cyberta
Improve strings Closes #9055 See merge request leap/bitmask_android!152
2021-12-13improve string log_handshake_donecyBerta
2021-12-13fix 'Advanced settings' stringcyBerta
2021-12-11fix class cast exceptioncyBerta
2021-12-11catch potential security exception when checking network capabilitiescyBerta
2021-12-11make trafficdata linked list in DevicecStateReceiver final and fix typocyBerta
2021-12-11revert disallowing android:extractNativeLibs, enableUncompressedNativeLibs = ↵cyBerta
false seems to made the trick to ensure navive libs are extracted to the apk
2021-12-10use guaranteed non-null Context object to start provider APIcyBerta
2021-12-10catch potential IllegalArgumentException when enqueuing intents for EIP and ↵cyBerta
ProviderAPI Service