Skip to content
Builds

Loading builds...

Changes

#42 (Nov 11, 2025, 1:37:17 PM)

  1. Add a lot of additional datalayer logging for attempt to catch flakey behavior where pending enrollment is not displayed. — Mike Dawson / githubweb

#41 (Nov 11, 2025, 9:35:20 AM)

  1. Fix Redeem invitation issue caused by change to handling account scope. Add ServerAccountScopeManager to create a single per-school manager of account scopes. — Mike Dawson / githubweb

#40 (Nov 11, 2025, 8:24:19 AM)

  1. Attempt to fix intermittent ConcurrentModificationException on server. — Mike Dawson / githubweb

#34 (Nov 10, 2025, 2:58:40 PM)

  1. updated erase text flow — Pooja Ravi / githubweb
  2. updated "Pending requests.*" — Pooja Ravi / githubweb
  3. updated ".*Pending requests.*" — Pooja Ravi / githubweb
  4. updated to text — Pooja Ravi / githubweb
  5. updated eraseText — Pooja Ravi / githubweb
  6. test — Pooja Ravi / githubweb
  7. test updated — Pooja Ravi / githubweb
  8. test updated — Pooja Ravi / githubweb

#33 (Nov 10, 2025, 12:41:05 PM)

  1. Fix label match admin_add_app_and_teacher — Mike Dawson / githubweb

#32 (Nov 10, 2025, 11:52:44 AM)

  1. addchild usecase added — nikunj.sharma / githubweb
  2. CHANGES relatd to adding child — nikunj.sharma / githubweb
  3. CHANGES relatd to adding child — nikunj.sharma / githubweb
  4. user-signup-e2e — Pooja Ravi / githubweb
  5. crash fix — nikunj.sharma / githubweb
  6. added clearstate — Pooja Ravi / githubweb
  7. added teardown — Pooja Ravi / githubweb
  8. Gender commented — Pooja Ravi / githubweb
  9. corrected — Pooja Ravi / githubweb
  10. https://github.com/UstadMobile/Respect/issues/57 — nikunj.sharma / githubweb
  11. account list not scrollable fixed — nikunj.sharma / githubweb
  12. Added mandatory field test — Pooja Ravi / githubweb
  13. ~/StudioProjects/RespectTest/respect-server/log - will getignore — Pooja Ravi / githubweb
  14. fix for issue 76 — nikunj.sharma / githubweb
  15. test tag added — nikunj.sharma / githubweb
  16. commented mandatory field tests — Pooja Ravi / githubweb
  17. Added hideKeyboard command — Pooja Ravi / githubweb
  18. Added teacher flow test — Pooja Ravi / githubweb
  19. update test — Pooja Ravi / githubweb
  20. duplicate string remove — nikunj.sharma / githubweb
  21. updated test flow - single test — Pooja Ravi / githubweb
  22. updated to password* — Pooja Ravi / githubweb
  23. merged with main — nikunj.sharma / githubweb
  24. updated to date of birth field — Pooja Ravi / githubweb
  25. Gender and DOB manadatory field tests — Pooja Ravi / githubweb
  26. DOB can't be future date - test added — Pooja Ravi / githubweb
  27. DOB updated test — Pooja Ravi / githubweb
  28. changes in SignupViewModel.kt — nikunj.sharma / githubweb
  29. updated student name and flow change — Pooja Ravi / githubweb
  30. changes in SignupViewModel.kt — nikunj.sharma / githubweb
  31. changes in SignupViewModel.kt — nikunj.sharma / githubweb
  32. changes AddChildAccountUseCase.kt — nikunj.sharma / githubweb
  33. commented DownloadIntegrationTest.kt as it contain error — nikunj.sharma / githubweb
  34. Restore deleted Maestro flow test not related to this branch — Pooja Ravi / githubweb
  35. Restore deleted Maestro flow file 004_create_report_test.yaml — Pooja Ravi / githubweb
  36. Updated test flow — Pooja Ravi / githubweb
  37. Updated setDate.js file — Pooja Ravi / githubweb
  38. updated to main — Pooja Ravi / githubweb
  39. updated mandatory field error — Pooja Ravi / githubweb
  40. string change — nikunj.sharma / githubweb
  41. string change — nikunj.sharma / githubweb
  42. string change — nikunj.sharma / githubweb
  43. Fix EnrollmentEntity for database — Mike Dawson / githubweb
  44. Update PersonListScreen to make it easier for the Maestro test to get the invite code. — Mike Dawson / githubweb
  45. updated copy-paste - invite code — Pooja Ravi / githubweb
  46. Remove class_name_label string and change admin_add_app_and_teacher to use name not class name. — Mike Dawson / githubweb
  47. Fix labels on 001_001 invite test to match those currently used — Mike Dawson / githubweb

#31 (Nov 10, 2025, 8:14:22 AM)

  1. feat: Validate date of birth on save — mandvi.verma / githubweb
  2. refactor: Improve `fullName` generation in `PersonExt` — mandvi.verma / githubweb
  3. feat: Clear email error on change — mandvi.verma / githubweb
  4. commit — nikunj.sharma / githubweb
  5. If Using family name it is duplicating the other family name and middle name so changed to given name — mandvi.verma / githubweb
  6. feat: Enhance ClazzDetailScreen with more information — mandvi.verma / githubweb
  7. Updated test — Pooja Ravi / githubweb
  8. refactor: Use fullName for person display and internationalize labels — mandvi.verma / githubweb
  9. chore: Fix Kotlin linting issues — mandvi.verma / githubweb
  10. feat: Make email optional for persons — mandvi.verma / githubweb
  11. feat: Add validation for first and last name — mandvi.verma / githubweb
  12. feat: Add validation for first and last name — mandvi.verma / githubweb
  13. Updated mandatory test — Pooja Ravi / githubweb
  14. style: Standardize test function naming — mandvi.verma / githubweb
  15. refactor: Standardize required field validation message — mandvi.verma / githubweb
  16. refactor: Use UiText for class name validation — mandvi.verma / githubweb
  17. chore: Format code for consistency — mandvi.verma / githubweb
  18. Minor tidy changes: — Mike Dawson / githubweb

#28 (Nov 7, 2025, 9:08:00 PM)

  1. Put invite code on PersonList and remove AddPersonToClazz . — Mike Dawson / githubweb
  2. Fix select person from list. Initial implementation of adding to class. — Mike Dawson / githubweb

#27 (Nov 6, 2025, 9:08:00 PM)

  1. Make ResultDest its own class so that it can support two types of return destinations: KClass based and route based. — Mike Dawson / githubweb
  2. Update AssignmentEditViewModel to use route based result destination. — Mike Dawson / githubweb
  3. Add navigation return result support for selecting a person. — Mike Dawson / githubweb

#26 (Nov 5, 2025, 9:08:00 PM)

  1. Update GetStarted screen to show loading status and a message if/when school is not found. — Mike Dawson / githubweb

#25 (Nov 4, 2025, 9:08:00 PM)

  1. Update SchoolDirectoryEntryDataSourceHttp to send requests concurrently to all known school directory servers — Mike Dawson / githubweb

#22 (Nov 2, 2025, 3:54:49 PM)

  1. Remove incorrect assertion on 002_browse_lessons_test.yaml — Mike Dawson / githubweb

#21 (Nov 2, 2025, 3:17:46 PM)

  1. Updated maestro flows — Pooja Ravi / githubweb
  2. Main tests ready — Pooja Ravi / githubweb
  3. renamed the test — Pooja Ravi / githubweb
  4. Added teardown to the tests — Pooja Ravi / githubweb
  5. Add test name as a parameter to school_init.js — Mike Dawson / githubweb
  6. Added new tests — Pooja Ravi / githubweb
  7. Moved failed tests to Flow_in_progress — Pooja Ravi / githubweb
  8. Removed signup flow tests also added a test to login via link — Pooja Ravi / githubweb
  9. Updated  the error — Pooja Ravi / githubweb
  10. Updated  the school url — Pooja Ravi / githubweb
  11. minor fix — Pooja Ravi / githubweb
  12. Updated test description — Pooja Ravi / githubweb
  13. Updated test description — Pooja Ravi / githubweb
  14. Updated ReadMe — Pooja Ravi / githubweb
  15. Updated ReadMe — Pooja Ravi / githubweb
  16. Updated tests — Pooja Ravi / githubweb
  17. Updated tests — Pooja Ravi / githubweb
  18. Updated tests — Pooja Ravi / githubweb
  19. Updated tests — Pooja Ravi / githubweb
  20. Updated phone verification tests — Pooja Ravi / githubweb
  21. Updated folder structure and passkey test added — Pooja Ravi / githubweb
  22. refactor: Simplify image selection and remove unused constant — mandvi.verma / githubweb
  23. refactor: Resolve URLs to absolute paths in OPDS feed — mandvi.verma / githubweb
  24. refactor: Resolve URLs to be absolute in `AppsDetailViewModel` — mandvi.verma / githubweb
  25. feat: Resolve lesson image URLs to absolute paths — mandvi.verma / githubweb
  26. feat: Resolve lesson image URLs to absolute paths — mandvi.verma / githubweb
  27. refactor: Standardize variable name for publication — mandvi.verma / githubweb
  28. refactor: Centralize OPDS feed URL resolution, — mandvi.verma / githubweb
  29. updated test flows — Pooja Ravi / githubweb
  30. updated phone number — Pooja Ravi / githubweb
  31. updated phone number — Pooja Ravi / githubweb
  32. updated phone number — Pooja Ravi / githubweb
  33. updated valid phone number — Pooja Ravi / githubweb
  34. Add testtag for phone number country code and number field. — Mike Dawson / githubweb
  35. added countrycode id — Pooja Ravi / githubweb
  36. deleted descriptions — Pooja Ravi / githubweb
  37. Update issue templates — noreply / githubweb
  38. Update issue templates — noreply / githubweb
  39. Update issue templates — noreply / githubweb
  40. Delete .github/ISSUE_TEMPLATE/custom.md — noreply / githubweb
  41. Create task_card.md — noreply / githubweb
  42. Tidyup resolve function. — Mike Dawson / githubweb
  43. Tidyup LearningUnitDetailViewModel to use resolve function — Mike Dawson / githubweb

#19 (Oct 31, 2025, 2:56:38 AM)

  1. Add downloader to lib-cache: work in progress. Move opds model into its own module so it can be used by lib cache. — Mike Dawson / githubweb
  2. Work in progress: add structure for pinning and downloading a publication. — Mike Dawson / githubweb
  3. Rename fields on DownloadJob and DownloadJobItem. — Mike Dawson / githubweb
  4. Download publication work in progress - add pinned publication entity — Mike Dawson / githubweb
  5. Port/adaptation of download implementation from Ustad Mobile to enable pinning web publications to be available offline. — Mike Dawson / githubweb
  6. Initial integration test for downloader. — Mike Dawson / githubweb
  7. Initial integration test for downloader: passes to download/pin an entire publication. — Mike Dawson / githubweb
  8. Work in progress adding pin publication job — Mike Dawson / githubweb
  9. respect-e2e test scenarios — Pooja Ravi / githubweb
  10. modified test scripts — Pooja Ravi / githubweb
  11. corrected links — Pooja Ravi / githubweb
  12. clean up — Pooja Ravi / githubweb
  13. Renamed REALM to SCHOOL — Pooja Ravi / githubweb
  14. fix — Pooja Ravi / githubweb
  15. feat: Implement Settings and School Directory screens — mandvi.verma / githubweb
  16. feat: Implement Settings and School Directory screens — mandvi.verma / githubweb
  17. Feat: Implement delete directory functionality — mandvi.verma / githubweb
  18. Feat: Initial setup for SchoolDirectoryEdit screen — mandvi.verma / githubweb
  19. Refactor: Move deleteDirectory functionality to SchoolDirectoryEntryDataSource — mandvi.verma / githubweb
  20. Refactor: Move deleteDirectory functionality to SchoolDirectoryEntryDataSource — mandvi.verma / githubweb
  21. Refactor: Improve School Directory Edit screen UI and ViewModel — mandvi.verma / githubweb
  22. Refactor: Remove app link message from SchoolDirectoryEditScreen — mandvi.verma / githubweb
  23. Refactor: Remove unused import in SchoolDirectoryEditScreen — mandvi.verma / githubweb
  24. Refactor: Implement School Directory Entry Insertion and Improve UI — mandvi.verma / githubweb
  25. feat: Add email field to Person entity and related screens — mandvi.verma / githubweb
  26. Feat: Add phone number field to Person entity and edit screen — mandvi.verma / githubweb
  27. Feat: Implement Android phone number utilities — mandvi.verma / githubweb
  28. Refactor: Integrate phone number formatting and validation — mandvi.verma / githubweb
  29. Refactor: Rename UstadPhoneNumberTextField to RespectPhoneNumberTextField — mandvi.verma / githubweb
  30. Refactor: Organize utility files and remove unused code — mandvi.verma / githubweb
  31. Refactor: Remove trailing newlines and whitespace — mandvi.verma / githubweb
  32. Refactor: Simplify School Directory Data Model and Operations — mandvi.verma / githubweb
  33. Refactor: Rename `insertDirectoryEntry` to `insertDirectory` and implement HTTP POST — mandvi.verma / githubweb
  34. Remove extraneous new line — mandvi.verma / githubweb
  35. Refactor: Update SchoolDirectoryDataSource and related components — mandvi.verma / githubweb
  36. Refactor: Enhance School Directory Management and Server-Side Logic — mandvi.verma / githubweb
  37. Refactor: Update School Directory data source HTTP implementation — mandvi.verma / githubweb
  38. Refactor: Remove unused PagingSource from SchoolDirectoryEntryDataSource — mandvi.verma / githubweb
  39. change — Pooja Ravi / githubweb
  40. change — Pooja Ravi / githubweb
  41. Refactor: Remove invite code logic from data sources — mandvi.verma / githubweb
  42. Refactor: Remove invite code logic from data sources — mandvi.verma / githubweb
  43. Initial implementation of functionality to set a username and password for an existing account. — Mike Dawson / githubweb
  44. feat: Add email and phone number to Person entity — mandvi.verma / githubweb
  45. feat: Add email and phone number to Person entity — mandvi.verma / githubweb
  46. Update set password logic to use school data source. Remove SetPasswordUseCase. — Mike Dawson / githubweb
  47. feat: Validate date of birth on save — mandvi.verma / githubweb
  48. Initial implementation of password change functionality. — Mike Dawson / githubweb
  49. Initial implementation of password change functionality. — Mike Dawson / githubweb
  50. Implement change password functionality. — Mike Dawson / githubweb
  51. Tidy for merge: — Mike Dawson / githubweb
  52. Fix for Person db datalayer: — Mike Dawson / githubweb
  53. Tidy: — Mike Dawson / githubweb
  54. Fix package name — Mike Dawson / githubweb
  55. Add click phone number support. — Mike Dawson / githubweb
  56. Update OtherOptionsViewModel.kt to check school URL is a valid RESPECT school URL. — Mike Dawson / githubweb
  57. Use ACRA custom data to track selected account and most recent screen — Mike Dawson / githubweb
  58. Update Android Gradle Plugin version. — Mike Dawson / githubweb
  59. Update gender dropdown and mandatory field indicators. — Mike Dawson / githubweb
  60. Update Room and ACRA versions. — Mike Dawson / githubweb
  61. Remove redundant class name string. — Mike Dawson / githubweb
  62. Fixes to update dev-download branch from main: compilation/full build succeeds. — Mike Dawson / githubweb
  63. Increase Gradle max memory setting org.gradle.jvmargs . — Mike Dawson / githubweb
  64. Initial connection of run download use case to lesson detail view model. — Mike Dawson / githubweb
  65. Update ClassDetail to display add/edit options by role. — Mike Dawson / githubweb
  66. Update person screen to support setting/showing roles. — Mike Dawson / githubweb
  67. Avoid date of birth from showing 1900 default. — Mike Dawson / githubweb
  68. Bump version — Mike Dawson / githubweb
  69. Change database names to avoid migration crash on internal testing track. — Mike Dawson / githubweb
  70. Implement publication pin for offline content download. — Mike Dawson / githubweb
  71. Update lib-cache to serve any available response (even if stale) when device is known to be offline. — Mike Dawson / githubweb
  72. Update pin publication prepare to include adding respect parameters on acquisition links to ensure first page opens as expected when offline. — Mike Dawson / githubweb
  73. Fix showing download progress. — Mike Dawson / githubweb
  74. Show indeterminate progress when pin publication preparation (size gathering) is underway. — Mike Dawson / githubweb
  75. Implement unpin/remove downloaded item. — Mike Dawson / githubweb
  76. Initial implementation of assignment datasource-db. — Mike Dawson / githubweb
  77. Initial implementation of assignment datasource-db. — Mike Dawson / githubweb
  78. Assignment work in progress: make deadline optional. Add assignee dropdown with filtered options. — Mike Dawson / githubweb
  79. Add combined datetime field. — Mike Dawson / githubweb
  80. Assignment work in progress: add additional pop/return support. — Mike Dawson / githubweb
  81. Assignment work in progress: handle selection of a learning unit for assignment. Save assignee class name on click. — Mike Dawson / githubweb
  82. Assignment work in progress and make back arrow display consistent — Mike Dawson / githubweb
  83. Assignment list implementation. — Mike Dawson / githubweb
  84. Implement assign button on Learning Unit Detail screen — Mike Dawson / githubweb
  85. Assignment detail screen implementation. — Mike Dawson / githubweb
  86. Add terms/conditions text. — Mike Dawson / githubweb
  87. Add terms/conditions text. — Mike Dawson / githubweb
  88. Add/remove app is per school and saved to server. — Mike Dawson / githubweb
  89. Restrict add/remove app to system admin. — Mike Dawson / githubweb
  90. Bump version. — Mike Dawson / githubweb
  91. empty app list error messages and icon change — nikunj.sharma / githubweb
  92. image change — nikunj.sharma / githubweb
  93. padding added — nikunj.sharma / githubweb
  94. Update test scenarios list to match with current primary branch. — Mike Dawson / githubweb
  95. Add community slack link to README.md — Mike Dawson / githubweb
  96. Updated 002 — Pooja Ravi / githubweb
  97. Updated test descriptions — Pooja Ravi / githubweb
  98. Updated test descriptions — Pooja Ravi / githubweb
  99. Updated test descriptions - 003 — Pooja Ravi / githubweb
  100. Updated test descriptions - 006 — Pooja Ravi / githubweb
  101. Cleanup — Pooja Ravi / githubweb
  102. link updated — Pooja Ravi / githubweb
  103. updated — Pooja Ravi / githubweb

#18 (Oct 10, 2025, 2:30:51 AM)

  1. Attempt to fix selector for enter school name screen. — Mike Dawson / githubweb

#17 (Oct 10, 2025, 2:04:03 AM)

  1. Update testservercontroller version. — Mike Dawson / githubweb
  2. Add test name as a parameter to school_init.js — Mike Dawson / githubweb
  3. Change Maestro test selector on get started screen. — Mike Dawson / githubweb
  4. Change shutdown URL to use /api/ to avoid reverse proxy issue. — Mike Dawson / githubweb

#16 (Oct 8, 2025, 12:33:07 AM)

  1. Update test server controller version. — Mike Dawson / githubweb

#15 (Oct 8, 2025, 12:00:16 AM)

  1. Add onFlowComplete teardown script to stop test server. — Mike Dawson / githubweb

#14 (Oct 7, 2025, 9:48:28 PM)

  1. Set log directories using JAVA_OPTS options. — Mike Dawson / githubweb

#12 (Oct 7, 2025, 9:04:26 PM)

  1. Change server logging to use file by default. — Mike Dawson / githubweb

#5 (Oct 7, 2025, 3:15:06 AM)

  1. Add support for URL substitution — Mike Dawson / githubweb

#3 (Oct 6, 2025, 6:30:44 PM)

  1. Fix ci-run-maestro cloud return value — Mike Dawson / githubweb

#2 (Oct 6, 2025, 6:29:19 PM)

  1. Add debug output for ci-run-maestro — Mike Dawson / githubweb