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

Migrate to JDK 11 #213

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Migrate to JDK 11 #213

wants to merge 23 commits into from

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    f8f2110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8269035 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c7ccf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Add AddMediaFile draft demo

    yrezgui committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    7681985 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    55960ed View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Add sample media files

    yrezgui committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    47df0d3 View commit details
    Browse the repository at this point in the history
  2. Display add media thumbnail

    Use landscapist-glide
    Reformat code
    Update AGP & compose
    yrezgui committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    78ed8e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01be6dd View commit details
    Browse the repository at this point in the history
  4. Add back button in demo

    yrezgui committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    eb0b76b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06c9712 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Add CaptureMediaFile demo

    Rename added files
    Extract strings to strings.xml
    yrezgui committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    02b4111 View commit details
    Browse the repository at this point in the history
  2. Add document sample files

    yrezgui committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    ea7baf4 View commit details
    Browse the repository at this point in the history
  3. Add AddFileToDownloads demo

    yrezgui committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    3ac0279 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Fix demo title

    yrezgui committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    cd782ab View commit details
    Browse the repository at this point in the history
  2. Add ListMediaFiles demo

    yrezgui committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    960490e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Update FileResource to not be tight to MediaStore

    Move FilePreviewCard composables to common package
    yrezgui committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    d6e0aac View commit details
    Browse the repository at this point in the history
  2. Add SelectDocumentFile demo

    yrezgui committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    aa0095d View commit details
    Browse the repository at this point in the history
  3. Remove unused variable

    yrezgui committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    88ff5ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bbb665 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Remove LaunchedEffect logging

    Reduce loading time when fetching MediaStore results
    yrezgui committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    c84c4c7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into new-scoped-storage-sa…

    …mple
    
    # Conflicts:
    #	ScopedStorage/app/build.gradle
    #	ScopedStorage/build.gradle
    #	ScopedStorage/gradle/wrapper/gradle-wrapper.properties
    yrezgui committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    b25843b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30b641a View commit details
    Browse the repository at this point in the history
  4. Update FileProvider to target SDK 30

    Upgrade Kotlin to 1.5.30
    Export Main activity
    yrezgui committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    29de0a7 View commit details
    Browse the repository at this point in the history