Skip to content

Releases: gautamgitspace/CellularNetworkMonitor

onCreate Sweet Permissions + GPS is back

28 Jul 18:01

Choose a tag to compare

Permissions handled on onCreate in MainActivity. GPS functionality included. Records data even when location object returns null.

Support for android v6.0+

28 Jul 18:00

Choose a tag to compare

Pre-release

With user permissions for android v6.0+, records DataActivity and DataSate, logs call state

Device Registration

28 Jul 17:59

Choose a tag to compare

Device Registration Pre-release
Pre-release

Registers device uses a JSON POST

Initial Release

28 Jul 17:58

Choose a tag to compare

Initial Release Pre-release
Pre-release

gets location pure network based location does not fail to GPS

Scheduler and Wake Lock in action

28 Jul 18:03

Choose a tag to compare

Pre-release

Uses ScheduledExecutorService, does not uses Alarm(removed), does not uses Handler(removed), Uses wake lock.