Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-24 | Unref GIOChannel in g_at_chat_new_from_tty | Zhenhua Zhang | 1 | -1/+4 | |
2009-09-23 | Ignore EFli if the first entry is empty | Denis Kenzior | 1 | -4/+11 | |
2009-09-23 | Add plugin interface for getting PIN lock state. | Andrzej Zaborowski | 2 | -0/+67 | |
It may be useful to have the information of whether card is currently locked and emit events when this changes but if we want to have it as a property, we would need properties for all types of locks and it wouldn't be all that useful. | |||||
2009-09-23 | Remove unused struct field. | Andrzej Zaborowski | 1 | -1/+0 | |
2009-09-23 | Rename eflp_format to efli_format, semantically opposite. | Andrzej Zaborowski | 1 | -4/+4 | |
2009-09-23 | Update sim-api.txt: ChangePin no longer disables pin. | Andrzej Zaborowski | 1 | -2/+1 | |
2009-09-22 | Simplify: Use dbus_message_iter_get_args | Denis Kenzior | 4 | -103/+36 | |
2009-09-22 | Remove unused structure | Denis Kenzior | 1 | -6/+0 | |
2009-09-23 | Fix unused variable issue from last commits | Marcel Holtmann | 1 | -1/+0 | |
2009-09-22 | Fix: Comparison should be against negative errno | Denis Kenzior | 1 | -1/+1 | |
2009-09-22 | Update sim-api with LockPin and UnlockPin | Denis Kenzior | 1 | -0/+13 | |
2009-09-22 | Don't try to Lock or Unlock SIM PIN2 | Denis Kenzior | 1 | -1/+6 | |
2009-09-22 | Make sure we try to lock/unlock/change only PINs | Denis Kenzior | 1 | -4/+32 | |
2009-09-22 | Refactor: Do not use int instead of enum | Denis Kenzior | 3 | -13/+15 | |
27.007 does not define an enumeration for SIM PIN/PUK values. This should be handled by ofono enum instead | |||||
2009-09-22 | Don't treat READY CPIN result differently | Denis Kenzior | 1 | -9/+8 | |
2009-09-22 | Add LockPin and UnlockPin functions | Denis Kenzior | 1 | -39/+76 | |
2009-09-22 | Move SSN unsolicited notification activation | Denis Kenzior | 2 | -6/+5 | |
2009-09-22 | Rearrange sim password enum | Denis Kenzior | 3 | -73/+77 | |
2009-09-22 | Fix: Make sure pin isn't empty | Denis Kenzior | 1 | -0/+4 | |
2009-09-22 | Get rid of 1 line function | Denis Kenzior | 1 | -7/+2 | |
2009-09-22 | Move some stuff around | Denis Kenzior | 5 | -59/+55 | |
2009-09-22 | Do PIN authentication | Andrzej Zaborowski | 6 | -1/+604 | |
This adds checking whether PIN is required during SIM initialisation and delaying the sim ready notifications until after correct PIN is given. | |||||
2009-09-22 | Assume sms is registered only when sim ready | Denis Kenzior | 1 | -58/+12 | |
2009-09-22 | Assume cbs is registered after sim ready | Denis Kenzior | 1 | -48/+8 | |
2009-09-22 | Assume netreg is registered when sim ready | Denis Kenzior | 1 | -56/+16 | |
2009-09-18 | Fix trailing whitespace | Marcel Holtmann | 1 | -1/+1 | |
2009-09-18 | Add disconnection function | Denis Kenzior | 1 | -0/+22 | |
2009-09-18 | Simplify cleanup logic | Denis Kenzior | 1 | -21/+17 | |
2009-09-17 | Refactor language preference parsing | Denis Kenzior | 1 | -71/+85 | |
- Make sure to handle capital / lower case ISO639 strings - Properly handle the case where files are empty / unused - Don't emit the signal unless the preferences are useable - Simplify the logic and be a bit more readable | |||||
2009-09-17 | Simplify function logic | Denis Kenzior | 1 | -8/+8 | |
2009-09-17 | Use g_ascii_isdigit | Denis Kenzior | 1 | -2/+1 | |
2009-09-17 | Fix potential memory leak | Denis Kenzior | 1 | -0/+6 | |
2009-09-17 | Rename function to be more clear | Denis Kenzior | 1 | -2/+2 | |
2009-09-17 | Use existing function for converting to iso639 | Denis Kenzior | 3 | -28/+5 | |
2009-09-17 | Assume CBS is registered when SIM ready | Denis Kenzior | 1 | -41/+8 | |
2009-09-17 | Present list of preferred languages on SimManager interfce. | Andrzej Zaborowski | 2 | -0/+218 | |
We try to detect the old (2G / 2G+, 51.011) EFlp format and deal with the file contents accordingly. | |||||
2009-09-17 | Convert all the modem drivers to the new API | Denis Kenzior | 9 | -34/+120 | |
2009-09-17 | Split populate modem driver method | Denis Kenzior | 2 | -14/+50 | |
Introduce two new methods - pre_sim - SIM is not inserted or locked. This should populate the modem with atoms that can be used without the SIM. Generally this is the devinfo atom, the sim atom and the voice call atom (emergency calls only) - post_sim - SIM is ready. This method should populate the modem with the remaining atoms | |||||
2009-09-16 | Add sim api documentation | Denis Kenzior | 1 | -0/+83 | |
2009-09-16 | Add reading of various CBS related EFs | Denis Kenzior | 2 | -0/+185 | |
- EFcbmi - Cell Broadcast Identifiers - EFcbmir - Cell Broadcast Identifier Ranges - EFcbmid - Cell Broadcast Identifiers for Data Download | |||||
2009-09-16 | Miscellaneous clean-ups | Aki Niemi | 2 | -23/+13 | |
2009-09-16 | Add proper bootstrapping to phonebook driver | Aki Niemi | 1 | -4/+17 | |
2009-09-16 | gisi: Make reachability detection more robust | Aki Niemi | 1 | -2/+4 | |
2009-09-16 | Increase network scan/set timeout values | Aki Niemi | 1 | -2/+2 | |
2009-09-16 | Make sure unit tests also use right pdu buffer len | Denis Kenzior | 1 | -2/+2 | |
2009-09-16 | Check received PDUs fit in the buffer, fix buffer size. | Andrzej Zaborowski | 1 | -3/+14 | |
2009-09-16 | Fix: do not leak memory, cleanup the topic list | Denis Kenzior | 1 | -0/+12 | |
2009-09-16 | Fix restrict keyword usage | Aki Niemi | 2 | -2/+2 | |
2009-09-15 | Add proper bootstrap using g_isi_verify() | Aki Niemi | 1 | -1/+17 | |
2009-09-15 | Remove version query; use gisi/client.h instead | Aki Niemi | 1 | -88/+32 | |