Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release Student 6.12.0 (228) (#1287) * Release Student 6.11.0 (226) * Release Student 6.11.1 (227) * Version bump. * [Student][MBL-15286] Assignment list crash * Release Student 6.12.0 228 (#1282) Co-authored-by: Tamas Kozmer <[email protected]> Co-authored-by: balintbartok <[email protected]> * [MBL-15436][Student] Standard Dashboard showing for K5 users when offline (#1289) refs: MBL-15436 affects: Student release note: none * Cache canvasForElementary feature flag after a successful request. * Fixed LoginViewModelTest. * Fixed build in teacher. * Release Teacher 1.13.1 (41) (#1288) * Release Teacher 1.13.0 (40) * Release Teacher 1.13.1 41 (#1283) Co-authored-by: Tamas Kozmer <[email protected]> * [MBL-15444][Student] Fix reintroduced bug (#1292) refs: MBL-15444 affects: Student release note: none test plan: See in MBL-15334 * [MBL-15391][Student][Teacher] Logout if the access token is invalid (#1290) * [MBL-15391][Student][Teacher] Logout if the access token is invalid refs: MBL-15391 affects: Student, Teacher release note: Fixed a bug when the access is deleted the user would not be logged out of the app. test plan: Login to either app, then delete the access token on the web (Account > Settings > Approved integrations). On startup the user should be directed to the login screen instead of the Dashboard. Test with QR login as well. Also smoke test masquerading. * removed unused function * fix UI test issues * CR * fix submodule tests * [MBL-15346][Student] K5 Course cards (#1286) refs: MBL-15346 affects: Student release note: none * Added first version of course card with course image, name and color set. * Added announcements and assignments due text to course cards. * Implemented actions. * Added span count calculation and spacing for grid layout. * Fetch colors on dashboard refresh. * Refresh Dashboard when going back from assignments. * Added color caching and coloring of course cards. Added basic unit test for course cards. * Request only the latest announcement for homeroom courses and course cards. * Changed course card text logic. Get the missing and due today assignments from the planner and user api instead of requesting all the assignments for all courses. * Added basic EmptyView. * Added planner override dismissed check for missing assignments. * Added tests for HomeroomViewModel.kt. * Added tests for CourseCardCreator.kt. Moved Spannable creation to ItemViewModel. * Card design corrections. Teacher build fix. * String change. Cleaned up unused stuff. * Added empty message if we have homeroom announcements but no subjects. Changed homeroom tab icon. * PR changes. * Do not update announcements when updating submission info. * [MBL-15265][Teacher] Sliding panel a11y fix (#1291) refs: MBL-15265 affects: Teacher release note: none test plan: Go to SubmissionContentView if the SlidingPanel is anchored or expanded the content behind should not be focusable by TalkBack * [Student][MBL-15437] Font doesn't change back to system font on K5 logout in some cases refs: MBL-15437 affects: Student release note: none * [MBL-15459][Student] K5 WebView font change #1295 refs: MBL-15459 affects: Student release note: none * [Student][MBL-15347] K5 Homeroom UI tests (#1294) refs: MBL-15347 affects: Student release note: none * Added tests for the K5 dashboard skeleton (navigation to dashboard, tabs navigaiton, navigation drawer) * Added UI tests for displaying items on the dashboard and announcement opening. * Added UI tests for todo texts and assignment opening. * Fixed tests on smaller screens. * Test fix. * Fix scrollview in Homeroom screen. * Fixed scrollTo action to allow it on NestedScrollView. * [MBL-15464][Student] K5 Due today text not shown #1298 refs: MBL-15464 affects: Student release note: none * [MBL-15434][Teacher] Free draw annotations disappear after submission swipes #1301 refs: MBL-15434 affects: Teacher release note: Fixed a bug, where annotations weren't visible when going back to the previous document in Speed Grader. * [MBL-15427][Teacher] Anonymous survey submissions and student names are visible #1302 refs: MBL-15427 affects: Teacher release note: Fixed a bug where student names were visible in anonymous surveys. * [MBL-15398][Student] Notify the user that the annotation type submission is not yet supported (#1300) refs: MBL-15398 affects: Student release note: Fixed a bug, where assignments show as locked when student annotation submission is possible. * Added student annotation type to submission types on the assignment details screen. * Added student annotation type to submission types on the empty submission screen. * Hide open in browser button if link is null to prevent crashes. * Added unit tests * Added empty submission content view if the submission is student annotation. * [MBL-15477][Student] K5 Feature Flag Change #1304 refs: MBL-15477 affects: Student release note: none * [MBL-14877][Student][Teacher] Update notifications (#1299) refs: MBL-14877 affects: Student, Teacher release note: Added the option to get notifications about available updates. test plan: Ping me for install URLs. Install the test version from the internal sharing. Open the updated version's internal sharing page, but DO NOT install it. After launching the app the notifications should be visible. * Change Dashboard E2E check * fix Homeroom landscape test * MBL-15431][Student] K5 subject cards positioning refs: MBL-15431 affects: Student release note: none * lowres landscape discussion reply fix * [MBL-15461][Student] K5 Drawer menu items (#1306) refs: MBL-15461 affects: Student release note: none * Changed drawer items. * Fixed tests. * Fixed settings opening. * move landscape tests from LowRes * discussions landscape test fix * stub landscape annotation refs: affects: release note: test plan: * typo fix * [MBL-15430][Student] Students cannot submit in courses with past or future section dates #1307 refs: MBL-15430 affects: Student release note: Fixed a bug where assignments couldn't be submitted for courses with past or future sections. * [MBL-15487][Student][Teacher] Added updatePriority to releases (#1311) refs: MBL-15487 affects: Student, Teacher release note: none test plan: Check the changes in the Deploy workflow * [MBL-13496][Ops] Jira automation script added (#1312) refs: MBL-13496 affects: All release note: none test plan: * [MBL-15517][Student][Teacher] Fix LocaleTransformer (#1316) refs: MBL-15517 affects: Teacher, Student release note: none * Fixed LocaleTransformer.kt * Fixed flaky UI test. * Fixed flaky UI test. * [Teacher][MBL-15441] Saving content removes semicolons #1315 refs: MBL-15441 affects: Teacher release note: Fixed a bug where saving page content removes styling. * [All][MBL-15413] Migrate from JCenter (#1309) refs: MBL-15413 affects: All release note: none * Changed jcenter dependencies to mavenCentral. * Fixed relinker and paperdb dependencies. * Added repositories closure to student build.gradle * Removed gradle plugins maven repo and unnecessary maven repos. * Reverted the gradle plugins maven repo * Updated FlexboxLayout. * Updated richeditor version. * Added camerakit dependency from Jitpack.io * Resolve exoplayer dependency through jitpack.io. * Replaced FirebaseJobDispatcher with WorkManager. * Changed Barista dependency. * [MBL-15450][Teacher] Added code-cov support for Teacher (#1317) * [MBL-15450][Teacher] Added flank.yml for e2e coverage refs: MBL-15450 affects: Teacher release note: none test plan: * added combined report generation task * [MBL-15496][Student][Teacher] Change message request params to fields (#1318) refs: MBL-15496 affects: Student, Teacher release note: none * Changed query params to fields in requests for sending messages. * Ignore pact tests. * [MBL-15515] Update vault ref (#1321) * Hide k5 tabs. (#1320) refs: MBL-15522 affects: Student release note: none * [MBL-15525][Student] Switch K5 mode on and off refs: MBL-15525 affects: Student release note: none * Update translations (#1324) * Update translations * fix strings Co-authored-by: Ákos Hermann <[email protected]> * Updated version. * Fixed login issue. Co-authored-by: Tamas Kozmer <[email protected]> Co-authored-by: balintbartok <[email protected]> Co-authored-by: inst-danger <[email protected]> Co-authored-by: Tamas Kozmer <[email protected]>
- Loading branch information