Summary
- Work in progress: moving Opds from app datasource to school datasource. (commit: 119e8ff) (details)
- Work in progress: convert App List screen to using Opds publications instead of Respect App Manifest. (commit: 4656739) (details)
- Work in progress: convert App List screen to using Opds publications instead of Respect App Manifest. (commit: c2db0f8) (details)
- Work in progress: model Respect App manifest using OPDS. (commit: a513cc6) (details)
- Add architecture and system to handle Opds for both external sources (eg. compatible apps) and internal (school playlists). (commit: d0a2110) (details)
- Work in progress making OpdsFeed a writable entity as per other entities in the school database. (commit: 31241d0) (details)
- Work in progress making OpdsFeed a writable entity as per other entities in the school database. (commit: 1553ef2) (details)
- Implement write support for OpdsFeed including handling etag and last-modified header for non-RESPECT generated feeds. (commit: 83570f1) (details)
- Add OpdsFeed validation helper implementation. (commit: f3416e4) (details)
- Make OpdsFeed writable to handle playlists: work in progress. (commit: 511867b) (details)
- Update documentation on OpdsFeedDataSource on how external/internal data is handled. (commit: 0b5e01f) (details)
- Make Opds Feed writable: make initial working client - server integration test. (commit: a4a3eac) (details)
- Move OpdsPublication data source to follow same naming pattern. (commit: edff29c) (details)
- Update OpdsPublicationDataSourceRepository to follow pattern as per OpdsFeedRepository. (commit: e408883) (details)
- OpdsPublicationDataSource improvements (commit: ee1643a) (details)
- Improvements to handling OpdsPublication and OpdsFeed / related entities. (commit: cc9c881) (details)
- Add 304 response support to UstadCacheImpl. (commit: 156d9f6) (details)
- Add unit test for UstadCache to verify 304 response is returned correctly when incoming request has validation info. (commit: 44088c6) (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. (commit: c9f0db3) (details)
- Add test checking 304 not modified response received using interceptor if cache validation headers are used. (commit: c5c0aff) (details)
- Remove CompatibleApp Datasource (replaced by using OpdsPublication). (commit: b8c5c1f) (details)
- Remove CompatibleAppEntity from database. (commit: 205b330) (details)
- Update ci-run-maestro.sh and school_init.js with option to disable automatic school creation for end-to-end tests. (commit: f5e206f) (details)
- Fixes for AppLauncher screen. (commit: 0d01526) (details)
- Update opds packages in datasource-db and datasource-http to use school.opds package. (commit: 2ab5551) (details)
- Update database migration files. (commit: 03416dd) (details)
- Initial home tabs design. (commit: ece17bb) (details)