Skip to content

Commit

Permalink
3.6.3h [Official Release]
Browse files Browse the repository at this point in the history
 - Remove Captive Portal verification in Initialization module
 - Zones are now visible (through getVisibleZones() method)
 - Zones handles transparent settings (colors, and styles)
  • Loading branch information
cmaquaire committed Jan 17, 2018
1 parent a46b8f6 commit c4cf02d
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
10 changes: 0 additions & 10 deletions SampleApp/.idea/libraries/Insiteo_SDK_3_6_3g_unspecified.xml

This file was deleted.

10 changes: 10 additions & 0 deletions SampleApp/.idea/libraries/Insiteo_SDK_3_6_3h_unspecified.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions SampleApp/Insiteo-SDK-3.6.3g/build.gradle

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":Insiteo-SDK-3.6.3g" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<module external.linked.project.id=":Insiteo-SDK-3.6.3h" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":Insiteo-SDK-3.6.3g" />
<option name="GRADLE_PROJECT_PATH" value=":Insiteo-SDK-3.6.3h" />
</configuration>
</facet>
<facet type="java-gradle" name="Java-Gradle">
Expand Down
2 changes: 2 additions & 0 deletions SampleApp/Insiteo-SDK-3.6.3h/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('Insiteo-SDK-3.6.3h.aar'))
2 changes: 1 addition & 1 deletion SampleApp/app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="recyclerview-v7-23.1.1" level="project" />
<orderEntry type="library" exported="" name="eventbus-2.4.0" level="project" />
<orderEntry type="library" exported="" name="Insiteo-SDK-3.6.3h-unspecified" level="project" />
<orderEntry type="library" exported="" name="support-v4-23.1.1" level="project" />
<orderEntry type="library" exported="" name="crouton-1.8.5" level="project" />
<orderEntry type="library" exported="" name="Insiteo-SDK-3.6.3g-unspecified" level="project" />
<orderEntry type="library" exported="" name="cardview-v7-23.1.1" level="project" />
<orderEntry type="library" exported="" name="support-annotations-23.1.1" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-23.1.1" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies {
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:cardview-v7:23.1.1'
compile 'de.greenrobot:eventbus:2.4.0'
compile project(':Insiteo-SDK-3.6.3g')
compile project(':Insiteo-SDK-3.6.3h')
}
2 changes: 1 addition & 1 deletion SampleApp/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':Insiteo-SDK-3.6.3g'
include ':app', ':Insiteo-SDK-3.6.3h'
Binary file not shown.

0 comments on commit c4cf02d

Please sign in to comment.