Skip to content

Changes

Started by timer
Started 23 days ago
Took 24 min

Summary

  1. Remove properties (details)
  2. Update BookmarkListViewModel to use LoadingUiState and clean up imports (details)
  3. Update BookmarkListViewModel to use LoadingUiState and clean up imports (details)
  4. Update BookmarkListViewModel to use LoadingUiState and clean up imports (details)
  5. Update BookmarkListViewModel to use LoadingUiState and clean up imports (details)
  6. Clean up formatting in BookmarkDao (details)
  7. Clean up formatting in BookmarkAdapter.kt (details)
  8. Clean up (details)
  9. Clean up (details)
  10. Clean up (details)
  11. Clean up LearningUnitDetailViewModel constructor and improve code formatting (details)
  12. Add image URL support to Bookmark model and UI components (details)
  13. Add BookmarkEntity to database schema and implement navigation to bookmark list from app launcher. (details)
  14. Add BookmarkEntity to database schema and implement navigation to bookmark list from app launcher. (details)
  15. Add BookmarkEntity to database schema and implement navigation to bookmark list from app launcher. (details)
  16. Added lesson002 and updated test (details)
The file was removedgradle/gradle-daemon-jvm.properties
Commit 3641ad3e966baa8266d7973b7cc6b6f74778154c by mandvi.verma
Update BookmarkListViewModel to use LoadingUiState and clean up imports
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.kt (diff)
Commit 18a483a2d1c65419c6aad6a42a9611c3e4e5849a by mandvi.verma
Update BookmarkListViewModel to use LoadingUiState and clean up imports
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.kt (diff)
Commit e48f9fb5fda0c298e3ceee4b4b5db9510e7d7ce7 by mandvi.verma
Update BookmarkListViewModel to use LoadingUiState and clean up imports
The file was removedrespect-datalayer-db/schemas/world.respect.datalayer.db.RespectAppDatabase/2.json
Commit 505f774968bc290d40375d7c785242a2ca79ce63 by mandvi.verma
Update BookmarkListViewModel to use LoadingUiState and clean up imports
The file was removedrespect-datalayer-db/schemas/world.respect.datalayer.db.RespectAppDatabase/3.json
The file was removedrespect-datalayer-db/schemas/world.respect.datalayer.db.RespectAppDatabase/4.json
The file was removedrespect-datalayer-db/schemas/world.respect.datalayer.db.RespectAppDatabase/1.json
Commit 46d8fae8aa944c2b9bb913dbd21cb4d7d2298510 by mandvi.verma
Clean up formatting in BookmarkDao
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt (diff)
Commit 551976e5779fc109470652191b876443dfe6ab01 by mandvi.verma
Clean up formatting in BookmarkAdapter.kt
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/adapters/BookmarkAdapter.kt (diff)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/BookmarkDataSourceHttp.kt (diff)
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/SchoolDataSourceRepository.kt (diff)
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/school/BookmarkDataSourceRepository.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/SchoolDataSourceDb.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/SchoolDataSourceLocal.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/learningunit/detail/LearningUnitDetailViewModel.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/BookmarkDataSourceDb.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/BookmarkDataSourceDb.kt (diff)
Commit a4a6ee1ac087c0675c15032cd99c1fd438f42dce by mandvi.verma
Clean up LearningUnitDetailViewModel constructor and improve code formatting
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/learningunit/detail/LearningUnitDetailViewModel.kt (diff)
Commit 32473c8268f820b5075eb9b10ab925803937308e by mandvi.verma
Add image URL support to Bookmark model and UI components
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/BookmarkDataSourceDb.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/SchoolDataSourceDb.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/adapters/BookmarkAdapter.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/model/Bookmark.kt (diff)
Commit 8c7986328045b08eb6008546bae5e3b384069b41 by mandvi.verma
Add BookmarkEntity to database schema and implement navigation to bookmark list from app launcher.
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.kt (diff)
The file was modifiedrespect-datalayer-db/schemas/world.respect.datalayer.db.RespectSchoolDatabase/12.json (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/launcher/AppLauncherViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/apps/launcher/AppLauncherScreen.kt (diff)
Commit 61d5542b54d95cddfc56af4dc0a09080d1ec4866 by mandvi.verma
Add BookmarkEntity to database schema and implement navigation to bookmark list from app launcher.
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/apps/launcher/AppLauncherScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/launcher/AppLauncherViewModel.kt (diff)
Commit a50d70344585a5c213b28184f61f5a02e5ac0ec8 by mandvi.verma
Add BookmarkEntity to database schema and implement navigation to bookmark list from app launcher.
The file was addedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/cover.png
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/launcher/AppLauncherViewModel.kt (diff)
The file was addedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/lesson002.html
The file was modifiedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/grade1.json (diff)
The file was addedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/lesson002.json
The file was addedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/video.mp4
The file was addedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/script.js
The file was addedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/audio.ogg
Commit e57b885d4795fba149f7b5114ca9fe2565fc655d by Pooja Ravi
Added lesson002 and updated test
The file was removedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/script.js
The file was modifiedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/cover.png (diff)
The file was modifiedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/lesson002.json (diff)
The file was modified.maestro/flows/002_browse_lessons_test.yaml (diff)
The file was modifiedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/lesson002.html (diff)
The file was modifiedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/grade1.json (diff)
The file was removedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/audio.ogg
The file was modifiedrespect-server/src/main/resources/http/respect-ds/case_valid/grade1/lesson002/video.mp4 (diff)