pandorafms/pandora_agents/android
markholland 1b9b0c4b21 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 08:35:48 +00:00
..
bin 2012-07-09 Mark Holland <mark@mark-holland.me.uk> 2012-07-09 08:35:48 +00:00
libs 2011-10-12 Miguel de Dios <miguel.dedios@artica.es> 2011-10-12 18:58:48 +00:00
res 2012-07-09 Mark Holland <mark@mark-holland.me.uk> 2012-07-09 08:35:48 +00:00
src/pandroid/agent 2012-07-09 Mark Holland <mark@mark-holland.me.uk> 2012-07-09 08:35:48 +00:00
.classpath 2012-06-26 Mark Holland <mark@mark-holland.me.uk> 2012-06-26 00:47:47 +00:00
.project 2011-02-07 Sergio Martin <sergio.martin@artica.es> 2011-02-07 17:44:13 +00:00
AndroidManifest.xml 2012-07-09 Mark Holland <mark@mark-holland.me.uk> 2012-07-09 08:35:48 +00:00
ChangeLog 2012-07-09 Mark Holland <mark@mark-holland.me.uk> 2012-07-09 08:35:48 +00:00
proguard.cfg 2011-01-26 Sergio Martin <sergio.martin@artica.es> 2011-01-26 19:15:48 +00:00
project.properties 2012-06-26 Mark Holland <mark@mark-holland.me.uk> 2012-06-26 00:47:47 +00:00