Skip to content

Releases: mediocre9/smart-link

Release-v1.0.0

21 Jul 13:51
Compare
Choose a tag to compare

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

22 Apr 16:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

Release-v0.8.1

16 Jan 08:29
Compare
Choose a tag to compare

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

07 Jan 10:34
Compare
Choose a tag to compare

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

14 Dec 19:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.2

Release-v0.7.0

07 Nov 15:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

Release-v0.6.1

24 Oct 17:18
6325944
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.1

Release-v0.5.2

29 Jul 13:51
bc29c26
Compare
Choose a tag to compare

What's Changed

  • feat: account revoke system
  • better performance
  • minor bug fixes

Full Changelog: v0.4.2...v0.5.2

Release-v0.4.2

04 Jul 22:55
d056f80
Compare
Choose a tag to compare

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 and crashlytics 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

18 Jun 15:33
09c038f
Compare
Choose a tag to compare
Beta-v0.3.3 Pre-release
Pre-release

- 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.