Skip to content

Loading builds...

Changes

#34 (Mar 30, 2026, 9:49:00 PM)

  1. Update bookmark query field and remote sync logic. — mandvi.verma / githubweb

#28 (Mar 25, 2026, 9:49:00 PM)

  1. Update snackbar message handling to support StringUiText and StringResourceUiText in App.kt — mandvi.verma / githubweb
  2. Update snackbar message handling to support StringUiText and StringResourceUiText in App.kt — mandvi.verma / githubweb

#27 (Mar 24, 2026, 9:49:00 PM)

  1. test: Update browse lessons Maestro flow with additional assertions — Pooja Ravi / githubweb
  2. test: update browse lessons Maestro flow — Pooja Ravi / githubweb
  3. Updated `002_browse_lessons_test.yaml` Maestro flow — Pooja Ravi / githubweb
  4. test: update Maestro browse lessons flow — Pooja Ravi / githubweb
  5. test is failing as Snack bar appears but due to duration by the time tapOn Undo is triggered it disappears — mandvi.verma / githubweb
  6. Format code and apply style improvements across bookmark and data layer components — mandvi.verma / githubweb
  7. Update icon URI handling in Bookmark and LearningUnit detail screens and resolve publication URLs in ViewModels — mandvi.verma / githubweb

#26 (Mar 24, 2026, 7:45:50 AM)

  1. Use default snackbar duration in App.kt — mandvi.verma / githubweb
  2. test is failing as Snack bar appears but due to duration by the time tapOn Undo is triggered it disappears — mandvi.verma / githubweb

#25 (Mar 24, 2026, 12:17:23 AM)

  1. Update BookmarkDataSource and related components to support includeDeleted parameter and fix BookmarkDao query — mandvi.verma / githubweb
  2. Update SnackBar implementation to support actions and implement undo functionality for bookmark removal — mandvi.verma / githubweb
  3. Implement `UiText.asString()` extension and update `Snack` to support `UiText` actions — mandvi.verma / githubweb

#23 (Mar 23, 2026, 4:39:47 PM)

  1. Update Maestro test flows — Pooja Ravi / githubweb
  2. Update Maestro test flows — Pooja Ravi / githubweb

#22 (Mar 23, 2026, 4:28:22 PM)

  1. Update Maestro test flows — Pooja Ravi / githubweb

#21 (Mar 23, 2026, 4:12:58 PM)

  1. test - update Maestro flow for lesson browsing — Pooja Ravi / githubweb

#20 (Mar 23, 2026, 4:01:52 PM)

  1. Update Maestro flows — Pooja Ravi / githubweb

#19 (Mar 23, 2026, 3:25:58 PM)

  1. added test for school-self-registration — Pooja Ravi / githubweb
  2. updated test — Pooja Ravi / githubweb
  3. updated test 001_002 — Pooja Ravi / githubweb
  4. updated test- added id for the Host URL — Pooja Ravi / githubweb
  5. initial commit for add school self service bug fix — Anugraha / githubweb
  6. updated maestro.sh — Pooja Ravi / githubweb
  7. - Update `ci-run-maestro.sh` to remove a commented-out line and refine `TESTCONTROLLER_URL` parsing. — Pooja Ravi / githubweb
  8. Move Maestro test flows for inviting users, login, assignments, and browsing lessons into a new `TestFolder` directory. — Pooja Ravi / githubweb
  9. add logs for testing — Anugraha / githubweb
  10. add logs for testing — Anugraha / githubweb
  11. add logs for testing — Anugraha / githubweb
  12. add logs for testing — Anugraha / githubweb
  13. add logs for testing — Anugraha / githubweb
  14. add logs for testing — Anugraha / githubweb
  15. Add Maestro subflows to handle Chrome's first-run experience screens and integrate them into the `001_002_add_user_direct_test` flow. — Pooja Ravi / githubweb
  16. Update Maestro flow to tap on school URL using text instead of ID. — Pooja Ravi / githubweb
  17. add logs for testing — Anugraha / githubweb
  18. add logs for testing — Anugraha / githubweb
  19. update url with school-directory — Anugraha / githubweb
  20. Move Maestro flows from `TestFolder` to the root `.maestro/flows/` directory. — Pooja Ravi / githubweb
  21. remove  logs — Anugraha / githubweb
  22. Add Maestro end-to-end test and documentation for school self-registration. — Pooja Ravi / githubweb
  23. Add Maestro end-to-end test and documentation for school self-registration. — Pooja Ravi / githubweb
  24. Update the file path for the `get_started_select_school_by_name.yaml` subflow in the Maestro test configuration. — Pooja Ravi / githubweb
  25. Update Maestro test flow to use school name variable instead of skipping school creation. — Pooja Ravi / githubweb
  26. Minor school self registration tidyup. — Mike Dawson / githubweb
  27. Refactor RegisterSchoolUseCase : Create common interface that can be used to keep parameter names, request/response objects, etc. — Mike Dawson / githubweb
  28. Remove validation logic that was either unnecessary or did not belong in the SchoolRegistrationRoute. — Mike Dawson / githubweb
  29. Fixes for subdomain based school self-registration. — Mike Dawson / githubweb
  30. Fix handling of icon image on AppLauncherscreen — Mike Dawson / githubweb
  31. Remove white space changes from main. — Mike Dawson / githubweb
  32. Bump version. — Mike Dawson / githubweb
  33. Introduce `BookmarkDetails` to associate bookmarks with their corresponding application data and refactor `BookmarkListViewModel` to load these details concurrently. — mandvi.verma / githubweb

#14 (Mar 18, 2026, 9:49:00 PM)

  1. Update UI layout and styling in BookmarkListScreen.kt — mandvi.verma / githubweb
  2. Update UI layout and styling in BookmarkListScreen.kt — mandvi.verma / githubweb
  3. Move no_bookmark image to shared resources and update BookmarkListScreen usage — mandvi.verma / githubweb
  4. Implement `listAsFlow` in `BookmarkDataSource` and update `BookmarkListViewModel` to reactive flow — mandvi.verma / githubweb
  5. Update Slack Space link in README — noreply / githubweb
  6. Implement paging support for BookmarkDataSource across DB, HTTP, and Repository layers — mandvi.verma / githubweb
  7. Remove redundant comments in BookmarkListViewModel — mandvi.verma / githubweb

#12 (Mar 17, 2026, 10:20:48 AM)

  1. Add NO_BOOKMARK to RespectImage and update EmptyBookmarkState UI in BookmarkListScreen — mandvi.verma / githubweb

#11 (Mar 17, 2026, 10:10:56 AM)

  1. Add NO_BOOKMARK to RespectImage and update EmptyBookmarkState UI in BookmarkListScreen — mandvi.verma / githubweb
  2. Add NO_BOOKMARK to RespectImage and update EmptyBookmarkState UI in BookmarkListScreen — mandvi.verma / githubweb

#10 (Mar 17, 2026, 10:03:24 AM)

  1. Add NO_BOOKMARK to RespectImage and update EmptyBookmarkState UI in BookmarkListScreen — mandvi.verma / githubweb

#9 (Mar 17, 2026, 9:26:21 AM)

  1. Initial home tabs design. — Mike Dawson / githubweb
  2. Update navigation labels to "Home" and integrate BookmarkListScreen into HomeScreen — mandvi.verma / githubweb
  3. Update navigation labels to "Home" and integrate BookmarkListScreen into HomeScreen — mandvi.verma / githubweb

#8 (Mar 16, 2026, 9:49:00 PM)

  1. Update opds packages in datasource-db and datasource-http to use school.opds package. — Mike Dawson / githubweb
  2. Update database migration files. — Mike Dawson / githubweb
  3. Register Bookmark components in RespectSchoolDatabase and update OPDS package imports — mandvi.verma / githubweb
  4. Register Bookmark components in RespectSchoolDatabase and update OPDS package imports — mandvi.verma / githubweb
  5. Add language, grade, and type fields to Bookmark model and display them in BookmarkListScreen — mandvi.verma / githubweb

#5 (Mar 13, 2026, 9:49:00 PM)

  1. Update bookmark implementation to include application manifest URLs and app metadata. — mandvi.verma / githubweb
  2. Update bookmark data layer, database entities, and cleanup ViewModel logic — mandvi.verma / githubweb
  3. Fixes for AppLauncher screen. — Mike Dawson / githubweb
  4. Rename findBookmarks to findBookmarksWithMissingPublication and update loading logic in BookmarkListViewModel — mandvi.verma / githubweb
  5. Implement getBookmarkLastModified and findByUidList in BookmarkDao and BookmarkDataSourceDb — mandvi.verma / githubweb

#4 (Mar 12, 2026, 9:49:00 PM)

  1. Update ci-run-maestro.sh and school_init.js with option to disable automatic school creation for end-to-end tests. — Mike Dawson / githubweb
  2. Implement bookmark navigation and fix data synchronization in BookmarkListViewModel — mandvi.verma / githubweb
  3. Update bookmark implementation to include application manifest URLs and app metadata. — mandvi.verma / githubweb
  4. commented bookmark code for playlist screen — Pooja Ravi / githubweb
  5. commented bookmark code for playlist screen — Pooja Ravi / githubweb

#3 (Mar 11, 2026, 9:49:00 PM)

  1. Remove properties — mandvi.verma / githubweb
  2. Update BookmarkListViewModel to use LoadingUiState and clean up imports — mandvi.verma / githubweb
  3. Update BookmarkListViewModel to use LoadingUiState and clean up imports — mandvi.verma / githubweb
  4. Update BookmarkListViewModel to use LoadingUiState and clean up imports — mandvi.verma / githubweb
  5. Update BookmarkListViewModel to use LoadingUiState and clean up imports — mandvi.verma / githubweb
  6. Clean up formatting in BookmarkDao — mandvi.verma / githubweb
  7. Clean up formatting in BookmarkAdapter.kt — mandvi.verma / githubweb
  8. Clean up — mandvi.verma / githubweb
  9. Clean up — mandvi.verma / githubweb
  10. Clean up — mandvi.verma / githubweb
  11. Clean up LearningUnitDetailViewModel constructor and improve code formatting — mandvi.verma / githubweb
  12. Add image URL support to Bookmark model and UI components — mandvi.verma / githubweb
  13. Add BookmarkEntity to database schema and implement navigation to bookmark list from app launcher. — mandvi.verma / githubweb
  14. Add BookmarkEntity to database schema and implement navigation to bookmark list from app launcher. — mandvi.verma / githubweb
  15. Add BookmarkEntity to database schema and implement navigation to bookmark list from app launcher. — mandvi.verma / githubweb
  16. Added lesson002 and updated test — Pooja Ravi / githubweb

#2 (Mar 10, 2026, 9:49:00 PM)

  1. Update Bookmark model and data layer to include subtitles and improve app detail handling in LearningUnitDetailScreen. — mandvi.verma / githubweb