Skip to content

Conversation

@tobiasKaminsky
Copy link
Member

Please give it a try with device / server where you know it currently does not work.
You'll find a APK soon in this PR.

Signed-off-by: tobiasKaminsky [email protected]

@mario
Copy link
Contributor

mario commented Aug 12, 2019

Why is this not in the application class?

@codecov
Copy link

codecov bot commented Aug 12, 2019

Codecov Report

Merging #4314 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

@@             Coverage Diff              @@
##             master    #4314      +/-   ##
============================================
- Coverage     16.63%   16.61%   -0.02%     
  Complexity        1        1              
============================================
  Files           351      351              
  Lines         31408    31417       +9     
  Branches       4446     4446              
============================================
- Hits           5224     5221       -3     
- Misses        25308    25320      +12     
  Partials        876      876
Impacted Files Coverage Δ Complexity Δ
.../android/authentication/AuthenticatorActivity.java 1.85% <0%> (-0.02%) 0 <0> (ø)
...loud/android/datamodel/ThumbnailsCacheManager.java 35.66% <0%> (-0.56%) 0% <0%> (ø)
...owncloud/android/ui/adapter/OCFileListAdapter.java 31.3% <0%> (-0.22%) 0% <0%> (ø)
...cloud/android/ui/activity/FileDisplayActivity.java 20.68% <0%> (ø) 0% <0%> (ø) ⬇️
.../third_parties/daveKoeller/AlphanumComparator.java 80.95% <0%> (+1.19%) 0% <0%> (ø) ⬇️

@codecov
Copy link

codecov bot commented Aug 12, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@5373660). Click here to learn what that means.
The diff coverage is 80%.

@@            Coverage Diff            @@
##             master    #4314   +/-   ##
=========================================
  Coverage          ?   16.83%           
  Complexity        ?        1           
=========================================
  Files             ?      357           
  Lines             ?    31701           
  Branches          ?     4479           
=========================================
  Hits              ?     5337           
  Misses            ?    25470           
  Partials          ?      894
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/owncloud/android/MainApp.java 55.9% <80%> (ø) 0 <0> (?)

@tobiasKaminsky
Copy link
Member Author

2019-08-20 10:00:48.349 4964-4964/com.nextcloud.client V/NativeCrypto: Registering org/conscrypt/NativeCrypto's 286 native methods...
2019-08-20 10:00:48.411 4964-4964/com.nextcloud.client I/MainApp: Using Conscrypt/2.2.1 for TLS
2019-08-20 10:00:48.575 4964-4990/com.nextcloud.client V/NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 284 native methods...
2019-08-20 10:00:48.445 4964-4964/com.nextcloud.client I/MainApp: Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2, TLSv1.3] }
2019-08-20 10:00:48.446 4964-4964/com.nextcloud.client I/MainApp: Enabled ciphers: [TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 

Signed-off-by: tobiasKaminsky <[email protected]>
@nextcloud-android-bot
Copy link
Collaborator

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/10486.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

@nextcloud-android-bot
Copy link
Collaborator

Codacy

286

Lint

TypemasterPR
Warnings5858
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings24
Correctness Warnings69
Internationalization Warnings12
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings9
Performance Warnings111
Security Warnings46
Dodgy code Warnings138
Total413

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings24
Correctness Warnings69
Internationalization Warnings12
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings9
Performance Warnings111
Security Warnings46
Dodgy code Warnings138
Total413

@tobiasKaminsky tobiasKaminsky merged commit 527c5db into master Aug 20, 2019
@tobiasKaminsky tobiasKaminsky deleted the conscrypt branch August 20, 2019 09:08
@tobiasKaminsky tobiasKaminsky added this to the Nextcloud App 3.8.0 milestone Aug 20, 2019
tobiasKaminsky added a commit that referenced this pull request Aug 21, 2019
b36067d Merge pull request #4294 from AlexNi245/#2216-activity-data-divers-design
9624019 activity header has now the same font size as a activity element
fa11565 fixed issue  Avoid reassigning parameters such as 'itemPosition'
5a3db5e replace do while loop in getHeaderPositionForItem with while loop
1dd2a5a change naming of Canvas c to Canvas canvas
f4e964e change class name of ActivityListItemDecoration to StickyHeaderItemDecoration, which is more generic
52a7ffe add license text
6ffa9d0 remove duplicate entry of setContentView
cdd5d38 add getHeaderPositionForItem unit test
0ac5a8b add static import for com.owncloud.android.lib.resources.activities.model.Activity;
4ea9667 unit test for isHeader(int pos)
b61f9e0 format ActivityListAdapter
9012f43 set visibility from ActivityViewHeaderHolder back to protected
7a30070 remove unnecessary TAG field and replace nested if statement with && to fix codeacy-bot issues
a26a895 apply changes to java doc
c41dd38 optimize imports
b4764f7 remove unnecessary files
792a6b9 finish implementation of sticky header implementation. This feature was created according to the this implementation : https://stackoverflow.com/questions/32949971/how-can-i-make-sticky-headers-in-recyclerview-without-external-lib
13e7aff increase height of header element and set backgroundcolor to white
a184345 first implementation of sticky header logic.
cd3d8dc start to implement sticky header behavior
259e106 Merge pull request #4355 from nextcloud/drawer
caf1842 drawer: show only server address
cb7d4a3 revert to old image (#4356)
7e44fec revert to old image
f7c4eec Merge pull request #4345 from nextcloud/push
a3fda5a no need to use owncloudClient
9a023c6 Check if app is excluded from battery optimization (#3589)
527c5db Use conscrypt (#4314)
6014e90 use conscrypt
5373660 Provide a banal 'paste' postmessage implementation. (#4189)
68cebf8 revert DeviceModule back to Kotlin
969ce78 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
f26095f Merge pull request #4245 from fogninid/fixUploadListComparator
e72a789 show on special vendors "disable power check" in auto upload menu - tint button - change logic when to show battery warning
c8173c3 Use reloading on photo view (#2250)
c38dcf3 Delete temp file on receive external files (#4349)
c155edf Merge pull request #4347 from nextcloud/blacklistThumbnail
a03ff84 daily dev 20190820
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.

5 participants