| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments style | Paul Kocialkowski | 2013-03-30 | 1 | -12/+12 |
* | pwr: Handle phone reset message | Paul Kocialkowski | 2013-03-07 | 1 | -0/+3 |
* | pwr: Wait for IPC_PWR_PHONE_PWR_UP to complete startup | Paul Kocialkowski | 2013-03-06 | 1 | -0/+4 |
* | sec: Handle various SIM I/O message formats based on SIM ICC type | Paul Kocialkowski | 2013-02-09 | 1 | -0/+9 |
* | Change coding style: add a space after if, for and while | Paul Kocialkowski | 2013-02-09 | 1 | -35/+35 |
* | compat: Removed separate header: apply per-version changes in the code | Paul Kocialkowski | 2013-02-09 | 1 | -1/+10 |
* | SAT: Rename STK functions, disable STK by default | Paul Kocialkowski | 2012-12-15 | 1 | -4/+11 |
* | Copyright: Corrected email address | Paul Kocialkowski | 2012-11-19 | 1 | -1/+1 |
* | TODO: Removed implemented GPRS functions | Paul Kocialkowski | 2012-11-12 | 1 | -7/+0 |
* | SRS: Rework to handle multiple clients in a better way | Paul Kocialkowski | 2012-11-05 | 1 | -2/+2 |
* | Updated copyright information | Paul Kocialkowski | 2012-11-04 | 1 | -1/+1 |
* | SMS: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-04 | 1 | -5/+0 |
* | SMS: Use lists stored in ril_data instead of global tpid table | Paul Kocialkowski | 2012-11-01 | 1 | -1/+0 |
* | GPRS: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-01 | 1 | -2/+1 |
* | GEN: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-01 | 1 | -1/+0 |
* | Reworked RIL requests, globals, SIM status, client | Paul Kocialkowski | 2012-11-01 | 1 | -166/+268 |
* | Stick to the latest libsamsung-ipc changes | Paul Kocialkowski | 2012-09-06 | 1 | -2/+2 |
* | Rework SRS to support multiple clients | Alexander Tarasikov | 2012-08-27 | 1 | -2/+2 |
* | Synchronize ril and ipc notifications | Alexander Tarasikov | 2012-08-26 | 1 | -2/+24 |
* | Merge remote-tracking branch 'ksys/master' into replicant-merge | Alexander Tarasikov | 2012-08-24 | 1 | -1/+1 |
|\ |
|
| * | Add the compat.h header to multiple Android trees | Alexander Tarasikov | 2012-08-23 | 1 | -1/+1 |
| * | Hack RIL_VERSION to make voice calls work on jellybean | Alexander Tarasikov | 2012-07-25 | 1 | -1/+1 |
* | | GPRS: Improved stability with status, fail cause and per-cid handling | Paul Kocialkowski | 2012-07-08 | 1 | -3/+16 |
* | | Call: Added last call fail cause support | Paul Kocialkowski | 2012-07-06 | 1 | -0/+3 |
|/ |
|
* | Updated ToDo list | PaulK | 2012-04-03 | 1 | -3/+1 |
* | Re-enabled RFS, which was disabled for tests | PaulK | 2012-02-25 | 1 | -2/+2 |
* | Massive rework of SIM handling, with new features SIM PIN-related. | PaulK | 2012-02-24 | 1 | -7/+18 |
* | Fixed IMEI/IMEISV (one request depends on the other one) | PaulK | 2012-02-22 | 1 | -3/+3 |
* | Fixed RSSI interpretation from icon_info messages | PaulK | 2012-02-22 | 1 | -0/+4 |
* | Updated ToDo list | PaulK | 2012-02-22 | 1 | -4/+0 |
* | Cleaned code for network type selection and added stable PLMN selection | PaulK | 2012-02-22 | 1 | -3/+12 |
* | Fixed IPC_NET_MODE_SEL related functions | PaulK | 2012-02-21 | 1 | -1/+1 |
* | Added USSD support | PaulK | 2012-02-21 | 1 | -0/+11 |
* | Added very unclean data dactivation function | PaulK | 2012-01-14 | 1 | -0/+3 |
* | Updated TODO list | PaulK | 2012-01-07 | 1 | -4/+1 |
* | Added support for SMS Multipart messages | PaulK | 2012-01-07 | 1 | -3/+0 |
* | Added full PLMN list (from Wikipedia) | PaulK | 2012-01-07 | 1 | -1/+0 |
* | Added Burst DTMF suppport | PaulK | 2012-01-07 | 1 | -0/+7 |
* | Added SND functions (volume works as well as mic mute), updated TODO list | PaulK | 2012-01-03 | 1 | -3/+10 |
* | Improved SMS stability (now it's stable), still no multi-message, plus bug fixes | PaulK | 2012-01-01 | 1 | -4/+18 |
* | Added RFS functions and IPC_GEN_PHONE_RES proper handling, applied to data | PaulK | 2011-12-31 | 1 | -40/+32 |
* | Added preliminary data support | PaulK | 2011-12-29 | 1 | -2/+10 |
* | Added preliminary RFS support, code cleanup, completed TODO list | PaulK | 2011-12-29 | 1 | -6/+78 |
* | RIL rework: multi-client, more stable, added GPLv3 copyright notice | PaulK | 2011-12-21 | 1 | -375/+321 |
* | Added DTMF support | PaulK | 2011-12-07 | 1 | -0/+6 |
* | Added Samsung Ril Socket (SRS) support: this permits working audio calls on n... | PaulK | 2011-12-04 | 1 | -3/+106 |
* | Fixed call-related functions | PaulK | 2011-12-03 | 1 | -2/+2 |
* | Modified samsung-ril to work on Nexus S. | PaulK | 2011-11-22 | 1 | -240/+134 |
* | Temporary initial commit | Joerie de Gram | 2011-10-29 | 1 | -0/+539 |