summaryrefslogtreecommitdiff
path: root/app/src/main/res/values-cs
AgeCommit message (Collapse)Author
2024-12-11change 'Any' to 'Automatically Select' in Circumvention Settings screencyBerta
2024-12-04Update metadata for play storekwadronaut
This pulled existing (changed) content from both play store and transifex Did my best when merge was needed. Several changes to the script to fetch from play store
2024-11-14Update app l10nkwadronaut
Signed-off-by: kwadronaut <kwadronaut@autistici.org>
2022-05-05update translationscyBerta
2022-02-06remove duplicated stringscyBerta
2022-02-05update translationscyBerta
2021-11-30update translationscyBerta
2019-10-31update languagescyBerta
2019-03-09update languagescyBerta
2018-10-19#8919 update dependenciescyBerta
2018-10-08#8927 update languagescyBerta
2018-02-19add current translationscyBerta
2018-02-01#8832 add all ics-openvpn code changescyBerta
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-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-11-04Update ics-openvpn to rev 906.Parménides GV
2014-07-31Updated ics-openvpn to rev 859 + no 2nd notification.Parménides GV
2014-05-28Resources merge correctly.Parménides GV
2014-05-15remove ics-openvpn strings from strings.xmlParmé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-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