-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DAVx5 as new app name for DAVdroid #3504
Conversation
8ee90bd
to
c2352b0
Compare
Codecov Report
@@ Coverage Diff @@
## master #3504 +/- ##
===========================================
- Coverage 6.13% 6.13% -0.01%
Complexity 1 1
===========================================
Files 316 316
Lines 30697 30697
Branches 4392 4392
===========================================
- Hits 1884 1883 -1
Misses 28531 28531
- Partials 282 283 +1
|
src/main/res/values/strings.xml
Outdated
@@ -49,8 +49,8 @@ | |||
<string name="prefs_enable_media_scan_notifications_summary">Notify about newly found media folders</string> | |||
<string name="prefs_log_delete_history_button">Delete history</string> | |||
<string name="prefs_calendar_contacts">Sync calendar & contacts</string> | |||
<string name="prefs_calendar_contacts_summary">Set up DAVdroid (v1.3.0+) for current account</string> | |||
<string name="prefs_calendar_contacts_address_resolve_error">Server address for the account could not be resolved for DAVdroid</string> | |||
<string name="prefs_calendar_contacts_summary">Set up DAVx5 (DAVdroid) (v1.3.0+) for current account</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<string name="prefs_calendar_contacts_summary">Set up DAVx5 (DAVdroid) (v1.3.0+) for current account</string> | |
<string name="prefs_calendar_contacts_summary">Set up DAVx5 (formerly known as DAVdroid) (v1.3.0+) for current account</string> |
Maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did like der play store listing: https://play.google.com/store/apps/details?id=at.bitfire.davdroid&hl=en But I am fine either way. What do you thing @tobiasKaminsky ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having it a bit more verbose for unknown users cannot harm :-)
src/main/res/values/strings.xml
Outdated
@@ -49,8 +49,8 @@ | |||
<string name="prefs_enable_media_scan_notifications_summary">Notify about newly found media folders</string> | |||
<string name="prefs_log_delete_history_button">Delete history</string> | |||
<string name="prefs_calendar_contacts">Sync calendar & contacts</string> | |||
<string name="prefs_calendar_contacts_summary">Set up DAVdroid (v1.3.0+) for current account</string> | |||
<string name="prefs_calendar_contacts_address_resolve_error">Server address for the account could not be resolved for DAVdroid</string> | |||
<string name="prefs_calendar_contacts_summary">Set up DAVx5 (DAVdroid) (v1.3.0+) for current account</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having it a bit more verbose for unknown users cannot harm :-)
c2352b0
to
71b1d21
Compare
@tobiasKaminsky @nickvergessen changed the text according to your review comment. 👍 |
👍 |
Signed-off-by: Andy Scherzinger <[email protected]>
Lint
FindBugs (new)
FindBugs (master)
|
Resolves #3502
Signed-off-by: Andy Scherzinger [email protected]