app: 1.7.8
nilsreichardt
released this
28 Sep 11:46
·
532 commits
to main
since this release
Summary
- Adds the option to change the layout from grid to list layout on the events page.
- Better support for large screens when selecting an information sheet image.
- Removes easter egg.
- Bug fixes.
What's Changed
- Fix throwing "firebase_auth/web-context-canceled" when user cancels sign in by @nilsreichardt in #1055
- Fix "Bad state: Cannot add new events after calling close" in
changeTodoUntilNextLessonOrNextSchoolDay()
by @nilsreichardt in #1057 - Fix "Bad state: Cannot add new events after calling close" when using QR code sign in by @nilsreichardt in #1059
- Upgrade Sharezone to v1.7.8 by @nilsreichardt in #1068
- Fix "Bad state: You cannot close the subject while items are being added from addStream" in
user_api.dart
by @nilsreichardt in #1065 - Auto-collapse
pubspec.lock
changes via.gitattributes
. by @nilsreichardt in #1063 - Add
MaxWidthConstraintBox
when selecting a title for an information sheet by @nilsreichardt in #1050 - Add option to switch layout for events from grid to list view by @nilsreichardt in #1044
- Fix showing error message when homework
todoUntil
field is null by @nilsreichardt in #1053 - Update minium Dart SDK and add
sharezone_lints
toqr_code_scanner
package by @nilsreichardt in #1051 - Add label "feature: qr code scanner" automatically by @nilsreichardt in #1060
- Upgrade to Flutter v3.13.5 by @nilsreichardt in #1047
- Fix
LocalFile.toString()
by @nilsreichardt in #1061 - Remove workaround for publishing macOS apps by @nilsreichardt in #1048
- Update Cocapods by @nilsreichardt in #1074
- Remove
abiFilters
filters for Android by @nilsreichardt in #1075 - Fixes "Null check operator used on a null value. Error thrown building Widget." in
file_page_app_bar.dart
by @nilsreichardt in #1077 - Fix "Null check operator used on a null value" on login page by @nilsreichardt in #1084
- Fix "Null check operator used on a null value" when loading events in the timetable by @nilsreichardt in #1081
- Improve null safety in
animated_tab_visibility.dart
by @nilsreichardt in #1082 - Fix "type 'Null' is not a subtype of type 'Map<String, dynamic>' in type cast" in
firestore_course_member_accessor.dart
by @nilsreichardt in #1083 - Remove easter egg by @nilsreichardt in #1071
- Update Sharezone Plus page with Sharezone Plus advantages by @nilsreichardt in #1032
- Ensure that the user is loaded in the integration tests by @nilsreichardt in #1085
- Fix "Null check operator used on a null value" when signing out by @nilsreichardt in #1080
- Add option to view past events for Sharezone Plus users by @nilsreichardt in #1042
- Pre-fill user ID, name and email when making an appointment for the Sharezone Plus video call support by @nilsreichardt in #1087
- Add the source code of our website to
SharezoneApp/sharezone-app
repository by @nilsreichardt in #1088 - Update
dio
in/website
by @nilsreichardt in #1089 - Add VS Code launch configuration for the website by @nilsreichardt in #1090
- Fix "Null check operator used on a null value" in
download_unknown_file_type_dialog_content.dart
by @nilsreichardt in #1094 - Add website to Sharezone Repo CLI by @nilsreichardt in #1092
- Add automatically the 'website' label by @nilsreichardt in #1091
- Fix "Null check operator used on a null value" in
file_picker_desktop.dart
by @nilsreichardt in #1093
Full Changelog: app-v1.7.7...app-v1.7.8