Skip to content
Failed

#48 (Jan 22, 2026, 8:09:00 PM)

Started 26 days ago
Took 23 min
Build Artifacts
001_001_invite_using_invite_code_test.mp420.61 MiB view
001_002_add_user_direct_test.mp441.91 MiB view
001_003_login_using_school_link_test.mp45.27 MiB view
002_browse_lessons_test.mp414.28 MiB view
003_admin_user_assigns_assignment_to_a_class_test.mp421.33 MiB view
respect-app-compose-debug.apk60.23 MiB view
respect-app-compose-release.apk31.73 MiB view
mapping.txt91.51 MiB view
respect-cli.zip30.78 MiB view
respect-server-1.0.0.zip45.27 MiB view
respect-server-shadow-1.0.0.zip46.41 MiB view

Started by timer

Revision: dea0ba026b3b3bad71f41409b310a75f96fbfc06
Repository: https://github.com/UstadMobile/Respect.git
  • refs/remotes/origin/assignment-playlists
Changes
  1. add basic shared device login impl (details / githubweb)
  2. add basic shared device login impl (details / githubweb)
  3. added QR badge (details / githubweb)
  4. added QR badge test (details / githubweb)
  5. Add build environment variable for default app list (details / githubweb)
  6. Bump version for internal testing update. (details / githubweb)
  7. Update db names and pref names to avoid update conflict. (details / githubweb)
  8. Use default app list set by environment variable when provided. (details / githubweb)
  9. Set versions for public app store. (details / githubweb)
  10. Remove assertVisible try it button which is often unused (and now will not be shown). (details / githubweb)
  11. Update RespectCredential sealed class to add QR Code Badge credential type. (details / githubweb)
  12. add shared device login impl (details / githubweb)
  13. remove shared device/settings screen changes from assign badge to a student flow (details / githubweb)
  14. remove shared device/settings screen changes from assign badge to a student flow (details / githubweb)
  15. add refactor (details / githubweb)
  16. add qr login flow (details / githubweb)
  17. add refactor (details / githubweb)
  18. add refactor (details / githubweb)
  19. add refactor (details / githubweb)
  20. test added (details / githubweb)
  21. refactor (details / githubweb)
  22. refactor (details / githubweb)
  23. refactor (details / githubweb)
  24. add test tags (details / githubweb)
  25. test added (details / githubweb)
  26. updated test (details / githubweb)
  27. add validation (details / githubweb)
  28. updated test (details / githubweb)
  29. updated test (details / githubweb)
  30. fix test (details / githubweb)
  31. add validation (details / githubweb)
  32. updated test flow (details / githubweb)
  33. updated test (details / githubweb)
  34. update create accound screen (details / githubweb)
  35. fix test (details / githubweb)
  36. fix test (details / githubweb)
  37. fix test (details / githubweb)
  38. fix test (details / githubweb)
  39. fix test (details / githubweb)
  40. updated test flow (details / githubweb)
  41. fix  popup menu (details / githubweb)
  42. fix revoke qr (details / githubweb)
  43. code refactor (details / githubweb)
  44. updated test as per comments (details / githubweb)
  45. updated test as per comments (details / githubweb)
  46. updated test- added assignment flow (details / githubweb)
  47. updated test- added assignment flow (details / githubweb)
  48. fix comments (details / githubweb)
  49. fix cconflict (details / githubweb)
  50. updated test- added assignment flow (details / githubweb)
  51. updated test- added assignment flow (details / githubweb)
  52. fix qr code delete function (details / githubweb)
  53. fix build failure (details / githubweb)
  54. refactor (details / githubweb)
  55. Remove gap on top of Scan QR code screen that should not have been there. (details / githubweb)
  56. updated test-resolved merge conflicts (details / githubweb)
  57. Minor tidyups: (details / githubweb)
  58. ScanQRCodeViewModel: should accept account manager as a normal dependency (details / githubweb)
  59. fix test (details / githubweb)
  60. add invalid qr code ui part (details / githubweb)
  61. remove qrCodeBadgeError from manageaccountviewmodel (details / githubweb)
  62. updated test - error (details / githubweb)
  63. fix landscape mode (details / githubweb)
  64. Change AppActionButton contentDescription to use UiText instead of string. (details / githubweb)
  65. Fix ManageAccountViewModel : remove race condition created by calling .launch twice for a single operation. (details / githubweb)
  66. Refactor for consistent naming on PersonQrBadge entity. (details / githubweb)
  67. change qr code library (details / githubweb)
  68. Tidyup ManageAccountScreen: if password not set, still use the same ListItem. (details / githubweb)
  69. Further tidyup: (details / githubweb)
  70. Tidyup ScanQRCodeViewModel: (details / githubweb)
  71. refactor (details / githubweb)
  72. updated test - More Options (details / githubweb)
  73. Remove PersonQrBadge existsByUrl: looking for a badge by URL needs to be done by using the list function. (details / githubweb)
  74. Further qr badge datasource tidyup: (details / githubweb)
  75. Minor tidyup on SetUsernameAndPassword: (details / githubweb)
  76. AuthenticateQrBadgeUseCaseDbImpl: remove useless if statement that could never be true (details / githubweb)
  77. Remove hardcoded english from ui text strings (details / githubweb)
  78. add automatic username suggestion (details / githubweb)
  79. fix revoke issue (details / githubweb)
  80. updated test - automated username field (details / githubweb)
  81. updated test - automated username field (details / githubweb)
  82. Update datalayer README to add conceptual notes on data deletion. (details / githubweb)
  83. updated eraseText (details / githubweb)
  84. Fix UrlExt.schoolUrlOrNull function. (details / githubweb)
  85. remove other custom logic for schoolurl (details / githubweb)
  86. updated test - automated username field (details / githubweb)
  87. Fix PersonQrBadgeEntityDao LIST_SQL query: the WHERE clause was not handling guidNum = 0 correctly. (details / githubweb)
  88. updated eraseText (details / githubweb)
  89. Add normalization for school endpoint URL. (details / githubweb)
  90. add qr code image (details / githubweb)
  91. code refactor (details / githubweb)
  92. updated test - automated username field (details / githubweb)
  93. code refactor (details / githubweb)
  94. updated test - automated username flow (details / githubweb)
  95. Rename ManageAccount route parameters and add property KDocs. (details / githubweb)
  96. remove authenticateqrbadgeusecase from client di (details / githubweb)
  97. Update CreateAccountSetUserNameViewModel: (details / githubweb)
  98. remove validatepassword fun (details / githubweb)
  99. Updated password error (details / githubweb)
  100. Updated password error (details / githubweb)
  101. code refactor (details / githubweb)
  102. code refactor (details / githubweb)
  103. Terminology change: class edit screen to show 'class name', assignment edit screen to show 'assignment name'. (details / githubweb)
  104. Terminology change: class edit screen to show 'class name', assignment edit screen to show 'assignment name'. (details / githubweb)
  105. Updated Name* to Class name* /Assignment name* (details / githubweb)
  106. Tidyup: (details / githubweb)
  107. Temporarily disable checking invalid QR code scanned: this check should be in manage account screen. (details / githubweb)
  108. Add try/catch to avoid CreateAccountSetUserNameViewModel crashing if offline. (details / githubweb)
  109. Resolve merge conflict (details / githubweb)