summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* compat: fix data fail causeAlexander Tarasikov2012-08-241-0/+1
* Merge remote-tracking branch 'ksys/master' into replicant-mergeAlexander Tarasikov2012-08-2413-52/+249
|\
| * Use RADIO_STATE_ON on ICS/JB onlyAlexander Tarasikov2012-08-243-3/+5
| * Add a pointer check to ipc_net_plmn_selAlexander Tarasikov2012-08-231-3/+12
| * Add the compat.h header to multiple Android treesAlexander Tarasikov2012-08-234-27/+56
| * Use RADIO_STATE_ONAlexander Tarasikov2012-08-202-3/+5
| * Switch to v6 structures (mostly a cosmetic change)Alexander Tarasikov2012-08-201-6/+6
| * Hack RIL_VERSION to make voice calls work on jellybeanAlexander Tarasikov2012-07-251-1/+1
| * Fix some compilation warningsAlexander Tarasikov2012-07-259-36/+52
| * Fix compilation on jellybeanAlexander Tarasikov2012-07-233-2/+18
| * Fix ussd message corruptionAlexander Tarasikov2012-07-131-1/+1
| * Move SmsCodingScheme to utils.c for future reuseAlexander Tarasikov2012-07-133-38/+42
| * Fix USSD encoding for all GSM7/UCS2/ASCII casesAlexander Tarasikov2012-07-131-5/+45
| * Add UCS2 USSD decodingAlexander Tarasikov2012-07-131-2/+18
| * Add the utf8_write function to decode ucs2 dataAlexander Tarasikov2012-07-132-0/+38
| * srs: use SOCKET_ABSTRACT to fix ICS permissionsAlexander Tarasikov2012-07-081-1/+1
| * Hack ussd for latin ascii to make it work at leastAlexander Tarasikov2012-07-061-0/+7
| * Add maguro makefilesAlexander Tarasikov2012-07-061-0/+11
| * GPRS: Changes for ICSPaul Kocialkowski2012-07-061-16/+16
| * ICS MODIFYPaul Kocialkowski2012-07-061-0/+11
* | Try to fix ipc_net_plmn_sel segmentation fault.Paul Kocialkowski2012-08-241-3/+7
* | GPRS: free a bunch of strings after being usedPaul Kocialkowski2012-07-081-0/+5
* | GPRS: Get and store interface given the cid, cleanup and other fixesPaul Kocialkowski2012-07-082-37/+39
* | GPRS: Improved stability with status, fail cause and per-cid handlingPaul Kocialkowski2012-07-083-129/+651
* | Call: Added last call fail cause supportPaul Kocialkowski2012-07-063-1/+44
|/
* Increased the max number of attempts when creating a client to 10Paul Kocialkowski2012-07-051-2/+2
* GPRS: Use GPRS capabilities to decide whether to send port listPaul Kocialkowski2012-07-041-1/+4
* RFS: Only print the first 0x100 bytesPaul Kocialkowski2012-07-041-2/+2
* GPRS: improved error-handling while setting up data call and pdp contextPaul Kocialkowski2012-07-021-7/+27
* GPRS: port list and iface activation/deactivation supportPaulK2012-06-072-16/+114
* Updated ToDo listPaulK2012-04-032-3/+4
* Removed unused code realted to SIM and typo on SMSPaulK2012-03-293-11/+4
* Fixed SIM status handling and added generic RIL_TOKEN_DATA_WAITINGPaulK2012-03-293-82/+75
* Re-enabled RFS, which was disabled for testsPaulK2012-02-251-2/+2
* Added DTMF global sort of lock and set the functions to use gen_phone_resPaulK2012-02-252-7/+34
* Followed libsamsung-ipc changes on ipc_sec_phone_lockPaulK2012-02-241-8/+8
* Fixed some unusual return values on errorPaulK2012-02-241-4/+6
* Fixed IMEI/Baseband infos once and for all!PaulK2012-02-241-4/+8
* Fixed disp icon info once and for all!PaulK2012-02-241-3/+6
* Massive rework of SIM handling, with new features SIM PIN-related.PaulK2012-02-244-196/+397
* Typo ril_tokens_net_state_dumpPaulK2012-02-221-1/+4
* Fixed IMEI/IMEISV (one request depends on the other one)PaulK2012-02-222-19/+70
* Fixed RSSI interpretation from icon_info messagesPaulK2012-02-223-39/+49
* Updated ToDo listPaulK2012-02-221-4/+0
* Cleaned code for network type selection and added stable PLMN selectionPaulK2012-02-223-39/+149
* Fixed IPC_NET_MODE_SEL related functionsPaulK2012-02-213-23/+28
* Using the global Operators list on QUERY_AVAILABLE_NETWORKS and added the tab...PaulK2012-02-212-19/+87
* Added USSD supportPaulK2012-02-215-0/+232
* Fixed code according to libsamsung-ipc changesPaulK2012-02-172-5/+5
* Added GSM7 <-> ASCII codePaulK2012-02-011-0/+79