-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.3.0 #280
Merged
Merged
Release v1.3.0 #280
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feature: Create oauth2 client for lks integration * fix: New employee model and secure storage * dev: Change `flutter_secure_storage` version
* ui: Add Bottom Navigation Bar Background У нижней навигационной панели не было цвета, что хорошо заметно на страницах, у которых фон отличается от стандартного. Например, на странице карты навигационная панель просвечивалась. * dev: Remove unused imports
Новый списочный вид (с карточками) страницы оценок, добавлена кнопка переключения между видами. Сокращены названия оценок.
Удаление токенов при выходе, чтобы повторный вход не провоцировал загрузку токенов доступа из локального хранилища.
* fix: Add nullable image formats from CMS Не все типы изображений могут быть оптимизированы. Например, svg изображения не форматируются, поэтому formats у них возвращается null. * dev: Update pubspec.yaml * dev: Update workflows flutter version
* refactor: Remove deprecated API's * Update profile_announces_page.dart
* ui: Create new app themes * fix: Groups selection page * ui: Chagne text colors and fix router rebuilding * ui: Update lks livestream elements style * fix: Pop all routes to first
* Include resit exams in a scores chart * Change default case value * Ignore zachets in grade chart
* feature: Add web support * dev: Upgrade workflows Flutter
* Add deferredLoading * feature: Create NFC-Pass Device Connect * feat: Create Nfc Fetcher and refactor auth bloc * Удалён AuthBloc. Его функции перенесены в Profile Bloc * Теперь в события не передаются токены доступа к апи. Управление токенами делегируется на репозиторий/remote data-source или отдельные пакеты для управления сетевыми запросами * Создан `fetchNfcCode` event для получения кода пропуск * feat: Add NFC fetching and errors feedback * Update AndroidManifest.xml
Dragonprod
approved these changes
Feb 15, 2023
fix: android widget
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
UI
Features
Fixes
android:exported
в манифест для приложения, ориентированного на Android 12+ (fix(android 12): Add explicit value forandroid:exported
#249)Новые контрибьюторы
@witelokk внёс свой первый вклад в #272, #273 и #283