Summary
- Refine domain use case models for handling invites. (commit: 65a8b7e) (details)
- initial commit (commit: bcbd544) (details)
- Refine terminology for server federation. (commit: 9abab53) (details)
- Maestro test update (commit: 2394fa2) (details)
- keystore.properties added to git-ignore (commit: e1957d1) (details)
- Duration is null fixed (commit: a22dba9) (details)
- default image is added (commit: 7a67ff6) (details)
- when user click on (commit: 51a7b66) (details)
- Appbar title in learning detail (commit: 9d9738b) (details)
- Initial navigate to lesson url : work in progress. (commit: 76fc5e7) (details)
- Add keystore.properties to .gitignore (commit: 55b7563) (details)
- image shape change (commit: bfc2e22) (details)
- Alignment of text (commit: fa497e6) (details)
- add runreportusecase (commit: 91706f7) (details)
- Test-description added for reports (commit: b05053b) (details)
- Test-description added for reports (commit: e42093f) (details)
- Initial implementation of LearningUnitViewer to enable showing learning units in a webview. (commit: 2e995e6) (details)
- image to lie in center (commit: 3d4f8d7) (details)
- Add initial logic to launch Respect compatible app as an intent. (commit: 1987723) (details)
- changing play button (commit: a13ace5) (details)
- Changing Play to Open (commit: 43f236f) (details)
- test updated (commit: 237e437) (details)
- Change to using a separate activity to run WebView based content to avoid issue with vh css unit. (commit: be8a00f) (details)
- Move LaunchAppUseCaseAndroid into respect-lib-shared where it should be, switch to looking up Activity class using reflection. (commit: bba3817) (details)
- Set AppBar title from OPDS feed metadata (commit: 0c4a358) (details)
- Set AppBar title from OPDS feed metadata (commit: 7f806e5) (details)
- Remove unused imports from LearningUnitListViewModel. (commit: d050b8f) (details)
- Add title, back button, and close button to WebViewActivity. (commit: 217b96a) (details)
- Add RESPECT icon. (commit: 24efc6b) (details)
- Enable minification and app signing (commit: 327f5fd) (details)
- Add respectLaunchVersion parameter to URL (commit: e8ac8dd) (details)
- Create LICENSE (commit: f682a3a) (details)
- Remove respect.db file (commit: 7de1b01) (details)
- Add lib-ihttp-core and lib-ihttp-iostreams (commit: 0377070) (details)
- Add lib-ihttp-okhttp and lib-ihttp-nanohttpd (commit: 0a501d7) (details)
- add report screens and viewmodels with mock data (commit: e125dad) (details)
- Work in progress: UstadCache compiles and UstadCacheJvmTest passes. (commit: c0b7ef5) (details)
- Convert UstadCache functions to asynchronous (suspended) because Room multiplatform does not support synchronous (blocking) queries. (commit: 9aa7622) (details)
- Fix DistributedCacheHashtableIntegrationTest - nested use of runBlocking caused database deadlock. (commit: a5ec99e) (details)
- Update respect-app-compose to use UstadCache for OKHttp and Coil image loading. (commit: 09a3263) (details)
- Initial version of OkHttpWebViewClient (commit: 922736f) (details)
- Add try/catch handler to shouldInterceptRequest to return 503 response when OKHttp call throws an exception. (commit: 288113c) (details)
- Add more detail to error message for did not return 304 validation check. (commit: d598d91) (details)
- Convert cache lib database entities to being immutable. (commit: d76b593) (details)
- Added RunReportUseCase as constructor parameter in ReportsViewModels (commit: 3785347) (details)
- resolve conflict (commit: c80e9b3) (details)
- Add basic report datalayer interface and class. (commit: 8ef4666) (details)
- Integrated the mock Respect report data source into dependency injection (commit: bf072d6) (details)
- updated list screen with paging source (commit: 0b21516) (details)
- Added ReportTemplateList Screen (commit: 61ac4af) (details)