Summary
- Work in progress: moving Opds from app datasource to school datasource. (details)
- Work in progress: convert App List screen to using Opds publications instead of Respect App Manifest. (details)
- Work in progress: convert App List screen to using Opds publications instead of Respect App Manifest. (details)
- Work in progress: model Respect App manifest using OPDS. (details)
- Add architecture and system to handle Opds for both external sources (eg. compatible apps) and internal (school playlists). (details)
- Work in progress making OpdsFeed a writable entity as per other entities in the school database. (details)
- Work in progress making OpdsFeed a writable entity as per other entities in the school database. (details)
- Implement write support for OpdsFeed including handling etag and last-modified header for non-RESPECT generated feeds. (details)
- Add OpdsFeed validation helper implementation. (details)
- Make OpdsFeed writable to handle playlists: work in progress. (details)
- Update documentation on OpdsFeedDataSource on how external/internal data is handled. (details)
- Make Opds Feed writable: make initial working client - server integration test. (details)
- Move OpdsPublication data source to follow same naming pattern. (details)
- Update OpdsPublicationDataSourceRepository to follow pattern as per OpdsFeedRepository. (details)
- OpdsPublicationDataSource improvements (details)
- Improvements to handling OpdsPublication and OpdsFeed / related entities. (details)
- Add 304 response support to UstadCacheImpl. (details)
- Add unit test for UstadCache to verify 304 response is returned correctly when incoming request has validation info. (details)
- Update UstadCacheInterceptor.kt to respond 304 directly if the underlying request has its own cache validation info and a stale response is validated over the network. (details)
- Add test checking 304 not modified response received using interceptor if cache validation headers are used. (details)
- Remove CompatibleApp Datasource (replaced by using OpdsPublication). (details)
- Remove CompatibleAppEntity from database. (details)
- Fixes for AppLauncher screen. (details)
- Update opds packages in datasource-db and datasource-http to use school.opds package. (details)
- Update database migration files. (details)