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

Android 11.0 compatibility #195

Merged
merged 11 commits into from
Oct 9, 2020
Merged

Android 11.0 compatibility #195

merged 11 commits into from
Oct 9, 2020

Commits on Oct 1, 2020

  1. Update dependencies and target SDK

    * Update Gradle to 6.6.1
    * Update target API level to 30
    * Update AGP to 4.0.1
    MikuAuahDark committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    82bf644 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    * androidx.appcompat:appcompat:1.2.0
    * androidx.multidex:multidex:2.0.1
    MikuAuahDark committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    d3398d8 View commit details
    Browse the repository at this point in the history
  3. Fix build

    MikuAuahDark committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    118bc37 View commit details
    Browse the repository at this point in the history
  4. Update readme

    MikuAuahDark committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    be561b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Move /sdcard/lovegame directory.

    See love2d#194
    
    This also mean that external storage permission is only requested only when running Marshmallow or earlier.
    MikuAuahDark committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    98c2df2 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    e1f6ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d693a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Downloader cleanup.

    MikuAuahDark committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    dcb24ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ced93 View commit details
    Browse the repository at this point in the history
  3. Implement partial "Share to LOVE" support.

    User MUST close LOVE for Android from the recent apps before sharing to LOVE,
    otherwise LOVE simply crash due to filesystem initialization issue.
    MikuAuahDark committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    50e6035 View commit details
    Browse the repository at this point in the history
  4. Enable resizeableActivity

    It seems no longer freeze when user focus on another window.
    MikuAuahDark committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    8508629 View commit details
    Browse the repository at this point in the history