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

feat: add Android 19 compatible FileDataStoreFactory implementation #1070

Merged
merged 10 commits into from Jun 30, 2020

Commits on Jun 26, 2020

  1. Copy the full SHA
    0d4bc5c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a8537c9 View commit details
    Browse the repository at this point in the history
  3. feat: add Android comptible FileDataStoreFactory implementation

    This is branched from the original implementation prior to switching to
    NIO for Windows compatibility.
    chingor13 committed Jun 26, 2020
    Copy the full SHA
    cdaf1ea View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e90753a View commit details
    Browse the repository at this point in the history
  5. chore: fix lint

    chingor13 committed Jun 26, 2020
    Copy the full SHA
    9e52cce View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ef67a51 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. fix: remove reflection from file permission settings

    File setReadable(), setWritable(), setExecutable() was added in API
    level 9, so we should not need to protect android users from missing
    methods as we support Android API 19+.
    chingor13 committed Jun 29, 2020
    Copy the full SHA
    ac2e9d2 View commit details
    Browse the repository at this point in the history
  2. chore: run formatter

    chingor13 committed Jun 29, 2020
    Copy the full SHA
    932e50a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    da13906 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a3868b0 View commit details
    Browse the repository at this point in the history