Skip to content
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

(temporary) fix for navigation issue #4482

Merged
merged 2 commits into from Sep 10, 2019
Merged

(temporary) fix for navigation issue #4482

merged 2 commits into from Sep 10, 2019

Conversation

tobiasKaminsky
Copy link
Member

For 3.9. I'll do a complete rewrite of navigation flow:

  • get rid of event bus
  • each search in an own fragment
  • lifecycle aware

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

@tobiasKaminsky
Copy link
Member Author

/backport to stable-3.8

@nextcloud-android-bot
Copy link
Collaborator

@AndyScherzinger
Copy link
Member

It seems better than before. The original issue seems fixed so that'll work for 3.8.0 while I agree with Tobias that navigation needs a proper post 3.8.0 rewrite

tobiasKaminsky and others added 2 commits September 9, 2019 22:04
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@AndyScherzinger
Copy link
Member

❗️ rebased and fixed a spotbugs issue to fix build.

@nextcloud nextcloud deleted a comment Sep 9, 2019
@nextcloud nextcloud deleted a comment Sep 9, 2019
@nextcloud-android-bot
Copy link
Collaborator

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/10879.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

275

Lint

TypemasterPR
Warnings5959
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings27
Correctness Warnings69
Internationalization Warnings12
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings9
Performance Warnings120
Security Warnings47
Dodgy code Warnings141
Total429

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings27
Correctness Warnings69
Internationalization Warnings12
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings9
Performance Warnings120
Security Warnings47
Dodgy code Warnings141
Total429

@codecov
Copy link

codecov bot commented Sep 9, 2019

Codecov Report

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

@@            Coverage Diff            @@
##             master    #4482   +/-   ##
=========================================
  Coverage          ?   16.96%           
  Complexity        ?        3           
=========================================
  Files             ?      364           
  Lines             ?    32085           
  Branches          ?     4517           
=========================================
  Hits              ?     5442           
  Misses            ?    25745           
  Partials          ?      898
Impacted Files Coverage Δ Complexity Δ
...owncloud/android/ui/adapter/OCFileListAdapter.java 28.48% <ø> (ø) 0 <0> (?)
...ncloud/android/ui/fragment/OCFileListFragment.java 25.37% <0%> (ø) 0 <0> (?)
...cloud/android/ui/activity/FileDisplayActivity.java 19.72% <0%> (ø) 0 <0> (?)
...om/owncloud/android/ui/fragment/PhotoFragment.java 0% <0%> (ø) 0 <0> (?)
...m/owncloud/android/ui/activity/DrawerActivity.java 44.82% <0%> (ø) 0 <0> (?)

1 similar comment
@codecov
Copy link

codecov bot commented Sep 9, 2019

Codecov Report

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

@@            Coverage Diff            @@
##             master    #4482   +/-   ##
=========================================
  Coverage          ?   16.96%           
  Complexity        ?        3           
=========================================
  Files             ?      364           
  Lines             ?    32085           
  Branches          ?     4517           
=========================================
  Hits              ?     5442           
  Misses            ?    25745           
  Partials          ?      898
Impacted Files Coverage Δ Complexity Δ
...owncloud/android/ui/adapter/OCFileListAdapter.java 28.48% <ø> (ø) 0 <0> (?)
...ncloud/android/ui/fragment/OCFileListFragment.java 25.37% <0%> (ø) 0 <0> (?)
...cloud/android/ui/activity/FileDisplayActivity.java 19.72% <0%> (ø) 0 <0> (?)
...om/owncloud/android/ui/fragment/PhotoFragment.java 0% <0%> (ø) 0 <0> (?)
...m/owncloud/android/ui/activity/DrawerActivity.java 44.82% <0%> (ø) 0 <0> (?)

@backportbot-nextcloud
Copy link

backport to stable-3.8 in #4485

tobiasKaminsky added a commit that referenced this pull request Sep 11, 2019
07c8abb Merge pull request #4474 from nextcloud/dependabot/gradle/androidx.arch.core-core-testing-2.1.0
a69c8eb Bump core-testing from 2.0.1 to 2.1.0
c9357b4 Merge pull request #4482 from nextcloud/fixNavigation
6cbd7ed [tx-robot] updated from transifex
861cc46 daily dev 20190910
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.

None yet

3 participants