Uh oh!
There was an error while loading. Please reload this page.
Template Dialog: template needs to be selected - #8005
Conversation
stefan-niedermann
commented
Feb 17, 2021
Do the error snackbars disappear immediately when entering a name or clicking on a template? |
Codecov Report
@@ Coverage Diff @@## master #8005 +/- ##
============================================
- Coverage 29.09% 29.03% -0.06%
Complexity 5 5 ============================================
Files 443 443 Lines 34841 34939 +98 Branches 4812 4827 +15 ============================================
+ Hits 10136 10145 +9 - Misses 23213 23300 +87 - Partials 1492 1494 +2
|
@tobiasKaminsky DONE Note that I added a helper text, this way you could change the dialogs behavior:
|
jancborchardt
commented
Feb 17, 2021
Looks very nice! Just 2 questions:
|
nextcloud-android-bot
commented
Feb 17, 2021
White-Dark-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/8005-Screenshot-White-Dark-15-59 |
Yes, they are fetched from the server
Great idea: Implemented with the latest commit. Prefilling is done in case:
|
nextcloud-android-bot
commented
Feb 17, 2021
White-Light-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/8005-Screenshot-White-Light-20-39 |
szaimen
commented
Feb 17, 2021
Hey, I've just tested the PR and it would be great if the template could be selected by default if only one is available => makes the creation of a new file much faster ;) |
3cbb348 to
9138117Compare
Done with latest commit (just wait for the new QA build...) and also: Hides the template chooser if only one template exists, see also #5144 - cc @szaimen 👍 #8005 (comment) |
9138117 to
4a3c8d8Comparenextcloud-android-bot
commented
Feb 17, 2021
Blue-Light-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/8005-Screenshot-Blue-Light-21-44 |
@AndyScherzinger thanks for directly implementing my review :) Also I can sometimes reproduce an issue where the create button is grey e.g. by triggering creating a new file (without creating it, so that the popup is still open), locking my phone, unlocking it again and looking at the popup again -> the create button is grey now. In my feeling there are more ways to reproduce this issue... |
bb2f1b2 to
b6727bfCompareAndyScherzinger
commented
Feb 17, 2021
@szaimen my pleasure and thanks for testing. There will be 2 more QA builds in the next minutes which should address the title handling as well as the button 👍 |
@AndyScherzinger really appreciated, thanks! Also, but this should most likely get addressed with another PR: I am not able to create a new file from template when beeing in a folder that is mounted via the external storage app:
(But I need to say that this second issue is present since a while now and not new in this PR. I just thought it could make sense to show it since this PR addresses this part of the app) |
AndyScherzinger
commented
Feb 17, 2021
@szaimen yes,that is a translation issue already being discussed in another issue (same text as the bottom sheet!). Same for the mount issue. Best to raise a new issue and ping @tobiasKaminsky about it. And again, thanks for your testing efforts, highly appreciate it ❤️ |
b6727bf to
365aec6Comparenextcloud-android-bot
commented
Feb 18, 2021
Blue-Dark-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/8005-Screenshot-Blue-Dark-08-01 |
365aec6 to
ea0578dCompareSigned-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
…ip ci] Signed-off-by: drone <noreply@drone>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
ea0578d to
cd34106CompareSigned-off-by: Andy Scherzinger <info@andy-scherzinger.de>
75fdcd0 to
9868245CompareSigned-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
nextcloud-android-bot
commented
Feb 19, 2021
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/8005.apk |
nextcloud-android-bot
commented
Feb 19, 2021
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/702-IT-stable-13-29 |
nextcloud-android-bot
commented
Feb 19, 2021
master-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/702-IT-master-13-30 |
nextcloud-android-bot
commented
Feb 19, 2021
CodacyLint
SpotBugs (new)
SpotBugs (master)
|



Fix#7991
Fix#5144
Closes#6317
@AndyScherzinger this is not beautiful at all, do you have time to enhance this? 💙Signed-off-by: tobiasKaminsky tobias@kaminsky.me
Testing
Writing tests is very important. Please try to write some tests for your PR.
If you need help, please do not hesitate to ask in this PR for help.
unit tests
instrumented tests
UI tests