Commit ef5449e
Yevhen Beshkarov
Release 1.6.0
* Fixed issues:
- Cannot get back from customers screen.
- routes is not working for notifications at all
* Fixed an issue when the user has two-factor authentication on the user can use "Back"button to return to the login page.
* Fixed an issue where devices query too often.
* Fixed unit tests.
* Esp32 Ble/SoftAp device provisioning and TB claiming.
* Esp32 BLE provisioning.
* Device provisioning.
* Esp32 BLE provisioning.
* Smart Config removed.
* Fixed an issue The back button is displayed on the "Home" page when the default dashboard is set.
* Fixed an issue The push notification, counter, log in don't work after the user logs in to the custom server using the QR-code setting and returns to the Сloud server during the same app session
* Adaptation to a new device provision mobile action.
* Fixed an issue When scanning the QR code from another server 2 times-a fatal error occurs, the user can no longer use the application.
* Fixed an issue alarm details wasn't opened.
* Fixed an issue The app terminates when the user taps the "Try Again" button after failing to claim the device.
* More logs to the god of logs!
* Fixed an issue The login page is opened when user taps on the widget-button with "Device provision" action on the default dashboard and than close it.
* Fixed an issue If user enter an incorrect password or user in the "Log in" page, the pop-up "Invalid username or password" is missing.
* Revert "Fixed an issue When scanning the QR code from another server 2 times-a fatal error occurs, the user can no longer use the application."
This reverts commit 9b9b041.
* Fixed an issue Show a message about "Unsupported TB version" when the user tries to log in by QR code to the TB with the old version.
* Removed progress bar from toast notifications.
* Fixed an issue The default dashboard does not appear when the user logs in via QR code.
* Fixed an issue The long text of the toast is truncated on the phones with the small extension.
* Logging for switch by qr code api calls.
* Android build fix.
* Minor esp softap refactoring.
* Fixed connect to device issue when using softap.
* Commit plist changes.
* Added connection retry feature for softap.
* Fixed unable to connect after wrong wifi password.
* Dashboard placeholder icon changed.
* Adaptation to the new tb storage interface.
* Dart client v4.0.01 parent 01cfa9b commit ef5449e
File tree
104 files changed
+3794
-343
lines changed- android
- app
- src/main
- assets/images
- ios
- Runner
- lib
- config/routes
- constants
- core
- auth/noauth
- data/datasource/remote
- domain/usecases
- presentation
- bloc
- view
- context
- init
- logger
- l10n
- modules
- alarm/presentation/widgets
- activity
- alarm_assignee
- details
- dashboard/presentation/widgets
- device
- provisioning
- ble
- bloc
- di
- view
- bloc
- route
- soft_ap
- bloc
- di
- view
- widgets
- view
- states
- widgets
- home
- layout_pages/bloc
- main
- more
- utils
- services
- communication
- endpoint
- local_database
- provisioning
- eps_ble
- esp_smartconfig
- soft_ap
- ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
104 files changed
+3794
-343
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
13 | 31 | | |
14 | 32 | | |
15 | 33 | | |
| |||
27 | 45 | | |
28 | 46 | | |
29 | 47 | | |
30 | | - | |
| 48 | + | |
31 | 49 | | |
32 | 50 | | |
33 | | - | |
| 51 | + | |
34 | 52 | | |
35 | 53 | | |
36 | 54 | | |
37 | 55 | | |
38 | | - | |
39 | | - | |
| 56 | + | |
| 57 | + | |
40 | 58 | | |
41 | 59 | | |
| 60 | + | |
42 | 61 | | |
| 62 | + | |
43 | 63 | | |
44 | 64 | | |
45 | | - | |
46 | | - | |
47 | 65 | | |
48 | 66 | | |
49 | 67 | | |
50 | 68 | | |
51 | 69 | | |
52 | 70 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 71 | + | |
| 72 | + | |
56 | 73 | | |
57 | 74 | | |
58 | 75 | | |
59 | 76 | | |
60 | 77 | | |
61 | 78 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 79 | + | |
| 80 | + | |
65 | 81 | | |
66 | | - | |
67 | | - | |
| 82 | + | |
| 83 | + | |
68 | 84 | | |
69 | 85 | | |
70 | 86 | | |
71 | 87 | | |
| 88 | + | |
72 | 89 | | |
73 | 90 | | |
| 91 | + | |
74 | 92 | | |
75 | | - | |
76 | 93 | | |
77 | | - | |
| 94 | + | |
| 95 | + | |
78 | 96 | | |
79 | 97 | | |
80 | 98 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
84 | 102 | | |
85 | 103 | | |
| 104 | + | |
86 | 105 | | |
87 | 106 | | |
| 107 | + | |
88 | 108 | | |
89 | 109 | | |
90 | 110 | | |
| |||
93 | 113 | | |
94 | 114 | | |
95 | 115 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
100 | 120 | | |
101 | 121 | | |
102 | 122 | | |
103 | 123 | | |
104 | 124 | | |
105 | 125 | | |
106 | 126 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
111 | 131 | | |
112 | | - | |
113 | | - | |
| 132 | + | |
| 133 | + | |
114 | 134 | | |
115 | 135 | | |
116 | 136 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
| |||
Loading
0 commit comments