D29357: Display rich text notification messages on Android (API level 24+)

2020-05-11 Thread Luca Weiss
z3ntu added a comment. I don't see a reason why rich text should be limited to API24+? Yes, the `fromHtml(String source, int flags)` method is API 24+ but for APIs lower than that you can use `fromHtml(String source)` as for example wrapped in `androidx.core.text.HtmlCompat`: /**

D23224: Fix capitalization of Nextcloud

2019-08-18 Thread Luca Weiss
z3ntu added a comment. No, I don't have any rights here. REPOSITORY R495 Purpose Library BRANCH master REVISION DETAIL https://phabricator.kde.org/D23224 To: z3ntu, nicolasfella, apol Cc: romangg, pino, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns

D23224: Fix capitalization of Nextcloud

2019-08-17 Thread Luca Weiss
z3ntu added a comment. I'm guessing the changed English strings will trigger a "untranslated string" warning in the translation software, so the translators should notice it, right? REPOSITORY R495 Purpose Library REVISION DETAIL https://phabricator.kde.org/D23224 To: z3ntu Cc:

D23224: Fix capitalization of Nextcloud

2019-08-17 Thread Luca Weiss
z3ntu updated this revision to Diff 63935. z3ntu added a comment. Don't change the translated strings REPOSITORY R495 Purpose Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23224?vs=63934=63935 BRANCH master REVISION DETAIL https://phabricator.kde.org/D23224

D23224: Fix capitalization of Nextcloud

2019-08-17 Thread Luca Weiss
z3ntu created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. z3ntu requested review of this revision. REVISION SUMMARY Nextcloud is not written like NextCloud TEST PLAN There is no more instance of 'NextCloud' in the codebase. REPOSITORY

D8076: nfs: Skip mounts with no permission

2017-09-30 Thread Luca Weiss
z3ntu edited the summary of this revision. REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D8076 To: z3ntu, #frameworks, dfaure, davidedmundson Cc: ltoscano, ngraham

D8076: nfs: Skip mounts with no permission

2017-09-30 Thread Luca Weiss
z3ntu updated this revision to Diff 20163. z3ntu added a comment. Add the bug keyword REPOSITORY R320 KIO Extras CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D8076?vs=20160=20163 BRANCH master REVISION DETAIL https://phabricator.kde.org/D8076 AFFECTED FILES

D8076: nfs: Skip mounts with no permission

2017-09-30 Thread Luca Weiss
z3ntu added a comment. Well as we don't add failed mounts to the `failList` (if they fail because of 13 / MNT3ERR_ACCES) so the line `if (failList.size() == exportsCount) {` won't work then. Will add the bug keyword. Didn't know BugZilla and Phabricator were connected :) REPOSITORY