Skip to content
Builds

Loading builds...

Changes

#7 (Aug 7, 2025, 3:10:45 PM)

  1. moving pending invites to clazz detail screen (commit: 1ab6ff6) — mandvi.verma / githubweb
  2. Refactor: Rename Student route to AddPersonToClazz (commit: 24b546c) — mandvi.verma / githubweb
  3. Populate Class Detail screen with fake roster data (commit: 90b3a2b) — mandvi.verma / githubweb
  4. Integrate pending invite list into class detail screen (commit: 7ea89d7) — mandvi.verma / githubweb
  5. Remove AcceptInvite feature (commit: 898149d) — mandvi.verma / githubweb
  6. Remove AcceptInvite feature (commit: 6d2b783) — mandvi.verma / githubweb
  7. Add fields for class description, start date, and end date to AddClazzScreen (commit: 0b8949e) — mandvi.verma / githubweb
  8. Enable adding new classes and saving them (commit: 5ccdbf9) — mandvi.verma / githubweb
  9. Refactor: Remove RespectAppLauncher from AppNavHost (commit: 48fb2c0) — mandvi.verma / githubweb
  10. Add localized sort options (commit: 0377053) — mandvi.verma / githubweb
  11. Rename Sort and Filter Chip components to Header (commit: 80a497f) — mandvi.verma / githubweb
  12. unused (commit: dc70349) — mandvi.verma / githubweb
  13. unused (commit: b2b73a3) — mandvi.verma / githubweb
  14. unused (commit: 6358ce9) — mandvi.verma / githubweb
  15. unused (commit: ab981b5) — mandvi.verma / githubweb

#6 (Aug 4, 2025, 11:44:46 AM)

  1. Switch to using GMTDate instead of DateTimeComponents.Formats.RFC_1123 (commit: f232de3) — Mike Dawson / githubweb
  2. Update PrimaryKeyGenerator to remove use of Lazy (commit: 01c03bc) — Mike Dawson / githubweb

#5 (Aug 4, 2025, 11:27:20 AM)

  1. merge (commit: 2d3c1fd) — mandvi.verma / githubweb

#3 (Aug 4, 2025, 9:35:04 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. Initial UI implementation to add/remove from launchpad. (commit: 771e35e) — Mike Dawson / githubweb
  13. Profile pic added (commit: 46f19dc) — nikunj.sharma / githubweb
  14. back button hidden (commit: 0e7dd68) — nikunj.sharma / githubweb
  15. Add initial RespectAccountManager. (commit: cf87e1d) — Mike Dawson / githubweb
  16. Add RespectLocalDateField. Remove DateOfBirthSelector. (commit: d4e9e20) — Mike Dawson / githubweb
  17. ConfirmationScreen : do not use lazy column. (commit: 4edf0cd) — Mike Dawson / githubweb
  18. Add basic logic in account manager. (commit: 74f1269) — Mike Dawson / githubweb
  19. Add initial avatar component. (commit: 11740e3) — Mike Dawson / githubweb
  20. Sort in Clazz Detail Screen (commit: ddf535c) — mandvi.verma / githubweb
  21. Filter Chip Row (commit: 210cd74) — mandvi.verma / githubweb
  22. Filter Chip Row (commit: a2d9ebf) — mandvi.verma / githubweb
  23. FilterChip and SortOption (commit: 363fff6) — mandvi.verma / githubweb
  24. FilterChip and SortOption (commit: f23cfe6) — mandvi.verma / githubweb
  25. FilterChip and SortOption (commit: b70df82) — mandvi.verma / githubweb
  26. FilterChip and SortOption (commit: 30295a7) — mandvi.verma / githubweb
  27. Moved Sort and filter to lazy column and also renamed the sort function (commit: e1b7f6f) — mandvi.verma / githubweb
  28. Refactor lambda expressions to method references (commit: 090771e) — mandvi.verma / githubweb
  29. Remove trailing commas in ViewModel state classes (commit: ce88658) — mandvi.verma / githubweb
  30. Refactor: Rename StudentViewModel to AddPersonToClazzViewModel (commit: 890b37f) — mandvi.verma / githubweb
  31. Refactor: Rename StudentViewModel to AddPersonToClazzViewModel (commit: 837321e) — mandvi.verma / githubweb

#2 (Jul 31, 2025, 7:45:05 AM)

  1. Create LICENSE (commit: f682a3a) — noreply / githubweb
  2. Remove respect.db file (commit: 7de1b01) — Mike Dawson / githubweb
  3. Add lib-ihttp-core and lib-ihttp-iostreams (commit: 0377070) — Mike Dawson / githubweb
  4. Add lib-ihttp-okhttp and lib-ihttp-nanohttpd (commit: 0a501d7) — Mike Dawson / githubweb
  5. Work in progress: UstadCache compiles and UstadCacheJvmTest passes. (commit: c0b7ef5) — Mike Dawson / githubweb
  6. Convert UstadCache functions to asynchronous (suspended) because Room multiplatform does not support synchronous (blocking) queries. (commit: 9aa7622) — Mike Dawson / githubweb
  7. Fix DistributedCacheHashtableIntegrationTest - nested use of runBlocking caused database deadlock. (commit: a5ec99e) — Mike Dawson / githubweb
  8. Update respect-app-compose to use UstadCache for OKHttp and Coil image loading. (commit: 09a3263) — Mike Dawson / githubweb
  9. Initial version of OkHttpWebViewClient (commit: 922736f) — Mike Dawson / githubweb
  10. Add try/catch handler to shouldInterceptRequest to return 503 response when OKHttp call throws an exception. (commit: 288113c) — Mike Dawson / githubweb
  11. Add more detail to error message for did not return 304 validation check. (commit: d598d91) — Mike Dawson / githubweb
  12. Convert cache lib database entities to being immutable. (commit: d76b593) — Mike Dawson / githubweb
  13. classes renamed to clazz (commit: 5c627ee) — mandvi.verma / githubweb
  14. ClassList and ClassDetail screen setup (commit: 0942ba9) — mandvi.verma / githubweb
  15. ClassList (commit: 4fef5fd) — mandvi.verma / githubweb
  16. Add OneRoster data classes and basic datasource functions for manage user. (commit: 7e62f72) — Mike Dawson / githubweb
  17. The `ClazzListScreen` and `ClazzListViewModel` have been temporarily updated to use dummy data for list items. (commit: 6575021) — mandvi.verma / githubweb
  18. The `ClazzListScreen` and `ClazzListViewModel` have been temporarily updated to use dummy data for list items. (commit: 197802b) — mandvi.verma / githubweb
  19. This commit adds navigation to the class detail screen upon clicking a class. (commit: e281d2d) — mandvi.verma / githubweb
  20. Implement filter functionality in class list (commit: bb83117) — mandvi.verma / githubweb
  21. Accept Invit and add student screen setup added (commit: 8390e9c) — mandvi.verma / githubweb
  22. AcceptInvite (commit: b49d22b) — mandvi.verma / githubweb
  23. AcceptInvite (commit: b34d65a) — mandvi.verma / githubweb
  24. AcceptInvite (commit: e6fef28) — mandvi.verma / githubweb
  25. AcceptInvite (commit: 9743a26) — mandvi.verma / githubweb
  26. AcceptInvite (commit: cf154e5) — mandvi.verma / githubweb
  27. AcceptInvite (commit: f176517) — mandvi.verma / githubweb
  28. Add student screen added (commit: 3f19f08) — mandvi.verma / githubweb
  29. Integrate fake roster data for class list (commit: 45756d7) — mandvi.verma / githubweb
  30. Add Class screen added (commit: 62369a9) — mandvi.verma / githubweb
  31. Added save button (commit: 4821fc9) — mandvi.verma / githubweb
  32. Added class screen (commit: bb99e0d) — mandvi.verma / githubweb
  33. adding dummy list (commit: af1abc3) — mandvi.verma / githubweb
  34. sort ui (commit: 43901be) — mandvi.verma / githubweb
  35. sort ui (commit: a5e291a) — mandvi.verma / githubweb
  36. Accept invite icon changed (commit: 1202643) — mandvi.verma / githubweb
  37. Accept invite icon changed (commit: 74b5d2e) — mandvi.verma / githubweb