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.4:
build: Prepend project name to APK name
Italian translation (#105)
Translations: Squashed commit of the following:
Notification: use 'taken' instead of 'take' to better reflect user action
Add keystore.properties symlink for easier management
Remove med alerts before removing med
RoutineCreateOrEditFrag: Force using RadialTimePicker with SDK<21
MedicinesActivity: don't wait for layout inflation before starting search
MedicinesActivity: avoid re-launching search activity when this activity is GCd
Schedules: Don't show pill dose pickers for presentations other than pills
Add icon asset folder link to the contributing guidelines
Add drug presentation icon sources to the repo
MedicineCreateOrEditFragm: don't hardcode tag for presentations
Fix medicine activity tests with new presentation layout
Presentation: simplify icon retrieval
Add new medicine presentations. Fixes#54 and #98
Properly format 24h times
Add default strings for new presentations
build: update Kotlin version to 1.2.30
build: Update versionCode and versionName
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Non-code contributions are also welcome!. You can do a lot of things:
33
33
34
34
* Comment on a issue or start your own to suggest ideas or give your opinion.
35
35
* Fix typos, comments or clarify language to improve the quality of the app.
36
-
* Propose an icon, a better drawable for an specific action, or even a new material app logo ;-).
36
+
* Propose [an icon](assets/icons), a better drawable for an specific action, or even a new material app logo ;-).
37
37
* Be a member of the testing community by joining the testing group on Google Groups. You will automatically receive the updates from the BETA channel like normal updates from Google Play. This helps us find bugs before the public release!
38
38
39
39
> Join the BETA channel: [click here!](https://play.google.com/apps/testing/es.usc.citius.servando.calendula)
@@ -50,4 +50,3 @@ Alternatively, you can contribute translations via pull request:
50
50
* Send a pull request.
51
51
52
52
You can also improve an existing `strings_translatable.xml` file and make a PR with that!
Copy file name to clipboardexpand all lines: Calendula/src/androidTest/java/es/usc/citius/servando/calendula/activities/MedicinesActivityCreateTest.java
Copy file name to clipboardexpand all lines: Calendula/src/main/java/es/usc/citius/servando/calendula/activities/MedicinesSearchAutoCompleteAdapter.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ public void onClick(View view) {
0 commit comments