pandorafms/pandora_agents/android/tablet/AndroidManifest.xml

87 lines
3.3 KiB
XML
Raw Normal View History

2011-01-26 Sergio Martin <sergio.martin@artica.es> * android android/default.properties android/.classpath android/proguard.cfg android/assets android/.project android/AndroidManifest.xml android/src android/src/pandroid android/src/pandroid/agent android/src/pandroid/agent/PandroidAgentTentacle.java android/src/pandroid/agent/PandroidAgent.java android/bin android/bin/pandroid android/bin/pandroid/agent android/bin/pandroid/agent/PandroidAgent$8.class android/bin/pandroid/agent/PandroidAgent$9.class android/bin/pandroid/agent/PandroidAgent.class android/bin/pandroid/agent/R$id.class android/bin/pandroid/agent/PandroidAgent$MyLocationListener.class android/bin/pandroid/agent/R$string.class android/bin/pandroid/agent/tentacle_client.class android/bin/pandroid/agent/R$attr.class android/bin/pandroid/agent/R.class android/bin/pandroid/agent/R$layout.class android/bin/pandroid/agent/PandroidAgent$1.class android/bin/pandroid/agent/PandroidAgent$2.class android/bin/pandroid/agent/PandroidAgent$3.class android/bin/pandroid/agent/PandroidAgent$4.class android/bin/pandroid/agent/R$drawable.class android/bin/pandroid/agent/PandroidAgent$5.class android/bin/pandroid/agent/PandroidAgent$6.class android/bin/pandroid/agent/PandroidAgent$7.class android/bin/resources.ap_ android/bin/Copy of Copy of Pandroid Agent.apk android/bin/classes.dex android/res android/res/values android/res/values/strings.xml android/res/drawable-hdpi android/res/drawable-hdpi/logo.png android/res/drawable-hdpi/icon.png android/res/drawable-ldpi android/res/drawable-ldpi/icon.png android/res/drawable-mdpi android/res/drawable-mdpi/icon.png android/res/layout android/res/layout/main.xml android/gen android/gen/pandroid android/gen/pandroid/agent android/gen/pandroid/agent/R.java: Created the first android agent with report of battery level and basic GPS location coordinates report git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3779 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-01-26 20:15:48 +01:00
<?xml version="1.0" encoding="utf-8"?>
2012-07-09 Mark Holland <mark@mark-holland.me.uk> * AndroidManifest.xml: Added Pandora FMS comment to header. * res/layout/About.xml: Swapped hardcoded text for strings. * res/layout/help.xml: Added scrollview. * res/layout/password_choose.xml: View for dialog when choosing whether to have a password. * res/layout/password_create.xml: Added textviews with instructions. * res/layout/password_entry.xml: Swapped hardcoded text for strings. * res/layout/setup.xml: Added checkboxes for all modules. * res/layout/setupnosim.xml: View that only shows checkboxes for modules that don't need a sim card present. * res/values/strings.xml: Updated help string (english only). Lots of new strings, also added to strings-en and strings-es. * src/pandroid/agent/About.java: Added Pandora FMS comment to header. * src/pandroid/agent/core.java: Added Pandora FMS comment to header. Added variable for hello signal. Added reporting variables for all modules. Changed alarm to be accessed in a static way. changed agent identifier from pandroid plus simID to pandroid plus install uid. * src/pandroid/agent/Help.java: Added Pandora FMS comment to header. * src/pandroid/agent/Installation.java: Calculates a unique installation uid. * src/pandroid/agent/PandroidAgent.java: hasSim now works whether phone without sim and also tablet without capability for sim card. On resume sets hello signal to 1. * src/pandroid/agent/PandroidAgentListener.java: Removed unnecessary variables, all defaults come from Core.java. Ensure Hello signal changed to 0 after every connection. Variables for all module reporting, data only added to xml if enabled in setup. * src/pandroid/agent/setup.java: Added Pandora FMS comment to header. Different views loaded depending on whether sim card is present. Added button for changing password. Added checkboxes for all modules. Added dialog for choosing whether to set a password. Added minimum password length and empty to remove password. Keyboard dismissed upon completing dialogs. * src/pandroid/agent/SMSBroadcastReceiver.java: Added Pandora FMS comment to header. * src/pandroid/agent/status.java: Added Pandora FMS comment to header. Remove incorrect toast message when pressing start button. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6755 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-07-09 10:35:48 +02:00
<!--
// Pandora FMS - http://pandorafms.com
// ==================================================
// Copyright (c) 2005-2011 Artica Soluciones Tecnologicas
// Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
-->
2011-01-26 Sergio Martin <sergio.martin@artica.es> * android android/default.properties android/.classpath android/proguard.cfg android/assets android/.project android/AndroidManifest.xml android/src android/src/pandroid android/src/pandroid/agent android/src/pandroid/agent/PandroidAgentTentacle.java android/src/pandroid/agent/PandroidAgent.java android/bin android/bin/pandroid android/bin/pandroid/agent android/bin/pandroid/agent/PandroidAgent$8.class android/bin/pandroid/agent/PandroidAgent$9.class android/bin/pandroid/agent/PandroidAgent.class android/bin/pandroid/agent/R$id.class android/bin/pandroid/agent/PandroidAgent$MyLocationListener.class android/bin/pandroid/agent/R$string.class android/bin/pandroid/agent/tentacle_client.class android/bin/pandroid/agent/R$attr.class android/bin/pandroid/agent/R.class android/bin/pandroid/agent/R$layout.class android/bin/pandroid/agent/PandroidAgent$1.class android/bin/pandroid/agent/PandroidAgent$2.class android/bin/pandroid/agent/PandroidAgent$3.class android/bin/pandroid/agent/PandroidAgent$4.class android/bin/pandroid/agent/R$drawable.class android/bin/pandroid/agent/PandroidAgent$5.class android/bin/pandroid/agent/PandroidAgent$6.class android/bin/pandroid/agent/PandroidAgent$7.class android/bin/resources.ap_ android/bin/Copy of Copy of Pandroid Agent.apk android/bin/classes.dex android/res android/res/values android/res/values/strings.xml android/res/drawable-hdpi android/res/drawable-hdpi/logo.png android/res/drawable-hdpi/icon.png android/res/drawable-ldpi android/res/drawable-ldpi/icon.png android/res/drawable-mdpi android/res/drawable-mdpi/icon.png android/res/layout android/res/layout/main.xml android/gen android/gen/pandroid android/gen/pandroid/agent android/gen/pandroid/agent/R.java: Created the first android agent with report of battery level and basic GPS location coordinates report git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3779 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-01-26 20:15:48 +01:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pandroid.agent"
android:versionCode="2003"
android:versionName="3.0" >
<supports-screens
android:smallScreens="false"
android:normalScreens="false"
android:largeScreens="true"
android:xlargeScreens="true" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.BATTERY_STATS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-feature android:name="android.hardware.sensor.light" />
<uses-feature android:name="android.hardware.location" />
<uses-sdk android:minSdkVersion="8" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
android:name=".PandroidAgent"
android:configChanges="keyboardHidden|orientation"
android:label="@string/app_name"
android:theme="@style/MainTheme" >
2011-01-26 Sergio Martin <sergio.martin@artica.es> * android android/default.properties android/.classpath android/proguard.cfg android/assets android/.project android/AndroidManifest.xml android/src android/src/pandroid android/src/pandroid/agent android/src/pandroid/agent/PandroidAgentTentacle.java android/src/pandroid/agent/PandroidAgent.java android/bin android/bin/pandroid android/bin/pandroid/agent android/bin/pandroid/agent/PandroidAgent$8.class android/bin/pandroid/agent/PandroidAgent$9.class android/bin/pandroid/agent/PandroidAgent.class android/bin/pandroid/agent/R$id.class android/bin/pandroid/agent/PandroidAgent$MyLocationListener.class android/bin/pandroid/agent/R$string.class android/bin/pandroid/agent/tentacle_client.class android/bin/pandroid/agent/R$attr.class android/bin/pandroid/agent/R.class android/bin/pandroid/agent/R$layout.class android/bin/pandroid/agent/PandroidAgent$1.class android/bin/pandroid/agent/PandroidAgent$2.class android/bin/pandroid/agent/PandroidAgent$3.class android/bin/pandroid/agent/PandroidAgent$4.class android/bin/pandroid/agent/R$drawable.class android/bin/pandroid/agent/PandroidAgent$5.class android/bin/pandroid/agent/PandroidAgent$6.class android/bin/pandroid/agent/PandroidAgent$7.class android/bin/resources.ap_ android/bin/Copy of Copy of Pandroid Agent.apk android/bin/classes.dex android/res android/res/values android/res/values/strings.xml android/res/drawable-hdpi android/res/drawable-hdpi/logo.png android/res/drawable-hdpi/icon.png android/res/drawable-ldpi android/res/drawable-ldpi/icon.png android/res/drawable-mdpi android/res/drawable-mdpi/icon.png android/res/layout android/res/layout/main.xml android/gen android/gen/pandroid android/gen/pandroid/agent android/gen/pandroid/agent/R.java: Created the first android agent with report of battery level and basic GPS location coordinates report git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3779 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-01-26 20:15:48 +01:00
<intent-filter>
<action android:name="android.intent.action.MAIN" />
2011-01-26 Sergio Martin <sergio.martin@artica.es> * android android/default.properties android/.classpath android/proguard.cfg android/assets android/.project android/AndroidManifest.xml android/src android/src/pandroid android/src/pandroid/agent android/src/pandroid/agent/PandroidAgentTentacle.java android/src/pandroid/agent/PandroidAgent.java android/bin android/bin/pandroid android/bin/pandroid/agent android/bin/pandroid/agent/PandroidAgent$8.class android/bin/pandroid/agent/PandroidAgent$9.class android/bin/pandroid/agent/PandroidAgent.class android/bin/pandroid/agent/R$id.class android/bin/pandroid/agent/PandroidAgent$MyLocationListener.class android/bin/pandroid/agent/R$string.class android/bin/pandroid/agent/tentacle_client.class android/bin/pandroid/agent/R$attr.class android/bin/pandroid/agent/R.class android/bin/pandroid/agent/R$layout.class android/bin/pandroid/agent/PandroidAgent$1.class android/bin/pandroid/agent/PandroidAgent$2.class android/bin/pandroid/agent/PandroidAgent$3.class android/bin/pandroid/agent/PandroidAgent$4.class android/bin/pandroid/agent/R$drawable.class android/bin/pandroid/agent/PandroidAgent$5.class android/bin/pandroid/agent/PandroidAgent$6.class android/bin/pandroid/agent/PandroidAgent$7.class android/bin/resources.ap_ android/bin/Copy of Copy of Pandroid Agent.apk android/bin/classes.dex android/res android/res/values android/res/values/strings.xml android/res/drawable-hdpi android/res/drawable-hdpi/logo.png android/res/drawable-hdpi/icon.png android/res/drawable-ldpi android/res/drawable-ldpi/icon.png android/res/drawable-mdpi android/res/drawable-mdpi/icon.png android/res/layout android/res/layout/main.xml android/gen android/gen/pandroid android/gen/pandroid/agent android/gen/pandroid/agent/R.java: Created the first android agent with report of battery level and basic GPS location coordinates report git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3779 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-01-26 20:15:48 +01:00
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".Status" />
<activity android:name=".Setup" />
<service
android:name="pandroid.agent.PandroidAgentListener"
android:enabled="true" />
<receiver android:name="pandroid.agent.EventReceiver" />
<receiver
android:name="pandroid.agent.StartMyServiceAtBootReceiver"
android:enabled="true"
android:exported="true"
android:label="StartMyServiceAtBootReceiver" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<service
android:name="pandroid.agent.MyStartService"
android:enabled="true" />
<activity
android:name=".About"
android:label="@string/pandroid_agent_str"
android:theme="@android:style/Theme.Dialog" />
<activity
android:name=".Help"
android:label="@string/help_str"
android:theme="@android:style/Theme.Dialog" />
2011-01-26 Sergio Martin <sergio.martin@artica.es> * android android/default.properties android/.classpath android/proguard.cfg android/assets android/.project android/AndroidManifest.xml android/src android/src/pandroid android/src/pandroid/agent android/src/pandroid/agent/PandroidAgentTentacle.java android/src/pandroid/agent/PandroidAgent.java android/bin android/bin/pandroid android/bin/pandroid/agent android/bin/pandroid/agent/PandroidAgent$8.class android/bin/pandroid/agent/PandroidAgent$9.class android/bin/pandroid/agent/PandroidAgent.class android/bin/pandroid/agent/R$id.class android/bin/pandroid/agent/PandroidAgent$MyLocationListener.class android/bin/pandroid/agent/R$string.class android/bin/pandroid/agent/tentacle_client.class android/bin/pandroid/agent/R$attr.class android/bin/pandroid/agent/R.class android/bin/pandroid/agent/R$layout.class android/bin/pandroid/agent/PandroidAgent$1.class android/bin/pandroid/agent/PandroidAgent$2.class android/bin/pandroid/agent/PandroidAgent$3.class android/bin/pandroid/agent/PandroidAgent$4.class android/bin/pandroid/agent/R$drawable.class android/bin/pandroid/agent/PandroidAgent$5.class android/bin/pandroid/agent/PandroidAgent$6.class android/bin/pandroid/agent/PandroidAgent$7.class android/bin/resources.ap_ android/bin/Copy of Copy of Pandroid Agent.apk android/bin/classes.dex android/res android/res/values android/res/values/strings.xml android/res/drawable-hdpi android/res/drawable-hdpi/logo.png android/res/drawable-hdpi/icon.png android/res/drawable-ldpi android/res/drawable-ldpi/icon.png android/res/drawable-mdpi android/res/drawable-mdpi/icon.png android/res/layout android/res/layout/main.xml android/gen android/gen/pandroid android/gen/pandroid/agent android/gen/pandroid/agent/R.java: Created the first android agent with report of battery level and basic GPS location coordinates report git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3779 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-01-26 20:15:48 +01:00
</application>
</manifest>