Icons:
- Static browsable list items everywhere have hardcoded icons
- Libraries use icons that are defined on server
Start up / Initial loading:
- Initial loading first loads libraries from server. After that personalized shelves and items in progress are fetched simultaneously. Top menu items are update after every stage.
- If network connection is not available when android auto starts app tries to do initial loading again when network connection becomes available again
General:
- New top menu item Recent is added
- Library caches are cleared when switching server
Search:
- Is done using server API
- Latest search is cache to prevent need to make new request when returning from browsable item.
- Results are grouped by book, series, author and split by library
- Only searches libraries with audio content
Library personalized shelves:
- Recent books, series, authors, podcasts and episodes shelves are listed under Recent top menu
- Discovery shelves can be found under library many from corresponding library
Capacitor Network plugin only shows ios device connected if internet access is available. This fix allows iOS users to use local server without internet access. Socket is used to detect if connection to server is availabe. networkConnected is only used for add server form and cellular permission check.
Cellular permissions for download and streaming wont work for iOS if device is connected to cellular, but without internet access to server that is used for connectivity check.
Network connection no longer requires internet connection. Socket connection status is used instead for checking if server is reachable. If there is no socket connection available eq. before connecting to server then connection type is used to for netrork connection check.
- Hide libraries without audiobooks
- Sort books in series by sequence value
- Added option for selecting ASC or DESC sorting for series
- Order authors alphabetically