Commit Graph

58 Commits

Author SHA1 Message Date
1f1a8a7208 SP-1268 2025-04-23 15:43:55 +03:00
3f7f7ce49f updated project hardcoded values 2025-02-16 20:55:13 +04:00
1189b52c57 remove comment DevicesViewBody and fix home page 2025-02-02 13:17:25 +03:00
c578d63134 all_devices and Restrict_user 2025-01-29 14:10:38 +03:00
d72253e3de hide SceneSettings 2025-01-23 18:41:50 +03:00
790479effb restrict_spaceMemberUser_and_change_SignUpModel 2025-01-23 18:35:01 +03:00
c76548a17f remove role model 2025-01-13 13:16:29 +03:00
de9c51998c changes 2025-01-09 16:43:09 +03:00
7a22bb4bc8 count_down_ac 2025-01-08 17:17:52 +03:00
33d2bbc91f Hide unused widgets 2024-12-17 01:13:36 +03:00
f81880a704 Hide nonfunctional widgets 2024-12-15 02:22:11 +03:00
946f806a71 code changes 2024-11-25 14:42:03 +03:00
b547a126ed Bug fixes 2024-11-12 00:15:26 +03:00
52f6be3db0 updated add to room, and verify to space 2024-11-05 12:27:27 +04:00
34536e6584 updated invitation code api 2024-11-05 11:01:49 +04:00
ff31c54e7b reformat 2024-11-04 17:59:55 +04:00
36e5df38ee Merge branch 'dev' of https://github.com/SyncrowIOT/syncrow-app into feat/refactor 2024-10-31 10:45:08 +04:00
80d2651370 scene and automation has been updated 2024-10-31 10:19:38 +04:00
13a4bf25b3 added unit devices 2024-10-30 19:16:10 +04:00
5c65bac076 removed logs 2024-10-30 12:27:31 +04:00
489789da0a fixed issues in space 2024-10-30 11:04:36 +04:00
d025da6daf fixed space 2024-10-30 09:56:57 +04:00
3d56f33ec3 Implemented tab to run setting 2024-10-28 16:45:59 +03:00
611c515173 Updated icons and bug fixes 2024-08-21 16:10:57 +03:00
905399f037 Bug fixes 2024-08-05 11:06:59 +03:00
fe10d7a910 Bug fixes 2024-08-04 23:23:27 +03:00
b66fbc32e7 push fixes 2024-08-01 03:11:03 +03:00
e26b8f390b clear smart scene status 2024-07-28 12:32:43 +03:00
5eee0a2bfd Merged with SP-203 2024-07-25 14:15:06 +03:00
2b8767aa4b profile page with HomeCubit 2024-07-24 16:05:35 +03:00
69b901afed profile page with HomeCubit 2024-07-24 16:03:22 +03:00
7a773f1653 push autoamtion api connect 2024-07-24 01:41:10 +03:00
6699866ff0 Added latest changes from dev and solved conflicts 2024-06-30 16:27:42 +03:00
4b09259a47 Bug fixes 2024-06-26 23:33:01 +03:00
d4f4cfa1ba Added latest changes and solved the conflicts 2024-06-26 22:46:29 +03:00
ea4dc852f8 update devices 2024-06-26 11:53:32 +03:00
f98ebdb2ba Added gateway screen and bloc 2024-06-25 02:21:35 +03:00
1045d72bbe push routines style and create scene view 2024-06-12 01:54:03 +03:00
631ba53d7a Implemented home management and user invitation flows 2024-06-05 03:42:00 +03:00
6a9c2967d2 Implemented home creation and add counter to the sign up screen 2024-06-03 00:26:07 +03:00
9877dde78e Added create a unit screen, and implemented otp screen bloc and view 2024-05-30 10:59:22 +03:00
cda41ecf74 Implemented firebase and onesignal 2024-05-23 17:09:10 +03:00
4257d69768 Implemented Ac functionality, and bug fixes 2024-05-20 02:40:50 +03:00
0f75c3def1 Fixed logout issue 2024-05-18 23:45:23 +03:00
fbe2f5fe53 !! BIG CHANGE TO ASSETS GEN !!
changed the method of generating assets to be more declrative when it comes to names of the assets.

it now include the file path name e.g (asset in the path "assets/images/home-images/home.png" will be generated as this "String assetsImagesHomeImageshome = "path" ".

this will be very helpful in the future when we want to orgnize the assets dir.
2024-05-07 12:26:12 +03:00
414a205833 built the interface for the blind curtains. 2024-05-06 14:38:29 +03:00
f8358a0877 Updated the API Endpoints, API Calls, Data Models and cubits to the lateset changes from the backend 2024-04-29 10:00:58 +03:00
09e0695bcc syncing to origin/dev 2024-04-17 16:29:27 +03:00
df13c66b1a Refactor API error handling and add try-catch blocks
Added try-catch blocks for error handling in API's files to rethrow the errors to the cubit so cubits can update the UI based on them.

Refactored error handling in HTTPInterceptor and HTTPService classes.
2024-04-15 15:47:13 +03:00
cfc395e210 Refactor HTTPInterceptor and add CustomSnackBar helper
Refactor HTTPInterceptor to handle error responses and add a CustomSnackBar
helper to display snack bars. This will improve error handling and user
feedback in the application.
2024-04-15 12:02:34 +03:00