Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-31 | update translations | cyBerta | |
2022-05-21 | pull translations, reinsert translations for ↵ | cyBerta | |
'warning_no_more_gateways_manual_gw_selection' | |||
2022-05-20 | update translations | cyBerta | |
2022-05-05 | add some lost strings after changing the transifex url | cyBerta | |
2022-05-05 | update translations | cyBerta | |
2022-02-05 | update translations | cyBerta | |
2021-12-10 | update translations from transifex | cyBerta | |
2021-12-05 | remove obsolete strings | cyBerta | |
2021-11-30 | update translations | cyBerta | |
2021-05-21 | update translations | cyBerta | |
2021-02-28 | update translations | cyBerta | |
2020-12-31 | update translations | cyberta | |
2019-12-15 | update languages | cyBerta | |
2019-08-04 | update translations: ar, el, es, et, fr, he, it, ja, ru | cyBerta | |
2019-03-09 | update languages | cyBerta | |
2018-10-08 | #8927 update languages | cyBerta | |
2018-02-27 | #8873 add new translations | cyBerta | |
2018-02-19 | add current translations | cyBerta | |
2018-02-06 | Merge branch 'origin_0.9.8' into fupduck_8826_custom_provider | cyBerta | |
2018-01-30 | #8779 remove unused strings that even don't have a default translation | cyBerta | |
2018-01-23 | add custom provider option | Fup Duck | |
2018-01-09 | create ProviderDetail Activity | Fup Duck | |
2018-01-08 | AboutActivity to AboutFragment | Fup Duck | |
2017-11-09 | #8786 rebrand log activity | cyBerta | |
2017-11-06 | 8779 change urls for source code and bug tracker | cyBerta | |
2017-10-25 | 8757 fixes session cookie handling by implementing okHttpClient and custom ↵ | cyBerta | |
cookiejar, enables TLS 1.2 on old devices, restricts allowed cipher suites on new devices in order to harden tls based communication | |||
2015-04-30 | Works smoothly, correct texts. | Parménides GV | |
Next step: beautify. | |||
2015-04-29 | Creating a user session fragment. | Parménides GV | |
I've separated the user session management to it, and encapsulated ProviderAPICommand into its own class. Putting the fragment statically in dashboard.xml isn't working, Android complains about it being duplicated, so I'm going to add it dynamically. | |||
2015-04-28 | Seem good sizes, but layout is ugly. | Parménides GV | |
2015-04-27 | Added a button to the UI | Parménides GV | |
Turn on VPN touching that button, and leave the image as a mere indicator. | |||
2015-04-27 | testEveryProvider also works | Parménides GV | |
2015-04-22 | Pinning connection to provider.json | Parménides GV | |
Using AndroidPinning library from Moxie, I make sure the provider.json file Bitmask downloads is fetched from a pinned https connection, so that the api certificate fingerprint is the good one. | |||
2015-04-14 | Typo, segunda persona | Parménides GV | |
2015-04-14 | Signing up string. | Parménides GV | |
2015-04-10 | Seems to work. | Parménides GV | |
2015-04-07 | Move switch down | Parménides GV | |
2015-04-07 | Traducidos strings normales. | Parménides GV | |
2014-06-24 | Tracker link pointing to chili | Parménides GV | |
2014-05-15 | remove ics-openvpn strings from strings.xml | Parménides GV | |
I privilege ics-openvpn translation to ours. If we need to change something, we can introduce a new xml element without any future compatibility problem with ics-openvpn. | |||
2014-04-09 | Back 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-08 | Rename app->bitmask_android | Parménides GV | |
This way, gradle commands generate apks correctly named. | |||
2014-04-08 | Next step: compile jni sources correctly. | Parménides GV | |