Skip to content

Conversation

@tobiasKaminsky
Copy link
Member

This was done automatically by AndroidStudio and "should" only be a replace of imports and names.

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

@AndyScherzinger
Copy link
Member

Well... drone raises 83 compile errors so at least the build fails in CI

@tobiasKaminsky
Copy link
Member Author

Seems to come from butterknife, so we have to wait a bit for a new release there.

I tried to use latest master branch via jitpack, but this fails due to annotationProcessor.

@tobiasKaminsky
Copy link
Member Author

With Butterknife 9.0.0 SNAPSHOT it is compiling, but we should wait for a stable release!

@AndyScherzinger
Copy link
Member

Butterknife reached RC1 status, so we are getting there :) https://github.com/JakeWharton/butterknife/releases/tag/9.0.0-rc1

@AndyScherzinger
Copy link
Member

https://github.com/JakeWharton/butterknife/releases/tag/9.0.0-rc2 has been released, so we are getting there, slow and steady :P

@AndyScherzinger AndyScherzinger force-pushed the androidX branch 4 times, most recently from 925383c to 5a87dac Compare December 7, 2018 07:36
@tobiasKaminsky
Copy link
Member Author

@AndyScherzinger I would go with RC2.
After all we have it only in master and thus in dev version.
Upcoming 3.4.0 is already branched and 3.5.0 is in ~3 months.

I'll update this one.

@tobiasKaminsky
Copy link
Member Author

Removed pending codacy warnings and rebased.

@nextcloud nextcloud deleted a comment Dec 10, 2018
@nextcloud nextcloud deleted a comment Dec 10, 2018
@nextcloud nextcloud deleted a comment Dec 10, 2018
@AndyScherzinger
Copy link
Member

@tobiasKaminsky sure fine with me. Do you have the time to fix the 2 lint errors? Then I'd say we are fine with merging it afterwards :)

@tobiasKaminsky
Copy link
Member Author

i fixed them, but we have to rebase once #3324 is merged.

@nextcloud nextcloud deleted a comment Dec 10, 2018
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@tobiasKaminsky
Copy link
Member Author

Rebased again after #3324 was merged.
@AndyScherzinger you can merge it then 👍

@AndyScherzinger
Copy link
Member

AndyScherzinger commented Dec 10, 2018

👍 just waiting for droneCI

Approved with PullApprove

@tobiasKaminsky
Copy link
Member Author

/drone/src/github.com/nextcloud/android/build/intermediates/tmp/manifest/androidTest/gplay/debug/manifestMerger6179616085388600567.xml:30:5-33:72 Error:
uses-sdk:minSdkVersion 14 cannot be smaller than version 18 declared in library [androidx.test.uiautomator:uiautomator:2.2.0] /root/.gradle/caches/transforms-1/files-1.1/uiautomator-2.2.0.aar/944e6445ad4568ed241e4c9f8c938d6e/AndroidManifest.xml as the library might be using APIs not available in 14
Suggestion: use a compatible library with a minSdk of at most 14,
or increase this project's minSdk version to at least 18,
or use tools:overrideLibrary="android_libs.ub_uiautomator" to force usage (may lead to runtime failures)

I will have a look.

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@nextcloud-android-bot
Copy link
Collaborator

Lint

TypemasterPR
Warnings8584
Errors00

FindBugs (new)

Warning TypeNumber
Bad practice Warnings35
Correctness Warnings159
Internationalization Warnings15
Malicious code vulnerability Warnings10
Multithreaded correctness Warnings9
Performance Warnings120
Security Warnings204
Dodgy code Warnings135
Total687

FindBugs (master)

Warning TypeNumber
Bad practice Warnings35
Correctness Warnings161
Internationalization Warnings15
Malicious code vulnerability Warnings10
Multithreaded correctness Warnings9
Performance Warnings120
Security Warnings204
Dodgy code Warnings135
Total689

@tobiasKaminsky
Copy link
Member Author

@AndyScherzinger currently we do not use UI automator, so I disabled it for now :hide:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants