summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-10-13sim: Don't re-check for id != 0Denis Kenzior1-9/+1
We already check the id is valid in the get_icon function, there's no reason to re-check it.
2010-10-13simutil: add file type for EFimgKristen Carlson Accardi1-0/+1
2010-10-13sim: implement GetIconKristen Carlson Accardi1-0/+187
2010-10-13simfs: Group lines logicallyDenis Kenzior1-3/+0
2010-10-13simfs: If buffer alloc fails, error outDenis Kenzior1-1/+5
2010-10-13simfs: Don't try to read image cache imsi is nullDenis Kenzior1-1/+3
2010-10-13simfs: Make image cache logic a bit easier to readDenis Kenzior1-5/+6
2010-10-13simfs: cache imagesKristen Carlson Accardi2-0/+66
2010-10-10voicecall: check g_try_new0 return valuePekka Pessi1-0/+3
2010-10-10voicecall: remove dial_request_finish() cb paramPekka Pessi1-9/+9
There is no need for callback param anymore.
2010-10-10voicecall: Check dial requests in voicecall_is_busyPekka Pessi1-7/+2
Return true if a call is being dialed by stk. Use __ofono_voicecall_is_busy() in __ofono_voicecall_dial().
2010-10-10ussd: pass call_in_progress to valid_ussd_stringPekka Pessi1-1/+13
Query the voicecall atom whether a call is in progress and pass this information along to valid_ussd_string.
2010-10-10common: fixup logic of valid_ussd_string()Pekka Pessi3-27/+21
The logic of valid_ussd_string was not quite correct as it didn't take care of size 1 USSD strings. In addition, call_in_progress parameter is passed in to take care of size 2 USSD strings which might start with a '1' according to the rules of 22.030. The comment about USSD routing is removed, it is out of scope of oFono. The cellular network routes the USSD requests based on the rules laid out in the 22.090, however, any string that can be encoded according to the rules of 23.030 is valid USSD.
2010-10-07Fix COLR typoAlexander Kanavin1-1/+1
2010-10-07Fix typo in SS enum to string conversionAlexander Kanavin1-1/+1
2010-10-06ussd: check g_try_new0 return valuePekka Pessi1-0/+3
2010-10-05sms: fix type errorPekka Pessi1-1/+1
2010-10-04Support -p and -P options with list of pluginsPekka Pessi2-13/+29
2010-10-02stk: Additional info for failed Send USSD caseJeevaka Badrappan1-1/+8
2010-10-02build: Add support for systemd configurationMarcel Holtmann1-4/+11
2010-10-02build: Add D-Bus service autostart supportMarcel Holtmann1-0/+4
2010-10-01audio: Add helper to get modem information from audio settingsMarcel Holtmann1-0/+5
2010-10-01audio: Add support for notifying about audio modeMarcel Holtmann1-0/+25
2010-10-01audio: Update audio settings API for active notificationMarcel Holtmann1-1/+1
2010-09-29core: Add support for audio settings interfaceMarcel Holtmann2-2/+226
2010-09-28modem: Add modemwatch watchlist functionsDenis Kenzior3-0/+62
Used for registering to modem added & removed notifications
2010-09-28ofono: Don't go over 80 characters per lineDenis Kenzior1-3/+6
2010-09-28ssn: The id is unsignedDenis Kenzior2-4/+4
2010-09-28modem: Minor style fixDenis Kenzior1-6/+8
2010-09-28voicecall: Set single_call correctlyDenis Kenzior1-1/+1
2010-09-27sms: Fix 8bit port handlingAki Niemi1-2/+2
2010-09-26ss: Use function to judge if it's busyYang Gu3-16/+19
2010-09-24stk: Fix missing inlude for encode_hex_own_bufMarcel Holtmann1-0/+1
2010-09-23stk: Add skeleton Refresh handlerDenis Kenzior1-0/+66
2010-09-22simfs: Fix freeing a NULL queueDenis Kenzior1-2/+4
2010-09-22smsutil: Reflow the fuzzy matching codeDenis Kenzior1-102/+98
Make a bit more readable
2010-09-22smsutil: add fuzzy address check for status reportPetteri Tikander1-16/+87
2010-09-21Fix multi-line comment style issuesJeevaka Badrappan19-115/+219
2010-09-21sms: Update signals for introspectionDenis Kenzior1-0/+2
2010-09-21sms: Tweak behavior of txq_submitDenis Kenzior1-1/+14
If history tracking is desired, expose over D-Bus as well
2010-09-21sms: Emit MessageRemovedDenis Kenzior1-0/+12
2010-09-21sms: Emit MessageAddedDenis Kenzior1-0/+32
2010-09-21sms: Implement GetMessages methodDenis Kenzior1-0/+56
2010-09-21sms: Initial Message interface implementationDenis Kenzior1-31/+231
2010-09-21Simplify linker scriptLucas De Marchi1-0/+7
Version linker scripts support function names and globs, so there's no need to rely on nm tool to gather the exported symbols.
2010-09-21stk: Language Notification proactive cmd supportJeevaka Badrappan1-0/+11
2010-09-21sms: Update to the new history APIDenis Kenzior1-6/+4
2010-09-21common: Implement ofono_uuid_to_strDenis Kenzior1-0/+8
2010-09-21history: Update to the new SHA1 based sms id APIDenis Kenzior2-13/+18
2010-09-21sms: Update to the new status report assembly apiDenis Kenzior1-5/+6