-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
add multiple share links #6358
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 multiple share links #6358
Conversation
Will do 👍 |
922f464 to
8c7d450
Compare
|
❗ @tobiasKaminsky had to rebase to resolve conflicts with master (and fix code analysis gaps) |
427892e to
6e6b7b3
Compare
6e6b7b3 to
5cc8839
Compare
5cc8839 to
1c57325
Compare
0d3e4bc to
6ecc100
Compare
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
6ecc100 to
d6b8d6b
Compare
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
d6b8d6b to
f07e14f
Compare
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/14785.apk |
|
master-Screenshot test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/14785-Screenshot-master |
|
stable-Screenshot test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/14785-Screenshot-stable |
|
Issues
======
+ Solved 1
Complexity increasing per file
==============================
- src/main/java/com/owncloud/android/providers/FileContentProvider.java 3
- src/main/java/com/owncloud/android/ui/fragment/FileDetailSharingFragment.java 3
- src/main/java/com/owncloud/android/ui/adapter/PublicShareViewHolder.java 1
- src/main/java/com/owncloud/android/ui/adapter/PublicShareListAdapter.java 1
Complexity decreasing per file
==============================
+ src/main/java/com/owncloud/android/operations/UpdateShareViaLinkOperation.java -1
+ src/main/java/com/owncloud/android/operations/CreateShareViaLinkOperation.java -4
See the complete overview on Codacy |
Codacy402Lint
SpotBugs (new)
SpotBugs (master)
|

@AndyScherzinger as dicussed, would be great if you can polish it a bit ❤️
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