platform/upstream/ofono.git
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
2009-09-17 Denis KenziorRename function to be more clear
2009-09-17 Denis KenziorUse existing function for converting to iso639
2009-09-17 Denis KenziorAssume CBS is registered when SIM ready
2009-09-17 Andrzej ZaborowskiPresent list of preferred languages on SimManager interfce.
2009-09-17 Denis KenziorConvert all the modem drivers to the new API
2009-09-17 Denis KenziorSplit populate modem driver method
2009-09-16 Denis KenziorAdd sim api documentation
2009-09-16 Denis KenziorAdd reading of various CBS related EFs
2009-09-16 Aki NiemiMiscellaneous clean-ups
2009-09-16 Aki NiemiAdd proper bootstrapping to phonebook driver
2009-09-16 Aki Niemigisi: Make reachability detection more robust
2009-09-16 Aki NiemiIncrease network scan/set timeout values
2009-09-16 Denis KenziorMake sure unit tests also use right pdu buffer len
2009-09-16 Andrzej ZaborowskiCheck received PDUs fit in the buffer, fix buffer size.
2009-09-16 Denis KenziorFix: do not leak memory, cleanup the topic list
2009-09-16 Aki NiemiFix restrict keyword usage
2009-09-15 Aki NiemiAdd proper bootstrap using g_isi_verify()
2009-09-15 Aki NiemiRemove version query; use gisi/client.h instead
2009-09-15 Aki Niemigisi: Add ISI version and reachability check API
2009-09-15 Aki NiemiFix error reporting in phonebook driver
2009-09-14 Aki NiemiRemove extra debug
2009-09-14 Aki NiemiFix a possible but improbable leak
2009-09-14 Marcel HoltmannFix compiler warnings on 64-bit systems
2009-09-14 RISKÓ GergelyAdd introspection interface to the output of introspect...
2009-09-14 Aki NiemiFix to use gisi/iter.h to decode sub-blocks
2009-09-14 Aki NiemiAdapt to changed sub-block iterator API
2009-09-14 Aki NiemiAdd support for long sub-block header
2009-09-14 Aki NiemiRefactor to use gisi/iter.h
2009-09-14 Aki NiemiModify to use the new alpha tag getter
2009-09-14 Aki NiemiAdd and modify string getters
2009-09-14 Aki NiemiCoding style clean-ups
2009-09-14 Aki NiemiUse gisi/iter.h for decoding sub-blocks
2009-09-14 Aki Niemigisi: Add ISI sub-block iterator
2009-09-14 Aki NiemiClean up IMSI decoding
2009-09-14 Aki NiemiRemove trailing WS
2009-09-14 Aki NiemiRemove unnecessary debug
2009-09-14 Aki NiemiAdd basic bootsrap for the SMS driver
2009-09-14 Aki NiemiAdd preliminary CBS driver
2009-09-14 Aki NiemiAdd proper bootstrapping for netreg driver
2009-09-14 Aki NiemiRemove unnecessary debugs
2009-09-12 Aki NiemiFix registration status decoding
2009-09-12 Aki NiemiFixes for proper coding style
2009-09-12 Aki NiemiFix signal strength value calculation
2009-09-12 Aki NiemiAdd IMSI retrieval to sim driver
2009-09-12 Aki NiemiFix to use new success/failure callback macros
2009-09-12 Aki NiemiAdd implementation of netreg driver
2009-09-12 Aki NiemiClean up macros for success/failure callbacks
2009-09-12 Marcel HoltmannFix compilation error with missing return value
2009-09-12 Denis KenziorUpdate the network registration API
2009-09-12 Denis KenziorSupport base station name cell broadcasts
2009-09-12 Denis KenziorAdd utility for setting the netreg base station
2009-09-11 Denis KenziorEnable registration / location updates for CBS
2009-09-11 Denis KenziorAdd network registration status watch capability
2009-09-11 Denis KenziorRemove extra free of cbs assembly
2009-09-11 Denis KenziorCreate watchlists during register
next