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

Switch to No Nonsense FilePicker #76

Merged
merged 4 commits into from
May 18, 2018
Merged

Switch to No Nonsense FilePicker #76

merged 4 commits into from
May 18, 2018

Commits on Apr 8, 2018

  1. Move export file provider to a separate, empty class

    This is to avoid a name conflict with using the
    no nonsense filepicker in a future commit.
    brarcher committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    382f652 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Use no nonsense file picker

    The codekidX file picker had some issues which occasionally
    resulted in crashes. Some of these bugs have been reported
    to the upstream project, but as the bug reports are from
    Google Play not that much information was available to give.
    
    The no nonsense file picker is used by the NewPipe app, and
    it appears to be successful. Switching to it to hopefully
    simplify the file selection process and make it more robust.
    brarcher committed May 18, 2018
    Configuration menu
    Copy the full SHA
    f011c32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd35f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c350399 View commit details
    Browse the repository at this point in the history