summaryrefslogtreecommitdiffstats
path: root/disp.c
Commit message (Collapse)AuthorAgeFilesLines
* Check modem state before RIL requests and properly report it on crashPaul Kocialkowski2013-09-281-8/+9
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Update copyright informationPaul Kocialkowski2013-03-311-2/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Avoid checking ipc_message_info pointer since it is checked in readloopPaul Kocialkowski2013-03-311-3/+3
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* disp: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-10/+24
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-6/+6
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* disp: Log signal strengthPaul Kocialkowski2013-03-081-0/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* disp: Report signal strength from icon infoPaul Kocialkowski2013-03-071-15/+48
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-7/+7
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Copyright: Corrected email addressPaul Kocialkowski2012-11-191-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Disp: Report RSSI properly with newer versionPaul Kocialkowski2012-11-181-10/+20
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Updated copyright informationPaul Kocialkowski2012-11-041-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-6/+6
| | | | | | | | | | | * 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>
* Fixed disp icon info once and for all!PaulK2012-02-241-3/+6
|
* Fixed RSSI interpretation from icon_info messagesPaulK2012-02-221-39/+44
|
* RIL rework: multi-client, more stable, added GPLv3 copyright noticePaulK2011-12-211-10/+27
|
* Modified samsung-ril to work on Nexus S.PaulK2011-11-221-0/+76
Currently, the following is working: * (automatic) network registration (clean and stable) * SMS (no clean queue engine and no support for multiple message SMS) * SIM I/O * Other minor stuff And the following is left to do: * DATA (3G) * airplane to normal power mode * calls (including audio routing) * RFS messages handling (mostly to be done at IPC level) * Other minor stuff