Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-02 | Refactor: Move elementary file type checking | Denis Kenzior | 1 | -24/+21 | |
Every single EF read callback checks the file type reported out of the SIM is what it expects. Instead this should be done in one place and the errors reported accordingly | |||||
2009-09-22 | Assume cbs is registered after sim ready | Denis Kenzior | 1 | -48/+8 | |
2009-09-10 | Fix generation of Message Waiting PropertyChanged signals. | Andrzej Zaborowski | 1 | -3/+3 | |
2009-09-10 | Fix parsing of Enhanced Voicemail notifications. | Andrzej Zaborowski | 1 | -6/+12 | |
2009-08-31 | Decode and encode alpha-identifier fields | Andrzej Zaborowski | 1 | -2/+3 | |
Add identifier argument to sim_adn_parse and sim_adn_build. Also fix the number length passed to extract_bcd_number in sim_adn_parse. | |||||
2009-08-20 | Fix unused variable modem | Denis Kenzior | 1 | -1/+0 | |
2009-08-19 | Refine errors returned by message-waiting | Denis Kenzior | 1 | -4/+10 | |
If we have not initialized fully yet, return sim_not_ready error. If we couldn't read EFmbi or not able to stat EFmbdn size properly, then set mbdn_not_present to TRUE and always return not_supported error | |||||
2009-08-19 | Evolve message waiting low level API | Denis Kenzior | 1 | -169/+158 | |
2009-08-19 | Update message waiting to the new SIM API | Denis Kenzior | 1 | -17/+64 | |
2009-08-06 | Squash warning | Denis Kenzior | 1 | -0/+2 | |
2009-08-06 | Squash warning | Denis Kenzior | 1 | -0/+3 | |
2009-08-06 | Squash warning | Denis Kenzior | 1 | -1/+0 | |
2009-08-05 | Attempt to update MBDN based on Enhanced VM IEI | Andrzej Zaborowski | 1 | -6/+13 | |
2009-08-05 | Implement committing the EF-MBDN records to SIM | Andrzej Zaborowski | 1 | -6/+24 | |
2009-08-05 | Don't emit signals for unexposed properties | Denis Kenzior | 1 | -5/+7 | |
Signals shouldn't be emitted, but we should still track the information so it can be written to the SIM reliably | |||||
2009-08-05 | Make method async | Denis Kenzior | 1 | -1/+2 | |
2009-08-05 | Remove unused declaration | Denis Kenzior | 1 | -4/+2 | |
2009-08-04 | Refactor how mwis updates are done | Denis Kenzior | 1 | -106/+50 | |
2009-08-04 | Name the callback properly | Denis Kenzior | 1 | -2/+2 | |
2009-08-04 | Refactor how MBDN set is done | Denis Kenzior | 1 | -55/+91 | |
2009-08-04 | Don't gmalloc something that is max 140 bytes | Denis Kenzior | 1 | -6/+1 | |
2009-08-04 | Get rid of message-waiting.h | Denis Kenzior | 1 | -3/+2 | |
2009-08-04 | Fix minor style issues | Denis Kenzior | 1 | -8/+16 | |
2009-08-04 | Use invalid_args instead of invalid_format | Denis Kenzior | 1 | -1/+1 | |
2009-08-04 | Add a MessageWaiting interface to track message waiting indications. | Andrzej Zaborowski | 1 | -0/+761 | |
The state of the indications is kept in memory and written back to the SIM after any changes. |