platform/upstream/ofono.git
2009-10-08 Denis KenziorMention Zhenhua's contributions
2009-10-08 Denis KenziorFix: Use DISC on dlc 0 instead of CLD
2009-10-08 Denis KenziorFix: Make compile on some obscure platforms
2009-10-08 Denis KenziorCleanup: Remove more dead code
2009-10-08 Denis KenziorCleanup: Get rid of unused member
2009-10-08 Denis KenziorGet rid of from_tty variant, use gattty instead
2009-10-07 Pekka Pessigisi: use const and restrict in iter
2009-10-07 Jukka SaunamakiHack for reading EFSPN on isimodem sim driver
2009-10-05 Denis KenziorFix: Don't crash when cached ef structure differs
2009-10-04 Marcel HoltmannRelease 0.7 0.7
2009-10-04 Marcel HoltmannFix pointer size problem with GUINT_TO_POINTER and...
2009-10-03 Denis KenziorFix: Handle empty SMSes
2009-10-03 Denis KenziorFix: Quiet a warning
2009-10-03 Denis KenziorFix: Make const correct
2009-10-02 Denis KenziorFix: Make next_hexstring handle optional quotes
2009-10-02 Denis KenziorMake generic sim driver work with 3G SIMs
2009-10-02 Denis KenziorFix: Add additional error checking
2009-10-02 Denis KenziorUse small caps for 2G/3G functions
2009-10-02 Denis KenziorAdd unit test for 3G STATUS response data
2009-10-02 Denis KenziorAdd utility to parse 3G get response data
2009-10-02 Denis KenziorAdd utility to parse 2G GET_RESPONSE data
2009-10-02 Denis KenziorAdd unit test for EF database
2009-10-02 Denis KenziorAdd utility to lookup files in EF db
2009-10-02 Denis KenziorRefactor: Move elementary file type checking
2009-10-02 Denis KenziorAdd basic elementary file database
2009-10-02 Marcel HoltmannEnable a few extra atoms in the Huawei plugin
2009-10-02 Marcel HoltmannEnable more atoms in the MBM plugin
2009-10-02 Marcel HoltmannAdd support for switching to a different GAtSyntax...
2009-10-02 Marcel HoltmannRemove unused variables causing a compiler warning
2009-10-02 Marcel HoltmannFix missing include for close() function call
2009-10-01 Denis KenziorUpdate plugins to the new g_at_tty_open API
2009-10-01 Denis KenziorReplace g_at_chat_new_from_tty with g_at_tty_open
2009-09-30 Andres SalomonG1: move chat handling into enable callback
2009-09-29 Denis KenziorFix: different signedness comparison
2009-09-29 Denis KenziorAdd call volume atom to calypso plugin
2009-09-29 Denis KenziorAdd test script for controlling speaker volume
2009-09-29 Denis KenziorAdd call volume to phonesim plugin
2009-09-29 Denis KenziorAdd at modem call volume driver
2009-09-29 Denis KenziorFix: Don't try to set a value if already set
2009-09-29 Denis KenziorBe more numerically stable
2009-09-29 Denis KenziorUse none_prefix in cssn
2009-09-29 Denis KenziorAdd Muted property to CallVolume atom
2009-09-29 Denis KenziorRefactor: Call Volume set_property handling
2009-09-29 Denis KenziorGet rid of unused define
2009-09-29 Denis KenziorGet rid of unused variables
2009-09-29 Denis KenziorRefactor: Assume driver will set call volume
2009-09-29 Denis KenziorDon't use ofono_ prefix for static functions
2009-09-29 Denis KenziorRefactor: Break up call volume notify
2009-09-29 Denis KenziorCleanup: Do not expose DBus details to drivers
2009-09-29 Zhenhua ZhangAdd call volume interface to adjust speaker and mic...
2009-09-28 Denis KenziorFix: F3607gw not being recognized properly
2009-09-28 Denis KenziorFix: Report registered modems properly
2009-09-28 Denis KenziorFix efli being removed prematurely
2009-09-25 Marcel HoltmannRelease 0.6 0.6
2009-09-25 Marcel HoltmannAdd ignore line generated udev rules file
2009-09-25 Marcel HoltmannFix build issue with example history plugin
2009-09-25 Marcel HoltmannFix segmentation fault from SIM reading on Calypso...
2009-09-25 Marcel HoltmannConvert some more strings list for easier reading
2009-09-25 Marcel HoltmannAdd some more test scripts for SMS and voice call testing
2009-09-25 Marcel HoltmannAdd gsmdial application to ignore list
2009-09-25 Marcel HoltmannAdd skeleton for gsmdial test application
2009-09-25 Marcel HoltmannRelease 0.5 0.5
2009-09-24 Marcel HoltmannAdd oFono whitepaper to distribution
2009-09-24 Denis KenziorFix whitespace
2009-09-24 Denis KenziorAdd first draft of the ofono whitepaper
2009-09-24 Denis KenziorUpdate the sim-api with LockedPins property
2009-09-24 Denis KenziorAdd initial support for LockedPins property
2009-09-24 RISKÓ Gergelygdbus: handle introspection generally in generic_message.
2009-09-24 Zhenhua ZhangUnref GIOChannel in g_at_chat_new_from_tty
2009-09-23 Denis KenziorIgnore EFli if the first entry is empty
2009-09-23 Andrzej ZaborowskiAdd plugin interface for getting PIN lock state.
2009-09-23 Andrzej ZaborowskiRemove unused struct field.
2009-09-23 Andrzej ZaborowskiRename eflp_format to efli_format, semantically opposite.
2009-09-23 Andrzej ZaborowskiUpdate sim-api.txt: ChangePin no longer disables pin.
2009-09-22 Denis KenziorSimplify: Use dbus_message_iter_get_args
2009-09-22 Denis KenziorRemove unused structure
2009-09-23 Marcel HoltmannFix unused variable issue from last commits
2009-09-22 Denis KenziorFix: Comparison should be against negative errno
2009-09-22 Denis KenziorUpdate sim-api with LockPin and UnlockPin
2009-09-22 Denis KenziorDon't try to Lock or Unlock SIM PIN2
2009-09-22 Denis KenziorMake sure we try to lock/unlock/change only PINs
2009-09-22 Denis KenziorRefactor: Do not use int instead of enum
2009-09-22 Denis KenziorDon't treat READY CPIN result differently
2009-09-22 Denis KenziorAdd LockPin and UnlockPin functions
2009-09-22 Denis KenziorMove SSN unsolicited notification activation
2009-09-22 Denis KenziorRearrange sim password enum
2009-09-22 Denis KenziorFix: Make sure pin isn't empty
2009-09-22 Denis KenziorGet rid of 1 line function
2009-09-22 Denis KenziorMove some stuff around
2009-09-22 Andrzej ZaborowskiDo PIN authentication
2009-09-22 Denis KenziorAssume sms is registered only when sim ready
2009-09-22 Denis KenziorAssume cbs is registered after sim ready
2009-09-22 Denis KenziorAssume netreg is registered when sim ready
2009-09-18 Marcel HoltmannFix trailing whitespace
2009-09-18 Denis KenziorAdd disconnection function
2009-09-18 Denis KenziorSimplify cleanup logic
2009-09-17 Denis KenziorRefactor language preference parsing
2009-09-17 Denis KenziorSimplify function logic
2009-09-17 Denis KenziorUse g_ascii_isdigit
2009-09-17 Denis KenziorFix potential memory leak
next