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

Storage access issue resolved for all android versions (Including Android 10 and 11 +) #1007

Merged
merged 40 commits into from Nov 19, 2021

Commits on Mar 21, 2021

  1. Updated build.gradle, gradle.properties,gradle-wrapper.properties

    area:build.gradle
    -> Gradle version updated
    
    area:gradle.properties
    ->replaced android.enableR8=true to android.enabledD8=true
    
    area:gradle\wrapper\gradle-wrapper.properties
    ->Updated gradle version
    codegsaini committed Mar 21, 2021
    Copy the full SHA
    0de0dd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Update Navigation Drawer UI

    ->Changed the UI design of navigation drawer
    ->Changed Navigation Icon
    codegsaini committed Mar 22, 2021
    Copy the full SHA
    69f2914 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6d3fc43 View commit details
    Browse the repository at this point in the history
  3. Update build.gradle

    codegsaini committed Mar 22, 2021
    Copy the full SHA
    edc638b View commit details
    Browse the repository at this point in the history
  4. Update build.gradle

    codegsaini committed Mar 22, 2021
    Copy the full SHA
    eedda25 View commit details
    Browse the repository at this point in the history
  5. Update build.gradle

    codegsaini committed Mar 22, 2021
    Copy the full SHA
    5dfd3cb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Update build.gradle

    codegsaini committed Mar 23, 2021
    Copy the full SHA
    e390269 View commit details
    Browse the repository at this point in the history
  2. Added Sdk licenses files

    codegsaini committed Mar 23, 2021
    Copy the full SHA
    4df98cd View commit details
    Browse the repository at this point in the history
  3. Update .travis.yml

    codegsaini committed Mar 23, 2021
    Copy the full SHA
    78149e1 View commit details
    Browse the repository at this point in the history
  4. Update .travis.yml

    codegsaini committed Mar 23, 2021
    Copy the full SHA
    4b36fe0 View commit details
    Browse the repository at this point in the history
  5. Update .travis.yml

    codegsaini committed Mar 23, 2021
    Copy the full SHA
    82400d1 View commit details
    Browse the repository at this point in the history
  6. Update .travis.yml

    codegsaini committed Mar 23, 2021
    Copy the full SHA
    5852220 View commit details
    Browse the repository at this point in the history
  7. Update .travis.yml

    codegsaini committed Mar 23, 2021
    Copy the full SHA
    bc21abe View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    df76b8d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a5ab2c1 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d17bf63 View commit details
    Browse the repository at this point in the history
  11. Update travis.yml file

    codegsaini committed Mar 23, 2021
    Copy the full SHA
    1079c4b View commit details
    Browse the repository at this point in the history
  12. Update .travis.yml

    codegsaini committed Mar 23, 2021
    Copy the full SHA
    6f7da56 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Updated UI

    codegsaini committed Mar 24, 2021
    Copy the full SHA
    eaa5667 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d25c385 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Updated targetSdkVersion and compileSdkVersion to 30 and Migrated fro…

    …m Support library to AndroidX.
    codegsaini committed Mar 25, 2021
    Copy the full SHA
    1b82c4f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    232be44 View commit details
    Browse the repository at this point in the history
  3. Added updated UI gif

    codegsaini committed Mar 25, 2021
    Copy the full SHA
    2a8deff View commit details
    Browse the repository at this point in the history
  4. Delete image_to_pdf.gif

    codegsaini committed Mar 25, 2021
    Copy the full SHA
    234bcc3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    01c1886 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    codegsaini committed Mar 25, 2021
    Copy the full SHA
    8abe0c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Copy the full SHA
    a5b916a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Added storage permission in QRBarcodeScanFragment

    The storage permission was removed by mistake in commit a5b916a and now it is implemented again.
    codegsaini committed Apr 15, 2021
    Copy the full SHA
    2a29334 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Copy the full SHA
    e7d5729 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6a85f23 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Dark theme enhancement

    codegsaini committed May 13, 2021
    Copy the full SHA
    039201b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    44ffc33 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Requested Changes

    codegsaini committed May 15, 2021
    Copy the full SHA
    c92c7bc View commit details
    Browse the repository at this point in the history
  2. Requested Changes

    - Reverted SplashActivity.java (app/src/main/java/swati4star/createpdf/activity/SplashActivity.java) to commit 039201b~1
    - Removed unnecessary comment
    codegsaini committed May 15, 2021
    Copy the full SHA
    b827725 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Copy the full SHA
    bb0f976 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Copy the full SHA
    84a1b63 View commit details
    Browse the repository at this point in the history
  2. Storage Access Issue Solved for All Android Versions

    - Using MANAGE_EXTRNAL_STORAGE permission app can access storage as it was allowed before scoped storage policy
    - App fall in the category of Document management app, that's why android team will be able to approve this special permission (after providing full explanation of its need)
    codegsaini committed Oct 21, 2021
    Copy the full SHA
    510c5a1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c9a9c74 View commit details
    Browse the repository at this point in the history
  4. Added string resource for hardcoded string

    File changed - PermissionsUtils.java and strings.xml
    codegsaini committed Oct 21, 2021
    Copy the full SHA
    e9f8a88 View commit details
    Browse the repository at this point in the history
  5. Added String resources for hardcoded string

    File changed - MainActivity.java and strings.xml
    codegsaini committed Oct 21, 2021
    Copy the full SHA
    69229cd View commit details
    Browse the repository at this point in the history