diff --git a/.githooks/commit-msg b/.githooks/commit-msg
index 89aff81b..3e01cd6e 100755
--- a/.githooks/commit-msg
+++ b/.githooks/commit-msg
@@ -1,6 +1,6 @@
#!/bin/zsh
-if ! head -1 "$1" | grep -qE "^(feat|fix|ci|chore|docs|test|style|refactor|revert|perf)(\(.+?\))?: .{1,}$"; then
+if ! head -1 "$1" | grep -qE "^(feat|fix|ci|chore|docs|test|style|refactor|revert|perf|release).*!*: .+"; then
echo "Aborting commit. Your commit message is invalid." >&2
exit 1
fi
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69de29b..e41faed0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -0,0 +1,1005 @@
+## Unreleased
+
+### Features
+
+* feat(all): issue178 - Automate CHANGELOG.md creation
+ [fe2d417b87c02b09d188b185a27307d8c9abc2ca](https://github.com/isuPatches/android-wisefy/commit/fe2d417b87c02b09d188b185a27307d8c9abc2ca)
+ isuPatches | 2022-12-29 23:01:57 -0500
+* feat(all): issue161 - Add version details to sample app
+ [86c410f5ef9467ad87b929bb831efc433c8124f4](https://github.com/isuPatches/android-wisefy/commit/86c410f5ef9467ad87b929bb831efc433c8124f4)
+ isuPatches | 2022-12-26 15:48:17 -0500
+
+### Bug Fixes
+
+* fix: issue179 & issue173 - Fix r8 config and search validation (#180)
+ [2f1b6d0429116e3b77a479799bc8f1fcc3f85345](https://github.com/isuPatches/android-wisefy/commit/2f1b6d0429116e3b77a479799bc8f1fcc3f85345)
+ Patches | 2022-12-27 22:21:32 -0500
+
+### Other
+
+* chore: issue172 - Revamp issue and PR templates (#176)
+ [c8952373a743118365fb1b82c1fdb950d8a177b7](https://github.com/isuPatches/android-wisefy/commit/c8952373a743118365fb1b82c1fdb950d8a177b7)
+ Patches | 2022-12-27 01:06:52 -0500
+* chore: issue162 - Enforce conventional commits and fix lintKotlin
+ [520443e05d06bfeff86043dc05ccdd0546c7ba09](https://github.com/isuPatches/android-wisefy/commit/520443e05d06bfeff86043dc05ccdd0546c7ba09)
+ isuPatches | 2022-12-26 17:22:25 -0500
+* issue152 - Fix CI so it can be required (#169)
+ [831c378b1b17de57cc7b3b7cc83fdb0c779b0fa6](https://github.com/isuPatches/android-wisefy/commit/831c378b1b17de57cc7b3b7cc83fdb0c779b0fa6)
+ Patches | 2022-12-26 01:27:19 -0500
+* [Multiple issues]: Lots of 5.x rewrite work (#157)
+ [5c2269fdde50cfe10b076967d6dc7ac5a06b84d7](https://github.com/isuPatches/android-wisefy/commit/5c2269fdde50cfe10b076967d6dc7ac5a06b84d7)
+ Patches | 2022-12-25 19:30:12 -0500
+* issue149 & issue153 - Add BSSID and Android S support (#156)
+ [f1deae764e57e45d2caad40b5cd320573eee06e6](https://github.com/isuPatches/android-wisefy/commit/f1deae764e57e45d2caad40b5cd320573eee06e6)
+ Patches | 2021-12-21 02:10:44 -0500
+* [No issue] Fix proguard obfuscation
+ [a2690b999b622ee159bbd81fa92c1cce78ffd607](https://github.com/isuPatches/android-wisefy/commit/a2690b999b622ee159bbd81fa92c1cce78ffd607)
+ isuPatches | 2021-08-09 21:48:40 -0400
+* issue139 - Add newer Android OS support (#150)
+ [3f46a1445ba1351b8523fa7d78018e3d93fae03f](https://github.com/isuPatches/android-wisefy/commit/3f46a1445ba1351b8523fa7d78018e3d93fae03f)
+ Patches | 2021-08-09 21:21:19 -0400
+* issue141 - Become agnostic to logging implementation (#142)
+ [3897eeda02230eb9096f466efc3f4c0fbfcb2231](https://github.com/isuPatches/android-wisefy/commit/3897eeda02230eb9096f466efc3f4c0fbfcb2231)
+ Patches | 2020-01-09 23:42:18 -0600
+* issue143 - Update to just master and develop branches (#144)
+ [85b9fa782844ecb8e25918dd916aecf8201f20d3](https://github.com/isuPatches/android-wisefy/commit/85b9fa782844ecb8e25918dd916aecf8201f20d3)
+ Patches | 2020-01-08 13:23:30 -0600
+* issue138 - Update dependencies and to Gradle 6 along with permission refinement (#140)
+ [8f616a288b26a118618a5e3977bac0bc657d522c](https://github.com/isuPatches/android-wisefy/commit/8f616a288b26a118618a5e3977bac0bc657d522c)
+ Patches | 2020-01-07 22:55:05 -0600
+* Update README.md
+ [dc056a2a725072d1c58d1803b5b12edf796f93ad](https://github.com/isuPatches/android-wisefy/commit/dc056a2a725072d1c58d1803b5b12edf796f93ad)
+ Patches | 2019-06-23 11:39:54 -0500
+
+## 5.0.0-RC2 (2021-08-09)
+
+### Other
+
+* [No issue] Fix proguard obfuscation
+ [03d22ec386f75a6aebf5e07eb3e97d584b799b81](https://github.com/isuPatches/android-wisefy/commit/03d22ec386f75a6aebf5e07eb3e97d584b799b81)
+ isuPatches | 2021-08-09 21:48:40 -0400
+
+## 5.0.0-RC1 (2021-08-09)
+
+### Other
+
+* issue139 - Add newer Android OS support (#150)
+ [95e254103c6005923564055d3266d0cedf402f5c](https://github.com/isuPatches/android-wisefy/commit/95e254103c6005923564055d3266d0cedf402f5c)
+ Patches | 2021-08-09 21:21:19 -0400
+* issue141 - Become agnostic to logging implementation (#142)
+ [4d4dd76f5e866aee2134293e6987bd62ffaaa772](https://github.com/isuPatches/android-wisefy/commit/4d4dd76f5e866aee2134293e6987bd62ffaaa772)
+ Patches | 2020-01-09 23:42:18 -0600
+* issue143 - Update to just master and develop branches (#144)
+ [373f409463777bb718446d3924cc67019fd5fcf1](https://github.com/isuPatches/android-wisefy/commit/373f409463777bb718446d3924cc67019fd5fcf1)
+ Patches | 2020-01-08 13:23:30 -0600
+* issue138 - Update dependencies and to Gradle 6 along with permission refinement (#140)
+ [d4026b563692f95bafa0f159f2fc2640c4a29ff5](https://github.com/isuPatches/android-wisefy/commit/d4026b563692f95bafa0f159f2fc2640c4a29ff5)
+ Patches | 2020-01-07 22:55:05 -0600
+* Update README.md
+ [dc056a2a725072d1c58d1803b5b12edf796f93ad](https://github.com/isuPatches/android-wisefy/commit/dc056a2a725072d1c58d1803b5b12edf796f93ad)
+ Patches | 2019-06-23 11:39:54 -0500
+
+## 4.0.0 (2019-06-22)
+
+### Other
+
+* 4.x Release Updates
+ [c1a7038233e9f8167052a4ff71c5f8d6b0bc0fb6](https://github.com/isuPatches/android-wisefy/commit/c1a7038233e9f8167052a4ff71c5f8d6b0bc0fb6)
+ isuPatches | 2019-06-22 20:09:50 -0500
+* issue132, issue135, and issue136 - Move to TestLab and CircleCI, add tests for sample, and various refactors
+ [cf7f0f581ef544e2d8903b891c3790fffa851ef9](https://github.com/isuPatches/android-wisefy/commit/cf7f0f581ef544e2d8903b891c3790fffa851ef9)
+ Patches | 2019-06-22 19:29:50 -0500
+* issue116, issue127-130, and issue 133 - Add Android P support, sample app, add RoboElectric; Update documentation; Bug and crash fixes
+ [a0c589d61f929ecb586fa00865a5edaa1dc98ccb](https://github.com/isuPatches/android-wisefy/commit/a0c589d61f929ecb586fa00865a5edaa1dc98ccb)
+ Patches | 2019-05-12 14:04:19 -0500
+* issue119, issue120, issue122, issue124, and issue125 - Initial 4.x work
+ [dcbad2c97f438155a9f66c2f0eb8cf60e4216da9](https://github.com/isuPatches/android-wisefy/commit/dcbad2c97f438155a9f66c2f0eb8cf60e4216da9)
+ Patches | 2019-04-21 20:57:38 -0500
+* Update README.md to use implementation
+ [de9f9c4690f7efa468a5211282f9a19cd6e109cc](https://github.com/isuPatches/android-wisefy/commit/de9f9c4690f7efa468a5211282f9a19cd6e109cc)
+ Chintan Rathod | 2019-04-21 19:45:20 +0530
+* Delete -verbose, -dontobfuscate
+ [95e3b8d1d2609822d0eb12aa3fa5f4c408977a4a](https://github.com/isuPatches/android-wisefy/commit/95e3b8d1d2609822d0eb12aa3fa5f4c408977a4a)
+ Jungwook Park (Victor) | 2018-11-04 12:20:21 +0900
+
+## 3.0.1 (2018-09-15)
+
+### Other
+
+* issue-113 & issue-114 Update dependencies and adjust manifest
+ [07a93f06f9ad6efa05245cfa426d1551c024586b](https://github.com/isuPatches/android-wisefy/commit/07a93f06f9ad6efa05245cfa426d1551c024586b)
+ Patches | 2018-09-15 12:07:14 -0500
+
+## 3.0.0 (2018-09-08)
+
+### Other
+
+* Update README.md
+ [491a53d8014a1211e74d222c6d165d8fd450de3b](https://github.com/isuPatches/android-wisefy/commit/491a53d8014a1211e74d222c6d165d8fd450de3b)
+ Patches | 2018-09-08 14:37:47 -0500
+* Add new logo/icon
+ [2dda2fe8409f63ad1400093ebde56ca842c8608d](https://github.com/isuPatches/android-wisefy/commit/2dda2fe8409f63ad1400093ebde56ca842c8608d)
+ mansyaprime | 2018-09-09 02:35:50 +0700
+* Update 3.x changes for release
+ [1331e9f9e929405f5050b9419dc0986427adb201](https://github.com/isuPatches/android-wisefy/commit/1331e9f9e929405f5050b9419dc0986427adb201)
+ isuPatches | 2018-08-19 18:57:25 -0500
+* Enable XML for CodeCov
+ [43aa0684ff60aa439b17bd9a5353761546a7371c](https://github.com/isuPatches/android-wisefy/commit/43aa0684ff60aa439b17bd9a5353761546a7371c)
+ isuPatches | 2018-08-19 18:34:41 -0500
+* Update 3.x changes.md
+ [1d3e386c741131616b9c34a2120367280ec8f65e](https://github.com/isuPatches/android-wisefy/commit/1d3e386c741131616b9c34a2120367280ec8f65e)
+ isuPatches | 2018-08-19 18:19:22 -0500
+* Codecov and test updates
+ [e11176fe77517941acb595372b6d4dad85d3d2b3](https://github.com/isuPatches/android-wisefy/commit/e11176fe77517941acb595372b6d4dad85d3d2b3)
+ isuPatches | 2018-08-19 18:02:12 -0500
+* Test updates
+ [845b8cb4eb192d823c22bced08feef8265890a3a](https://github.com/isuPatches/android-wisefy/commit/845b8cb4eb192d823c22bced08feef8265890a3a)
+ isuPatches | 2018-08-19 17:52:57 -0500
+* Update 3.x.md
+ [4ac45e517b2d62749dce4c34e3affaf86029e62e](https://github.com/isuPatches/android-wisefy/commit/4ac45e517b2d62749dce4c34e3affaf86029e62e)
+ isuPatches | 2018-08-19 17:31:52 -0500
+* Merge branch 'develop' into 3.x
+ [c7c22e4d10cdb63fbec07c68b14fae2279fbd1bc](https://github.com/isuPatches/android-wisefy/commit/c7c22e4d10cdb63fbec07c68b14fae2279fbd1bc)
+ isuPatches | 2018-08-19 17:25:14 -0500
+* 3.x Rewrite
+ [1f926f05fb2f5a78e1a0888df2a99d23b003c2a7](https://github.com/isuPatches/android-wisefy/commit/1f926f05fb2f5a78e1a0888df2a99d23b003c2a7)
+ Patches | 2018-08-19 17:21:00 -0500
+* Update issue templates
+ [7a6aabd43f7ad2ec754140cdfb491f7ca08d1e25](https://github.com/isuPatches/android-wisefy/commit/7a6aabd43f7ad2ec754140cdfb491f7ca08d1e25)
+ Patches | 2018-08-19 10:37:52 -0500
+* Update issue templates
+ [420d1ae8f8011e83e64f1a267975d6b45e946c71](https://github.com/isuPatches/android-wisefy/commit/420d1ae8f8011e83e64f1a267975d6b45e946c71)
+ Patches | 2018-08-19 10:34:32 -0500
+* Update issue templates
+ [e62292988610b68d4a507eaa37d135db3684ddd7](https://github.com/isuPatches/android-wisefy/commit/e62292988610b68d4a507eaa37d135db3684ddd7)
+ Patches | 2018-08-19 10:33:47 -0500
+* Add issue template
+ [6bef3fd394c8e1945a6eda5888b63f33b625e8e4](https://github.com/isuPatches/android-wisefy/commit/6bef3fd394c8e1945a6eda5888b63f33b625e8e4)
+ Patches | 2018-08-19 10:25:38 -0500
+* Merge branch '2.x' into develop
+ [9fc2ec1495af944578367a0e492e011e3a9e8ec5](https://github.com/isuPatches/android-wisefy/commit/9fc2ec1495af944578367a0e492e011e3a9e8ec5)
+ isuPatches | 2017-07-30 08:44:44 -0500
+* Merge branch '2.x' into develop
+ [405e4460a99e6e12c02e1b217bce48182dfdf3a2](https://github.com/isuPatches/android-wisefy/commit/405e4460a99e6e12c02e1b217bce48182dfdf3a2)
+ isuPatches | 2017-07-30 08:41:16 -0500
+* Merge branch '2.x' into develop
+ [b8602da2b5794c468727331950182aae3cd40bc4](https://github.com/isuPatches/android-wisefy/commit/b8602da2b5794c468727331950182aae3cd40bc4)
+ isuPatches | 2017-07-30 08:38:49 -0500
+
+## 2.1.0-BETA1 (2018-02-17)
+
+### Other
+
+* Add pngs for debug explination
+ [6bce98f0a3f3fd8336a75507297b011244f533e4](https://github.com/isuPatches/android-wisefy/commit/6bce98f0a3f3fd8336a75507297b011244f533e4)
+ Patches | 2018-02-17 21:39:05 -0600
+* 2.1.x overhaul
+ [86e7a5a2ae0ef185282dc4740dbd48cc338b13b2](https://github.com/isuPatches/android-wisefy/commit/86e7a5a2ae0ef185282dc4740dbd48cc338b13b2)
+ Patches | 2017-12-23 13:39:19 -0600
+* Update checking_device_connectivity.md
+ [c7213e94d79255d2328415f23b72837d21d50502](https://github.com/isuPatches/android-wisefy/commit/c7213e94d79255d2328415f23b72837d21d50502)
+ Patches | 2017-07-30 08:58:03 -0500
+
+## 2.0.1 (2017-07-30)
+
+### Other
+
+* Update README.md
+ [5d4d32690102fedf103d5552ba3ef78f9f761d96](https://github.com/isuPatches/android-wisefy/commit/5d4d32690102fedf103d5552ba3ef78f9f761d96)
+ Patches | 2017-07-30 08:44:04 -0500
+* Update 2.x.md
+ [26dcabc2061773d765e3071ef34d9cf9e7e96afd](https://github.com/isuPatches/android-wisefy/commit/26dcabc2061773d765e3071ef34d9cf9e7e96afd)
+ Patches | 2017-07-30 08:40:31 -0500
+* Merge pull request #84 from isuPatches/develop
+ [09e67e738835df5c3e3d573f1814b0582b081b05](https://github.com/isuPatches/android-wisefy/commit/09e67e738835df5c3e3d573f1814b0582b081b05)
+ Patches | 2017-07-30 08:18:22 -0500
+* Another travis update
+ [4cfa835c63bbacbfc1aa6b7a98520c1dbf0d65b0](https://github.com/isuPatches/android-wisefy/commit/4cfa835c63bbacbfc1aa6b7a98520c1dbf0d65b0)
+ isuPatches | 2017-07-29 21:56:14 -0500
+* Trying to get Travis to work again
+ [1c1c320e95f0b040bca34d3b8472da33186de532](https://github.com/isuPatches/android-wisefy/commit/1c1c320e95f0b040bca34d3b8472da33186de532)
+ isuPatches | 2017-07-29 21:52:30 -0500
+* Cleanup and test enhancements
+ [8ab3635a7bc410ae2d313ba7d9d826dcddb2e3e3](https://github.com/isuPatches/android-wisefy/commit/8ab3635a7bc410ae2d313ba7d9d826dcddb2e3e3)
+ isuPatches | 2017-07-29 21:48:44 -0500
+* Update .travis.yml
+ [5358ee00313950c02e6fcfddc1175252b6b91d2b](https://github.com/isuPatches/android-wisefy/commit/5358ee00313950c02e6fcfddc1175252b6b91d2b)
+ Patches | 2017-07-24 07:43:03 -0500
+* Update .travis.yml
+ [2bcdb1611858422cd5918ab86351d20f5c4005c2](https://github.com/isuPatches/android-wisefy/commit/2bcdb1611858422cd5918ab86351d20f5c4005c2)
+ Patches | 2017-07-24 07:39:32 -0500
+* Merge branch '2.x' into develop
+ [bd994c39b0cacc02ee7adbec651b3efe3d593ff7](https://github.com/isuPatches/android-wisefy/commit/bd994c39b0cacc02ee7adbec651b3efe3d593ff7)
+ isuPatches | 2017-07-23 23:29:44 -0500
+* Update README.md
+ [d9e450cbb63112e1455f00f67d297bcd002a827f](https://github.com/isuPatches/android-wisefy/commit/d9e450cbb63112e1455f00f67d297bcd002a827f)
+ Patches | 2017-07-23 23:25:18 -0500
+* Merge pull request #79 from isuPatches/develop
+ [eb415e73b1e20c180ddc4e33d2ce39ae1d23e4d5](https://github.com/isuPatches/android-wisefy/commit/eb415e73b1e20c180ddc4e33d2ce39ae1d23e4d5)
+ Patches | 2017-07-23 23:00:31 -0500
+* Add codecov badge
+ [9181c121bdbcb4bf1b2a255653edeb014d24a38d](https://github.com/isuPatches/android-wisefy/commit/9181c121bdbcb4bf1b2a255653edeb014d24a38d)
+ isuPatches | 2017-07-23 22:34:44 -0500
+* Move all tests to AndroidJUnit4 tests
+ [5c7f29e8e37970c16ce5142b6deb9ef5f52af44a](https://github.com/isuPatches/android-wisefy/commit/5c7f29e8e37970c16ce5142b6deb9ef5f52af44a)
+ isuPatches | 2017-07-23 22:10:26 -0500
+* Add code coverage thing
+ [82a22ef8a3b9df91f12ab3a735edb15b18a04c20](https://github.com/isuPatches/android-wisefy/commit/82a22ef8a3b9df91f12ab3a735edb15b18a04c20)
+ isuPatches | 2017-07-23 21:23:17 -0500
+* Run on SDK 19
+ [c3a1587fc8210d85c7a2523b768e061c8e6fca9d](https://github.com/isuPatches/android-wisefy/commit/c3a1587fc8210d85c7a2523b768e061c8e6fca9d)
+ isuPatches | 2017-07-23 21:05:53 -0500
+* Temp test
+ [6238f7f5973fcbacb2f96a379671a603061b6765](https://github.com/isuPatches/android-wisefy/commit/6238f7f5973fcbacb2f96a379671a603061b6765)
+ isuPatches | 2017-07-23 20:44:13 -0500
+* Temp test
+ [eb4de15479faf0f535edc219fe2057c064bf09f0](https://github.com/isuPatches/android-wisefy/commit/eb4de15479faf0f535edc219fe2057c064bf09f0)
+ isuPatches | 2017-07-23 20:44:05 -0500
+* Fix yml
+ [56bf3b13e1b0c360ea1708e09f162f3f352cb2c8](https://github.com/isuPatches/android-wisefy/commit/56bf3b13e1b0c360ea1708e09f162f3f352cb2c8)
+ isuPatches | 2017-07-23 20:33:54 -0500
+* Getting a baseline with SDK 16
+ [7bd0befc236a3950e2ea50712f88e17ec8801b8a](https://github.com/isuPatches/android-wisefy/commit/7bd0befc236a3950e2ea50712f88e17ec8801b8a)
+ isuPatches | 2017-07-23 20:31:46 -0500
+* Update to SDK 26
+ [d092dcd4c5b6912d5bf7e04cf51f935099c062b0](https://github.com/isuPatches/android-wisefy/commit/d092dcd4c5b6912d5bf7e04cf51f935099c062b0)
+ isuPatches | 2017-07-23 20:18:51 -0500
+* Add &
+ [bb65180a35e5bb35077954eb730b79b474cad334](https://github.com/isuPatches/android-wisefy/commit/bb65180a35e5bb35077954eb730b79b474cad334)
+ isuPatches | 2017-07-23 20:11:23 -0500
+* Some more emulator testing
+ [fee686d677053dca3d895a8ed5c995ec732509a5](https://github.com/isuPatches/android-wisefy/commit/fee686d677053dca3d895a8ed5c995ec732509a5)
+ isuPatches | 2017-07-23 20:01:52 -0500
+* Need to adjust that too
+ [45dfcc4e0d70ae1bd876ec3baa7ebc08cc09206e](https://github.com/isuPatches/android-wisefy/commit/45dfcc4e0d70ae1bd876ec3baa7ebc08cc09206e)
+ isuPatches | 2017-07-23 19:49:42 -0500
+* Trying API 16 emulator
+ [376a5022d845aba3966451ec2ef1942b1e34d3ec](https://github.com/isuPatches/android-wisefy/commit/376a5022d845aba3966451ec2ef1942b1e34d3ec)
+ isuPatches | 2017-07-23 19:44:25 -0500
+* Another gradle properties adjustment
+ [2101890b847bbf64776db14df5a6240cdb6f5e8d](https://github.com/isuPatches/android-wisefy/commit/2101890b847bbf64776db14df5a6240cdb6f5e8d)
+ isuPatches | 2017-07-23 19:33:49 -0500
+* Go back to SDK-22
+ [7471c83ee63a56520d329219ec9abfba37a2b807](https://github.com/isuPatches/android-wisefy/commit/7471c83ee63a56520d329219ec9abfba37a2b807)
+ isuPatches | 2017-07-23 19:08:14 -0500
+* Reverting
+ [8707f73e4fa969e21a6a07807430156cc61b873b](https://github.com/isuPatches/android-wisefy/commit/8707f73e4fa969e21a6a07807430156cc61b873b)
+ isuPatches | 2017-07-23 18:50:32 -0500
+* Switching OS?
+ [02c5e0ba32d6ad6eebf36d3a67155760c8f29f99](https://github.com/isuPatches/android-wisefy/commit/02c5e0ba32d6ad6eebf36d3a67155760c8f29f99)
+ isuPatches | 2017-07-23 18:47:45 -0500
+* Another stab at this
+ [1453e38fd3091a02296732a5b0d3bce0e9e5e3f3](https://github.com/isuPatches/android-wisefy/commit/1453e38fd3091a02296732a5b0d3bce0e9e5e3f3)
+ isuPatches | 2017-07-23 18:26:07 -0500
+* Remove no-skin
+ [ec412c859afea304542edb9eddccc73d60d421b8](https://github.com/isuPatches/android-wisefy/commit/ec412c859afea304542edb9eddccc73d60d421b8)
+ isuPatches | 2017-07-23 18:25:07 -0500
+* Add emulator level
+ [c426dd1e75b78163ca66c1f81cbb8e93d3b40a91](https://github.com/isuPatches/android-wisefy/commit/c426dd1e75b78163ca66c1f81cbb8e93d3b40a91)
+ isuPatches | 2017-07-23 17:40:03 -0500
+* Another stab at this
+ [9ef873c1a1b043908fecc20dc927697d01f0ae63](https://github.com/isuPatches/android-wisefy/commit/9ef873c1a1b043908fecc20dc927697d01f0ae63)
+ isuPatches | 2017-07-23 17:35:34 -0500
+* Messing around with the gradle.properties
+ [2aae0accb7a0135b0fec6ac5aae29e133a7737e3](https://github.com/isuPatches/android-wisefy/commit/2aae0accb7a0135b0fec6ac5aae29e133a7737e3)
+ isuPatches | 2017-07-23 17:31:05 -0500
+* Remove sudo true
+ [e8a2d711d43a1add1c9c330863a7de2e44d39619](https://github.com/isuPatches/android-wisefy/commit/e8a2d711d43a1add1c9c330863a7de2e44d39619)
+ isuPatches | 2017-07-23 17:24:16 -0500
+* Want to see targets
+ [e8892a8c085d71bcb0c3c3ad1693990a0a819eec](https://github.com/isuPatches/android-wisefy/commit/e8892a8c085d71bcb0c3c3ad1693990a0a819eec)
+ isuPatches | 2017-07-23 17:20:40 -0500
+* Merge remote-tracking branch 'origin/develop' into develop
+ [d4698bc55c2b4729faab9b7d70ed1a708c0bf625](https://github.com/isuPatches/android-wisefy/commit/d4698bc55c2b4729faab9b7d70ed1a708c0bf625)
+ isuPatches | 2017-07-23 17:16:54 -0500
+* Trying to increase memory
+ [b9c271e9db179de8c7e8b28512d9d0c561cd3295](https://github.com/isuPatches/android-wisefy/commit/b9c271e9db179de8c7e8b28512d9d0c561cd3295)
+ isuPatches | 2017-07-23 17:14:51 -0500
+* Update .travis.yml
+ [f22623bb575d90b3248f62aeeff572ab2d24c1f8](https://github.com/isuPatches/android-wisefy/commit/f22623bb575d90b3248f62aeeff572ab2d24c1f8)
+ Patches | 2017-07-23 16:27:31 -0500
+* Try arm64
+ [50419a67e5fa55f6e93c9111fa92f9d27c449f79](https://github.com/isuPatches/android-wisefy/commit/50419a67e5fa55f6e93c9111fa92f9d27c449f79)
+ isuPatches | 2017-07-23 16:20:56 -0500
+* Potential tag fix
+ [cdd199c363727a5a20239a55e43c05aa849cf59c](https://github.com/isuPatches/android-wisefy/commit/cdd199c363727a5a20239a55e43c05aa849cf59c)
+ isuPatches | 2017-07-23 16:07:21 -0500
+* Defaults?
+ [9ce328025b9de7091c6a816701d77597c5e30715](https://github.com/isuPatches/android-wisefy/commit/9ce328025b9de7091c6a816701d77597c5e30715)
+ isuPatches | 2017-07-23 15:58:14 -0500
+* Testing again
+ [f8f3198d3823611d1bfb8521202e46e54ab7a1f1](https://github.com/isuPatches/android-wisefy/commit/f8f3198d3823611d1bfb8521202e46e54ab7a1f1)
+ isuPatches | 2017-07-23 15:53:49 -0500
+* Another test
+ [cb1d2ca3bdf532f5fb6e43f65345c5d5c5407c1d](https://github.com/isuPatches/android-wisefy/commit/cb1d2ca3bdf532f5fb6e43f65345c5d5c5407c1d)
+ isuPatches | 2017-07-23 15:46:02 -0500
+* Another check
+ [3d228bdd4d8bb80005174df23b3c09b8d8c912f3](https://github.com/isuPatches/android-wisefy/commit/3d228bdd4d8bb80005174df23b3c09b8d8c912f3)
+ isuPatches | 2017-07-23 15:39:24 -0500
+* Moving some things
+ [aa270634bf76c8e9ce327df3b401d6eb3cc14dee](https://github.com/isuPatches/android-wisefy/commit/aa270634bf76c8e9ce327df3b401d6eb3cc14dee)
+ isuPatches | 2017-07-23 13:47:11 -0500
+* update ABI
+ [1b4ed37d396f19158c84b476b6aa3cecc61cff44](https://github.com/isuPatches/android-wisefy/commit/1b4ed37d396f19158c84b476b6aa3cecc61cff44)
+ isuPatches | 2017-07-23 13:36:30 -0500
+* Not giving up hope
+ [0007f46d010cb975c7ab6b5830d7a36a403795db](https://github.com/isuPatches/android-wisefy/commit/0007f46d010cb975c7ab6b5830d7a36a403795db)
+ isuPatches | 2017-07-23 13:28:55 -0500
+* Still trying some more things
+ [1573fb618ba44e53a35e2000169e7b01015fd56b](https://github.com/isuPatches/android-wisefy/commit/1573fb618ba44e53a35e2000169e7b01015fd56b)
+ isuPatches | 2017-07-23 13:17:17 -0500
+* Reverting with a few minor changes
+ [e1fc49a2e573212ccae4d0969399ae66ecf5cf55](https://github.com/isuPatches/android-wisefy/commit/e1fc49a2e573212ccae4d0969399ae66ecf5cf55)
+ isuPatches | 2017-07-23 12:59:43 -0500
+* Order of operations thing
+ [064443a3c2fdc513bf71effbe58e2d70e912025b](https://github.com/isuPatches/android-wisefy/commit/064443a3c2fdc513bf71effbe58e2d70e912025b)
+ isuPatches | 2017-07-23 12:41:44 -0500
+* Ugh...
+ [f54bfd625162fda9ccf79b3c1431381f08256f57](https://github.com/isuPatches/android-wisefy/commit/f54bfd625162fda9ccf79b3c1431381f08256f57)
+ isuPatches | 2017-07-23 12:38:14 -0500
+* Fighting with travis still
+ [7ba6a77db23401927565687018864f04c48fe49e](https://github.com/isuPatches/android-wisefy/commit/7ba6a77db23401927565687018864f04c48fe49e)
+ isuPatches | 2017-07-23 12:33:06 -0500
+* Sanity check
+ [c7684bddb53a333a82f6a8cefb0dd8eafdef6040](https://github.com/isuPatches/android-wisefy/commit/c7684bddb53a333a82f6a8cefb0dd8eafdef6040)
+ isuPatches | 2017-07-23 12:24:29 -0500
+* More adjustments
+ [4b6d695008e4475b1c6c6d6a71afa1c5fbb8b1cf](https://github.com/isuPatches/android-wisefy/commit/4b6d695008e4475b1c6c6d6a71afa1c5fbb8b1cf)
+ isuPatches | 2017-07-23 12:20:18 -0500
+* Trying sudo false
+ [a2abe7b0f6d259172751aa556eb4ec894a704f3f](https://github.com/isuPatches/android-wisefy/commit/a2abe7b0f6d259172751aa556eb4ec894a704f3f)
+ isuPatches | 2017-07-23 12:11:55 -0500
+* Going back to what works
+ [ba8ee1fd3bf6374834a61cb3a1409e3dda83b807](https://github.com/isuPatches/android-wisefy/commit/ba8ee1fd3bf6374834a61cb3a1409e3dda83b807)
+ isuPatches | 2017-07-23 11:58:12 -0500
+* Trying more things
+ [300ad43ff6b4d10933b9308e049c6bcb08be3bfc](https://github.com/isuPatches/android-wisefy/commit/300ad43ff6b4d10933b9308e049c6bcb08be3bfc)
+ isuPatches | 2017-07-23 11:56:07 -0500
+* Trial for SDK 24
+ [5d79110788fb959d6cf4565bc845f9464be8438b](https://github.com/isuPatches/android-wisefy/commit/5d79110788fb959d6cf4565bc845f9464be8438b)
+ isuPatches | 2017-07-23 11:45:31 -0500
+* Trying sans Google APIs
+ [7c9bc279dd89d1cb1f3bf4d8153059240ac109a2](https://github.com/isuPatches/android-wisefy/commit/7c9bc279dd89d1cb1f3bf4d8153059240ac109a2)
+ isuPatches | 2017-07-23 11:29:31 -0500
+* Trying another thing
+ [441c1967bcdefdac66c37272cab2675c7bd98e52](https://github.com/isuPatches/android-wisefy/commit/441c1967bcdefdac66c37272cab2675c7bd98e52)
+ isuPatches | 2017-07-23 11:23:49 -0500
+* Needed -android in another spot I think
+ [9886f7218a7729b4b9b29e943f0db6c2ca9c77d2](https://github.com/isuPatches/android-wisefy/commit/9886f7218a7729b4b9b29e943f0db6c2ca9c77d2)
+ isuPatches | 2017-07-23 11:15:00 -0500
+* Change back &
+ [4ebb68715b58872c405da6689c416e21ad0e6e9a](https://github.com/isuPatches/android-wisefy/commit/4ebb68715b58872c405da6689c416e21ad0e6e9a)
+ isuPatches | 2017-07-23 11:03:07 -0500
+* Add back tag
+ [c629f5238c8014a64a7cee0b9811ecb31d28689f](https://github.com/isuPatches/android-wisefy/commit/c629f5238c8014a64a7cee0b9811ecb31d28689f)
+ isuPatches | 2017-07-23 10:56:24 -0500
+* Needed android- here
+ [2118037604dc864df4ff52c8333e5fbf32729a70](https://github.com/isuPatches/android-wisefy/commit/2118037604dc864df4ff52c8333e5fbf32729a70)
+ isuPatches | 2017-07-23 10:50:36 -0500
+* More speed things
+ [57526ec35d24e4ccdb0c1d69c7b3689e63441ffa](https://github.com/isuPatches/android-wisefy/commit/57526ec35d24e4ccdb0c1d69c7b3689e63441ffa)
+ isuPatches | 2017-07-23 10:47:26 -0500
+* More poking at Travis
+ [263e5eebe0d06fb7fcb25628866c7b83f7e9fab1](https://github.com/isuPatches/android-wisefy/commit/263e5eebe0d06fb7fcb25628866c7b83f7e9fab1)
+ isuPatches | 2017-07-23 10:44:44 -0500
+* Please please please work...
+ [c1f6d6aac1c605362e57a4bb3e0966b771298ff2](https://github.com/isuPatches/android-wisefy/commit/c1f6d6aac1c605362e57a4bb3e0966b771298ff2)
+ isuPatches | 2017-07-23 10:37:20 -0500
+* Please work
+ [ba806d167613301aa7248a8d70ce46fdb899e331](https://github.com/isuPatches/android-wisefy/commit/ba806d167613301aa7248a8d70ce46fdb899e331)
+ isuPatches | 2017-07-23 10:29:40 -0500
+* More speed adjustments
+ [8caea6143d1d68a79f80bf6b18909aa8dbeaa15a](https://github.com/isuPatches/android-wisefy/commit/8caea6143d1d68a79f80bf6b18909aa8dbeaa15a)
+ isuPatches | 2017-07-23 10:23:20 -0500
+* More playing around with travis
+ [c9db56bfbaca1f39878adde072983de83aa6fe28](https://github.com/isuPatches/android-wisefy/commit/c9db56bfbaca1f39878adde072983de83aa6fe28)
+ isuPatches | 2017-07-23 10:14:00 -0500
+* Trying to speed up travis
+ [4eb22cc544f73064cc8fd71c861b21e2591e63f1](https://github.com/isuPatches/android-wisefy/commit/4eb22cc544f73064cc8fd71c861b21e2591e63f1)
+ isuPatches | 2017-07-23 10:04:53 -0500
+* More travis fun
+ [5a2ac608a9d11e7f48641b4086b0548984d1cee2](https://github.com/isuPatches/android-wisefy/commit/5a2ac608a9d11e7f48641b4086b0548984d1cee2)
+ isuPatches | 2017-07-23 09:49:36 -0500
+* More adjustments
+ [fd8e167efe81d3c54b37db50b10409fcdd64e4f2](https://github.com/isuPatches/android-wisefy/commit/fd8e167efe81d3c54b37db50b10409fcdd64e4f2)
+ isuPatches | 2017-07-23 09:37:23 -0500
+* I don't think travis has 26 yet
+ [6cb6c3ffda6a0c27764e7b966a16f7b66e21ca23](https://github.com/isuPatches/android-wisefy/commit/6cb6c3ffda6a0c27764e7b966a16f7b66e21ca23)
+ isuPatches | 2017-07-23 09:33:19 -0500
+* Missed a -
+ [96c0571451b6d7d13911376a6480431b50b1d4dc](https://github.com/isuPatches/android-wisefy/commit/96c0571451b6d7d13911376a6480431b50b1d4dc)
+ isuPatches | 2017-07-23 09:29:24 -0500
+* Another tweak
+ [857c105bb82597f9264b65e47238e4ccf13d3183](https://github.com/isuPatches/android-wisefy/commit/857c105bb82597f9264b65e47238e4ccf13d3183)
+ isuPatches | 2017-07-23 09:24:38 -0500
+* Yet another travis adjustment
+ [a3c5eef5d5b3a9623930575ff5e2c4707da98f1d](https://github.com/isuPatches/android-wisefy/commit/a3c5eef5d5b3a9623930575ff5e2c4707da98f1d)
+ isuPatches | 2017-07-23 09:23:13 -0500
+* Removing matrix
+ [c99c985bed891aa56d672bc20e74e9a156e12998](https://github.com/isuPatches/android-wisefy/commit/c99c985bed891aa56d672bc20e74e9a156e12998)
+ isuPatches | 2017-07-23 09:18:17 -0500
+* Trying another set of abis
+ [29486b0582815fc43e6356b38511556eb0313690](https://github.com/isuPatches/android-wisefy/commit/29486b0582815fc43e6356b38511556eb0313690)
+ isuPatches | 2017-07-23 09:09:41 -0500
+* Trying another thing
+ [f116e88dcf28bbeef502ddb8cd43d0c4cc626b65](https://github.com/isuPatches/android-wisefy/commit/f116e88dcf28bbeef502ddb8cd43d0c4cc626b65)
+ isuPatches | 2017-07-23 09:01:41 -0500
+* Another travis adjustment
+ [7f58e07be945db7b249be6fba775bf25f29a2f5f](https://github.com/isuPatches/android-wisefy/commit/7f58e07be945db7b249be6fba775bf25f29a2f5f)
+ isuPatches | 2017-07-23 08:49:17 -0500
+* Move to matrix
+ [c268d5b956b020e2898ee0955c470010cf7994f7](https://github.com/isuPatches/android-wisefy/commit/c268d5b956b020e2898ee0955c470010cf7994f7)
+ isuPatches | 2017-07-23 08:38:38 -0500
+* Trying SDK 25 for travis
+ [aa64cecd7987324855d166d2d4388e8124ef3186](https://github.com/isuPatches/android-wisefy/commit/aa64cecd7987324855d166d2d4388e8124ef3186)
+ isuPatches | 2017-07-23 08:35:16 -0500
+* Trying to adjust the ABI
+ [9b08985be4189e0cb5b7268fbdbc0d2b7229342b](https://github.com/isuPatches/android-wisefy/commit/9b08985be4189e0cb5b7268fbdbc0d2b7229342b)
+ isuPatches | 2017-07-23 08:29:49 -0500
+* Another stab at travis
+ [7757c030c35a13589d6ca3a049ccbebd7b64844b](https://github.com/isuPatches/android-wisefy/commit/7757c030c35a13589d6ca3a049ccbebd7b64844b)
+ isuPatches | 2017-07-23 08:23:48 -0500
+* Working on tavis.ci
+ [3fce18184d8523d59da27ffd32527da3a40324d1](https://github.com/isuPatches/android-wisefy/commit/3fce18184d8523d59da27ffd32527da3a40324d1)
+ isuPatches | 2017-07-23 08:05:47 -0500
+* Merge branch '2.x' into develop
+ [c61581032e620bd340c84b535026fc4320884805](https://github.com/isuPatches/android-wisefy/commit/c61581032e620bd340c84b535026fc4320884805)
+ isuPatches | 2017-07-22 23:33:01 -0500
+
+## 2.0.0 (2017-07-22)
+
+### Other
+
+* Merge pull request #76 from isuPatches/develop
+ [74442f764395c142da6c9820c24b4d1f736ddc9c](https://github.com/isuPatches/android-wisefy/commit/74442f764395c142da6c9820c24b4d1f736ddc9c)
+ Patches | 2017-07-22 23:30:53 -0500
+* Stay consistent with formatting
+ [c79ccb3ec0eea09db15589dd27de3f7651a24808](https://github.com/isuPatches/android-wisefy/commit/c79ccb3ec0eea09db15589dd27de3f7651a24808)
+ isuPatches | 2017-07-22 23:15:35 -0500
+* Update javadocs and README.md
+ [50934ddfa4ca0db75b726c87e63da9c1ca4b974f](https://github.com/isuPatches/android-wisefy/commit/50934ddfa4ca0db75b726c87e63da9c1ca4b974f)
+ isuPatches | 2017-07-22 23:11:19 -0500
+* Merge branch '2.x' into develop
+ [075f5054e0c32bcaf9b63ed0d10bf7fff391cfd0](https://github.com/isuPatches/android-wisefy/commit/075f5054e0c32bcaf9b63ed0d10bf7fff391cfd0)
+ Patches | 2017-07-22 23:00:37 -0500
+* Update 2.x changelog
+ [ce5000240a5bb19a93e36c4d23865355190b47eb](https://github.com/isuPatches/android-wisefy/commit/ce5000240a5bb19a93e36c4d23865355190b47eb)
+ isuPatches | 2017-07-22 22:58:18 -0500
+* Merge branch '2.x' into develop
+ [2cbf549696b56f474fb7a41f10fed4a94d190484](https://github.com/isuPatches/android-wisefy/commit/2cbf549696b56f474fb7a41f10fed4a94d190484)
+ isuPatches | 2017-07-22 22:55:54 -0500
+* Update 2.x.md
+ [87b121f9e2963d16259f4233796144a801a4bd32](https://github.com/isuPatches/android-wisefy/commit/87b121f9e2963d16259f4233796144a801a4bd32)
+ Patches | 2017-07-22 22:54:01 -0500
+* Update 1.x.md
+ [94002a0cc61e1d92240f2dd8e4c8110438b69556](https://github.com/isuPatches/android-wisefy/commit/94002a0cc61e1d92240f2dd8e4c8110438b69556)
+ Patches | 2017-07-22 22:47:57 -0500
+* Last part of 2.0.0 going up
+ [625ee1337c82ad4a6fbdde7e5c9bd375c1ae134d](https://github.com/isuPatches/android-wisefy/commit/625ee1337c82ad4a6fbdde7e5c9bd375c1ae134d)
+ isuPatches | 2017-07-22 22:37:31 -0500
+* Update .gitignore
+ [c41d1358feda96db6bb0a7979e61f476c9a63c1f](https://github.com/isuPatches/android-wisefy/commit/c41d1358feda96db6bb0a7979e61f476c9a63c1f)
+ Patches | 2017-07-21 19:46:32 -0500
+* Merge branch '2.x' into develop
+ [c756d917a72d5942960abc7709c4641cd9483ad3](https://github.com/isuPatches/android-wisefy/commit/c756d917a72d5942960abc7709c4641cd9483ad3)
+ isuPatches | 2017-07-20 06:22:36 -0500
+* Updates for BETA1
+ [bf3195252594583a28d1a1d6a4f5d0d81e423a4c](https://github.com/isuPatches/android-wisefy/commit/bf3195252594583a28d1a1d6a4f5d0d81e423a4c)
+ isuPatches | 2017-07-20 06:12:26 -0500
+
+## 2.0.0-BETA1 (2017-07-20)
+
+### Other
+
+* Merge pull request #74 from isuPatches/develop
+ [361907754313448d9f33363ef5fcd56f35b49cf5](https://github.com/isuPatches/android-wisefy/commit/361907754313448d9f33363ef5fcd56f35b49cf5)
+ Patches | 2017-07-20 06:02:22 -0500
+* Another tweak
+ [063f988d15d577b7e4935693bb013173275d5918](https://github.com/isuPatches/android-wisefy/commit/063f988d15d577b7e4935693bb013173275d5918)
+ isuPatches | 2017-07-16 22:10:53 -0500
+* More changeling and documentation updates
+ [7d8242181f8853037f6c75dc6aaef795d637bb82](https://github.com/isuPatches/android-wisefy/commit/7d8242181f8853037f6c75dc6aaef795d637bb82)
+ isuPatches | 2017-07-16 22:06:49 -0500
+* Even more documentation updates
+ [320a3e945dcc976cf4426ef1746e4e9ecd941b69](https://github.com/isuPatches/android-wisefy/commit/320a3e945dcc976cf4426ef1746e4e9ecd941b69)
+ isuPatches | 2017-07-16 22:02:55 -0500
+* More tests and updated documentation
+ [d981721a100eae6ce37da1d0e05884f1157959cc](https://github.com/isuPatches/android-wisefy/commit/d981721a100eae6ce37da1d0e05884f1157959cc)
+ isuPatches | 2017-07-16 20:09:36 -0500
+* WIP
+ [07ccac75a44440424bb2c12b24b00cbbdc1b8b5c](https://github.com/isuPatches/android-wisefy/commit/07ccac75a44440424bb2c12b24b00cbbdc1b8b5c)
+ isuPatches | 2017-07-16 11:28:58 -0500
+* test
+ [aed5d0dc0053f0e8327b422a9414439dde9286b2](https://github.com/isuPatches/android-wisefy/commit/aed5d0dc0053f0e8327b422a9414439dde9286b2)
+ isuPatches | 2017-07-15 15:44:56 -0500
+* Update wait in travis.yml
+ [81a4c843195f9f5ece331483527038bf787c9c4b](https://github.com/isuPatches/android-wisefy/commit/81a4c843195f9f5ece331483527038bf787c9c4b)
+ isuPatches | 2017-07-14 20:45:37 -0500
+* Slowly getting there
+ [4afd442f10cff83454d5084d6c326297a2931b6b](https://github.com/isuPatches/android-wisefy/commit/4afd442f10cff83454d5084d6c326297a2931b6b)
+ isuPatches | 2017-07-11 08:23:50 -0500
+* Even more cleanup for 2.x
+ [1d2c32014c748d64322c00651a2aa1d5dca69930](https://github.com/isuPatches/android-wisefy/commit/1d2c32014c748d64322c00651a2aa1d5dca69930)
+ isuPatches | 2017-07-10 07:35:10 -0500
+* More cleanup for 2.x
+ [086098cdf80204c38314ac672bd07750665b53fc](https://github.com/isuPatches/android-wisefy/commit/086098cdf80204c38314ac672bd07750665b53fc)
+ isuPatches | 2017-07-10 07:30:16 -0500
+* Update travis.yml
+ [1df8e7be3bf747a612699a3b0e1502cb46281ebd](https://github.com/isuPatches/android-wisefy/commit/1df8e7be3bf747a612699a3b0e1502cb46281ebd)
+ isuPatches | 2017-07-09 14:36:51 -0500
+* Merge branch '2.x' into develop
+ [55af07095ee92166261afd27dd856293bb2acbe1](https://github.com/isuPatches/android-wisefy/commit/55af07095ee92166261afd27dd856293bb2acbe1)
+ isuPatches | 2017-07-09 14:23:10 -0500
+* Start of 2.x
+ [0a3cc801f8f030ed30419b698f9d8f96eca9df5b](https://github.com/isuPatches/android-wisefy/commit/0a3cc801f8f030ed30419b698f9d8f96eca9df5b)
+ isuPatches | 2017-07-09 14:22:23 -0500
+
+## 1.0.10 (2017-07-04)
+
+### Other
+
+* Merge branch 'master' into develop
+ [9cb52a65ad54f2c5dd7e8c034588742be72a85c9](https://github.com/isuPatches/android-wisefy/commit/9cb52a65ad54f2c5dd7e8c034588742be72a85c9)
+ isuPatches | 2017-07-04 11:38:01 -0500
+* Update README.md
+ [dd48414f94e2ae5a7aee9275cdac39c7107930d1](https://github.com/isuPatches/android-wisefy/commit/dd48414f94e2ae5a7aee9275cdac39c7107930d1)
+ Patches | 2017-07-04 11:35:57 -0500
+* Merge pull request #56 from isuPatches/develop
+ [b6c2e176b1908219ff45432f1279e1ec114d2a06](https://github.com/isuPatches/android-wisefy/commit/b6c2e176b1908219ff45432f1279e1ec114d2a06)
+ Patches | 2017-07-04 11:34:36 -0500
+* More constants, update tests, more safety checks, update javadocs
+ [82ee0c49fa2a12a71ba5cca8230d43c42d96bce4](https://github.com/isuPatches/android-wisefy/commit/82ee0c49fa2a12a71ba5cca8230d43c42d96bce4)
+ isuPatches | 2017-07-04 09:40:11 -0500
+* Update javadocs for 1.0.10
+ [ba007723b08a5d031ebf06dcd48070ed1b264dd2](https://github.com/isuPatches/android-wisefy/commit/ba007723b08a5d031ebf06dcd48070ed1b264dd2)
+ isuPatches | 2017-07-04 09:14:31 -0500
+* Fix for IllegalAccessError
+ [24e7971090f4fe1c23d9ba92c7f35767b3e8f350](https://github.com/isuPatches/android-wisefy/commit/24e7971090f4fe1c23d9ba92c7f35767b3e8f350)
+ isuPatches | 2017-07-04 09:02:04 -0500
+* Merge branch 'master' into develop
+ [799d1b1e908136147f940706937595c48035d915](https://github.com/isuPatches/android-wisefy/commit/799d1b1e908136147f940706937595c48035d915)
+ isuPatches | 2017-07-03 13:12:30 -0500
+* Update README.md
+ [35c717007fc332ac9b694596ddb5e75548956625](https://github.com/isuPatches/android-wisefy/commit/35c717007fc332ac9b694596ddb5e75548956625)
+ Patches | 2017-07-03 13:12:09 -0500
+* Merge branch 'master' into develop
+ [f26a07a74281988b44c001a838b47c887432d461](https://github.com/isuPatches/android-wisefy/commit/f26a07a74281988b44c001a838b47c887432d461)
+ isuPatches | 2017-07-03 13:09:34 -0500
+* Update README.md
+ [4e9c3798ca4667c348d924179cd5a61cd330e050](https://github.com/isuPatches/android-wisefy/commit/4e9c3798ca4667c348d924179cd5a61cd330e050)
+ Patches | 2017-07-03 13:09:13 -0500
+* Merge branch 'master' into develop
+ [92485511c239eee8e25e2cd9c2fc4ad7ba02bec5](https://github.com/isuPatches/android-wisefy/commit/92485511c239eee8e25e2cd9c2fc4ad7ba02bec5)
+ isuPatches | 2017-07-03 13:07:34 -0500
+* Update README.md
+ [db0cd84ac71cfa7a16c7f3cf9c8913cac24b4a64](https://github.com/isuPatches/android-wisefy/commit/db0cd84ac71cfa7a16c7f3cf9c8913cac24b4a64)
+ Patches | 2017-07-03 13:06:41 -0500
+* Merge branch 'master' into develop
+ [f6f1e314d89e9ed195e7f6a0966b2f1a1afd70fb](https://github.com/isuPatches/android-wisefy/commit/f6f1e314d89e9ed195e7f6a0966b2f1a1afd70fb)
+ isuPatches | 2017-07-03 12:35:46 -0500
+* Update README.md
+ [287bf7fd96bba4fe9d10c4f01ad18270bfd8a772](https://github.com/isuPatches/android-wisefy/commit/287bf7fd96bba4fe9d10c4f01ad18270bfd8a772)
+ Patches | 2017-07-03 12:34:47 -0500
+* Merge branch 'master' into develop
+ [1bc3eaa83f8b44ff70bcda796130d57d485d4b1e](https://github.com/isuPatches/android-wisefy/commit/1bc3eaa83f8b44ff70bcda796130d57d485d4b1e)
+ isuPatches | 2017-07-03 12:05:03 -0500
+
+## 1.0.9 (2017-07-03)
+
+### Other
+
+* Update CHANGE.md
+ [2b5233ed20f405fbdc634600579d067290ec04a3](https://github.com/isuPatches/android-wisefy/commit/2b5233ed20f405fbdc634600579d067290ec04a3)
+ Patches | 2017-07-03 12:03:46 -0500
+* Merge pull request #54 from isuPatches/develop
+ [9fb7b3bf171f25d0a53d10f27d224a15ed6d107f](https://github.com/isuPatches/android-wisefy/commit/9fb7b3bf171f25d0a53d10f27d224a15ed6d107f)
+ Patches | 2017-07-03 11:58:32 -0500
+* Undo bintray props
+ [6603ea2112e3281b1974442cfcbe9a6e62f0b9cf](https://github.com/isuPatches/android-wisefy/commit/6603ea2112e3281b1974442cfcbe9a6e62f0b9cf)
+ isuPatches | 2017-07-03 11:09:32 -0500
+* Add local.properties back to gitignore
+ [43b2a6cd322a86a4ecc329800a96cabd3729575c](https://github.com/isuPatches/android-wisefy/commit/43b2a6cd322a86a4ecc329800a96cabd3729575c)
+ isuPatches | 2017-07-03 10:48:36 -0500
+* Remove local properties for travis-ci
+ [c4944e0c24538630687c70a3c02807e2f835e32c](https://github.com/isuPatches/android-wisefy/commit/c4944e0c24538630687c70a3c02807e2f835e32c)
+ isuPatches | 2017-07-03 10:47:26 -0500
+* Remove unused resources
+ [67543bfeaea1e9d0c2a993d8a3ba06e34163c30c](https://github.com/isuPatches/android-wisefy/commit/67543bfeaea1e9d0c2a993d8a3ba06e34163c30c)
+ isuPatches | 2017-07-03 10:44:53 -0500
+* Adjust package for return codes
+ [7486de70fbf295fe975588ba9025149e81c54f33](https://github.com/isuPatches/android-wisefy/commit/7486de70fbf295fe975588ba9025149e81c54f33)
+ isuPatches | 2017-07-03 10:20:09 -0500
+* More adjustments for Binary
+ [b10efc7e037b7f02dd39aec11a2bbad4b7ca8ca8](https://github.com/isuPatches/android-wisefy/commit/b10efc7e037b7f02dd39aec11a2bbad4b7ca8ca8)
+ isuPatches | 2017-07-03 10:00:19 -0500
+* Adjust tests and WiseFy for scope and return unique code for network already configured
+ [2ddf9f731d11d6cc6f1065ddba7e8863bc145631](https://github.com/isuPatches/android-wisefy/commit/2ddf9f731d11d6cc6f1065ddba7e8863bc145631)
+ isuPatches | 2017-07-03 09:28:00 -0500
+* Merge branch 'master' into develop
+ [74b4ae81e645c3d9f637baa030866450ea41412c](https://github.com/isuPatches/android-wisefy/commit/74b4ae81e645c3d9f637baa030866450ea41412c)
+ isuPatches | 2017-07-02 15:43:18 -0500
+* Merge branch 'master' into develop
+ [fdedcc03c892f1af56c145e54d3987ebe19058b5](https://github.com/isuPatches/android-wisefy/commit/fdedcc03c892f1af56c145e54d3987ebe19058b5)
+ isuPatches | 2017-07-02 15:42:42 -0500
+
+## 1.0.8 (2017-07-02)
+
+### Other
+
+* Update CHANGE.md
+ [4e228895dbf5260824acf27208c76e1433e6dd68](https://github.com/isuPatches/android-wisefy/commit/4e228895dbf5260824acf27208c76e1433e6dd68)
+ Patches | 2017-07-02 15:42:15 -0500
+* Merge pull request #49 from isuPatches/develop
+ [a0f8a3bbb2c6631a3566a5970cd6df8e60e73ffc](https://github.com/isuPatches/android-wisefy/commit/a0f8a3bbb2c6631a3566a5970cd6df8e60e73ffc)
+ Patches | 2017-07-02 15:35:33 -0500
+* Update Javadocs again
+ [d18109d7c3093015423541151595c7de25ce80c8](https://github.com/isuPatches/android-wisefy/commit/d18109d7c3093015423541151595c7de25ce80c8)
+ isuPatches | 2017-07-02 14:58:28 -0500
+* Add more tests, switch to String.format, update more libs, and restore travis-ci functionality
+ [db218ba7122453097b696d45bc3a43d9d05ade9c](https://github.com/isuPatches/android-wisefy/commit/db218ba7122453097b696d45bc3a43d9d05ade9c)
+ isuPatches | 2017-07-02 14:57:17 -0500
+* Test for travis_wait
+ [2cb4425e5b232b67b936da2e75a99d2fcc1ca310](https://github.com/isuPatches/android-wisefy/commit/2cb4425e5b232b67b936da2e75a99d2fcc1ca310)
+ isuPatches | 2017-07-02 12:57:35 -0500
+* Update README to include permission blurb
+ [40ce82ce7c9c00e8b6ef31a08cdba4d7b1c87cc9](https://github.com/isuPatches/android-wisefy/commit/40ce82ce7c9c00e8b6ef31a08cdba4d7b1c87cc9)
+ isuPatches | 2017-07-02 09:38:32 -0500
+* Adding travis_wait
+ [64168a57918dd887ddb8da2de93c134f4d3688c0](https://github.com/isuPatches/android-wisefy/commit/64168a57918dd887ddb8da2de93c134f4d3688c0)
+ isuPatches | 2017-07-02 09:17:39 -0500
+* Test for travis-ci
+ [b8e5449ea6f23a41a503988dd1c41ad71702b68a](https://github.com/isuPatches/android-wisefy/commit/b8e5449ea6f23a41a503988dd1c41ad71702b68a)
+ isuPatches | 2017-07-02 08:53:09 -0500
+* Update test naming schema
+ [292487515bb1dd5883d5929f84a180066e5d8112](https://github.com/isuPatches/android-wisefy/commit/292487515bb1dd5883d5929f84a180066e5d8112)
+ isuPatches | 2017-07-02 01:26:05 -0500
+* Rename GetManagerUtil
+ [5495cf97f54c5d74bff5a8e2226fe0b4fbd6e077](https://github.com/isuPatches/android-wisefy/commit/5495cf97f54c5d74bff5a8e2226fe0b4fbd6e077)
+ isuPatches | 2017-07-01 23:54:04 -0500
+* Update Javadocs, eliminate potential memory leak on Android N
+ [716997a3d6e88b89e5999603664fc7f748ad4ec4](https://github.com/isuPatches/android-wisefy/commit/716997a3d6e88b89e5999603664fc7f748ad4ec4)
+ isuPatches | 2017-07-01 23:48:02 -0500
+* Adjust scope for withContext, bump some versions, remove potential manifest conflicts
+ [48def3c09edd2b5ae54129084bc6d2f266396fb2](https://github.com/isuPatches/android-wisefy/commit/48def3c09edd2b5ae54129084bc6d2f266396fb2)
+ isuPatches | 2017-07-01 23:13:48 -0500
+* Merge branch 'master' into develop
+ [c9b9cb726be57e62a925f9ac2d84682e94c2c0b0](https://github.com/isuPatches/android-wisefy/commit/c9b9cb726be57e62a925f9ac2d84682e94c2c0b0)
+ isuPatches | 2017-03-25 23:07:56 -0500
+* Merge branch 'master' into develop
+ [b1da078eb48f0b29ba140a8a334a5fd54d242316](https://github.com/isuPatches/android-wisefy/commit/b1da078eb48f0b29ba140a8a334a5fd54d242316)
+ isuPatches | 2017-03-25 22:45:21 -0500
+
+## 1.0.7 (2017-03-25)
+
+### Other
+
+* Update CHANGE.md
+ [0b7a808eabd41a2d2eb8fd1a1c29dcd19f1be455](https://github.com/isuPatches/android-wisefy/commit/0b7a808eabd41a2d2eb8fd1a1c29dcd19f1be455)
+ Patches | 2017-03-25 23:05:20 -0500
+* Merge pull request #37 from isuPatches/develop
+ [a836baf09b974ea5332c037e236a153e9f30cf8d](https://github.com/isuPatches/android-wisefy/commit/a836baf09b974ea5332c037e236a153e9f30cf8d)
+ Patches | 2017-03-25 22:44:26 -0500
+* Revert Travis CI changes
+ [e9f087beb8f262c3b805843d45a6b7b09cf89546](https://github.com/isuPatches/android-wisefy/commit/e9f087beb8f262c3b805843d45a6b7b09cf89546)
+ isuPatches | 2017-03-25 22:22:53 -0500
+* Going to try to cut down Travis CI time
+ [ef49b55b20277c3854eece485a827f8c39157b17](https://github.com/isuPatches/android-wisefy/commit/ef49b55b20277c3854eece485a827f8c39157b17)
+ isuPatches | 2017-03-25 22:10:53 -0500
+* Update deps, update java docs, extract jacoco gradle logic
+ [d3a3a2c343e7b0b8be60a0751d2add05aca571b1](https://github.com/isuPatches/android-wisefy/commit/d3a3a2c343e7b0b8be60a0751d2add05aca571b1)
+ isuPatches | 2017-03-25 21:43:40 -0500
+* Merge branch 'master' into develop
+ [53cdb27b90586128514cf53a0611a1b2f4fd7032](https://github.com/isuPatches/android-wisefy/commit/53cdb27b90586128514cf53a0611a1b2f4fd7032)
+ isuPatches | 2017-02-04 21:19:48 -0600
+
+## 1.0.6 (2017-02-04)
+
+### Other
+
+* Update CHANGE.md
+ [31217ab1b96b8e1b4907607050936e73e7e296a0](https://github.com/isuPatches/android-wisefy/commit/31217ab1b96b8e1b4907607050936e73e7e296a0)
+ Patches | 2017-02-04 21:18:44 -0600
+* Merge pull request #36 from isuPatches/develop
+ [85640461ba06babdc4b37591249af269bec60c28](https://github.com/isuPatches/android-wisefy/commit/85640461ba06babdc4b37591249af269bec60c28)
+ Patches | 2017-02-04 21:11:52 -0600
+* Update README version for release
+ [2a593513ce0638d04202ff4a9de01cc2cd16b964](https://github.com/isuPatches/android-wisefy/commit/2a593513ce0638d04202ff4a9de01cc2cd16b964)
+ isuPatches | 2017-02-04 20:47:52 -0600
+* Update bin again
+ [a88e55a64e96e2fe40a3e673b56a669825811462](https://github.com/isuPatches/android-wisefy/commit/a88e55a64e96e2fe40a3e673b56a669825811462)
+ isuPatches | 2017-02-04 20:20:48 -0600
+* Add getFrequency and isNetwork5gHz for >= 21 devices, update javadocs, adjust visibility, library updates, etc.
+ [a83f4fa6a8c3af1b7f357a7259fe420d57950979](https://github.com/isuPatches/android-wisefy/commit/a83f4fa6a8c3af1b7f357a7259fe420d57950979)
+ isuPatches | 2017-02-04 20:19:52 -0600
+* Merge branch 'master' into develop
+ [71a7151f7fdb7471d83f85eeedf46674803ed742](https://github.com/isuPatches/android-wisefy/commit/71a7151f7fdb7471d83f85eeedf46674803ed742)
+ isuPatches | 2016-11-05 14:43:04 -0500
+* Merge branch 'master' into develop
+ [2c2cafdc09b140e914dfb9b9a14324dbbfb5817b](https://github.com/isuPatches/android-wisefy/commit/2c2cafdc09b140e914dfb9b9a14324dbbfb5817b)
+ isuPatches | 2016-11-05 14:09:18 -0500
+
+## 1.0.5 (2016-11-05)
+
+### Other
+
+* Update README.md
+ [7ed8ed10bab57bf1ae8186e405db181a054f68f4](https://github.com/isuPatches/android-wisefy/commit/7ed8ed10bab57bf1ae8186e405db181a054f68f4)
+ Patches | 2016-11-05 14:42:27 -0500
+* Update CHANGE.md
+ [716899f792b4e88def76da74bcd2fec8df78e463](https://github.com/isuPatches/android-wisefy/commit/716899f792b4e88def76da74bcd2fec8df78e463)
+ Patches | 2016-11-05 14:08:51 -0500
+* Merge pull request #29 from isuPatches/develop
+ [0f670e635c7fe2cd1997446890ec6c6450cd6e9e](https://github.com/isuPatches/android-wisefy/commit/0f670e635c7fe2cd1997446890ec6c6450cd6e9e)
+ Patches | 2016-11-05 14:06:26 -0500
+* Update change and readme files
+ [7bdd39e8df97158c3f667ed128f4fc0f3466d852](https://github.com/isuPatches/android-wisefy/commit/7bdd39e8df97158c3f667ed128f4fc0f3466d852)
+ isuPatches | 2016-11-05 14:04:30 -0500
+* Adjust file structure for Bintray
+ [3685c42d198fc700976a57217175c7f8e62f6719](https://github.com/isuPatches/android-wisefy/commit/3685c42d198fc700976a57217175c7f8e62f6719)
+ isuPatches | 2016-10-30 08:35:11 -0500
+* Merge branch 'master' into develop
+ [3d3e552ab7da0d46f7dd15d1367fd753268dca1d](https://github.com/isuPatches/android-wisefy/commit/3d3e552ab7da0d46f7dd15d1367fd753268dca1d)
+ isuPatches | 2016-10-29 21:26:29 -0500
+* Add gradle logic to publish to Binary
+ [948493f42bd53283f6e7f8162fb9adaefd74b2e4](https://github.com/isuPatches/android-wisefy/commit/948493f42bd53283f6e7f8162fb9adaefd74b2e4)
+ isuPatches | 2016-10-29 21:23:21 -0500
+
+## 1.0.4 (2016-10-29)
+
+### Other
+
+* Merge pull request #28 from isuPatches/develop
+ [ecbe2dc67a4c9d86324901fb2fae9ff58aaefe92](https://github.com/isuPatches/android-wisefy/commit/ecbe2dc67a4c9d86324901fb2fae9ff58aaefe92)
+ Patches | 2016-10-29 18:57:11 -0500
+* Add short license to read
+ [a41b4b6ef55ccbf976ecec4172a90bf20286c0ea](https://github.com/isuPatches/android-wisefy/commit/a41b4b6ef55ccbf976ecec4172a90bf20286c0ea)
+ isuPatches | 2016-10-29 18:56:35 -0500
+* Merge pull request #27 from isuPatches/develop
+ [7a3014ce415db2f621d39e05193ffa5242c082d6](https://github.com/isuPatches/android-wisefy/commit/7a3014ce415db2f621d39e05193ffa5242c082d6)
+ Patches | 2016-10-29 18:55:24 -0500
+* Update javadoc
+ [3ecb3893952449ccc71aefa8930af08dd6c6bb2a](https://github.com/isuPatches/android-wisefy/commit/3ecb3893952449ccc71aefa8930af08dd6c6bb2a)
+ isuPatches | 2016-10-29 18:53:10 -0500
+* More license stuff
+ [797008957e441a6e79991f4f06c2f95dd36dfe4d](https://github.com/isuPatches/android-wisefy/commit/797008957e441a6e79991f4f06c2f95dd36dfe4d)
+ isuPatches | 2016-10-29 18:48:08 -0500
+* Update LICENSE.md
+ [882f6877a37bbf66324fd4a02a22f7565b62ff3d](https://github.com/isuPatches/android-wisefy/commit/882f6877a37bbf66324fd4a02a22f7565b62ff3d)
+ Patches | 2016-10-29 18:46:00 -0500
+* Update LICENSE.md
+ [9d89ef7a6dbeacbce54b93a41a51524b7c60d9cf](https://github.com/isuPatches/android-wisefy/commit/9d89ef7a6dbeacbce54b93a41a51524b7c60d9cf)
+ Patches | 2016-10-29 18:42:49 -0500
+* Move license to separate file
+ [fb464859eee4a0fe877a00bc0b538c59820b13bf](https://github.com/isuPatches/android-wisefy/commit/fb464859eee4a0fe877a00bc0b538c59820b13bf)
+ isuPatches | 2016-10-29 18:38:13 -0500
+* Remove unnecessary files
+ [cce36df939677677db363049085027f98dc3229a](https://github.com/isuPatches/android-wisefy/commit/cce36df939677677db363049085027f98dc3229a)
+ isuPatches | 2016-10-29 18:35:59 -0500
+* GAH...just work
+ [cb4326f6f2c4af7d3161b6fedd4130d0dac7d658](https://github.com/isuPatches/android-wisefy/commit/cb4326f6f2c4af7d3161b6fedd4130d0dac7d658)
+ isuPatches | 2016-10-29 18:06:20 -0500
+* Another test
+ [e2755d24f1adb079e146448db6d9db1124f0ad66](https://github.com/isuPatches/android-wisefy/commit/e2755d24f1adb079e146448db6d9db1124f0ad66)
+ isuPatches | 2016-10-29 17:46:17 -0500
+* Trying another thing
+ [5d96b2ad1d4dc0150e6df67f6ac24440968532b9](https://github.com/isuPatches/android-wisefy/commit/5d96b2ad1d4dc0150e6df67f6ac24440968532b9)
+ isuPatches | 2016-10-29 17:18:20 -0500
+* Trying a lower API level
+ [4a94ad26d9c059e8090f059ed622b1633b35e500](https://github.com/isuPatches/android-wisefy/commit/4a94ad26d9c059e8090f059ed622b1633b35e500)
+ isuPatches | 2016-10-29 17:02:10 -0500
+* Adjust adoptions
+ [341cee9340afb9a4f0f891db238a55dcaa39d425](https://github.com/isuPatches/android-wisefy/commit/341cee9340afb9a4f0f891db238a55dcaa39d425)
+ isuPatches | 2016-10-29 15:00:38 -0500
+* More updates
+ [ec8bf2898c3ae6e6145fd8b608b63ec3dc47efe0](https://github.com/isuPatches/android-wisefy/commit/ec8bf2898c3ae6e6145fd8b608b63ec3dc47efe0)
+ isuPatches | 2016-10-29 14:32:42 -0500
+* Removing signed bit
+ [d00d586869510ea65b366922f38b8bed3c1d1a28](https://github.com/isuPatches/android-wisefy/commit/d00d586869510ea65b366922f38b8bed3c1d1a28)
+ isuPatches | 2016-10-29 14:27:55 -0500
+* Another experiment
+ [9e00962af97bad9cf789c579b3d36b7082018992](https://github.com/isuPatches/android-wisefy/commit/9e00962af97bad9cf789c579b3d36b7082018992)
+ isuPatches | 2016-10-29 14:06:22 -0500
+* More tinkering
+ [52fa35942bfe0dfdcfc5410de2610fb397359134](https://github.com/isuPatches/android-wisefy/commit/52fa35942bfe0dfdcfc5410de2610fb397359134)
+ isuPatches | 2016-10-29 13:38:41 -0500
+* Update
+ [1715ec5560ac4dbf7bb0e8526868162e04db4482](https://github.com/isuPatches/android-wisefy/commit/1715ec5560ac4dbf7bb0e8526868162e04db4482)
+ isuPatches | 2016-10-29 12:59:47 -0500
+* Yet another travis test
+ [6c7a1a5af877d213e4558c1ebdc33933f79e7f71](https://github.com/isuPatches/android-wisefy/commit/6c7a1a5af877d213e4558c1ebdc33933f79e7f71)
+ isuPatches | 2016-10-29 12:43:26 -0500
+* Another test
+ [221bdbec458e9696b3b6f18124a88307dd2e90fc](https://github.com/isuPatches/android-wisefy/commit/221bdbec458e9696b3b6f18124a88307dd2e90fc)
+ isuPatches | 2016-10-29 12:22:33 -0500
+* Test
+ [d4e23f60f5236b27eb9047beee6aa3df1e36a24a](https://github.com/isuPatches/android-wisefy/commit/d4e23f60f5236b27eb9047beee6aa3df1e36a24a)
+ isuPatches | 2016-10-29 12:14:45 -0500
+* Another potential travis fix
+ [e645fd867f4ca4835780c5c37adfb23960e0aecf](https://github.com/isuPatches/android-wisefy/commit/e645fd867f4ca4835780c5c37adfb23960e0aecf)
+ isuPatches | 2016-10-29 11:56:55 -0500
+* Another test
+ [095aed8db9b05224bf0896b41727663a1cb4af78](https://github.com/isuPatches/android-wisefy/commit/095aed8db9b05224bf0896b41727663a1cb4af78)
+ isuPatches | 2016-10-29 11:37:51 -0500
+* Too much logging for Travis
+ [2e49c408548429a309bc64b2db2a04189f62d927](https://github.com/isuPatches/android-wisefy/commit/2e49c408548429a309bc64b2db2a04189f62d927)
+ isuPatches | 2016-10-29 11:03:36 -0500
+* Potential fix for travis ci
+ [f7ec203be930bb89e6df07ed8907f6fbd4d46683](https://github.com/isuPatches/android-wisefy/commit/f7ec203be930bb89e6df07ed8907f6fbd4d46683)
+ isuPatches | 2016-10-29 10:49:49 -0500
+* Enforce context through builder constructor
+ [2a0f5f81a9d918a13fbf260c161e9384544a644b](https://github.com/isuPatches/android-wisefy/commit/2a0f5f81a9d918a13fbf260c161e9384544a644b)
+ isuPatches | 2016-10-24 00:00:49 -0500
+* More crazy experiments
+ [b0a73d81fb16d6580da73559c63fdf30f77a9a70](https://github.com/isuPatches/android-wisefy/commit/b0a73d81fb16d6580da73559c63fdf30f77a9a70)
+ isuPatches | 2016-10-23 22:49:29 -0500
+* Update
+ [196ca252e3903a3957831bdb156e00fdebe77d8d](https://github.com/isuPatches/android-wisefy/commit/196ca252e3903a3957831bdb156e00fdebe77d8d)
+ isuPatches | 2016-10-23 21:40:28 -0500
+* Spaces
+ [c4d1abc12d482e31920148328a87bd1d9ddd7781](https://github.com/isuPatches/android-wisefy/commit/c4d1abc12d482e31920148328a87bd1d9ddd7781)
+ isuPatches | 2016-10-23 20:56:11 -0500
+* Another try
+ [df6ead8e07adf0fcc1d64657c968927fb3876f9f](https://github.com/isuPatches/android-wisefy/commit/df6ead8e07adf0fcc1d64657c968927fb3876f9f)
+ isuPatches | 2016-10-23 20:55:09 -0500
+* Support libs?
+ [fe3ad453bb3edfefd8a2f2960894dbd1cba44f5f](https://github.com/isuPatches/android-wisefy/commit/fe3ad453bb3edfefd8a2f2960894dbd1cba44f5f)
+ isuPatches | 2016-10-23 20:25:15 -0500
+* Bump
+ [f87264db901d40b992408dcd1c005ec60b1a74d3](https://github.com/isuPatches/android-wisefy/commit/f87264db901d40b992408dcd1c005ec60b1a74d3)
+ isuPatches | 2016-10-23 20:11:14 -0500
+* Yet another attempt
+ [ad81e789526d6355e2e9ffe1d6ab16503d1bb975](https://github.com/isuPatches/android-wisefy/commit/ad81e789526d6355e2e9ffe1d6ab16503d1bb975)
+ isuPatches | 2016-10-23 19:59:50 -0500
+* Another attempt
+ [7d53c231da354faf2ef3562eee3ca0a6800a6c80](https://github.com/isuPatches/android-wisefy/commit/7d53c231da354faf2ef3562eee3ca0a6800a6c80)
+ isuPatches | 2016-10-23 19:50:01 -0500
+* Increment again
+ [8a0c52c8c4a3435545e0aa5104df3b9366fe5a1f](https://github.com/isuPatches/android-wisefy/commit/8a0c52c8c4a3435545e0aa5104df3b9366fe5a1f)
+ isuPatches | 2016-10-23 19:29:03 -0500
+* Trying to bump down build tools
+ [7b7e36d4bc75f2231b1e8f58d7e37c8d173afd05](https://github.com/isuPatches/android-wisefy/commit/7b7e36d4bc75f2231b1e8f58d7e37c8d173afd05)
+ isuPatches | 2016-10-23 19:10:13 -0500
+* Another test
+ [cb5526001046099374991ade4585f1132cef110d](https://github.com/isuPatches/android-wisefy/commit/cb5526001046099374991ade4585f1132cef110d)
+ isuPatches | 2016-10-23 18:28:56 -0500
+* Update travis.yml
+ [ca88ab0ef050795d259aa893a23d5c164d781c8c](https://github.com/isuPatches/android-wisefy/commit/ca88ab0ef050795d259aa893a23d5c164d781c8c)
+ isuPatches | 2016-10-23 17:56:28 -0500
+* One day travis ci will work with me
+ [035eaa75a5c0a3276926b5b58713499dd2f0216a](https://github.com/isuPatches/android-wisefy/commit/035eaa75a5c0a3276926b5b58713499dd2f0216a)
+ isuPatches | 2016-10-23 14:42:28 -0500
+* Forgot to add tag
+ [204f753393c2101c08748bd24b1e4ebf06b19717](https://github.com/isuPatches/android-wisefy/commit/204f753393c2101c08748bd24b1e4ebf06b19717)
+ isuPatches | 2016-10-23 14:32:31 -0500
+* Add tag, move to ENV variables
+ [fe7f01311d6bab0b26fb411447e55408e9819650](https://github.com/isuPatches/android-wisefy/commit/fe7f01311d6bab0b26fb411447e55408e9819650)
+ isuPatches | 2016-10-23 14:21:34 -0500
+* :(
+ [c000de375e4f2863cce68db849fdc371ca09eea5](https://github.com/isuPatches/android-wisefy/commit/c000de375e4f2863cce68db849fdc371ca09eea5)
+ isuPatches | 2016-10-23 14:05:23 -0500
+* Add abi
+ [4b6e3a020af842d44953eceeb5145b6017f37922](https://github.com/isuPatches/android-wisefy/commit/4b6e3a020af842d44953eceeb5145b6017f37922)
+ isuPatches | 2016-10-23 13:56:12 -0500
+* Wait for emulator
+ [eb6e5e9ac68884f37de6ae2be620556e4fe766dd](https://github.com/isuPatches/android-wisefy/commit/eb6e5e9ac68884f37de6ae2be620556e4fe766dd)
+ isuPatches | 2016-10-23 13:47:02 -0500
+* Emulator
+ [acc2615abb18deb4d959701e3a6d9d39baf7754d](https://github.com/isuPatches/android-wisefy/commit/acc2615abb18deb4d959701e3a6d9d39baf7754d)
+ isuPatches | 2016-10-23 13:34:28 -0500
+* Another attempt
+ [d9bc598ed20f37c97d25586d790d7da9618d1c91](https://github.com/isuPatches/android-wisefy/commit/d9bc598ed20f37c97d25586d790d7da9618d1c91)
+ isuPatches | 2016-10-23 13:24:16 -0500
+* Another test
+ [7b34b0d529de9c7026f7f8604dfe6eac9eee9593](https://github.com/isuPatches/android-wisefy/commit/7b34b0d529de9c7026f7f8604dfe6eac9eee9593)
+ isuPatches | 2016-10-23 13:19:04 -0500
+* Trying another update
+ [9164d2cd463923ba132e0fd3db662a79de5a09c5](https://github.com/isuPatches/android-wisefy/commit/9164d2cd463923ba132e0fd3db662a79de5a09c5)
+ isuPatches | 2016-10-23 12:37:02 -0500
+* travis.yml updates
+ [95829f1ff7a69eed20b71fbafef5e680f01ab9b0](https://github.com/isuPatches/android-wisefy/commit/95829f1ff7a69eed20b71fbafef5e680f01ab9b0)
+ isuPatches | 2016-10-23 12:32:16 -0500
+* Move travis.yml
+ [816f72fcac20311ebf5a62a0b35952750de72b5e](https://github.com/isuPatches/android-wisefy/commit/816f72fcac20311ebf5a62a0b35952750de72b5e)
+ isuPatches | 2016-10-23 12:27:46 -0500
+* Add Travis badge
+ [e04ab71ee15ac0193d528eb94f21a8a655c72724](https://github.com/isuPatches/android-wisefy/commit/e04ab71ee15ac0193d528eb94f21a8a655c72724)
+ isuPatches | 2016-10-23 12:26:39 -0500
+* Builder pattern updates, javadocs, new package name, updated README, and travis config
+ [bdb6ea7c3958cb29dbe80c6f9f5f8bdda9390022](https://github.com/isuPatches/android-wisefy/commit/bdb6ea7c3958cb29dbe80c6f9f5f8bdda9390022)
+ isuPatches | 2016-10-23 12:20:34 -0500
+* Merge branch 'master' into develop
+ [3512ea1fc44ae55b82125fcf096ecf597819b7e0](https://github.com/isuPatches/android-wisefy/commit/3512ea1fc44ae55b82125fcf096ecf597819b7e0)
+ isuPatches | 2016-10-22 15:20:48 -0500
+
+## 1.0.3 (2016-10-22)
+
+### Other
+
+* Merge pull request #18 from isuPatches/develop
+ [5ee444c66e83ce17730df31f1442daaab09ea328](https://github.com/isuPatches/android-wisefy/commit/5ee444c66e83ce17730df31f1442daaab09ea328)
+ Patches | 2016-10-22 15:20:18 -0500
+* Update docs again
+ [4d45db3287a278dff512381d994cf05c5e3d1ebb](https://github.com/isuPatches/android-wisefy/commit/4d45db3287a278dff512381d994cf05c5e3d1ebb)
+ isuPatches | 2016-10-22 15:19:31 -0500
+* Merge branch 'master' into develop
+ [d584eaf2aba3996709fc4c92254004ed03bd3a02](https://github.com/isuPatches/android-wisefy/commit/d584eaf2aba3996709fc4c92254004ed03bd3a02)
+ isuPatches | 2016-10-22 15:15:40 -0500
+* Update CHANGE.md
+ [c8292baba16805731221cbb07c49e787b946a93c](https://github.com/isuPatches/android-wisefy/commit/c8292baba16805731221cbb07c49e787b946a93c)
+ Patches | 2016-10-22 15:14:57 -0500
+* Merge branch 'master' into develop
+ [643dd759b21bbf9b3062b3566215bf84f02922e2](https://github.com/isuPatches/android-wisefy/commit/643dd759b21bbf9b3062b3566215bf84f02922e2)
+ isuPatches | 2016-10-22 15:04:35 -0500
+* Merge pull request #17 from isuPatches/develop
+ [0363b6e3987ba1952f4c2244af94a8848a3d37fb](https://github.com/isuPatches/android-wisefy/commit/0363b6e3987ba1952f4c2244af94a8848a3d37fb)
+ Patches | 2016-10-22 14:57:29 -0500
+* Increment versionName and versionCode
+ [a9d5f6aee10545c265680b92477cb33331d3d9f4](https://github.com/isuPatches/android-wisefy/commit/a9d5f6aee10545c265680b92477cb33331d3d9f4)
+ isuPatches | 2016-10-22 14:56:20 -0500
+* Missed one spot in documentation
+ [5f839d5fb115ef66cef2fe113ad82623f11ec663](https://github.com/isuPatches/android-wisefy/commit/5f839d5fb115ef66cef2fe113ad82623f11ec663)
+ isuPatches | 2016-10-22 14:34:59 -0500
+* Update ready
+ [9895f5dc9567a80b63b5f84fbcd3b884a0cf5106](https://github.com/isuPatches/android-wisefy/commit/9895f5dc9567a80b63b5f84fbcd3b884a0cf5106)
+ isuPatches | 2016-10-22 14:32:27 -0500
+* Move to builder pattern, use real time values, and update documentation
+ [e61e85e817b542eaa572e527068e911ffdcdcc8e](https://github.com/isuPatches/android-wisefy/commit/e61e85e817b542eaa572e527068e911ffdcdcc8e)
+ isuPatches | 2016-10-22 14:32:09 -0500
+* Merge branch 'master' into develop
+ [88c05d013caffd7b688cde44b8efea74f69ba3e4](https://github.com/isuPatches/android-wisefy/commit/88c05d013caffd7b688cde44b8efea74f69ba3e4)
+ isuPatches | 2016-10-22 04:08:26 -0500
+* More functionality, switching to espresso tests, updating libs, and providing logging option
+ [2e2246e63fb4dc3b16b3a59c2081b9e9c39c4388](https://github.com/isuPatches/android-wisefy/commit/2e2246e63fb4dc3b16b3a59c2081b9e9c39c4388)
+ isuPatches | 2016-10-22 04:08:05 -0500
+
+## 1.0.2 (2016-04-30)
+
+### Other
+
+* Update CHANGE.md
+ [96ca1bf768a70c55e33cd0a7bf3b760174bdd39f](https://github.com/isuPatches/android-wisefy/commit/96ca1bf768a70c55e33cd0a7bf3b760174bdd39f)
+ Patches | 2016-04-30 15:05:05 -0500
+* Update README.md
+ [cd98623b74763e4d12a0c682b5023fdd5f169d91](https://github.com/isuPatches/android-wisefy/commit/cd98623b74763e4d12a0c682b5023fdd5f169d91)
+ Patches | 2016-04-30 15:02:43 -0500
+* Update CHANGE.md
+ [af298c3a986c4418cf0003e33f9d591daec58dc5](https://github.com/isuPatches/android-wisefy/commit/af298c3a986c4418cf0003e33f9d591daec58dc5)
+ Patches | 2016-04-30 14:54:13 -0500
+* Create CHANGE.md
+ [c16118744ff2a52881c4af6f4afc8438262888c8](https://github.com/isuPatches/android-wisefy/commit/c16118744ff2a52881c4af6f4afc8438262888c8)
+ Patches | 2016-04-30 14:46:44 -0500
+* Merge pull request #7 from isuPatches/develop
+ [cdc66951cfca2a8e964f411f67b6c27a592de222](https://github.com/isuPatches/android-wisefy/commit/cdc66951cfca2a8e964f411f67b6c27a592de222)
+ Patches | 2016-04-30 14:29:51 -0500
+* Increment versionName and versionCode for release
+ [12bb210b2aa6513b0140a2e6de7594f0e1d0e64f](https://github.com/isuPatches/android-wisefy/commit/12bb210b2aa6513b0140a2e6de7594f0e1d0e64f)
+ isuPatches | 2016-04-30 14:27:52 -0500
+* Merge pull request #6 from isuPatches/issue-5
+ [a2aefadc1e46785d6f78c17d6130aa574cb05ac6](https://github.com/isuPatches/android-wisefy/commit/a2aefadc1e46785d6f78c17d6130aa574cb05ac6)
+ Patches | 2016-04-30 14:25:29 -0500
+* Adding isWifiEnabled functionality
+ [ae81d49fcac0421cc8d5a10730359e7d1e723aec](https://github.com/isuPatches/android-wisefy/commit/ae81d49fcac0421cc8d5a10730359e7d1e723aec)
+ isuPatches | 2016-04-30 14:23:43 -0500
+* Merge pull request #3 from isuPatches/develop
+ [3ba209b036b99f6cfd432b76b8e75616cdc1fc1c](https://github.com/isuPatches/android-wisefy/commit/3ba209b036b99f6cfd432b76b8e75616cdc1fc1c)
+ Patches | 2016-04-28 09:07:06 -0500
+* Fix README
+ [772558bc98f20b42849baf0eeacd012b0b383f0a](https://github.com/isuPatches/android-wisefy/commit/772558bc98f20b42849baf0eeacd012b0b383f0a)
+ isuPatches | 2016-04-28 09:05:24 -0500
+
+## 1.0.1 (2016-04-28)
+
+### Other
+
+* Merge pull request #1 from isuPatches/develop
+ [db745f25d2caf0768ee259aa11ed0ad57c7d8ee4](https://github.com/isuPatches/android-wisefy/commit/db745f25d2caf0768ee259aa11ed0ad57c7d8ee4)
+ Patches | 2016-04-28 08:57:21 -0500
+* Add isSecure functionality
+ [b309b1c0c2550c08e92130c2e8bfb1ef1b0e48db](https://github.com/isuPatches/android-wisefy/commit/b309b1c0c2550c08e92130c2e8bfb1ef1b0e48db)
+ isuPatches | 2016-04-28 08:53:19 -0500
+* Create README.md
+ [3df46380676592b033a4c512ec6d67e7b4e39ace](https://github.com/isuPatches/android-wisefy/commit/3df46380676592b033a4c512ec6d67e7b4e39ace)
+ Patches | 2016-04-26 15:25:33 -0500
+
+## 1.0.0 (2016-04-26)
+
diff --git a/changes/1.x.md b/changes/1.x.md
deleted file mode 100644
index bf83a8aa..00000000
--- a/changes/1.x.md
+++ /dev/null
@@ -1,808 +0,0 @@
-## v1.0.10 - 07/04/2017
-
-#### Merge pull request #56 from isuPatches/develop
-commit b6c2e176b1908219ff45432f1279e1ec114d2a06
-Merge: 35c7170 82ee0c4
-Author: Patches
-Date: Tue Jul 4 11:34:36 2017 -0500
-
- v1.0.10
-
-#### More constants, update tests, more safety checks, update javadocs
-commit 82ee0c49fa2a12a71ba5cca8230d43c42d96bce4
-Author: isuPatches
-Date: Tue Jul 4 09:40:11 2017 -0500
-
- close #57
-
-#### Update javadocs for 1.0.10
-commit ba007723b08a5d031ebf06dcd48070ed1b264dd2
-Author: isuPatches
-Date: Tue Jul 4 09:14:31 2017 -0500
-
-#### Fix for IllegalAccessError
-commit 24e7971090f4fe1c23d9ba92c7f35767b3e8f350
-Author: isuPatches
-Date: Tue Jul 4 09:02:04 2017 -0500
-
- close #55
-
-#### Merge branch 'master' into develop
-commit 799d1b1e908136147f940706937595c48035d915
-Merge: f26a07a 35c7170
-Author: isuPatches
-Date: Mon Jul 3 13:12:30 2017 -0500
-
-#### Update README.md
-commit 35c717007fc332ac9b694596ddb5e75548956625
-Author: Patches
-Date: Mon Jul 3 13:12:09 2017 -0500
-
-#### Merge branch 'master' into develop
-commit f26a07a74281988b44c001a838b47c887432d461
-Merge: 9248551 4e9c379
-Author: isuPatches
-Date: Mon Jul 3 13:09:34 2017 -0500
-
-#### Update README.md
-commit 4e9c3798ca4667c348d924179cd5a61cd330e050
-Author: Patches
-Date: Mon Jul 3 13:09:13 2017 -0500
-
-#### Merge branch 'master' into develop
-commit 92485511c239eee8e25e2cd9c2fc4ad7ba02bec5
-Merge: f6f1e31 db0cd84
-Author: isuPatches
-Date: Mon Jul 3 13:07:34 2017 -0500
-
-#### Update README.md
-commit db0cd84ac71cfa7a16c7f3cf9c8913cac24b4a64
-Author: Patches
-Date: Mon Jul 3 13:06:41 2017 -0500
-
-#### Merge branch 'master' into develop
-commit f6f1e314d89e9ed195e7f6a0966b2f1a1afd70fb
-Merge: 1bc3eaa 287bf7f
-Author: isuPatches
-Date: Mon Jul 3 12:35:46 2017 -0500
-
-#### Update README.md
-commit 287bf7fd96bba4fe9d10c4f01ad18270bfd8a772
-Author: Patches
-Date: Mon Jul 3 12:34:47 2017 -0500
-
-#### Merge branch 'master' into develop
-commit 1bc3eaa83f8b44ff70bcda796130d57d485d4b1e
-Merge: 6603ea2 2b5233e
-Author: isuPatches
-Date: Mon Jul 3 12:05:03 2017 -0500
-
-#### Update CHANGE.md
-commit 2b5233ed20f405fbdc634600579d067290ec04a3
-Author: Patches
-Date: Mon Jul 3 12:03:46 2017 -0500
-
-## v1.0.9 - 07/03/2017
-
-#### Merge pull request #54 from isuPatches/develop
-commit 9fb7b3bf171f25d0a53d10f27d224a15ed6d107f
-Merge: 4e22889 6603ea2
-Author: Patches
-Date: Mon Jul 3 11:58:32 2017 -0500
-
- v1.0.9
-
-#### Undo bintray props
-commit 6603ea2112e3281b1974442cfcbe9a6e62f0b9cf
-Author: isuPatches
-Date: Mon Jul 3 11:09:32 2017 -0500
-
-#### Add local.properties back to gitignore
-commit 43b2a6cd322a86a4ecc329800a96cabd3729575c
-Author: isuPatches
-Date: Mon Jul 3 10:48:36 2017 -0500
-
-#### Remove local properties for travis-ci
-commit c4944e0c24538630687c70a3c02807e2f835e32c
-Author: isuPatches
-Date: Mon Jul 3 10:47:26 2017 -0500
-
-#### Remove unused resources
-commit 67543bfeaea1e9d0c2a993d8a3ba06e34163c30c
-Author: isuPatches
-Date: Mon Jul 3 10:44:53 2017 -0500
-
-#### Adjust package for return codes
-commit 7486de70fbf295fe975588ba9025149e81c54f33
-Author: isuPatches
-Date: Mon Jul 3 10:20:09 2017 -0500
-
-#### More adjustments for Binary
-commit b10efc7e037b7f02dd39aec11a2bbad4b7ca8ca8
-Author: isuPatches
-Date: Mon Jul 3 10:00:19 2017 -0500
-
-#### Adjust tests and WiseFy for scope and return unique code for network already configured
-commit 2ddf9f731d11d6cc6f1065ddba7e8863bc145631
-Author: isuPatches
-Date: Mon Jul 3 09:28:00 2017 -0500
-
- close #51
- close #52
- close #53
-
-#### Merge branch 'master' into develop
-commit 74b4ae81e645c3d9f637baa030866450ea41412c
-Merge: fdedcc0 4e22889
-Author: isuPatches
-Date: Sun Jul 2 15:43:18 2017 -0500
-
-#### Merge branch 'master' into develop
-commit fdedcc03c892f1af56c145e54d3987ebe19058b5
-Merge: d18109d a0f8a3b
-Author: isuPatches
-Date: Sun Jul 2 15:42:42 2017 -0500
-
-#### Update CHANGE.md
-commit 4e228895dbf5260824acf27208c76e1433e6dd68
-Author: Patches
-Date: Sun Jul 2 15:42:15 2017 -0500
-
-#### Merge pull request #49 from isuPatches/develop
-commit a0f8a3bbb2c6631a3566a5970cd6df8e60e73ffc
-Merge: 0b7a808 d18109d
-Author: Patches
-Date: Sun Jul 2 15:35:33 2017 -0500
-
- v1.0.8
-
-## v1.0.8 - 07/02/2017
-
-#### Update Javadocs again
-commit d18109d7c3093015423541151595c7de25ce80c8
-Author: isuPatches
-Date: Sun Jul 2 14:58:28 2017 -0500
-
-#### Add more tests, switch to String.format, update more libs, and restore travis-ci functionality
-commit db218ba7122453097b696d45bc3a43d9d05ade9c
-Author: isuPatches
-Date: Sun Jul 2 14:57:17 2017 -0500
-
-#### Test for travis_wait
-commit 2cb4425e5b232b67b936da2e75a99d2fcc1ca310
-Author: isuPatches
-Date: Sun Jul 2 12:57:35 2017 -0500
-
-#### Update README to include permission blurb
-commit 40ce82ce7c9c00e8b6ef31a08cdba4d7b1c87cc9
-Author: isuPatches
-Date: Sun Jul 2 09:38:32 2017 -0500
-
-#### Adding travis_wait
-commit 64168a57918dd887ddb8da2de93c134f4d3688c0
-Author: isuPatches
-Date: Sun Jul 2 09:17:39 2017 -0500
-
-#### Test for travis-ci
-commit b8e5449ea6f23a41a503988dd1c41ad71702b68a
-Author: isuPatches
-Date: Sun Jul 2 08:53:09 2017 -0500
-
-#### Update test naming schema
-commit 292487515bb1dd5883d5929f84a180066e5d8112
-Author: isuPatches
-Date: Sun Jul 2 01:26:05 2017 -0500
-
- close #48
-
-#### Rename GetManagerUtil
-commit 5495cf97f54c5d74bff5a8e2226fe0b4fbd6e077
-Author: isuPatches
-Date: Sat Jul 1 23:54:04 2017 -0500
-
- close #46
-
-#### Update Javadocs, eliminate potential memory leak on Android N
-commit 716997a3d6e88b89e5999603664fc7f748ad4ec4
-Author: isuPatches
-Date: Sat Jul 1 23:48:02 2017 -0500
-
- close #45
-
-#### Adjust scope for withContext, bump some versions, remove potential manifest conflicts
-commit 48def3c09edd2b5ae54129084bc6d2f266396fb2
-Author: isuPatches
-Date: Sat Jul 1 23:13:48 2017 -0500
-
- close #41
-
-#### Merge branch 'master' into develop
-commit c9b9cb726be57e62a925f9ac2d84682e94c2c0b0
-Merge: b1da078 0b7a808
-Author: isuPatches
-Date: Sat Mar 25 23:07:56 2017 -0500
-
-#### Update CHANGE.md
-commit 0b7a808eabd41a2d2eb8fd1a1c29dcd19f1be455
-Author: Patches
-Date: Sat Mar 25 23:05:20 2017 -0500
-
-#### Merge branch 'master' into develop
-commit b1da078eb48f0b29ba140a8a334a5fd54d242316
-Merge: e9f087b a836baf
-Author: isuPatches
-Date: Sat Mar 25 22:45:21 2017 -0500
-
-## v1.0.7 - 03/25/2017
-
-#### Merge pull request #37 from isuPatches/develop
-commit a836baf09b974ea5332c037e236a153e9f30cf8d
-Merge: 31217ab e9f087b
-Author: Patches
-Date: Sat Mar 25 22:44:26 2017 -0500
-
- v1.0.7
-
-#### Revert Travis CI changes
-commit e9f087beb8f262c3b805843d45a6b7b09cf89546
-Author: isuPatches
-Date: Sat Mar 25 22:22:53 2017 -0500
-
-#### Going to try to cut down Travis CI time
-commit ef49b55b20277c3854eece485a827f8c39157b17
-Author: isuPatches
-Date: Sat Mar 25 22:10:53 2017 -0500
-
-#### Update deps, update java docs, extract jacoco gradle logic
-commit d3a3a2c343e7b0b8be60a0751d2add05aca571b1
-Author: isuPatches
-Date: Sat Mar 25 21:43:40 2017 -0500
-
-#### Merge branch 'master' into develop
-commit 53cdb27b90586128514cf53a0611a1b2f4fd7032
-Merge: 2a59351 31217ab
-Author: isuPatches
-Date: Sat Feb 4 21:19:48 2017 -0600
-
-#### Update CHANGE.md
-commit 31217ab1b96b8e1b4907607050936e73e7e296a0
-Author: Patches
-Date: Sat Feb 4 21:18:44 2017 -0600
-
-## v1.0.6 - 02/04/2017
-
-#### Merge pull request #36 from isuPatches/develop
-commit 85640461ba06babdc4b37591249af269bec60c28
-Merge: 7ed8ed1 2a59351
-Author: Patches
-Date: Sat Feb 4 21:11:52 2017 -0600
-
- v1.0.6
-
-#### Update README version for release
-commit 2a593513ce0638d04202ff4a9de01cc2cd16b964
-Author: isuPatches
-Date: Sat Feb 4 20:47:52 2017 -0600
-
-#### Update bin again
-commit a88e55a64e96e2fe40a3e673b56a669825811462
-Author: isuPatches
-Date: Sat Feb 4 20:20:48 2017 -0600
-
-#### Add getFrequency and isNetwork5gHz for >= 21 devices, update javadocs, adjust visibility, library updates, etc.
-commit a83f4fa6a8c3af1b7f357a7259fe420d57950979
-Author: isuPatches
-Date: Sat Feb 4 20:19:52 2017 -0600
-
- close #31
- close #32
- close #33
- close #34
- close #35
-
-#### Merge branch 'master' into develop
-commit 71a7151f7fdb7471d83f85eeedf46674803ed742
-Merge: 2c2cafd 7ed8ed1
-Author: isuPatches
-Date: Sat Nov 5 14:43:04 2016 -0500
-
-#### Update README.md
-commit 7ed8ed10bab57bf1ae8186e405db181a054f68f4
-Author: Patches
-Date: Sat Nov 5 14:42:27 2016 -0500
-
-#### Merge branch 'master' into develop
-commit 2c2cafdc09b140e914dfb9b9a14324dbbfb5817b
-Merge: 7bdd39e 716899f
-Author: isuPatches
-Date: Sat Nov 5 14:09:18 2016 -0500
-
-#### Update CHANGE.md
-commit 716899f792b4e88def76da74bcd2fec8df78e463
-Author: Patches
-Date: Sat Nov 5 14:08:51 2016 -0500
-
-## v1.0.5 - 11/05/2016
-
-#### Merge pull request #29 from isuPatches/develop
-commit 0f670e635c7fe2cd1997446890ec6c6450cd6e9e
-Merge: ecbe2dc 7bdd39e
-Author: Patches
-Date: Sat Nov 5 14:06:26 2016 -0500
-
- v1.0.5
-
-#### Update change and readme files
-commit 7bdd39e8df97158c3f667ed128f4fc0f3466d852
-Author: isuPatches
-Date: Sat Nov 5 14:04:30 2016 -0500
-
-#### Adjust file structure for Bintray
-commit 3685c42d198fc700976a57217175c7f8e62f6719
-Author: isuPatches
-Date: Sun Oct 30 08:35:11 2016 -0500
-
-#### Merge branch 'master' into develop
-commit 3d3e552ab7da0d46f7dd15d1367fd753268dca1d
-Merge: 948493f ecbe2dc
-Author: isuPatches
-Date: Sat Oct 29 21:26:29 2016 -0500
-
-#### Add gradle logic to publish to Binary
-commit 948493f42bd53283f6e7f8162fb9adaefd74b2e4
-Author: isuPatches
-Date: Sat Oct 29 21:23:21 2016 -0500
-
- closes #19
-
-#### Merge pull request #28 from isuPatches/develop
-commit ecbe2dc67a4c9d86324901fb2fae9ff58aaefe92
-Merge: 7a3014c a41b4b6
-Author: Patches
-Date: Sat Oct 29 18:57:11 2016 -0500
-
- Add short license to readme
-
-#### Add short license to read
-commit a41b4b6ef55ccbf976ecec4172a90bf20286c0ea
-Author: isuPatches
-Date: Sat Oct 29 18:56:35 2016 -0500
-
-## v1.0.4 - 10/29/2016
-
-#### Merge pull request #27 from isuPatches/develop
-commit 7a3014ce415db2f621d39e05193ffa5242c082d6
-Merge: 5ee444c 3ecb389
-Author: Patches
-Date: Sat Oct 29 18:55:24 2016 -0500
-
- v1.0.4
-
-#### Update javadoc
-commit 3ecb3893952449ccc71aefa8930af08dd6c6bb2a
-Author: isuPatches
-Date: Sat Oct 29 18:53:10 2016 -0500
-
-#### More license stuff
-commit 797008957e441a6e79991f4f06c2f95dd36dfe4d
-Author: isuPatches
-Date: Sat Oct 29 18:48:08 2016 -0500
-
-#### Update LICENSE.md
-commit 882f6877a37bbf66324fd4a02a22f7565b62ff3d
-Author: Patches
-Date: Sat Oct 29 18:46:00 2016 -0500
-
-#### Update LICENSE.md
-commit 9d89ef7a6dbeacbce54b93a41a51524b7c60d9cf
-Author: Patches
-Date: Sat Oct 29 18:42:49 2016 -0500
-
-#### Move license to separate file
-commit fb464859eee4a0fe877a00bc0b538c59820b13bf
-Author: isuPatches
-Date: Sat Oct 29 18:38:13 2016 -0500
-
-#### Remove unnecessary files
-commit cce36df939677677db363049085027f98dc3229a
-Author: isuPatches
-Date: Sat Oct 29 18:35:59 2016 -0500
-
-#### GAH...just work
-commit cb4326f6f2c4af7d3161b6fedd4130d0dac7d658
-Author: isuPatches
-Date: Sat Oct 29 18:06:20 2016 -0500
-
-#### Another test
-commit e2755d24f1adb079e146448db6d9db1124f0ad66
-Author: isuPatches
-Date: Sat Oct 29 17:46:17 2016 -0500
-
-#### Trying another thing
-commit 5d96b2ad1d4dc0150e6df67f6ac24440968532b9
-Author: isuPatches
-Date: Sat Oct 29 17:18:20 2016 -0500
-
-#### Trying a lower API level
-commit 4a94ad26d9c059e8090f059ed622b1633b35e500
-Author: isuPatches
-Date: Sat Oct 29 17:02:10 2016 -0500
-
-#### Adjust adoptions
-commit 341cee9340afb9a4f0f891db238a55dcaa39d425
-Author: isuPatches
-Date: Sat Oct 29 15:00:38 2016 -0500
-
-#### More updates
-commit ec8bf2898c3ae6e6145fd8b608b63ec3dc47efe0
-Author: isuPatches
-Date: Sat Oct 29 14:32:42 2016 -0500
-
-#### Removing signed bit
-commit d00d586869510ea65b366922f38b8bed3c1d1a28
-Author: isuPatches
-Date: Sat Oct 29 14:27:55 2016 -0500
-
-#### Another experiment
-commit 9e00962af97bad9cf789c579b3d36b7082018992
-Author: isuPatches
-Date: Sat Oct 29 14:06:22 2016 -0500
-
-#### More tinkering
-commit 52fa35942bfe0dfdcfc5410de2610fb397359134
-Author: isuPatches
-Date: Sat Oct 29 13:38:41 2016 -0500
-
-#### Update
-commit 1715ec5560ac4dbf7bb0e8526868162e04db4482
-Author: isuPatches
-Date: Sat Oct 29 12:59:47 2016 -0500
-
-#### Yet another travis test
-commit 6c7a1a5af877d213e4558c1ebdc33933f79e7f71
-Author: isuPatches
-Date: Sat Oct 29 12:43:26 2016 -0500
-
-#### Another test
-commit 221bdbec458e9696b3b6f18124a88307dd2e90fc
-Author: isuPatches
-Date: Sat Oct 29 12:22:33 2016 -0500
-
-#### Test
-commit d4e23f60f5236b27eb9047beee6aa3df1e36a24a
-Author: isuPatches
-Date: Sat Oct 29 12:14:45 2016 -0500
-
-#### Another potential travis fix
-commit e645fd867f4ca4835780c5c37adfb23960e0aecf
-Author: isuPatches
-Date: Sat Oct 29 11:56:55 2016 -0500
-
-#### Another test
-commit 095aed8db9b05224bf0896b41727663a1cb4af78
-Author: isuPatches
-Date: Sat Oct 29 11:37:51 2016 -0500
-
-#### Too much logging for Travis
-commit 2e49c408548429a309bc64b2db2a04189f62d927
-Author: isuPatches
-Date: Sat Oct 29 11:03:36 2016 -0500
-
-#### Potential fix for travis ci
-commit f7ec203be930bb89e6df07ed8907f6fbd4d46683
-Author: isuPatches
-Date: Sat Oct 29 10:49:49 2016 -0500
-
-#### Enforce context through builder constructor
-commit 2a0f5f81a9d918a13fbf260c161e9384544a644b
-Author: isuPatches
-Date: Mon Oct 24 00:00:49 2016 -0500
-
- close #25
-
-#### More crazy experiments
-commit b0a73d81fb16d6580da73559c63fdf30f77a9a70
-Author: isuPatches
-Date: Sun Oct 23 22:49:29 2016 -0500
-
-#### Update
-commit 196ca252e3903a3957831bdb156e00fdebe77d8d
-Author: isuPatches
-Date: Sun Oct 23 21:40:28 2016 -0500
-
-#### Spaces
-commit c4d1abc12d482e31920148328a87bd1d9ddd7781
-Author: isuPatches
-Date: Sun Oct 23 20:56:11 2016 -0500
-
-#### Another try
-commit df6ead8e07adf0fcc1d64657c968927fb3876f9f
-Author: isuPatches
-Date: Sun Oct 23 20:55:09 2016 -0500
-
-#### Support libs?
-commit fe3ad453bb3edfefd8a2f2960894dbd1cba44f5f
-Author: isuPatches
-Date: Sun Oct 23 20:25:15 2016 -0500
-
-#### Bump
-commit f87264db901d40b992408dcd1c005ec60b1a74d3
-Author: isuPatches
-Date: Sun Oct 23 20:11:14 2016 -0500
-
-#### Yet another attempt
-commit ad81e789526d6355e2e9ffe1d6ab16503d1bb975
-Author: isuPatches
-Date: Sun Oct 23 19:59:50 2016 -0500
-
-#### Another attempt
-commit 7d53c231da354faf2ef3562eee3ca0a6800a6c80
-Author: isuPatches
-Date: Sun Oct 23 19:50:01 2016 -0500
-
-#### Increment again
-commit 8a0c52c8c4a3435545e0aa5104df3b9366fe5a1f
-Author: isuPatches
-Date: Sun Oct 23 19:29:03 2016 -0500
-
-#### Trying to bump down build tools
-commit 7b7e36d4bc75f2231b1e8f58d7e37c8d173afd05
-Author: isuPatches
-Date: Sun Oct 23 19:10:13 2016 -0500
-
-#### Another test
-commit cb5526001046099374991ade4585f1132cef110d
-Author: isuPatches
-Date: Sun Oct 23 18:28:56 2016 -0500
-
-#### Update travis.yml
-commit ca88ab0ef050795d259aa893a23d5c164d781c8c
-Author: isuPatches
-Date: Sun Oct 23 17:56:28 2016 -0500
-
-#### One day travis ci will work with me
-commit 035eaa75a5c0a3276926b5b58713499dd2f0216a
-Author: isuPatches
-Date: Sun Oct 23 14:42:28 2016 -0500
-
-#### Forgot to add tag
-commit 204f753393c2101c08748bd24b1e4ebf06b19717
-Author: isuPatches
-Date: Sun Oct 23 14:32:31 2016 -0500
-
-#### Add tag, move to ENV variables
-commit fe7f01311d6bab0b26fb411447e55408e9819650
-Author: isuPatches
-Date: Sun Oct 23 14:21:34 2016 -0500
-
-#### :(
-commit c000de375e4f2863cce68db849fdc371ca09eea5
-Author: isuPatches
-Date: Sun Oct 23 14:05:23 2016 -0500
-
-#### Add abi
-commit 4b6e3a020af842d44953eceeb5145b6017f37922
-Author: isuPatches
-Date: Sun Oct 23 13:56:12 2016 -0500
-
-#### Wait for emulator
-commit eb6e5e9ac68884f37de6ae2be620556e4fe766dd
-Author: isuPatches
-Date: Sun Oct 23 13:47:02 2016 -0500
-
-#### Emulator
-commit acc2615abb18deb4d959701e3a6d9d39baf7754d
-Author: isuPatches
-Date: Sun Oct 23 13:34:28 2016 -0500
-
-#### Another attempt
-commit d9bc598ed20f37c97d25586d790d7da9618d1c91
-Author: isuPatches
-Date: Sun Oct 23 13:24:16 2016 -0500
-
-#### Another test
-commit 7b34b0d529de9c7026f7f8604dfe6eac9eee9593
-Author: isuPatches
-Date: Sun Oct 23 13:19:04 2016 -0500
-
-#### Trying another update
-commit 9164d2cd463923ba132e0fd3db662a79de5a09c5
-Author: isuPatches
-Date: Sun Oct 23 12:37:02 2016 -0500
-
-#### travis.yml updates
-commit 95829f1ff7a69eed20b71fbafef5e680f01ab9b0
-Author: isuPatches
-Date: Sun Oct 23 12:32:16 2016 -0500
-
-#### Move travis.yml
-commit 816f72fcac20311ebf5a62a0b35952750de72b5e
-Author: isuPatches
-Date: Sun Oct 23 12:27:46 2016 -0500
-
-#### Add Travis badge
-commit e04ab71ee15ac0193d528eb94f21a8a655c72724
-Author: isuPatches
-Date: Sun Oct 23 12:26:39 2016 -0500
-
-#### Builder pattern updates, javadocs, new package name, updated README, and travis config
-commit bdb6ea7c3958cb29dbe80c6f9f5f8bdda9390022
-Author: isuPatches
-Date: Sun Oct 23 12:20:34 2016 -0500
-
- close #16
- close #20
- close #21
- close #22
- close #23
- close #24
-
-#### Merge branch 'master' into develop
-commit 3512ea1fc44ae55b82125fcf096ecf597819b7e0
-Merge: 4d45db3 5ee444c
-Author: isuPatches
-Date: Sat Oct 22 15:20:48 2016 -0500
-
-#### Merge pull request #18 from isuPatches/develop
-commit 5ee444c66e83ce17730df31f1442daaab09ea328
-Merge: c8292ba 4d45db3
-Author: Patches
-Date: Sat Oct 22 15:20:18 2016 -0500
-
- Develop
-
-#### Update docs again
-commit 4d45db3287a278dff512381d994cf05c5e3d1ebb
-Author: isuPatches
-Date: Sat Oct 22 15:19:31 2016 -0500
-
-#### Merge branch 'master' into develop
-commit d584eaf2aba3996709fc4c92254004ed03bd3a02
-Merge: 643dd75 c8292ba
-Author: isuPatches
-Date: Sat Oct 22 15:15:40 2016 -0500
-
-#### Update CHANGE.md
-commit c8292baba16805731221cbb07c49e787b946a93c
-Author: Patches
-Date: Sat Oct 22 15:14:57 2016 -0500
-
-## v1.0.3 - 10/22/2016
-
-#### Merge branch 'master' into develop
-commit 643dd759b21bbf9b3062b3566215bf84f02922e2
-Merge: a9d5f6a 0363b6e
-Author: isuPatches
-Date: Sat Oct 22 15:04:35 2016 -0500
-
-#### Merge pull request #17 from isuPatches/develop
-commit 0363b6e3987ba1952f4c2244af94a8848a3d37fb
-Merge: 2e2246e a9d5f6a
-Author: Patches
-Date: Sat Oct 22 14:57:29 2016 -0500
-
- v1.0.3
-
-#### Increment versionName and versionCode
-commit a9d5f6aee10545c265680b92477cb33331d3d9f4
-Author: isuPatches
-Date: Sat Oct 22 14:56:20 2016 -0500
-
-#### Missed one spot in documentation
-commit 5f839d5fb115ef66cef2fe113ad82623f11ec663
-Author: isuPatches
-Date: Sat Oct 22 14:34:59 2016 -0500
-
-#### Update ready
-commit 9895f5dc9567a80b63b5f84fbcd3b884a0cf5106
-Author: isuPatches
-Date: Sat Oct 22 14:32:27 2016 -0500
-
-#### Move to builder pattern, use real time values, and update documentation
-commit e61e85e817b542eaa572e527068e911ffdcdcc8e
-Author: isuPatches
-Date: Sat Oct 22 14:32:09 2016 -0500
-
- close #13
- close #14
- close #15
- close #16
-
-#### Merge branch 'master' into develop
-commit 88c05d013caffd7b688cde44b8efea74f69ba3e4
-Merge: cd98623 2e2246e
-Author: isuPatches
-Date: Sat Oct 22 04:08:26 2016 -0500
-
-#### More functionality, switching to espresso tests, updating libs, and providing logging option
-commit 2e2246e63fb4dc3b16b3a59c2081b9e9c39c4388
-Author: isuPatches
-Date: Sat Oct 22 04:08:05 2016 -0500
-
- closes #9
- closes #10
- closes #11
- closes #12
-
-## v1.0.2 - 04/30/2016
-
-#### Update README.md
-commit cd98623b74763e4d12a0c682b5023fdd5f169d91
-Author: Patches
-Date: Sat Apr 30 15:02:43 2016 -0500
-
-#### Update CHANGE.md
-commit af298c3a986c4418cf0003e33f9d591daec58dc5
-Author: Patches
-Date: Sat Apr 30 14:54:13 2016 -0500
-
-#### Create CHANGE.md
-commit c16118744ff2a52881c4af6f4afc8438262888c8
-Author: Patches
-Date: Sat Apr 30 14:46:44 2016 -0500
-
-#### Merge pull request #7 from isuPatches/develop
-commit cdc66951cfca2a8e964f411f67b6c27a592de222
-Merge: 3ba209b 12bb210
-Author: Patches
-Date: Sat Apr 30 14:29:51 2016 -0500
-
- v1.0.2
-
-#### Increment versionName and versionCode for release
-commit 12bb210b2aa6513b0140a2e6de7594f0e1d0e64f
-Author: isuPatches
-Date: Sat Apr 30 14:27:52 2016 -0500
-
-#### Merge pull request #6 from isuPatches/issue-5
-commit a2aefadc1e46785d6f78c17d6130aa574cb05ac6
-Merge: 772558b ae81d49
-Author: Patches
-Date: Sat Apr 30 14:25:29 2016 -0500
-
- issue-5
-
-#### Adding isWifiEnabled functionality
-commit ae81d49fcac0421cc8d5a10730359e7d1e723aec
-Author: isuPatches
-Date: Sat Apr 30 14:23:43 2016 -0500
-
-## v1.0.1 - 04/28/2016
-
-#### Merge pull request #3 from isuPatches/develop
-commit 3ba209b036b99f6cfd432b76b8e75616cdc1fc1c
-Merge: db745f2 772558b
-Author: Patches
-Date: Thu Apr 28 09:07:06 2016 -0500
-
- Fix README
-
-#### Fix README
-commit 772558bc98f20b42849baf0eeacd012b0b383f0a
-Author: isuPatches
-Date: Thu Apr 28 09:05:24 2016 -0500
-
-#### Merge pull request #1 from isuPatches/develop
-commit db745f25d2caf0768ee259aa11ed0ad57c7d8ee4
-Merge: 3df4638 b309b1c
-Author: Patches
-Date: Thu Apr 28 08:57:21 2016 -0500
-
- v1.0.1
-
-#### Add isSecure functionality
-commit b309b1c0c2550c08e92130c2e8bfb1ef1b0e48db
-Author: isuPatches
-Date: Thu Apr 28 08:53:19 2016 -0500
-
-## v1.0.0 - 04/26/2016
-
-#### Create README.md
-commit 3df46380676592b033a4c512ec6d67e7b4e39ace
-Author: Patches
-Date: Tue Apr 26 15:25:33 2016 -0500
-
-#### Initial commit
-commit 58826f9cd9002b5407c6bbaa540c49da46eee3f5
-Author: isuPatches
-Date: Tue Apr 26 15:09:41 2016 -0500
\ No newline at end of file
diff --git a/changes/2.x.md b/changes/2.x.md
deleted file mode 100644
index 4dc52c0b..00000000
--- a/changes/2.x.md
+++ /dev/null
@@ -1,615 +0,0 @@
-## v2.0.1 - 07/30/2017
-
-#### Merge branch '2.x' into develop
-commit b8602da2b5794c468727331950182aae3cd40bc4
-Merge: 4cfa835 09e67e7
-Author: isuPatches
-Date: Sun Jul 30 08:38:49 2017 -0500
-
-#### Merge pull request #84 from isuPatches/develop
-commit 09e67e738835df5c3e3d573f1814b0582b081b05
-Merge: 5358ee0 4cfa835
-Author: Patches
-Date: Sun Jul 30 08:18:22 2017 -0500
-
- v2.0.1
-
-#### Another travis update
-commit 4cfa835c63bbacbfc1aa6b7a98520c1dbf0d65b0
-Author: isuPatches
-Date: Sat Jul 29 21:56:14 2017 -0500
-
-#### Trying to get Travis to work again
-commit 1c1c320e95f0b040bca34d3b8472da33186de532
-Author: isuPatches
-Date: Sat Jul 29 21:52:30 2017 -0500
-
-#### Cleanup and test enhancements
-commit 8ab3635a7bc410ae2d313ba7d9d826dcddb2e3e3
-Author: isuPatches
-Date: Sat Jul 29 21:48:44 2017 -0500
-
- close #81
- close #82
- close #83
-
-#### Merge branch '2.x' into develop
-commit bd994c39b0cacc02ee7adbec651b3efe3d593ff7
-Merge: 9181c12 d9e450c
-Author: isuPatches
-Date: Sun Jul 23 23:29:44 2017 -0500
-
-#### Update README.md
-commit d9e450cbb63112e1455f00f67d297bcd002a827f
-Author: Patches
-Date: Sun Jul 23 23:25:18 2017 -0500
-
-#### Fix travis build
-commit eb415e73b1e20c180ddc4e33d2ce39ae1d23e4d5
-Merge: 74442f7 9181c12
-Author: Patches
-Date: Sun Jul 23 23:00:31 2017 -0500
-
- Merge pull request #79 from isuPatches/develop
-
-#### Add codecov badge
-commit 9181c121bdbcb4bf1b2a255653edeb014d24a38d
-Author: isuPatches
-Date: Sun Jul 23 22:34:44 2017 -0500
-
- close #78
-
-#### Move all tests to AndroidJUnit4 tests
-commit 5c7f29e8e37970c16ce5142b6deb9ef5f52af44a
-Author: isuPatches
-Date: Sun Jul 23 22:10:26 2017 -0500
-
-#### Add code coverage thing
-commit 82a22ef8a3b9df91f12ab3a735edb15b18a04c20
-Author: isuPatches
-Date: Sun Jul 23 21:23:17 2017 -0500
-
-#### Run on SDK 19
-commit c3a1587fc8210d85c7a2523b768e061c8e6fca9d
-Author: isuPatches
-Date: Sun Jul 23 21:05:53 2017 -0500
-
-#### Temp test
-commit 6238f7f5973fcbacb2f96a379671a603061b6765
-Author: isuPatches
-Date: Sun Jul 23 20:44:13 2017 -0500
-
-#### Temp test
-commit eb4de15479faf0f535edc219fe2057c064bf09f0
-Author: isuPatches
-Date: Sun Jul 23 20:44:05 2017 -0500
-
-#### Fix yml
-commit 56bf3b13e1b0c360ea1708e09f162f3f352cb2c8
-Author: isuPatches
-Date: Sun Jul 23 20:33:54 2017 -0500
-
-#### Getting a baseline with SDK 16
-commit 7bd0befc236a3950e2ea50712f88e17ec8801b8a
-Author: isuPatches
-Date: Sun Jul 23 20:31:46 2017 -0500
-
-#### Update to SDK 26
-commit d092dcd4c5b6912d5bf7e04cf51f935099c062b0
-Author: isuPatches
-Date: Sun Jul 23 20:18:51 2017 -0500
-
-#### Add &
-commit bb65180a35e5bb35077954eb730b79b474cad334
-Author: isuPatches
-Date: Sun Jul 23 20:11:23 2017 -0500
-
-#### Some more emulator testing
-commit fee686d677053dca3d895a8ed5c995ec732509a5
-Author: isuPatches
-Date: Sun Jul 23 20:01:52 2017 -0500
-
-#### Need to adjust that too
-commit 45dfcc4e0d70ae1bd876ec3baa7ebc08cc09206e
-Author: isuPatches
-Date: Sun Jul 23 19:49:42 2017 -0500
-
-#### Trying API 16 emulator
-commit 376a5022d845aba3966451ec2ef1942b1e34d3ec
-Author: isuPatches
-Date: Sun Jul 23 19:44:25 2017 -0500
-
-#### Another gradle properties adjustment
-commit 2101890b847bbf64776db14df5a6240cdb6f5e8d
-Author: isuPatches
-Date: Sun Jul 23 19:33:49 2017 -0500
-
-#### Go back to SDK-22
-commit 7471c83ee63a56520d329219ec9abfba37a2b807
-Author: isuPatches
-Date: Sun Jul 23 19:08:14 2017 -0500
-
-#### Reverting
-commit 8707f73e4fa969e21a6a07807430156cc61b873b
-Author: isuPatches
-Date: Sun Jul 23 18:50:32 2017 -0500
-
-#### Switching OS?
-commit 02c5e0ba32d6ad6eebf36d3a67155760c8f29f99
-Author: isuPatches
-Date: Sun Jul 23 18:47:45 2017 -0500
-
-#### Another stab at this
-commit 1453e38fd3091a02296732a5b0d3bce0e9e5e3f3
-Author: isuPatches
-Date: Sun Jul 23 18:26:07 2017 -0500
-
-#### Remove no-skin
-commit ec412c859afea304542edb9eddccc73d60d421b8
-Author: isuPatches
-Date: Sun Jul 23 18:25:07 2017 -0500
-
-#### Add emulator level
-commit c426dd1e75b78163ca66c1f81cbb8e93d3b40a91
-Author: isuPatches
-Date: Sun Jul 23 17:40:03 2017 -0500
-
-#### Another stab at this
-commit 9ef873c1a1b043908fecc20dc927697d01f0ae63
-Author: isuPatches
-Date: Sun Jul 23 17:35:34 2017 -0500
-
-#### Messing around with the gradle.properties
-commit 2aae0accb7a0135b0fec6ac5aae29e133a7737e3
-Author: isuPatches
-Date: Sun Jul 23 17:31:05 2017 -0500
-
-#### Remove sudo true
-commit e8a2d711d43a1add1c9c330863a7de2e44d39619
-Author: isuPatches
-Date: Sun Jul 23 17:24:16 2017 -0500
-
-#### Want to see targets
-commit e8892a8c085d71bcb0c3c3ad1693990a0a819eec
-Author: isuPatches
-Date: Sun Jul 23 17:20:40 2017 -0500
-
-#### Merge remote-tracking branch 'origin/develop' into develop
-commit d4698bc55c2b4729faab9b7d70ed1a708c0bf625
-Merge: b9c271e f22623b
-Author: isuPatches
-Date: Sun Jul 23 17:16:54 2017 -0500
-
- # Conflicts:
- # .travis.yml
-
-#### Trying to increase memory
-commit b9c271e9db179de8c7e8b28512d9d0c561cd3295
-Author: isuPatches
-Date: Sun Jul 23 17:14:51 2017 -0500
-
-#### Update .travis.yml
-commit f22623bb575d90b3248f62aeeff572ab2d24c1f8
-Author: Patches
-Date: Sun Jul 23 16:27:31 2017 -0500
-
-#### Try arm64
-commit 50419a67e5fa55f6e93c9111fa92f9d27c449f79
-Author: isuPatches
-Date: Sun Jul 23 16:20:56 2017 -0500
-
-#### Potential tag fix
-commit cdd199c363727a5a20239a55e43c05aa849cf59c
-Author: isuPatches
-Date: Sun Jul 23 16:07:21 2017 -0500
-
-#### Defaults?
-commit 9ce328025b9de7091c6a816701d77597c5e30715
-Author: isuPatches
-Date: Sun Jul 23 15:58:14 2017 -0500
-
-#### Testing again
-commit f8f3198d3823611d1bfb8521202e46e54ab7a1f1
-Author: isuPatches
-Date: Sun Jul 23 15:53:49 2017 -0500
-
-#### Another test
-commit cb1d2ca3bdf532f5fb6e43f65345c5d5c5407c1d
-Author: isuPatches
-Date: Sun Jul 23 15:46:02 2017 -0500
-
-#### Another check
-commit 3d228bdd4d8bb80005174df23b3c09b8d8c912f3
-Author: isuPatches
-Date: Sun Jul 23 15:39:24 2017 -0500
-
-#### Moving some things
-commit aa270634bf76c8e9ce327df3b401d6eb3cc14dee
-Author: isuPatches
-Date: Sun Jul 23 13:47:11 2017 -0500
-
-#### update ABI
-commit 1b4ed37d396f19158c84b476b6aa3cecc61cff44
-Author: isuPatches
-Date: Sun Jul 23 13:36:30 2017 -0500
-
-#### Not giving up hope
-commit 0007f46d010cb975c7ab6b5830d7a36a403795db
-Author: isuPatches
-Date: Sun Jul 23 13:28:55 2017 -0500
-
-#### Still trying some more things
-commit 1573fb618ba44e53a35e2000169e7b01015fd56b
-Author: isuPatches
-Date: Sun Jul 23 13:17:17 2017 -0500
-
-#### Reverting with a few minor changes
-commit e1fc49a2e573212ccae4d0969399ae66ecf5cf55
-Author: isuPatches
-Date: Sun Jul 23 12:59:43 2017 -0500
-
-#### Order of operations thing
-commit 064443a3c2fdc513bf71effbe58e2d70e912025b
-Author: isuPatches
-Date: Sun Jul 23 12:41:44 2017 -0500
-
-#### Ugh...
-commit f54bfd625162fda9ccf79b3c1431381f08256f57
-Author: isuPatches
-Date: Sun Jul 23 12:38:14 2017 -0500
-
-#### Fighting with travis still
-commit 7ba6a77db23401927565687018864f04c48fe49e
-Author: isuPatches
-Date: Sun Jul 23 12:33:06 2017 -0500
-
-#### Sanity check
-commit c7684bddb53a333a82f6a8cefb0dd8eafdef6040
-Author: isuPatches
-Date: Sun Jul 23 12:24:29 2017 -0500
-
-#### More adjustments
-commit 4b6d695008e4475b1c6c6d6a71afa1c5fbb8b1cf
-Author: isuPatches
-Date: Sun Jul 23 12:20:18 2017 -0500
-
-#### Trying sudo false
-commit a2abe7b0f6d259172751aa556eb4ec894a704f3f
-Author: isuPatches
-Date: Sun Jul 23 12:11:55 2017 -0500
-
-#### Going back to what works
-commit ba8ee1fd3bf6374834a61cb3a1409e3dda83b807
-Author: isuPatches
-Date: Sun Jul 23 11:58:12 2017 -0500
-
-#### Trying more things
-commit 300ad43ff6b4d10933b9308e049c6bcb08be3bfc
-Author: isuPatches
-Date: Sun Jul 23 11:56:07 2017 -0500
-
-#### Trial for SDK 24
-commit 5d79110788fb959d6cf4565bc845f9464be8438b
-Author: isuPatches
-Date: Sun Jul 23 11:45:31 2017 -0500
-
-#### Trying sans Google APIs
-commit 7c9bc279dd89d1cb1f3bf4d8153059240ac109a2
-Author: isuPatches
-Date: Sun Jul 23 11:29:31 2017 -0500
-
-#### Trying another thing
-commit 441c1967bcdefdac66c37272cab2675c7bd98e52
-Author: isuPatches
-Date: Sun Jul 23 11:23:49 2017 -0500
-
-#### Needed -android in another spot I think
-commit 9886f7218a7729b4b9b29e943f0db6c2ca9c77d2
-Author: isuPatches
-Date: Sun Jul 23 11:15:00 2017 -0500
-
-#### Change back &
-commit 4ebb68715b58872c405da6689c416e21ad0e6e9a
-Author: isuPatches
-Date: Sun Jul 23 11:03:07 2017 -0500
-
-#### Add back tag
-commit c629f5238c8014a64a7cee0b9811ecb31d28689f
-Author: isuPatches
-Date: Sun Jul 23 10:56:24 2017 -0500
-
-#### Needed android- here
-commit 2118037604dc864df4ff52c8333e5fbf32729a70
-Author: isuPatches
-Date: Sun Jul 23 10:50:36 2017 -0500
-
-#### More speed things
-commit 57526ec35d24e4ccdb0c1d69c7b3689e63441ffa
-Author: isuPatches
-Date: Sun Jul 23 10:47:26 2017 -0500
-
-#### More poking at Travis
-commit 263e5eebe0d06fb7fcb25628866c7b83f7e9fab1
-Author: isuPatches
-Date: Sun Jul 23 10:44:44 2017 -0500
-
-#### Please please please work...
-commit c1f6d6aac1c605362e57a4bb3e0966b771298ff2
-Author: isuPatches
-Date: Sun Jul 23 10:37:20 2017 -0500
-
-#### Please work
-commit ba806d167613301aa7248a8d70ce46fdb899e331
-Author: isuPatches
-Date: Sun Jul 23 10:29:40 2017 -0500
-
-#### More speed adjustments
-commit 8caea6143d1d68a79f80bf6b18909aa8dbeaa15a
-Author: isuPatches
-Date: Sun Jul 23 10:23:20 2017 -0500
-
-#### More playing around with travis
-commit c9db56bfbaca1f39878adde072983de83aa6fe28
-Author: isuPatches
-Date: Sun Jul 23 10:14:00 2017 -0500
-
-#### Trying to speed up travis
-commit 4eb22cc544f73064cc8fd71c861b21e2591e63f1
-Author: isuPatches
-Date: Sun Jul 23 10:04:53 2017 -0500
-
-##### More travis fun
-commit 5a2ac608a9d11e7f48641b4086b0548984d1cee2
-Author: isuPatches
-Date: Sun Jul 23 09:49:36 2017 -0500
-
-##### More adjustments
-commit fd8e167efe81d3c54b37db50b10409fcdd64e4f2
-Author: isuPatches
-Date: Sun Jul 23 09:37:23 2017 -0500
-
-##### I don't think travis has 26 yet
-commit 6cb6c3ffda6a0c27764e7b966a16f7b66e21ca23
-Author: isuPatches
-Date: Sun Jul 23 09:33:19 2017 -0500
-
-#### Missed a -
-commit 96c0571451b6d7d13911376a6480431b50b1d4dc
-Author: isuPatches
-Date: Sun Jul 23 09:29:24 2017 -0500
-
-##### Another tweak
-commit 857c105bb82597f9264b65e47238e4ccf13d3183
-Author: isuPatches
-Date: Sun Jul 23 09:24:38 2017 -0500
-
-##### Yet another travis adjustment
-commit a3c5eef5d5b3a9623930575ff5e2c4707da98f1d
-Author: isuPatches
-Date: Sun Jul 23 09:23:13 2017 -0500
-
-##### Removing matrix
-commit c99c985bed891aa56d672bc20e74e9a156e12998
-Author: isuPatches
-Date: Sun Jul 23 09:18:17 2017 -0500
-
-##### Trying another set of abis
-commit 29486b0582815fc43e6356b38511556eb0313690
-Author: isuPatches
-Date: Sun Jul 23 09:09:41 2017 -0500
-
-#### Trying another thing
-commit f116e88dcf28bbeef502ddb8cd43d0c4cc626b65
-Author: isuPatches
-Date: Sun Jul 23 09:01:41 2017 -0500
-
-##### Another travis adjustment
-commit 7f58e07be945db7b249be6fba775bf25f29a2f5f
-Author: isuPatches
-Date: Sun Jul 23 08:49:17 2017 -0500
-
-#### Move to matrix
-commit c268d5b956b020e2898ee0955c470010cf7994f7
-Author: isuPatches
-Date: Sun Jul 23 08:38:38 2017 -0500
-
-#### Trying SDK 25 for travis
-commit aa64cecd7987324855d166d2d4388e8124ef3186
-Author: isuPatches
-Date: Sun Jul 23 08:35:16 2017 -0500
-
-#### Trying to adjust the ABI
-commit 9b08985be4189e0cb5b7268fbdbc0d2b7229342b
-Author: isuPatches
-Date: Sun Jul 23 08:29:49 2017 -0500
-
-#### Another stab at travis
-commit 7757c030c35a13589d6ca3a049ccbebd7b64844b
-Author: isuPatches
-Date: Sun Jul 23 08:23:48 2017 -0500
-
-#### Working on tavis.ci
-commit 3fce18184d8523d59da27ffd32527da3a40324d1
-Author: isuPatches
-Date: Sun Jul 23 08:05:47 2017 -0500
-
-#### Merge branch '2.x' into develop
-commit c61581032e620bd340c84b535026fc4320884805
-Merge: c79ccb3 74442f7
-Author: isuPatches
-Date: Sat Jul 22 23:33:01 2017 -0500
-
-#### Merge pull request #76 from isuPatches/develop
-commit 74442f764395c142da6c9820c24b4d1f736ddc9c
-Merge: 87b121f c79ccb3
-Author: Patches
-Date: Sat Jul 22 23:30:53 2017 -0500
-
- v2.0.0
-
-#### Stay consistent with formatting
-commit c79ccb3ec0eea09db15589dd27de3f7651a24808
-Author: isuPatches
-Date: Sat Jul 22 23:15:35 2017 -0500
-
-#### Update javadocs and README.md
-commit 50934ddfa4ca0db75b726c87e63da9c1ca4b974f
-Author: isuPatches
-Date: Sat Jul 22 23:11:19 2017 -0500
-
-#### Merge branch '2.x' into develop
-commit 075f5054e0c32bcaf9b63ed0d10bf7fff391cfd0
-Merge: ce50002 87b121f
-Author: Patches
-Date: Sat Jul 22 23:00:37 2017 -0500
-
-#### Update 2.x changelog
-commit ce5000240a5bb19a93e36c4d23865355190b47eb
-Author: isuPatches
-Date: Sat Jul 22 22:58:18 2017 -0500
-
-#### Merge branch '2.x' into develop
-commit 2cbf549696b56f474fb7a41f10fed4a94d190484
-Merge: 625ee13 94002a0
-Author: isuPatches
-Date: Sat Jul 22 22:55:54 2017 -0500
-
- # Conflicts:
- # changes/1.x.md
-
-#### Update 2.x.md
-commit 87b121f9e2963d16259f4233796144a801a4bd32
-Author: Patches
-Date: Sat Jul 22 22:54:01 2017 -0500
-
-#### Update 1.x.md
-commit 94002a0cc61e1d92240f2dd8e4c8110438b69556
-Author: Patches
-Date: Sat Jul 22 22:47:57 2017 -0500
-
-## v2.0.0 - 07/22/2017
-
-#### Last part of 2.0.0 going up
-commit 625ee1337c82ad4a6fbdde7e5c9bd375c1ae134d
-Author: isuPatches
-Date: Sat Jul 22 22:37:31 2017 -0500
-
- close #63
- close #73
- close #75
-
-#### Update .gitignore
-commit c41d1358feda96db6bb0a7979e61f476c9a63c1f
-Author: Patches
-Date: Fri Jul 21 19:46:32 2017 -0500
-
-## v2.0.0-BETA1 - 07/20/2017
-
-#### Merge branch '2.x' into develop
-commit c756d917a72d5942960abc7709c4641cd9483ad3
-Merge: 063f988 bf31952
-Author: isuPatches
-Date: Thu Jul 20 06:22:36 2017 -0500
-
-#### Updates for BETA1
-commit bf3195252594583a28d1a1d6a4f5d0d81e423a4c
-Author: isuPatches
-Date: Thu Jul 20 06:12:26 2017 -0500
-
-#### Merge pull request #74 from isuPatches/develop
-commit 361907754313448d9f33363ef5fcd56f35b49cf5
-Merge: 0a3cc80 063f988
-Author: Patches
-Date: Thu Jul 20 06:02:22 2017 -0500
-
- 2.0.0-BETA1
-
-#### Another tweak
-commit 063f988d15d577b7e4935693bb013173275d5918
-Author: isuPatches
-Date: Sun Jul 16 22:10:53 2017 -0500
-
-#### More changeling and documentation updates
-commit 7d8242181f8853037f6c75dc6aaef795d637bb82
-Author: isuPatches
-Date: Sun Jul 16 22:06:49 2017 -0500
-
-#### Even more documentation updates
-commit 320a3e945dcc976cf4426ef1746e4e9ecd941b69
-Author: isuPatches
-Date: Sun Jul 16 22:02:55 2017 -0500
-
-#### More tests and updated documentation
-commit d981721a100eae6ce37da1d0e05884f1157959cc
-Author: isuPatches
-Date: Sun Jul 16 20:09:36 2017 -0500
-
-#### WIP
-commit 07ccac75a44440424bb2c12b24b00cbbdc1b8b5c
-Author: isuPatches
-Date: Sun Jul 16 11:28:58 2017 -0500
-
- close #68
- close #69
- close #70
- close #71
- close #72
-
-#### test
-commit aed5d0dc0053f0e8327b422a9414439dde9286b2
-Author: isuPatches
-Date: Sat Jul 15 15:44:56 2017 -0500
-
-#### Update wait in travis.yml
-commit 81a4c843195f9f5ece331483527038bf787c9c4b
-Author: isuPatches
-Date: Fri Jul 14 20:45:37 2017 -0500
-
-#### Slowly getting there
-commit 4afd442f10cff83454d5084d6c326297a2931b6b
-Author: isuPatches
-Date: Tue Jul 11 08:23:50 2017 -0500
-
-#### Even more cleanup for 2.x
-commit 1d2c32014c748d64322c00651a2aa1d5dca69930
-Author: isuPatches
-Date: Mon Jul 10 07:35:10 2017 -0500
-
-#### More cleanup for 2.x
-commit 086098cdf80204c38314ac672bd07750665b53fc
-Author: isuPatches
-Date: Mon Jul 10 07:30:16 2017 -0500
-
-#### Update travis.yml
-commit 1df8e7be3bf747a612699a3b0e1502cb46281ebd
-Author: isuPatches
-Date: Sun Jul 9 14:36:51 2017 -0500
-
-#### Merge branch '2.x' into develop
-commit 55af07095ee92166261afd27dd856293bb2acbe1
-Merge: 9cb52a6 0a3cc80
-Author: isuPatches
-Date: Sun Jul 9 14:23:10 2017 -0500
-
-#### Start of 2.x
-commit 0a3cc801f8f030ed30419b698f9d8f96eca9df5b
-Author: isuPatches
-Date: Sun Jul 9 14:22:23 2017 -0500
-
- close #58
- close #59
- close #60
- close #61
- close #62
- close #64
-
-#### Merge branch 'master' into develop
-commit 9cb52a65ad54f2c5dd7e8c034588742be72a85c9
-Merge: 82ee0c4 dd48414
-Author: isuPatches
-Date: Tue Jul 4 11:38:01 2017 -0500
-
-#### Update README.md
-commit dd48414f94e2ae5a7aee9275cdac39c7107930d1
-Author: Patches
-Date: Tue Jul 4 11:35:57 2017 -0500
diff --git a/changes/3.x.md b/changes/3.x.md
deleted file mode 100644
index 95e65658..00000000
--- a/changes/3.x.md
+++ /dev/null
@@ -1,89 +0,0 @@
-## v3.0.1 - 09/15/2018
-
-#### Update README.md to use implementation
-commit de9f9c4690f7efa468a5211282f9a19cd6e109cc
-Author: Chintan Rathod <4371780+ChintanRathod@users.noreply.github.com>
-Date: Sun Apr 21 19:45:20 2019 +0530
-
-#### Delete -verbose, -dontobfuscate
-commit 95e3b8d1d2609822d0eb12aa3fa5f4c408977a4a
-Author: Jungwook Park (Victor)
-Date: Sun Nov 4 12:20:21 2018 +0900
-
-#### issue-113 & issue-114 Update dependencies and adjust manifest
-commit 07a93f06f9ad6efa05245cfa426d1551c024586b
-Author: Patches
-Date: Sat Sep 15 12:07:14 2018 -0500
-
-#### Update README.md
-commit 491a53d8014a1211e74d222c6d165d8fd450de3b
-Author: Patches
-Date: Sat Sep 8 14:37:47 2018 -0500
-
-#### Add new logo/icon
-commit 2dda2fe8409f63ad1400093ebde56ca842c8608d
-Author: mansyaprime <33461607+mansya@users.noreply.github.com>
-Date: Sun Sep 9 02:35:50 2018 +0700
-
-#### Update 3.x changes for release
-commit 1331e9f9e929405f5050b9419dc0986427adb201
-Author: isuPatches
-Date: Sun Aug 19 18:57:25 2018 -0500
-
-## v3.0.0 - 08/19/2018
-
-#### Enable XML for CodeCov
-commit 43aa0684ff60aa439b17bd9a5353761546a7371c
-Author: isuPatches