mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
* res/values/strings.xml: Added strings for smsReceived, networkType, phoneType and calls. Replicated in values-en and values-es. * res/layout/setup.xml: Added checkboxes for simID and task reporting. * res/layout/status.xml: Added textviews for new data. * src/pandroid/agent/core.java: set simID reporting as disabled by default. Added variables for networkOperator, networkType, phoneType, signalStrength, incoming, missed and outgoing calls. * src/pandroid/agent/PandroidAgentListener.java: task, smsReceived, networkType, phoneType and calls methods and then added to XML. simID now checks whether enabled in user configuration. * src/pandroid/agent/setup.java: Added spinner for task selection. * src/pandroid/agent/SMSActivity.java: removed * src/pandroid/agent/SMSBroadcastReceiver.java: upon receiving a smsreceived intent, increments the stored number of smsReceived. * src/pandroid/agent/status.java: Added textviews for new methods mentioned above. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6708 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
15 lines
562 B
Properties
15 lines
562 B
Properties
# This file is automatically generated by Android Tools.
|
|
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
|
#
|
|
# This file must be checked in Version Control Systems.
|
|
#
|
|
# To customize properties used by the Ant build system edit
|
|
# "ant.properties", and override values to adapt the script to your
|
|
# project structure.
|
|
#
|
|
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
|
|
#proguard.config=${sdk.dir}\tools\proguard\proguard-android.txt:proguard-project.txt
|
|
|
|
# Project target.
|
|
target=android-8
|