Summary
- add basic shared device login impl (details)
- add basic shared device login impl (details)
- added QR badge (details)
- added QR badge test (details)
- Add build environment variable for default app list (details)
- Bump version for internal testing update. (details)
- Update db names and pref names to avoid update conflict. (details)
- Use default app list set by environment variable when provided. (details)
- Set versions for public app store. (details)
- Remove assertVisible try it button which is often unused (and now will not be shown). (details)
- Update RespectCredential sealed class to add QR Code Badge credential type. (details)
- add shared device login impl (details)
- remove shared device/settings screen changes from assign badge to a student flow (details)
- remove shared device/settings screen changes from assign badge to a student flow (details)
- add refactor (details)
- add qr login flow (details)
- add refactor (details)
- add refactor (details)
- add refactor (details)
- test added (details)
- refactor (details)
- refactor (details)
- refactor (details)
- add test tags (details)
- test added (details)
- updated test (details)
- add validation (details)
- updated test (details)
- updated test (details)
- fix test (details)
- add validation (details)
- updated test flow (details)
- updated test (details)
- update create accound screen (details)
- fix test (details)
- fix test (details)
- fix test (details)
- fix test (details)
- fix test (details)
- updated test flow (details)
- fix popup menu (details)
- fix revoke qr (details)
- code refactor (details)
- updated test as per comments (details)
- updated test as per comments (details)
- updated test- added assignment flow (details)
- updated test- added assignment flow (details)
- fix comments (details)
- fix cconflict (details)
- updated test- added assignment flow (details)
- updated test- added assignment flow (details)
- fix qr code delete function (details)
- fix build failure (details)
- refactor (details)
- Remove gap on top of Scan QR code screen that should not have been there. (details)
- updated test-resolved merge conflicts (details)
- Minor tidyups: (details)
- ScanQRCodeViewModel: should accept account manager as a normal dependency (details)
- fix test (details)
- add invalid qr code ui part (details)
- remove qrCodeBadgeError from manageaccountviewmodel (details)
- updated test - error (details)
- fix landscape mode (details)
- Change AppActionButton contentDescription to use UiText instead of string. (details)
- Fix ManageAccountViewModel : remove race condition created by calling .launch twice for a single operation. (details)
- Refactor for consistent naming on PersonQrBadge entity. (details)
- change qr code library (details)
- Tidyup ManageAccountScreen: if password not set, still use the same ListItem. (details)
- Further tidyup: (details)
- Tidyup ScanQRCodeViewModel: (details)
- refactor (details)
- updated test - More Options (details)
- Remove PersonQrBadge existsByUrl: looking for a badge by URL needs to be done by using the list function. (details)
- Further qr badge datasource tidyup: (details)
- Minor tidyup on SetUsernameAndPassword: (details)
- AuthenticateQrBadgeUseCaseDbImpl: remove useless if statement that could never be true (details)
- Remove hardcoded english from ui text strings (details)
- add automatic username suggestion (details)
- fix revoke issue (details)
- updated test - automated username field (details)
- updated test - automated username field (details)
- Update datalayer README to add conceptual notes on data deletion. (details)
- updated eraseText (details)
- Fix UrlExt.schoolUrlOrNull function. (details)
- remove other custom logic for schoolurl (details)
- updated test - automated username field (details)
- Fix PersonQrBadgeEntityDao LIST_SQL query: the WHERE clause was not handling guidNum = 0 correctly. (details)
- updated eraseText (details)
- Add normalization for school endpoint URL. (details)
- add qr code image (details)
- code refactor (details)
- updated test - automated username field (details)
- code refactor (details)
- updated test - automated username flow (details)
- Rename ManageAccount route parameters and add property KDocs. (details)
- remove authenticateqrbadgeusecase from client di (details)
- Update CreateAccountSetUserNameViewModel: (details)
- remove validatepassword fun (details)
- Updated password error (details)
- Updated password error (details)
- code refactor (details)
- code refactor (details)
- Terminology change: class edit screen to show 'class name', assignment edit screen to show 'assignment name'. (details)
- Terminology change: class edit screen to show 'class name', assignment edit screen to show 'assignment name'. (details)
- Updated Name* to Class name* /Assignment name* (details)
- Tidyup: (details)
- Temporarily disable checking invalid QR code scanned: this check should be in manage account screen. (details)
- Add try/catch to avoid CreateAccountSetUserNameViewModel crashing if offline. (details)
- Resolve merge conflict (details)