Skip to content
Failed

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

Started 12 days ago
Took 5 min 25 sec

Started by user Pooja Ravi

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