Images-to-PDF icon indicating copy to clipboard operation
Images-to-PDF copied to clipboard

#1164 fix select file error

Open u7253836 opened this issue 1 year ago • 1 comments

Description

Fixes the issue about selecting PDF's on the reordering PDF page, when selecting from Recent or Documents section, as these directories were considered "external" and were "out of scope" due to scoped storage restrictions introduced with API 30+, this provides a more robust path resolution.

Dependencies were also changed to different sources and versions so that the project can run on any Android Studio import. This can be reverted if there have been changes made to this, or perhaps something just happened to go wrong when I tried importing this project myself.

Fixes #1164

Type of change

Just put an x in the [] which are valid.

  • [X] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • [X] ./gradlew assembleDebug assembleRelease
  • [X] ./gradlew checkstyle

Checklist:

  • [X] My code follows the style guidelines of this project
  • [X] I have performed a self-review of my own code
  • [X] I have commented my code, particularly in hard-to-understand areas
  • [X] I have made corresponding changes to the documentation
  • [X] My changes generate no new warnings

u7253836 avatar Oct 25 '24 04:10 u7253836

Code Climate has analyzed commit a0abf6e8 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 2

View more on Code Climate.

qlty-cloud-legacy[bot] avatar Oct 25 '24 04:10 qlty-cloud-legacy[bot]