Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sec: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 1 | -117/+137 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments style | Paul Kocialkowski | 2013-03-30 | 1 | -16/+16 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | sec: Use correct SIM ready status value | Paul Kocialkowski | 2013-03-07 | 1 | -3/+2 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | sec: Handle various SIM I/O message formats based on SIM ICC type | Paul Kocialkowski | 2013-02-09 | 1 | -43/+180 |
| | | | | | | Also make request id registration override older requests. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | sec: Do not consider absent SIM state as unknown | Paul Kocialkowski | 2013-02-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | sec: Assume SIM is ready when phonebook init is complete | Paul Kocialkowski | 2013-02-09 | 1 | -3/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | sec: Send SIM I/O requests one after another | Paul Kocialkowski | 2013-02-09 | 1 | -19/+188 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Change coding style: add a space after if, for and while | Paul Kocialkowski | 2013-02-09 | 1 | -32/+32 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | compat: Removed separate header: apply per-version changes in the code | Paul Kocialkowski | 2013-02-09 | 1 | -2/+14 |
| | | | | | | | | This is especially relevant when the elements of the structures changed or need a different handling in the code: that way, we don't confuse which structure is declared. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | sec: Rewrite SIM I/O functions | Paul Kocialkowski | 2013-02-09 | 1 | -33/+54 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | PWR: Report power states and return to RILJ properly | Paul Kocialkowski | 2012-12-16 | 1 | -5/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Copyright: Corrected email address | Paul Kocialkowski | 2012-11-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Reworked RIL requests, globals, SIM status, client | Paul Kocialkowski | 2012-11-01 | 1 | -96/+95 |
| | | | | | | | | | | | * Handling ril requests with lists * Renamed functions to complete requests * Globals (most of them) are held in ril_data * Renamed SIM_Status to ril_sim_state * Renamed client object to data * Moved client funcs to a sub-structure Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | SEC: Avoid garbage when sending SIM IO | Paul Kocialkowski | 2012-09-14 | 1 | -17/+15 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Stick to the latest libsamsung-ipc changes | Paul Kocialkowski | 2012-09-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | GPRS: Fixed style, compat and RIL_VERSION < 6 return data on SETUP_DATA_CALL | Paul Kocialkowski | 2012-09-07 | 1 | -1/+5 |
| | | | | | | SEC/SMS: Fixed compat Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Stick to the latest libsamsung-ipc changes | Paul Kocialkowski | 2012-09-06 | 1 | -55/+57 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Cosmetics: removed lines with tabs or spaces | Paul Kocialkowski | 2012-08-28 | 1 | -3/+3 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Use RADIO_STATE_ON on ICS/JB only | Alexander Tarasikov | 2012-08-24 | 1 | -2/+1 |
| | |||||
* | Use RADIO_STATE_ON | Alexander Tarasikov | 2012-08-20 | 1 | -2/+4 |
| | |||||
* | Fix some compilation warnings | Alexander Tarasikov | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | Removed unused code realted to SIM and typo on SMS | PaulK | 2012-03-29 | 1 | -8/+2 |
| | |||||
* | Fixed SIM status handling and added generic RIL_TOKEN_DATA_WAITING | PaulK | 2012-03-29 | 1 | -58/+52 |
| | |||||
* | Followed libsamsung-ipc changes on ipc_sec_phone_lock | PaulK | 2012-02-24 | 1 | -8/+8 |
| | |||||
* | Massive rework of SIM handling, with new features SIM PIN-related. | PaulK | 2012-02-24 | 1 | -0/+629 |