Skip to content
Changes
- moving pending invites to clazz detail screen (commit: 1ab6ff6)
—
mandvi.verma /
githubweb
- Refactor: Rename Student route to AddPersonToClazz (commit: 24b546c)
—
mandvi.verma /
githubweb
- Populate Class Detail screen with fake roster data (commit: 90b3a2b)
—
mandvi.verma /
githubweb
- Integrate pending invite list into class detail screen (commit: 7ea89d7)
—
mandvi.verma /
githubweb
- Remove AcceptInvite feature (commit: 898149d)
—
mandvi.verma /
githubweb
- Remove AcceptInvite feature (commit: 6d2b783)
—
mandvi.verma /
githubweb
- Add fields for class description, start date, and end date to AddClazzScreen (commit: 0b8949e)
—
mandvi.verma /
githubweb
- Enable adding new classes and saving them (commit: 5ccdbf9)
—
mandvi.verma /
githubweb
- Refactor: Remove RespectAppLauncher from AppNavHost (commit: 48fb2c0)
—
mandvi.verma /
githubweb
- Add localized sort options (commit: 0377053)
—
mandvi.verma /
githubweb
- Rename Sort and Filter Chip components to Header (commit: 80a497f)
—
mandvi.verma /
githubweb
- unused (commit: dc70349)
—
mandvi.verma /
githubweb
- unused (commit: b2b73a3)
—
mandvi.verma /
githubweb
- unused (commit: 6358ce9)
—
mandvi.verma /
githubweb
- unused (commit: ab981b5)
—
mandvi.verma /
githubweb
- Switch to using GMTDate instead of DateTimeComponents.Formats.RFC_1123 (commit: f232de3)
—
Mike Dawson /
githubweb
- Update PrimaryKeyGenerator to remove use of Lazy (commit: 01c03bc)
—
Mike Dawson /
githubweb
- merge (commit: 2d3c1fd)
—
mandvi.verma /
githubweb
- splash and Acknowledgement screen added (commit: 9e0e340)
—
nikunj.sharma /
githubweb
- respect credential module added (commit: ad6d2af)
—
nikunj.sharma /
githubweb
- added login screen (commit: d3f2d44)
—
nikunj.sharma /
githubweb
- merged main branch (commit: cbb3589)
—
nikunj.sharma /
githubweb
- added whole signup flow (commit: 730174e)
—
nikunj.sharma /
githubweb
- commit (commit: eda03e0)
—
nikunj.sharma /
githubweb
- main merged (commit: a3f5b45)
—
nikunj.sharma /
githubweb
- commit (commit: d177395)
—
nikunj.sharma /
githubweb
- test updated adding login flow (commit: d66722f)
—
Pooja Ravi /
githubweb
- test description added login flow (commit: 63e668f)
—
Pooja Ravi /
githubweb
- pull request changes (commit: 25e8fc6)
—
nikunj.sharma /
githubweb
- Initial UI implementation to add/remove from launchpad. (commit: 771e35e)
—
Mike Dawson /
githubweb
- Profile pic added (commit: 46f19dc)
—
nikunj.sharma /
githubweb
- back button hidden (commit: 0e7dd68)
—
nikunj.sharma /
githubweb
- Add initial RespectAccountManager. (commit: cf87e1d)
—
Mike Dawson /
githubweb
- Add RespectLocalDateField. Remove DateOfBirthSelector. (commit: d4e9e20)
—
Mike Dawson /
githubweb
- ConfirmationScreen : do not use lazy column. (commit: 4edf0cd)
—
Mike Dawson /
githubweb
- Add basic logic in account manager. (commit: 74f1269)
—
Mike Dawson /
githubweb
- Add initial avatar component. (commit: 11740e3)
—
Mike Dawson /
githubweb
- Sort in Clazz Detail Screen (commit: ddf535c)
—
mandvi.verma /
githubweb
- Filter Chip Row (commit: 210cd74)
—
mandvi.verma /
githubweb
- Filter Chip Row (commit: a2d9ebf)
—
mandvi.verma /
githubweb
- FilterChip and SortOption (commit: 363fff6)
—
mandvi.verma /
githubweb
- FilterChip and SortOption (commit: f23cfe6)
—
mandvi.verma /
githubweb
- FilterChip and SortOption (commit: b70df82)
—
mandvi.verma /
githubweb
- FilterChip and SortOption (commit: 30295a7)
—
mandvi.verma /
githubweb
- Moved Sort and filter to lazy column and also renamed the sort function (commit: e1b7f6f)
—
mandvi.verma /
githubweb
- Refactor lambda expressions to method references (commit: 090771e)
—
mandvi.verma /
githubweb
- Remove trailing commas in ViewModel state classes (commit: ce88658)
—
mandvi.verma /
githubweb
- Refactor: Rename StudentViewModel to AddPersonToClazzViewModel (commit: 890b37f)
—
mandvi.verma /
githubweb
- Refactor: Rename StudentViewModel to AddPersonToClazzViewModel (commit: 837321e)
—
mandvi.verma /
githubweb
- Create LICENSE (commit: f682a3a)
—
noreply /
githubweb
- Remove respect.db file (commit: 7de1b01)
—
Mike Dawson /
githubweb
- Add lib-ihttp-core and lib-ihttp-iostreams (commit: 0377070)
—
Mike Dawson /
githubweb
- Add lib-ihttp-okhttp and lib-ihttp-nanohttpd (commit: 0a501d7)
—
Mike Dawson /
githubweb
- Work in progress: UstadCache compiles and UstadCacheJvmTest passes. (commit: c0b7ef5)
—
Mike Dawson /
githubweb
- Convert UstadCache functions to asynchronous (suspended) because Room multiplatform does not support synchronous (blocking) queries. (commit: 9aa7622)
—
Mike Dawson /
githubweb
- Fix DistributedCacheHashtableIntegrationTest - nested use of runBlocking caused database deadlock. (commit: a5ec99e)
—
Mike Dawson /
githubweb
- Update respect-app-compose to use UstadCache for OKHttp and Coil image loading. (commit: 09a3263)
—
Mike Dawson /
githubweb
- Initial version of OkHttpWebViewClient (commit: 922736f)
—
Mike Dawson /
githubweb
- Add try/catch handler to shouldInterceptRequest to return 503 response when OKHttp call throws an exception. (commit: 288113c)
—
Mike Dawson /
githubweb
- Add more detail to error message for did not return 304 validation check. (commit: d598d91)
—
Mike Dawson /
githubweb
- Convert cache lib database entities to being immutable. (commit: d76b593)
—
Mike Dawson /
githubweb
- classes renamed to clazz (commit: 5c627ee)
—
mandvi.verma /
githubweb
- ClassList and ClassDetail screen setup (commit: 0942ba9)
—
mandvi.verma /
githubweb
- ClassList (commit: 4fef5fd)
—
mandvi.verma /
githubweb
- Add OneRoster data classes and basic datasource functions for manage user. (commit: 7e62f72)
—
Mike Dawson /
githubweb
- The `ClazzListScreen` and `ClazzListViewModel` have been temporarily updated to use dummy data for list items. (commit: 6575021)
—
mandvi.verma /
githubweb
- The `ClazzListScreen` and `ClazzListViewModel` have been temporarily updated to use dummy data for list items. (commit: 197802b)
—
mandvi.verma /
githubweb
- This commit adds navigation to the class detail screen upon clicking a class. (commit: e281d2d)
—
mandvi.verma /
githubweb
- Implement filter functionality in class list (commit: bb83117)
—
mandvi.verma /
githubweb
- Accept Invit and add student screen setup added (commit: 8390e9c)
—
mandvi.verma /
githubweb
- AcceptInvite (commit: b49d22b)
—
mandvi.verma /
githubweb
- AcceptInvite (commit: b34d65a)
—
mandvi.verma /
githubweb
- AcceptInvite (commit: e6fef28)
—
mandvi.verma /
githubweb
- AcceptInvite (commit: 9743a26)
—
mandvi.verma /
githubweb
- AcceptInvite (commit: cf154e5)
—
mandvi.verma /
githubweb
- AcceptInvite (commit: f176517)
—
mandvi.verma /
githubweb
- Add student screen added (commit: 3f19f08)
—
mandvi.verma /
githubweb
- Integrate fake roster data for class list (commit: 45756d7)
—
mandvi.verma /
githubweb
- Add Class screen added (commit: 62369a9)
—
mandvi.verma /
githubweb
- Added save button (commit: 4821fc9)
—
mandvi.verma /
githubweb
- Added class screen (commit: bb99e0d)
—
mandvi.verma /
githubweb
- adding dummy list (commit: af1abc3)
—
mandvi.verma /
githubweb
- sort ui (commit: 43901be)
—
mandvi.verma /
githubweb
- sort ui (commit: a5e291a)
—
mandvi.verma /
githubweb
- Accept invite icon changed (commit: 1202643)
—
mandvi.verma /
githubweb
- Accept invite icon changed (commit: 74b5d2e)
—
mandvi.verma /
githubweb