Commit Graph

24 Commits

Author SHA1 Message Date
c578d63134 all_devices and Restrict_user 2025-01-29 14:10:38 +03:00
df0f1c6c94 user_agreement and privacy_policy sign up and menu 2025-01-19 16:49:54 +03:00
b66fbc32e7 push fixes 2024-08-01 03:11:03 +03:00
555d4bd8b4 fix time period read from api and setting visibility 2024-07-28 22:17:50 +03:00
50b455b4ae push dialog changes in values 2024-07-28 05:04:57 +03:00
e5e839248d profile 2024-07-23 16:16:31 +03:00
e6c9de1dbf Scenes have been added to the device page 2024-07-08 11:23:55 +03:00
9fe25b9bd3 finished adding tasks and removing them , added error handling 2024-06-26 20:32:34 +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
bff4b9493c Refactor device control logic and add temperature and fan speed enums
- Refactor device control logic in the app to improve readability and maintainability.
- Add temperature modes (hot, cold, wind) and fan speeds (auto, low, middle, high) enums.
- Update icon mappings and utility functions for temperature modes and fan speeds.
2024-04-03 18:54:21 +03:00
127d3a0295 Refactor code structure and update dependencies
Clean up code structure, remove unused imports, and update dependencies.
No functional changes made, only code organization improvements.
2024-04-03 01:55:50 +03:00
c0bfd24751 Refactor device-related views and add error handling
Refactor device-related views to improve code structure and readability.
Add error handling for authentication token in the splash view.
Remove unnecessary NavCubit from the app initialization.
2024-03-21 13:58:20 +03:00
42051bb977 Fixed the overflow in the login screen, the page is scrollable.
- Fixed Scrolling wasent working in login screen
- Changed Home page to indexed based view instead of PageView
2024-03-19 13:29:12 +03:00
8ac164f0c5 fixed AppBar null check 2024-03-15 22:23:34 +03:00
024f15728b getting spaces and rooms from api {null checks} 2024-03-13 13:52:22 +03:00
b3fcca639a Removed location from models
Added the spaces models
Added the rooms models
Added the Spaces cubit
Implemented the home dropdown functionality
2024-03-06 21:34:23 +03:00
a9fdb2fc76 modified UI padding handling approach
added auth API endpoints
initialized curtains view for further development
2024-03-05 11:18:08 +03:00
4ee5426e9c Implemented AC Interface 2024-02-29 12:11:39 +03:00
d5196fda45 initialized Routine Page 2024-02-21 13:47:08 +03:00
d27063f149 initialized Dashboard Page 2024-02-20 12:08:59 +03:00
3190361901 initialized Application theme 2024-02-17 16:27:27 +03:00
16f47f744c initialized Splash UI
initialized Login UI
initialized Home(no Devices) UI
Added Colors (from syncrow website)
Added Logo
2024-02-15 00:10:33 +03:00
3f1f8e72b3 Implemented Navigation 2024-02-14 13:26:09 +03:00
84e142a099 initial commit 2024-02-14 10:58:43 +03:00