-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Only trigger media scans for media files #5018
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
Conversation
0baa217 to
625bce7
Compare
AndyScherzinger
left a comment
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.
Just one issue where I am unsure if @grote is right or if we need to keep it (https://github.com/nextcloud/android/pull/5018/files#r358322910)
Codecov Report
@@ Coverage Diff @@
## master #5018 +/- ##
============================================
+ Coverage 17.53% 17.54% +<.01%
Complexity 3 3
============================================
Files 385 385
Lines 32679 32686 +7
Branches 4594 4601 +7
============================================
+ Hits 5731 5734 +3
- Misses 26018 26023 +5
+ Partials 930 929 -1
|
tobiasKaminsky
left a comment
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.
--> do not remove it, but check for mimetype and do this only on images.
Fixes nextcloud#4999 Signed-off-by: Torsten Grote <t@grobox.de>
|
Issues
======
- Added 1
Complexity increasing per file
==============================
- src/main/java/com/owncloud/android/operations/RemoveFileOperation.java 1
- src/main/java/com/owncloud/android/datamodel/FileDataStorageManager.java 1
See the complete overview on Codacy |
src/main/java/com/owncloud/android/datamodel/FileDataStorageManager.java
Show resolved
Hide resolved
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12020.apk |
Codacy328Lint
SpotBugs (new)
SpotBugs (master)
|
|
Thanks for the fix @grote ❤️ |
6af9523 Merge pull request #4890 from nextcloud/directEditing b4c3a7d Merge pull request #5018 from grote/thumbnail-fix b207671 fix during CI d231370 Merge pull request #4829 from nextcloud/dependabot/gradle/tools.fastlane-screengrab-2.0.0 0d84a2d warning about used feature in newer SDK b4ea014 use master branch ec2cfef Direct editing support - abstract EditorWebView - support direct editing endpoint f2627a2 enable caching ddffaf7 use custom user agent for onlyOffice 0178499 remove unneeded static string f25127d revert to master snapshot 95afe8c use editor id to use any editor d05de98 use file path as parameter for open direct editing file 300abba make sure TextEditor is also only used ond >= Android 5, due to security reason of javascript interface 994817c get direct editing info from endpoint b31cee5 prevent NPE d1611f6 Direct editing support - abstract EditorWebView - support direct editing endpoint 516c464 override minSDK for lib 10a667b Bump screengrab from 1.2.0 to 2.0.0 9fbedb4 Merge pull request #4992 from nextcloud/uiComparison 751301c daily dev 20191219

This also removes the last instance of generateResizedImage() which was
crashing NextCloud with OOM errors.
Fixes #4999