Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-05 | AUTHORS: Mention Guillaume's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-11-05 | sim: use mask for check of sim file status | Guillaume Lucas | 1 | -2/+2 | |
It is the first bit of the sim file status who indicates if a file is valid or not. So a mask must be used to check this. | |||||
2010-11-05 | TODO: Add owner of provide local info task | Yang Gu | 1 | -0/+1 | |
2010-11-04 | TODO: Mark WAP PUSH task as done | Denis Kenzior | 2 | -7/+4 | |
2010-11-04 | TODO: Mark Smart Messaging task as done | Denis Kenzior | 2 | -11/+11 | |
2010-11-04 | TODO: Mark app src / dst port handling task done | Denis Kenzior | 2 | -14/+12 | |
2010-11-04 | smsutil: Use entire range of ref / port addresses | Denis Kenzior | 1 | -12/+12 | |
2010-11-04 | smart-messaging: Implement SendAppointment | Denis Kenzior | 1 | -1/+38 | |
2010-11-04 | test: Add send-vcard script | Denis Kenzior | 2 | -1/+22 | |
2010-11-04 | smart-messaging: Implement SendBusinessCard | Denis Kenzior | 1 | -1/+52 | |
2010-11-04 | sms: Call the txq_submit queued callback | Denis Kenzior | 1 | -0/+3 | |
2010-11-04 | sms: Separate history from dbus flags in txq_submit | Denis Kenzior | 2 | -11/+19 | |
2010-11-04 | sms: Refactor __ofono_sms_txq_submit | Denis Kenzior | 3 | -64/+93 | |
2010-11-04 | sms: Add __ofono_sms_message_path_from_uuid | Denis Kenzior | 2 | -10/+13 | |
2010-11-04 | sms: add __ofono_sms_get_next_ref | Denis Kenzior | 2 | -0/+7 | |
2010-11-04 | isigen: increase offline timeout | Pekka Pessi | 2 | -1/+2 | |
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds. | |||||
2010-11-04 | build: Remove generic AT command modem plugin | Marcel Holtmann | 2 | -276/+0 | |
This plugin was used for initial testing and is no longer needed. So just remove it. | |||||
2010-11-04 | Mention Marit's contributions | Marcel Holtmann | 1 | -0/+1 | |
2010-11-04 | atmodem: Remove at_pin_send_puk_cb, and use at_pin_send_cb instead. | Marit Henriksen | 1 | -33/+1 | |
When adding the use of pin event *EPEV also to at_pin_send_puk_cb, it becomes identical to at_pin_send_cb, and can be removed. | |||||
2010-11-03 | TODO: Update Read/Write EFcfis description | Jeevaka Badrappan | 1 | -2/+2 | |
2010-11-02 | smsutil: Remove traces of ref_offset variable | Denis Kenzior | 1 | -6/+2 | |
2010-11-02 | sms: Fix unused variable warning | Denis Kenzior | 1 | -1/+0 | |
2010-11-02 | ofono.conf: Punch hole for SmartMessagingAgent | Denis Kenzior | 1 | -0/+1 | |
2010-11-02 | test: Add test-smart-messaging | Denis Kenzior | 2 | -1/+67 | |
2010-11-02 | smart-messaging: Register to vCal notifications | Denis Kenzior | 1 | -0/+31 | |
2010-11-02 | smart-messaging: Register for vCard notifications | Denis Kenzior | 1 | -0/+31 | |
2010-11-02 | smart-messaging: Free agent when sms atom exits | Denis Kenzior | 1 | -5/+6 | |
2010-11-02 | smart-messaging: Implement unregister agent | Denis Kenzior | 1 | -1/+18 | |
2010-11-02 | smart-messaging: Implement RegisterAgent | Denis Kenzior | 1 | -1/+34 | |
2010-11-02 | smsutil: Add sms_datagram_prepare | Denis Kenzior | 2 | -0/+136 | |
2010-11-02 | sms: Update to the new smsutil api | Denis Kenzior | 1 | -29/+3 | |
2010-11-02 | unit: Update test-sms to the new API | Denis Kenzior | 1 | -6/+6 | |
2010-11-02 | smsutil: Get rid of ref_offset in sms_text_prepare | Denis Kenzior | 2 | -13/+5 | |
The reason for this parameter has ceased to exist quite a while ago. Namely when the API allowed multiple SMS recipients. We prepared a single set of segments and then reset the to address and reference. We no longer allow multiple recipients and none of this is now needed. | |||||
2010-11-02 | coding_style: Add case for enum as switch variable | Yang Gu | 1 | -0/+32 | |
2010-11-02 | coding_style: Fix enum name | Yang Gu | 1 | -1/+1 | |
2010-11-02 | test: Add test-push-notification script | Denis Kenzior | 2 | -1/+49 | |
2010-11-02 | sms: Don't crash when encoding fails | Denis Kenzior | 1 | -1/+5 | |
2010-11-02 | smsutil: Additional sanity checks for decode_scts | Denis Kenzior | 1 | -0/+21 | |
2010-11-02 | ofono.conf: Punch hole for PushNotificationAgent | Denis Kenzior | 1 | -0/+1 | |
2010-11-02 | push-notification: Handle WAP push messages | Denis Kenzior | 1 | -0/+32 | |
2010-11-02 | sms: Minor style fix | Denis Kenzior | 1 | -3/+3 | |
2010-11-02 | sms: Left shift 8-bit ports by 16 | Denis Kenzior | 1 | -2/+2 | |
These are less commonly used so make them not interfere with 16 bit ports | |||||
2010-11-02 | push-notification: Free agent when sms atom exits | Denis Kenzior | 1 | -6/+6 | |
2010-11-02 | push-notification: Implement unregister agent | Denis Kenzior | 1 | -1/+18 | |
2010-11-02 | push-notification: Implement register agent | Denis Kenzior | 1 | -1/+35 | |
2010-11-02 | push-notification: Add skeleton | Denis Kenzior | 2 | -0/+154 | |
2010-11-02 | smsagent: Add smsagent implementation | Denis Kenzior | 3 | -1/+370 | |
Based on the patches by Aki Niemi | |||||
2010-11-01 | TODO: update owner of see/cancel pending SMS task | Yang Gu | 1 | -0/+1 | |
2010-11-01 | main: add capabilities for phonet | Mika Liljeberg | 1 | -1/+2 | |
Phonet sockets require CAP_SYS_ADMIN and SO_BINDTODEVICE socket option requires CAP_NET_RAW. | |||||
2010-11-01 | isigen: fix phonet address initialization | Mika Liljeberg | 1 | -1/+2 | |