Skip to content

Commit

Permalink
Updates for BETA1
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 20, 2017
1 parent 3619077 commit bf31952
Show file tree
Hide file tree
Showing 64 changed files with 388 additions and 265 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ subprojects {

ext {
GROUP = "com.isupatches"
VERSION_NAME = "2.0.0-BETA"
VERSION_NAME = "2.0.0-BETA1"

BINTRAY_REPO = "Maven"
BINTRAY_NAME = "wisefy"
Expand Down
6 changes: 3 additions & 3 deletions javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>All Classes (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>All Classes (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>All Classes (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>All Classes (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
21 changes: 11 additions & 10 deletions javadoc/com/isupatches/wisefy/WiseFy.brains.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>WiseFy.brains (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>WiseFy.brains (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="WiseFy.brains (wisefy 2.0.0-BETA API)";
parent.document.title="WiseFy.brains (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -159,8 +159,7 @@ <h3>Method Summary</h3>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/isupatches/wisefy/WiseFy.brains.html#getSmarts--">getSmarts</a></span>()</code>
<div class="block">Mandatory - To build and return a WiseFy instance

Must be called after brains
<a href="../../../com/isupatches/wisefy/WiseFy.brains.html" title="class in com.isupatches.wisefy"><code>WiseFy.brains</code></a></div>
*NOTE* Must be called after brains</div>
</td>
</tr>
<tr id="i1" class="rowColor">
Expand Down Expand Up @@ -223,11 +222,12 @@ <h4>getSmarts</h4>
<pre>public&nbsp;<a href="../../../com/isupatches/wisefy/WiseFy.html" title="class in com.isupatches.wisefy">WiseFy</a>&nbsp;getSmarts()</pre>
<div class="block">Mandatory - To build and return a WiseFy instance

Must be called after brains
<a href="../../../com/isupatches/wisefy/WiseFy.brains.html" title="class in com.isupatches.wisefy"><code>WiseFy.brains</code></a></div>
*NOTE* Must be called after brains</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>WiseFy - The instance created by the builder</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../com/isupatches/wisefy/WiseFy.brains.html" title="class in com.isupatches.wisefy"><code>WiseFy.brains</code></a></dd>
</dl>
</li>
</ul>
Expand All @@ -241,10 +241,11 @@ <h4>logging</h4>
<div class="block">Optional - Builder method that enables/disables logging for a WiseWy instance</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>loggingEnabled</code> - If logging is enabled or disabled for an instance
<code>Logging</code></dd>
<dd><code>loggingEnabled</code> - If logging is enabled or disabled for an instance</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>brains - The builder with updated logging setting</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>Logging</code></dd>
</dl>
</li>
</ul>
Expand Down
116 changes: 103 additions & 13 deletions javadoc/com/isupatches/wisefy/WiseFy.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions javadoc/com/isupatches/wisefy/annotations/Async.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>Async (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:49 CDT 2017 -->
<title>Async (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Async (wisefy 2.0.0-BETA API)";
parent.document.title="Async (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions javadoc/com/isupatches/wisefy/annotations/CallingThread.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>CallingThread (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>CallingThread (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CallingThread (wisefy 2.0.0-BETA API)";
parent.document.title="CallingThread (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions javadoc/com/isupatches/wisefy/annotations/Sync.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>Sync (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>Sync (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Sync (wisefy 2.0.0-BETA API)";
parent.document.title="Sync (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>WaitsForTimeout (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>WaitsForTimeout (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="WaitsForTimeout (wisefy 2.0.0-BETA API)";
parent.document.title="WaitsForTimeout (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions javadoc/com/isupatches/wisefy/annotations/WiseFyThread.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>WiseFyThread (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>WiseFyThread (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="WiseFyThread (wisefy 2.0.0-BETA API)";
parent.document.title="WiseFyThread (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/com/isupatches/wisefy/annotations/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>com.isupatches.wisefy.annotations (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>com.isupatches.wisefy.annotations (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>com.isupatches.wisefy.annotations (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>com.isupatches.wisefy.annotations (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.isupatches.wisefy.annotations (wisefy 2.0.0-BETA API)";
parent.document.title="com.isupatches.wisefy.annotations (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down
14 changes: 7 additions & 7 deletions javadoc/com/isupatches/wisefy/annotations/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>com.isupatches.wisefy.annotations Class Hierarchy (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>com.isupatches.wisefy.annotations Class Hierarchy (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.isupatches.wisefy.annotations Class Hierarchy (wisefy 2.0.0-BETA API)";
parent.document.title="com.isupatches.wisefy.annotations Class Hierarchy (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -78,11 +78,11 @@ <h1 class="title">Hierarchy For Package com.isupatches.wisefy.annotations</h1>
<div class="contentContainer">
<h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
<ul>
<li type="circle">com.isupatches.wisefy.annotations.<a href="../../../../com/isupatches/wisefy/annotations/WaitsForTimeout.html" title="annotation in com.isupatches.wisefy.annotations"><span class="typeNameLink">WaitsForTimeout</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">com.isupatches.wisefy.annotations.<a href="../../../../com/isupatches/wisefy/annotations/WiseFyThread.html" title="annotation in com.isupatches.wisefy.annotations"><span class="typeNameLink">WiseFyThread</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">com.isupatches.wisefy.annotations.<a href="../../../../com/isupatches/wisefy/annotations/CallingThread.html" title="annotation in com.isupatches.wisefy.annotations"><span class="typeNameLink">CallingThread</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">com.isupatches.wisefy.annotations.<a href="../../../../com/isupatches/wisefy/annotations/Sync.html" title="annotation in com.isupatches.wisefy.annotations"><span class="typeNameLink">Sync</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">com.isupatches.wisefy.annotations.<a href="../../../../com/isupatches/wisefy/annotations/Async.html" title="annotation in com.isupatches.wisefy.annotations"><span class="typeNameLink">Async</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">com.isupatches.wisefy.annotations.<a href="../../../../com/isupatches/wisefy/annotations/CallingThread.html" title="annotation in com.isupatches.wisefy.annotations"><span class="typeNameLink">CallingThread</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">com.isupatches.wisefy.annotations.<a href="../../../../com/isupatches/wisefy/annotations/WaitsForTimeout.html" title="annotation in com.isupatches.wisefy.annotations"><span class="typeNameLink">WaitsForTimeout</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">com.isupatches.wisefy.annotations.<a href="../../../../com/isupatches/wisefy/annotations/WiseFyThread.html" title="annotation in com.isupatches.wisefy.annotations"><span class="typeNameLink">WiseFyThread</span></a> (implements java.lang.annotation.Annotation)</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>AddOpenNetworkCallbacks (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>AddOpenNetworkCallbacks (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AddOpenNetworkCallbacks (wisefy 2.0.0-BETA API)";
parent.document.title="AddOpenNetworkCallbacks (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>AddWEPNetworkCallbacks (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>AddWEPNetworkCallbacks (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AddWEPNetworkCallbacks (wisefy 2.0.0-BETA API)";
parent.document.title="AddWEPNetworkCallbacks (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>AddWPA2NetworkCallbacks (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>AddWPA2NetworkCallbacks (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AddWPA2NetworkCallbacks (wisefy 2.0.0-BETA API)";
parent.document.title="AddWPA2NetworkCallbacks (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>ConnectToNetworkCallbacks (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>ConnectToNetworkCallbacks (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ConnectToNetworkCallbacks (wisefy 2.0.0-BETA API)";
parent.document.title="ConnectToNetworkCallbacks (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sun Jul 16 20:08:41 CDT 2017 -->
<title>DisableWifiCallbacks (wisefy 2.0.0-BETA API)</title>
<meta name="date" content="2017-07-16">
<!-- Generated by javadoc (1.8.0_102) on Thu Jul 20 06:09:50 CDT 2017 -->
<title>DisableWifiCallbacks (wisefy 2.0.0-BETA1 API)</title>
<meta name="date" content="2017-07-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DisableWifiCallbacks (wisefy 2.0.0-BETA API)";
parent.document.title="DisableWifiCallbacks (wisefy 2.0.0-BETA1 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit bf31952

Please sign in to comment.