Skip to content
Builds

Loading builds...

Changes

#12 (Jul 24, 2025, 12:09:00 AM)

  1. Add basic logic in account manager. (commit: 74f1269) — Mike Dawson / githubweb
  2. Add initial avatar component. (commit: 11740e3) — Mike Dawson / githubweb

#11 (Jul 23, 2025, 12:09:00 AM)

  1. splash and Acknowledgement screen added (commit: 9e0e340) — nikunj.sharma / githubweb
  2. respect credential module added (commit: ad6d2af) — nikunj.sharma / githubweb
  3. added login screen (commit: d3f2d44) — nikunj.sharma / githubweb
  4. merged main branch (commit: cbb3589) — nikunj.sharma / githubweb
  5. added whole signup flow (commit: 730174e) — nikunj.sharma / githubweb
  6. commit (commit: eda03e0) — nikunj.sharma / githubweb
  7. main merged (commit: a3f5b45) — nikunj.sharma / githubweb
  8. commit (commit: d177395) — nikunj.sharma / githubweb
  9. test updated adding login flow (commit: d66722f) — Pooja Ravi / githubweb
  10. test description added login flow (commit: 63e668f) — Pooja Ravi / githubweb
  11. pull request changes (commit: 25e8fc6) — nikunj.sharma / githubweb
  12. Profile pic added (commit: 46f19dc) — nikunj.sharma / githubweb
  13. back button hidden (commit: 0e7dd68) — nikunj.sharma / githubweb
  14. Add initial RespectAccountManager. (commit: cf87e1d) — Mike Dawson / githubweb
  15. Add RespectLocalDateField. Remove DateOfBirthSelector. (commit: d4e9e20) — Mike Dawson / githubweb
  16. ConfirmationScreen : do not use lazy column. (commit: 4edf0cd) — Mike Dawson / githubweb

#10 (Jul 22, 2025, 12:09:00 AM)

  1. Add OneRoster data classes and basic datasource functions for manage user. (commit: 7e62f72) — Mike Dawson / githubweb
  2. Initial UI implementation to add/remove from launchpad. (commit: 771e35e) — Mike Dawson / githubweb

#9 (Jul 21, 2025, 12:09:00 AM)

  1. Initial version of OkHttpWebViewClient (commit: 922736f) — Mike Dawson / githubweb
  2. Add try/catch handler to shouldInterceptRequest to return 503 response when OKHttp call throws an exception. (commit: 288113c) — Mike Dawson / githubweb
  3. Add more detail to error message for did not return 304 validation check. (commit: d598d91) — Mike Dawson / githubweb
  4. Convert cache lib database entities to being immutable. (commit: d76b593) — Mike Dawson / githubweb

#8 (Jul 20, 2025, 12:09:00 AM)

  1. Update respect-app-compose to use UstadCache for OKHttp and Coil image loading. (commit: 09a3263) — Mike Dawson / githubweb

#7 (Jul 19, 2025, 12:09:00 AM)

  1. Add lib-ihttp-core and lib-ihttp-iostreams (commit: 0377070) — Mike Dawson / githubweb
  2. Add lib-ihttp-okhttp and lib-ihttp-nanohttpd (commit: 0a501d7) — Mike Dawson / githubweb
  3. Work in progress: UstadCache compiles and UstadCacheJvmTest passes. (commit: c0b7ef5) — Mike Dawson / githubweb
  4. Convert UstadCache functions to asynchronous (suspended) because Room multiplatform does not support synchronous (blocking) queries. (commit: 9aa7622) — Mike Dawson / githubweb
  5. Fix DistributedCacheHashtableIntegrationTest - nested use of runBlocking caused database deadlock. (commit: a5ec99e) — Mike Dawson / githubweb