remove all checks for <= JELLY_BEAN as we have this as our new minimum.#4926
Conversation
| if (view instanceof ViewGroup && Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) { | ||
| findSwitch((ViewGroup) view); | ||
| } | ||
| findSwitch((ViewGroup) view); |
There was a problem hiding this comment.
if (view instanceof ViewGroup) would still be valid, no?
| } | ||
|
|
||
| @Test | ||
| fun `battery charging status on API 14-16`() { |
There was a problem hiding this comment.
We are targeting >= 16 so the tests are still valid, since we still support 16 (!)
|
@tobiasKaminsky just 2 minor comments (which need fixing imho) |
|
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/11832 |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
58d7aab to
fb69c1b
Compare
|
@AndyScherzinger I changed both, thanks for finding them :-) |
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/11837.apk |
Codacy332Lint
SpotBugs (new)
SpotBugs (master)
|
Codecov Report
@@ Coverage Diff @@
## master #4926 +/- ##
============================================
+ Coverage 17.73% 17.74% +0.01%
Complexity 3 3
============================================
Files 384 384
Lines 32650 32640 -10
Branches 4597 4589 -8
============================================
+ Hits 5789 5793 +4
+ Misses 25938 25926 -12
+ Partials 923 921 -2
|
|
Complexity decreasing per file
==============================
+ src/main/java/com/nextcloud/client/onboarding/WhatsNewActivity.java -1
See the complete overview on Codacy |
adbc1f2 Merge pull request #4940 from nextcloud/changelog-master-stable-3.9.1 e0ec1c1 Add changelog for 3.9.1 9dcb915 [tx-robot] updated from transifex 92510cb Merge pull request #4938 from nextcloud/disableMissingDefaultResource a894814 disable MissingDefaultResource dda56de Merge pull request #4933 from nextcloud/appLocking cb00677 Merge pull request #4926 from nextcloud/deleteChecksFor16 fd48163 Merge pull request #4922 from nextcloud/themeFollowOS 5e687f2 Dark mode: light, dark, follow system fb69c1b remove all checks for <= JELLY_BEAN as we have this as our new minimum. 683faab [tx-robot] updated from transifex c3eec47 daily dev 20191204

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