Releases: mediocre9/smart-link
Releases · mediocre9/smart-link
Release-v1.0.0
What's Changed
New Features:
- feat: Added support for the smart safe locker system. 43dab19
- feat: Implemented the feature to save robot commands using shared preferences. d25f15a
- feat: Implemented the feature to save robot commands and added settings screens with in an app update checker feature d25f15a
- feat: improved and made compatible to the firmware's auto-relock feature 3042b0b
- feat: Introduced and updated privacy policy screen. 7bb1eaa
Bug Fixes and Improvements
- fix: Fixed Bloc bad state error by ensuring the bloc is closed properly. 8b4950b
- fix: auth screen exception related to no internet connection 0470252
- fix: Enhanced authentication flow with one-time sign-in and account revocation checks. af9e0ac
- refactor: Added braces for code consistency and removed dead code. 32fcefe, ca946a0
- refactor: Updated and configured the app router, and revised app string descriptions. 22381f4
- refactor: Improved code formatting. c40e1dd
- chores: Updated dependencies and added an intent in
AndroidManifest.xml
. 5511219 - chores: migrate deprecated flutter gradle plugins to new versions 17cdd23
- chores: Updated install and build scripts for simpler builds. 99e0b7b
- (feat/refactor): Improved minor UI elements and updated screen sections. e3c7be8
Full Changelog
Full Changelog: v0.8.2...v1.0.0 by @mediocre9 in #181
Release-v0.8.2
What's Changed
- Fix nullcheck issue in
_CardTileWidget
by @mediocre9 in #173
Full Changelog: v0.8.1...v0.8.2
Release-v0.8.1
What's Changed
- Fix BluetoothHomeCubit/States and Feedback Module issues by @mediocre9 in #125
Full Changelog: v0.8.0...v0.8.1
Release-v0.8.0
What's Changed
- (feat/refactor): improve user experience and refactor code and project structure 8ef5377
- fix: user feedback when loading state gets halted on submit button, when network state is offline fa00243
- (feat/refactor): register and configure
EasyLoading
loading indicator 6f788eb - refactor: handle and add
SignInState.error
enum flag for exceptions if authentication fails f8a7bc5 - refactor: improve code and decrease delay to 1.5s in
connectToESP8266
to open app settings wifi panel 92b9ea4 - refactor: add
ConnectivityService
to handle network connections cad9d70 - refactor: add stream based methods in
BluetoothService
to handle bluetooth operations 9f5d41b
Full Changelog: v0.7.0...v0.8.0 by @mediocre9
Release-v0.7.2
What's Changed
- fix #105 Incorrect usage of submitted date in feedback module by @mediocre9 in #109
- fix #98 : blank white screen issue by @mediocre9 in #110
Full Changelog: v0.7.0...v0.7.2
Release-v0.7.0
What's Changed
- Added Joystick controller feature by @mediocre9 in #93
- Improved user-experience @mediocre9 in #93
- Addressed other minor issues @mediocre9 in #93
- Improved code structure and organization by @mediocre9 in #93
Full Changelog: v0.6.1...v0.7.0
Release-v0.6.1
What's Changed
- docs: update
README.md
by @mediocre9 in #45 - development by @mediocre9 in #46
- project level name changes and code refactoring by @mediocre9 in #56
- chore: remove discontinued
google-services.json
by @mediocre9 in #57 - fix: at launch crash because of the changes to the project package name by @mediocre9 in #58
- chore(deps): bump lottie from 2.4.0 to 2.6.0 by @dependabot in #59
- chore(deps): bump firebase_auth from 4.6.3 to 4.7.3 by @dependabot in #62
- Code refactoring and added test cases by @mediocre9 in #80
- implemented feedback feature and bug fixes by @mediocre9 in #87
New Contributors
- @dependabot made their first contribution in #59
Full Changelog: v0.5.2...v0.6.1
Release-v0.5.2
What's Changed
- feat: account revoke system
- better performance
- minor bug fixes
Full Changelog: v0.4.2...v0.5.2
Release-v0.4.2
What's Changed
- fixed: android 12 support issue #41 @mediocre9 2417b9a
- feat: add firebase auth services 58c5eca
- (refac/chore): update and refactor app configuration files @mediocre9
- chore: move dev scripts to separate script directory
- chore: firebase
auth
andcrashlytics
support dependencies fb1d7aa - feat: add authentication feature support 6fb739e
- refactor: add and update routes bb8a26e
Full Changelog: v0.3.3-beta...v0.4.2-beta
Beta-v0.3.3
- hotfix #41 @mediocre9
Note
This version is a temporary fix to support higher versions of android API level 31 or above.
If your OS is below API level 31 (Android 12) then please use the stable version 0.3.2.
Support for android 12 or above is still under development.