You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* release-2.5.6:
Update version code and name for release 2.5.6
Translations: Squashed commit of the following:
strings: add a proper set of duration names for future use
CONTRIBUTING: translations PRs should be done to the translation branch
circle.yml: disable coverage report for now
Make PIN timeout actually work
Make app lock timeout configurable
PinLockActivity: make fingerprint work with the new pin verification model
Privacy prefs: require PIN confirmation before PIN delete/modify
StartActivity: close app if PIN input is canceled
PinLockActivity: make the back button undo input if possible
PinLockActivity: make PIN verification a result call as well
Display that AEMPS database is from Spain.
Update kotlin version to 1.2.50
Update gradle plugin to 3.1.3
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,15 @@ Non-code contributions are also welcome!. You can do a lot of things:
38
38
39
39
> Join the BETA channel: [click here!](https://play.google.com/apps/testing/es.usc.citius.servando.calendula)
40
40
41
-
42
41
### Help with app translations
42
+
43
43
Contributing translations is now easier than ever! Just join us at POEditor using [this link](https://poeditor.com/join/project/kIdyqFodDn) and start translating Calendula to one of the existing languages, or suggest a new one. **This is the recommended method for translations**.
44
44
You can also contribute with better translations for particular words or sentences.
45
45
46
46
Alternatively, you can contribute translations via pull request:
47
47
48
-
* Add a new folder named `values-{LANG}/` at `Calendula/src/main/res/`
49
-
* Translate the `strings_translatable.xml` file from `values` to your desired language.
50
-
* Send a pull request.
48
+
* Add a new folder named `values-{LANG}/` at `Calendula/src/main/res/`.
49
+
* Translate the `strings_translatable.xml` file from `Calendula/src/main/res/values` to your desired language.
50
+
* Send a pull request to the `translations` branch.
51
51
52
52
You can also improve an existing `strings_translatable.xml` file and make a PR with that!
0 commit comments