summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/untranslatable.xml
AgeCommit message (Collapse)Author
2022-02-04minor update of obfs4 copyright stringcyBerta
2022-02-04update License strings and AboutFragmentcyBerta
2021-12-13add missing error handling stringscyBerta
2021-11-26make new strings translatablecyBerta
2021-11-26disable location entries that are not supporting current transport, show ↵cyBerta
hint in GatewaySelectionFragment and an option to disable bridges
2021-11-15adapt EIP main screen and strings to simply secure proposalscyBerta
2021-11-15ask user to change location or disable bridges if manually selected location ↵cyBerta
doesn't support bridges
2021-05-15fix missing empty space in untranslatable.xml string resourcescyberta
2021-04-28ask to disable manual gateway selection if current combination of transport ↵cyberta
and location fails
2020-12-29new year cleanup: restructure messy projectcyBerta
2020-07-25fix rounded image in donation dialog for Android 4 devicescyBerta
2020-04-02You've already done a release and many changes, update ©yearkwadronaut
2019-11-19update about fragmentcyBerta
2019-08-09Commented allow apps switch. Allow app fragment titleakuma
2019-07-11update about/licence textscyBerta
2018-12-11Merge branch 'cyberta_master' into feature/gatewayselectioncyBerta
2018-12-07first shot gatewayselectioncyBerta
2018-10-25fix notification title of the custom branded versioncyBerta
2018-02-27#8875 update licensescyBerta
2017-11-10#8743 adds new build type beta that rewrites the packageID. This will be ↵cyBerta
needed to have the FDroid beta channel in IzzySofts repository and the official releases in the official FDroid repository.
2017-11-098784 fix worst issues in about layout for tabletscyBerta
2017-11-01add licence note for okhttp to about pagecyBerta
2017-09-21update ics-openvpn: update classes, manifest, resources and build scriptcyBerta
2015-06-04ics-openvpn as a submodule! beautifulParménides GV
ics-openvpn is now officially on GitHub, and they track openssl and openvpn as submodules, so it's easier to update everything. Just a git submodule update --recursive. I've also set up soft links to native modules from ics-openvpn in app, so that we don't copy files in Gradle (which was causing problems with the submodules .git* files, not being copied). That makes the repo cleaner.
2014-12-23Update ics-openvpn to 1006Parménides GV
2014-12-15Don't updateIcsOpenVpn each build.Parménides GV
2014-12-12Updated ics-openvpn to last rev 14 Nov 2014.Parménides GV
Material design! It still doesn't run properly on my tablet, openvpn keeps getting down and exiting.
2014-12-12Updated ics-openvpn to rev924.Parménides GV
2014-11-04Update ics-openvpn to rev 906.Parménides GV
2014-09-18Updated ics-openvpn, restart after 1' being killedParménides GV
Fixed notifications too (forgot to do it in another branch, it's #5964).
2014-08-14Show a special notification while traffic is blocked.Parménides GV
When the user has already been connected to a VPN and she configured the client to use persistent-tun, we should warn her that until the VPN connection is again established, no traffic will flow.
2014-08-05Restored notification only when it's alone.Parménides GV
2014-07-31Updated ics-openvpn to rev 859 + no 2nd notification.Parménides GV
2014-06-24Tracker link pointing to chiliParménides GV
2014-06-24LEAP copyright updated until 2014.Parménides GV
2014-06-20Updated ics-openvpn-upstream: less patches of ours.Parménides GV
2014-06-19Provider name in Dashboard is ellipsized correctlyParménides GV
2014-06-16Check if there is an active gateway selected.Parménides GV
The active gateway cannot be null.
2014-06-16Succesfully updated.Parménides GV
2014-06-10Grabs eip authentication data correctly.Parménides GV
Merged updated ics-openvpn-upstream (e7803cc8efcd1794e18b4e30a43d814c2834552d).
2014-06-09Updated to build tools 19.1.Parménides GV
2014-06-04LogWindow declared in AndroidManifest.Parménides GV
2014-05-29ics-openvpn receives ifconfig from the server.Parménides GV
Refactored AndroidManifest to include launchvpn and openvpnservice. Imported changes from ics-openvpn-upstream
2014-05-29Last ics-openvpn compilation problem fixed.Parménides GV
Forgot to add the menu for the log. Now we'll strive to fix se.leap.bitmaskclient problems: first compilation, then functionality.
2014-05-29No AIDL nor api, logfragment related xml filesParménides GV
api folder and aidl files aren't needed for us. They are used for external apps that want to use ics-openvpn as an already installed package, while what we want is to avoid the installation of ics-openvpn including it (refactored) in bitmask android.
2014-05-28Resources merge correctly.Parménides GV
2014-04-09Back to the standard "app" module.Parménides GV
This return to "app" instead of "bitmask_android" is due to this reading: https://developer.android.com/sdk/installing/studio-build.html#projectStructure I'll have to tweak the final apk name in build.gradle.
2014-04-08Rename app->bitmask_androidParménides GV
This way, gradle commands generate apks correctly named.
2014-04-08Next step: compile jni sources correctly.Parménides GV