summaryrefslogtreecommitdiff
path: root/app/src/main/res/values-es
AgeCommit message (Collapse)Author
2022-07-31update translationscyBerta
2022-05-21pull translations, reinsert translations for ↵cyBerta
'warning_no_more_gateways_manual_gw_selection'
2022-05-20update translationscyBerta
2022-05-05add some lost strings after changing the transifex urlcyBerta
2022-05-05update translationscyBerta
2022-02-06remove duplicated stringscyBerta
2022-02-05update translationscyBerta
2021-12-10update translations from transifexcyBerta
2021-12-05remove obsolete stringscyBerta
2021-11-30update translationscyBerta
2021-05-21update translationscyBerta
2021-02-28update translationscyBerta
2020-12-31update translationscyberta
2019-12-15update languagescyBerta
2019-08-04update translations: ar, el, es, et, fr, he, it, ja, rucyBerta
2019-03-09update languagescyBerta
2018-10-19#8919 update dependenciescyBerta
2018-10-08#8927 update languagescyBerta
2018-02-27#8873 add new translationscyBerta
2018-02-19add current translationscyBerta
2018-02-06Merge branch 'origin_0.9.8' into fupduck_8826_custom_providercyBerta
2018-02-01#8832 add all ics-openvpn code changescyBerta
2018-01-30#8779 remove unused strings that even don't have a default translationcyBerta
2018-01-23add custom provider optionFup Duck
2018-01-09create ProviderDetail ActivityFup Duck
2018-01-08AboutActivity to AboutFragmentFup Duck
2017-11-09#8786 rebrand log activitycyBerta
2017-11-068779 change urls for source code and bug trackercyBerta
2017-10-258757 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
2017-09-21update ics-openvpn: add textual changescyBerta
2017-09-21update ics-openvpn: add plurals to bitmask resourcescyBerta
2016-04-02Update ics-openvpnParménides GV
2016-02-06Update ics-openvpnParménides GV
2015-06-11Update java and xml filesParménides GV
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.
2015-04-30Works smoothly, correct texts.Parménides GV
Next step: beautify.
2015-04-29Creating 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-28Seem good sizes, but layout is ugly.Parménides GV
2015-04-27Added a button to the UIParménides GV
Turn on VPN touching that button, and leave the image as a mere indicator.
2015-04-27testEveryProvider also worksParménides GV
2015-04-22Pinning connection to provider.jsonParmé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-15Set accept-language in ProviderAPI, language-countryParménides GV
String locale = Locale.getDefault().getLanguage() + Locale.getDefault().getCountry();
2015-04-14Typo, segunda personaParménides GV
2015-04-14Signing up string.Parménides GV
2015-04-10Seems to work.Parménides GV
2015-04-07Trying to conjugate the Spanish verbs programmatically.Parménides GV
2015-04-07Move switch downParménides GV
2015-04-07Traducidos strings normales.Parménides GV
2014-12-23Update ics-openvpn to 1006Parménides GV
2014-11-04Update ics-openvpn to rev 906.Parménides GV