No Lock Home for 4.4
No Lock Home is Xposed module for lockscreen bypass based on network connectivity - when you're home, connected to your trusted WiFi AP, lock screen will not be shown. Once you disconnect from your AP, your selected lockscreen will be enabled. It also works with Bluetooth and cell towers.
It's the very same principle as uses app SkipLock. No Lock Home works with any unlock method (Swipe/Face Unlock/Pattern/PIN/Password/...) - including Fingerprint reader on Samsung Galaxy S5 (stock ROM w/ TouchWiz)
Compatible with Android 4.4.x/KitKat only. It has been tested on Android 4.4.2 - Samsung Galaxy S5 (stock), LG G Pad 8.3 (stock) and CyanogenMod. Since 0.5.3 it's also compatible with OnePlus and HTC so all Android (4.4.x) phones should be covered.
- increase version number to be on par with Play Store listing (which was updated to limit this release to KK only using maxSdkVersion)
v0.6.4 (20141030)
- add option to exclude swipe unlock when connected to wifi network
- fix re-enabling swipe lockscreen upon connect to trusted network if screen is off
- fix swipe fix not loading its setting
v0.6.3 (20141026)
- add option to fix swipe (some CM roms)
- fix sim pin during airplane mode switching
- fix automatic unlock on boot on devices without sim card or phone module
v0.6.2 (20141020)
- fix BT/WiFi locking triggered by disconnects in untrusted environment
v0.6.1 (20141019) - experimental
- fix BT locking was active even when not enabled by user
- remove unnecessary unlock attempts (causing unlock sounds)
v0.6.0 (20141018) - experimental
- improve wake up speed (by removing any onScreenTurnedOn hook and making it fully event driven)
- improve SIM PIN detection (using onSimStateChanged hook)
- improve BTS unlock, now event driven (on the fly locking/unlocking, no more checks on screen on)
v0.5.4 (20141011)
- additional sim pin check
v0.5.3 (20140918)
- improved "no lock when screen is on"
- improvements towards htc keyguard compatability
v0.5.2 (20140916) - experimental
- add add (action for adding mac addresses/bts)
- add use of "*" wildcard (in bts only) as a workaround to have No Lock Home always active
- fix "no lock when screen is on"
v0.5.1 (20140911) - experimental
- add OnePlus One keyguard support
v0.5.0 (20140910) - experimental
- add lock/unlock based on network (wifi/bt) events - screen no longer needs to be turned off and on, it also bypasses the first lockscreen after boot
- minor tweaks
v0.4.0 (20140725) - current stable
- add cdma support
- fix ripple/particle effect instead of fallback circle when using swipe (non-aosp devices)
v0.3.7 (20140709)
- add option to unlock using any paired & connected bluetooth device
- add allow using both wifi mac addresses and names (ssid)
- fix sim unlock not appearing when using swipe
v0.3.6 (20140708)
- add option to unlock using any wifi connection
- fix lock not activated in some cases if using swipe, thanks @albertf
v0.3.5 (20140707)
- add option to disable/enable (un)locking
- add restart-less setting
- fix status bar in swipe lock, thanks @JulianPaoloThiry
v0.3.0 (20140706)
- add unlock based on Bluetooth device
- add unlock based on cell tower (LAC-CID)
- fix respecting lock delay
- fix faster screen on outside trusted zone (remove unnecessary wifi checks)
v0.2.0 (20140703)
- add option to set Swipe unlock method as default instead of None
v0.1.1 (20140702)
- fix FC (first time opening settings without wifi on)
v0.1.0 (20140629)
- Initial release