-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
rich workspaces #5130
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
rich workspaces #5130
Conversation
|
/backport to stable-3.10 |
|
Tested and works, also fixes the file creation with OO |
- show button to create folder info - bug fixes Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
f8dadc5 to
0e5a772
Compare
| url, | ||
| requireContext()); | ||
| } else { | ||
| DisplayUtils.showSnackMessage(getView(), "Error"); |
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 use a strings.xml `@StringRes´ string resource that can be translated :)
| --> | ||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||
| <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
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.
why did you drop the scrollview?
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.
Ans will this work for non rich-text previews (if they still exist?)?
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
|
Lint: |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Codecov Report
@@ Coverage Diff @@
## master #5130 +/- ##
===========================================
+ Coverage 17.62% 17.7% +0.08%
Complexity 3 3
===========================================
Files 392 392
Lines 33116 33134 +18
Branches 4651 4655 +4
===========================================
+ Hits 5836 5867 +31
+ Misses 26329 26310 -19
- Partials 951 957 +6
|
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12223.apk |
Codacy340Lint
SpotBugs (new)
SpotBugs (master)
|
|
backport to stable-3.10 in #5152 |
ec515d0 [tx-robot] updated from transifex 422a61d Merge pull request #5136 from nextcloud/systemDefault 6e96e99 Merge pull request #5130 from nextcloud/createRichWorkspace b7a7772 Merge pull request #5122 from nextcloud/firstRun 603825e update screenshot c4d5e41 Merge pull request #5143 from nextcloud/background c6d89ed only allow rich workspace creation on >= Lollipop 87dae2e show first run again 9125285 manually increasing lint due to "autoMirrored" warning 4c10cf5 launcher: correct folder position according to AS 51fdf94 [tx-robot] updated from transifex e0b77f9 daily dev 20200110




Signed-off-by: tobiasKaminsky tobias@kaminsky.me