Simple application for monitoring Kerio products on Android.
android-dashboard is hosted in the following web site
https://github.com/Kerio/android-dashboard
If you think the Android project android-dashboard listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-dashboard.
Item | Value |
---|---|
Java File Count | 48 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 15 |
Activity Count | 5 |
jar files used | android-support-v4.jar graphview-3.1.jar |
Required Permissions | android.permission.INTERNET |
There are 3 image files in android-dashboard. The names of the image files are listed as follows.
ico_connect.png ico_control.png ico_operator.png
The following screenshort is generated from the image listed above.
android-dashboard has the following Java source files.
com.kerio.dashboard.ApiUtils.java com.kerio.dashboard.ConnectivityTileUpdater.java com.kerio.dashboard.LicenseTileUpdater.java com.kerio.dashboard.NotificationUpdater.java com.kerio.dashboard.PeriodicTask.java com.kerio.dashboard.ServerDashboardUpdater.java com.kerio.dashboard.ServerStatusUpdater.java com.kerio.dashboard.SystemHealthUpdater.java com.kerio.dashboard.SystemStatusUpdater.java com.kerio.dashboard.SystemUpdater.java com.kerio.dashboard.TileHandler.java com.kerio.dashboard.TileUpdater.java com.kerio.dashboard.TopActiveHostsTileUpdater.java com.kerio.dashboard.TrafficChartUpdater.java com.kerio.dashboard.VpnInfoTileUpdater.java com.kerio.dashboard.api.ApiClient.java com.kerio.dashboard.api.LocalTrustManagement.java com.kerio.dashboard.api.NotificationGetter.java com.kerio.dashboard.api.TrustSSLSocketFactory.java com.kerio.dashboard.api.TrustStoreHelper.java com.kerio.dashboard.config.Config.java com.kerio.dashboard.config.ServerConfig.java com.kerio.dashboard.config.gui.CertificateConfigDialog.java com.kerio.dashboard.config.gui.CertificatePreference.java com.kerio.dashboard.config.gui.CertificateStoreActivity.java com.kerio.dashboard.config.gui.ServerConfigDialog.java com.kerio.dashboard.config.gui.SettingActivity.java com.kerio.dashboard.gui.CertificateDialog.java com.kerio.dashboard.gui.CertificateWarningDialog.java com.kerio.dashboard.gui.MainActivity.java com.kerio.dashboard.gui.ServerActivity.java com.kerio.dashboard.gui.tiles.CertificateTile.java com.kerio.dashboard.gui.tiles.ConnectivityTile.java com.kerio.dashboard.gui.tiles.Frame.java com.kerio.dashboard.gui.tiles.GraphTile.java com.kerio.dashboard.gui.tiles.LicenseTile.java com.kerio.dashboard.gui.tiles.NotificationTile.java com.kerio.dashboard.gui.tiles.ServerTile.java com.kerio.dashboard.gui.tiles.SystemHealthTile.java com.kerio.dashboard.gui.tiles.SystemStatusTile.java com.kerio.dashboard.gui.tiles.SystemTile.java com.kerio.dashboard.gui.tiles.TextTile.java com.kerio.dashboard.gui.tiles.Tile.java com.kerio.dashboard.gui.tiles.TileFactory.java com.kerio.dashboard.gui.tiles.TimeGraphTile.java com.kerio.dashboard.gui.tiles.TopActiveHostsTile.java com.kerio.dashboard.gui.tiles.TrafficChartTile.java com.kerio.dashboard.gui.tiles.VpnInfoTile.java