-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
bump to latest SDK #4657
bump to latest SDK #4657
Conversation
/backport to stable-3.8 |
@tobiasKaminsky massive lint score increase likely due to changed rules because of the sdk bump |
https://developer.android.com/reference/android/provider/MediaStore.MediaColumns.html#BUCKET_ID This just seems to be wrong. We have this since ages… |
4e382df
to
01b88ee
Compare
Codecov Report
@@ Coverage Diff @@
## master #4657 +/- ##
===========================================
- Coverage 17.72% 17.7% -0.03%
Complexity 3 3
===========================================
Files 384 385 +1
Lines 32650 32680 +30
Branches 4597 4594 -3
===========================================
- Hits 5788 5785 -3
- Misses 25938 25966 +28
- Partials 924 929 +5
|
Yes and no ;) They have been in place for ages, now Google decided to move them up into the interface (via v29) and they are inherited from there, unfortunately this means that now you end up with lint warnings... |
@tobiasKaminsky Dies on Android Q Emulator. Take some pictures and then open the Auto Upload
|
This is concatenated here:
I do not find a way how to do it better than to remove "distinct" and manually do a distinct… |
This is only happening due to the sdk bump, can distinct be set via api? If so can it be limited to the column? Else I also have no idea how to do this properly except doing it like you said, manually afterwards. |
01b88ee
to
05063f1
Compare
I do the distinct part now manually. However, this is very rarely used and so it is acceptable to wait a bit longer. |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
05063f1
to
3cf0e6e
Compare
After merging this, we can also merge the PR on library |
Lint is only about: https://www.kaminsky.me/nc-dev/android-lint/11823.html#InlinedApi |
This works also on Android 6. |
@AndyScherzinger what do you think? Increase lint/spotbugs for this or try to get rid of it with annotations? |
I'd say so, yes 👍 It is documented and we can fix it over time but it shouldn't block development/merge :) |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@tobiasKaminsky you asked the backport bot for 3.8 while that should be 3.9 by now or none since I am unsure if you want to release this for 3.9.3+ or just 3.10+ |
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/11915.apk |
Codacy325Lint
SpotBugs (new)
SpotBugs (master)
|
backport label was remove, so I hope that nothing gets backported, as we do not need it. |
Just tested, works fine |
5f6dc23 Merge pull request #4973 from nextcloud/addFastlane 1145c38 Merge pull request #4958 from Infomaniak/fix/see-detail-from-preview-nc fd3ff4c Merge pull request #4898 from siddharths2710/master 988e797 [tx-robot] updated from transifex 8062340 Merge pull request #4657 from nextcloud/bumpSDK 4b328cb manually increase spotbugs and lint 1290bbe Merge pull request #4918 from Infomaniak/fix/calendar-not-refreshed da104fc48 Merge pull request #4962 from Infomaniak/fix/add-activities-empty-icon 702c4f7 Merge pull request #4954 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.5.3 f7597c1 [tx-robot] updated from transifex c27f4ce [tx-robot] updated from transifex 7544257 [tx-robot] updated from transifex 4576d45 daily dev 20191207
Signed-off-by: tobiasKaminsky tobias@kaminsky.me