Merge branch 'add-ca.rmen.android.networkmonitor' into 'master'

[Network Monitor] Add the ca.rmen.android.networkmonitor app

Submitting the Network Monitor app.

This app exists on the play store with version 1.18.0: https://play.google.com/store/apps/details?id=ca.rmen.android.networkmonitor

The version on the play store has additional functionality: it uses Google Play Services to get accurate location info.

The version submitted here (1.18.1) doesn't use the Google Play Services library: the foss flavor doesn't include that library and related functionality.

The source code of the app at the 1.18.1 tag: https://github.com/caarmen/network-monitor/tree/netmon-1.18.1

See merge request !734
This commit is contained in:
Boris Kraut 2015-04-26 20:39:39 +00:00
commit ac99ab0e22

View file

@ -0,0 +1,41 @@
Categories:System
License:Apache2
Web Site:https://github.com/caarmen/network-monitor/blob/master/README.md
Source Code:https://github.com/caarmen/network-monitor/
Issue Tracker:https://github.com/caarmen/network-monitor/issues
Auto Name:Network Monitor
Summary:Network Monitor
Description:
Network Monitor is a diagnostic tool which periodically tests your network connection and logs the results to a database on the phone.
It tests the connection by retrieving the main Google page (http://www.google.com) in two different ways:
* An HTTP connection (the type of connection used by the browser and other web apps)
* A basic socket connection (a type of connection used by other apps)
It also logs other information about your device and connection status, such as:
* The network type (WiFi, mobile/EDGE, mobile/HSPA, etc)
* The WiFi SSID or APN
* The device's location (latitude, longitude)
* The cell tower's ids
* The signal strength (from 0 to 4)
* Other information...
You can send yourself a report of the collected data, in several formats (Excel, CSV, HTML, KML, the raw database). The report will also contain a summary of the success rate of the connection tests, per cell tower and WiFi access point.
* WARNING: This app is a diagnostic/debugging app which may use a lot of battery and data.
.
Repo Type:git
Repo:https://github.com/caarmen/network-monitor.git
Build:1.18.1,11801
commit=netmon-1.18.1
subdir=networkmonitor
gradle=foss
Auto Update Mode:Version releases-%v
Update Check Mode:Tags ^netmon-
Current Version:1.18.1
Current Version Code:11801