Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull #699

Merged
merged 24 commits into from
Dec 7, 2023
Merged

pull #699

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
225c8bd
Can preview devices in home page without option to change state
guyluz11 Nov 25, 2023
e0a31bf
Merge remote-tracking branch 'origin/dev' into dev
guyluz11 Nov 25, 2023
9523dec
App turn blinds down successfully without hub
guyluz11 Nov 25, 2023
4b62ba2
wip adding camera support to devices UI
guyluz11 Nov 26, 2023
56b7811
Added support viewing camera in home page
guyluz11 Nov 29, 2023
e9d6730
Adding atoms
guyluz11 Nov 30, 2023
71cfc79
Started removing blocs
guyluz11 Nov 30, 2023
92d859c
Switched bloc to stateful. fix lint
guyluz11 Nov 30, 2023
7ae8557
Removed unused files
guyluz11 Nov 30, 2023
71e18e4
Converting more files to atoms widget architecture from bloc
guyluz11 Dec 1, 2023
d977d79
Removed unused flows
guyluz11 Dec 1, 2023
dce6db2
Continue progress moving from bloc to atom's architecture
guyluz11 Dec 1, 2023
257a396
Removed all use of block and application directory
guyluz11 Dec 1, 2023
3ca2e17
Back to git version of packages
guyluz11 Dec 1, 2023
d41b8ab
Merge pull request #697 from guyluz11/dev
guyluz11 Dec 1, 2023
3b26947
Moved more sheared code to cbj_integrations_control. Fixed some errors
guyluz11 Dec 2, 2023
bebc1b1
Block direct usage of implementation methods
guyluz11 Dec 3, 2023
db25483
Updated gradle to 7.3
guyluz11 Dec 3, 2023
ddb1037
Move route handling class to core. Started working on creating new ro…
guyluz11 Dec 6, 2023
baeb6fc
More changes to file structure and removed redundant files
guyluz11 Dec 6, 2023
985d989
Added show devices page in basic forms
guyluz11 Dec 6, 2023
4e3cf1c
Fixed some db initialization errors. Fixed some route error from last…
guyluz11 Dec 6, 2023
933a57c
Reverted to git as source
guyluz11 Dec 7, 2023
49381b1
Merge pull request #698 from guyluz11/dev
guyluz11 Dec 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath 'com.android.tools.build:gradle:7.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// Todo: as we are no longer using firestore we need to check if this line is needed,
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
125 changes: 0 additions & 125 deletions lib/application/add_new_action/add_new_action_bloc.dart

This file was deleted.

17 changes: 0 additions & 17 deletions lib/application/add_new_action/add_new_action_event.dart

This file was deleted.

30 changes: 0 additions & 30 deletions lib/application/add_new_action/add_new_action_state.dart

This file was deleted.

124 changes: 0 additions & 124 deletions lib/application/add_new_binding/add_new_binding_bloc.dart

This file was deleted.

22 changes: 0 additions & 22 deletions lib/application/add_new_binding/add_new_binding_event.dart

This file was deleted.

19 changes: 0 additions & 19 deletions lib/application/add_new_binding/add_new_binding_state.dart

This file was deleted.

Loading