-
-
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
Use product name on rich document, if available #3971
Conversation
src/main/res/values/strings.xml
Outdated
@@ -793,7 +793,7 @@ | |||
<string name="stream_not_possible_headline">Internal streaming not possible</string> | |||
<string name="stream_not_possible_message">Please download media instead or use external app.</string> | |||
<string name="folder_already_exists">Folder already exists</string> | |||
<string name="actionbar_open_as_richdocument">Open with Collabora</string> | |||
<string name="actionbar_open_as_richdocument">Open with</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.
Or work with a pattern to have a parameter to not manually concatenate strings since we don't know how that works for all languages? :)
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.
👍 changed
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.
Please change the string to use a variable, probably better for translations :)
Else it looks fine to me.
Codecov Report
@@ Coverage Diff @@
## master #3971 +/- ##
===========================================
- Coverage 6.58% 6.53% -0.06%
Complexity 1 1
===========================================
Files 322 322
Lines 30908 30927 +19
Branches 4408 4411 +3
===========================================
- Hits 2036 2021 -15
- Misses 28576 28612 +36
+ Partials 296 294 -2
|
Codecov Report
@@ Coverage Diff @@
## master #3971 +/- ##
============================================
- Coverage 14.3% 14.29% -0.01%
Complexity 1 1
============================================
Files 329 329
Lines 30998 31017 +19
Branches 4424 4427 +3
============================================
Hits 4435 4435
- Misses 25779 25795 +16
- Partials 784 787 +3
|
a72a0c5
to
cd3f4fa
Compare
I'll rebase this after #3989 is merged, as both touch database. |
@tobiasKaminsky #3989 has been merged |
cd3f4fa
to
a28937d
Compare
Lint score increased |
a28937d
to
0e6a37d
Compare
This was due to the fact that I changed an existing translatable string and thus it is not yet updated on Transifex. |
0e6a37d
to
5b1b608
Compare
03435c1
to
54946a3
Compare
@tobiasKaminsky can Rebase this one again? |
use placeholder for string reset to master-snapshot fix analysis warning use new translatable string use var vor qa flavor too Signed-off-by: tobiasKaminsky <tobias@kaminsky.me> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
54946a3
to
403a3e0
Compare
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/9393.apk |
Codacy297Lint
SpotBugs (new)
SpotBugs (master)
|
3b31841 Merge pull request #3969 from nextcloud/receivePushDelete 6074c93 Drone: update FindBugs results to reflect reduced error/warning count [skip ci] f28007e OCFileListFragment: Only scroll to top if directory changed (#4058) b061e4d Merge commit '51ee4d88fd0555a945a24b1ab3beba2ffdc79c06' 51ee4d8 handle silent delete/delete-all push notifications do not ignore talk messages (will only be sent if no talk app is installed) exclude generated Parcelable fb6b11f Use product name on rich document, if available (#3971) 4197d3b use proper qa build lib dependency 8c06097 Only compare directories if necessary 403a3e0 Use product name on rich document, if available use placeholder for string reset to master-snapshot fix analysis warning use new translatable string use var vor qa flavor too 9b0a789 Merge pull request #4040 from nextcloud/ezaquarii/remove-findbugs d6b4dee Remove legacy FindBugs tasks from build script 53c9c05 daily dev 20190523
Signed-off-by: tobiasKaminsky tobias@kaminsky.me