This commit is contained in:
Aidan Follestad 2016-08-02 13:15:30 -05:00
commit ef8031d848
9 changed files with 3 additions and 2 deletions

Binary file not shown.

BIN
NockNock-0.1.1.0.apk Normal file

Binary file not shown.

View file

@ -8,8 +8,8 @@ android {
applicationId "com.afollestad.nocknock" applicationId "com.afollestad.nocknock"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 24 targetSdkVersion 24
versionCode 7 versionCode 8
versionName "0.1.0.2" versionName "0.1.1.0"
jackOptions { jackOptions {
enabled true enabled true

View file

@ -53,6 +53,7 @@
<receiver android:name=".receivers.ConnectivityReceiver"> <receiver android:name=".receivers.ConnectivityReceiver">
<intent-filter> <intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" /> <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
<action android:name="android.net.wifi.WIFI_STATE_CHANGED" />
</intent-filter> </intent-filter>
</receiver> </receiver>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Before After
Before After