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

Offline play #114

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    7995c13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc05ca View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Collections MVP Implementation

     - Fetch collections during library refreshes
     - Add bottom nav menu entry for collections (if library has collections)
     - Implement a screen to show all collections
     - Implement very basic "collection details" screen listing the items in a collection. Not currently using library sorting! Not showing any details
     - Probably plenty of bugs re: weird data types, but simple implementation working
    mattttvaughn committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    6044fc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

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

Commits on Jul 16, 2023

  1. Only check and warn about server connection for uncached books.

    If a book isn't cached and the server can't be reached, hide play/pause and download/delete.
    elmerohueso committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    f9b227e View commit details
    Browse the repository at this point in the history
  2. Made Offline Mode always false (because other checks are made when vi…

    …ewing books offline).
    
    Never disable local progress (it was preventing the status bar from updating).
    elmerohueso committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    791b1f5 View commit details
    Browse the repository at this point in the history
  3. Check server connection each time a book is opened.

    Simplify (reverse) logic on showing play/pause and download/delete buttons
    elmerohueso committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    9410533 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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