aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Corrected Android.mk, crespo_ipc file, some headers and helpers.PaulK2011-10-286-29/+38
| * h1: dump ipc messages to logJoerie de Gram2011-10-281-0/+10
| * replace ipc_request and ipc_response by a single struct ipc_message_infoJoerie de Gram2011-10-286-23/+16
| * split devices, require compile-time device selectionJoerie de Gram2011-10-2811-34/+55
| * gprs: revert e28dc6d and insert missing message typeJoerie de Gram2011-10-281-10/+11
| * added handlers support and default handlers for crespo.PaulK2011-10-287-42/+423
| * fix various compilation warningsJoerie de Gram2011-10-283-3/+3
* | Various changes to code and vala binding regarding call APISimon Busch2011-10-283-13/+92
|/
* Add setup method for call outgoing message and various cleanups for call mess...Simon Busch2011-10-274-39/+88
* gprs: add some missing unknown bytes to ipc_gprs_ip_configuration messageSimon Busch2011-10-272-0/+2
* Fixup network registration messageSimon Busch2011-10-252-3/+12
* gprs: fix wrong id for IPC_GPRS_IP_CONFIGURE message typeSimon Busch2011-10-251-2/+2
* Some little updates for gprs message structuresSimon Busch2011-10-252-8/+14
* Add setup method for ipc_sec_pin_status_set messageSimon Busch2011-10-253-0/+27
* vapi: add a data property to each structure which returns the structure as by...Simon Busch2011-10-251-1/+292
* Implement several parts of known gprs messages typesSimon Busch2011-10-256-17/+214
* A plmn is only five byte long instead of six bytesSimon Busch2011-10-242-3/+5
* Updates for retrieve imsi and rsim data from response messagesSimon Busch2011-10-244-6/+30
* Various updates and correctionsSimon Busch2011-10-245-54/+106
* Minor update for network registration info structure in vala bindingSimon Busch2011-10-232-4/+4
* Various updates regarding better vala integrationSimon Busch2011-10-234-547/+90
* Updated Android.mk and added return 0; to make it build on Android.PaulK2011-10-232-31/+14
* Add helper method to parse imsi from response dataSimon Busch2011-10-204-3/+39
* Add sms message types to vala API descriptionSimon Busch2011-10-191-0/+68
* Correct little mistake in vala API descriptionSimon Busch2011-10-191-1/+1
* No free function for VersionMessageSimon Busch2011-10-191-1/+1
* Reorder fields in generic phone response messageSimon Busch2011-10-192-5/+5
* Updates for the vala API descriptionSimon Busch2011-10-181-24/+25
* More work regarding vala APi descriptionSimon Busch2011-10-174-38/+83
* Rename IPC_PWR_PHONE_ONLINE to IPC_PWR_PHONE_STATE according to samsungs andr...Simon Busch2011-10-173-5/+5
* Add a lot more enums and structs to the vala api descriptionSimon Busch2011-10-173-76/+482
* Remove more line breaks and add additional logging outputSimon Busch2011-10-141-12/+12
* Remove line break in crespo ipc implementation from logging method callsSimon Busch2011-10-141-22/+22
* Implement handling of additional arguments in ipc_client_log methodSimon Busch2011-10-141-2/+9
* Don't use and c implemented to_string method anymoreSimon Busch2011-10-141-6/+20
* Use new logging functionality in crespo client implementationSimon Busch2011-10-141-30/+30
* Implement log handler delegate the user can set to forwarding logging output ...Simon Busch2011-10-144-0/+33
* Combine all message types in one enumeration and add a to_string method for itSimon Busch2011-10-141-87/+331
* Use strdup when returning a string in ipc_command_type_to_string methodSimon Busch2011-10-141-1/+2
* Several updates regarding better vala api description supportSimon Busch2011-10-134-18/+56
* Add method to print command type of response messages to vala api descriptionSimon Busch2011-10-131-1/+2
* Export string representation creation methods in vala api descriptionSimon Busch2011-10-121-0/+6
* crespo: if reading nv data from filesystem fail handle this correctlySimon Busch2011-10-122-4/+6
* Fix mistake in vala api descriptionSimon Busch2011-10-121-1/+1
* crespo: fixup reading radio image from mtd on bootstrapSimon Busch2011-10-122-5/+9
* Add some more message types and structure to the vala api descriptionSimon Busch2011-10-121-0/+197
* Adjust name of array length property in vala API descriptionSimon Busch2011-10-111-1/+2
* Name method ipc_client_set_delegates correctlySimon Busch2011-10-111-3/+3
* crespo_ipc_client_recv: convert from error to info outputSimon Busch2011-10-101-1/+1
* Implement ipc_client_recv method so we can now retrieve data from the modemSimon Busch2011-10-101-1/+6