profile/ivi/lemolo.git
11 years agoofono parses start time.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 23:37:54 +0000 (20:37 -0300)]
ofono parses start time.

time is relative to loop time, which should be monotonic.

11 years agocallscreen: volume, mute, speaker and contacts.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 22:11:19 +0000 (19:11 -0300)]
callscreen: volume, mute, speaker and contacts.

volume was implemented using hardware keys, no visual feedback.

mute was implemented as a toggle action.

speaker and contacts were marked as placeholders.

11 years agoofono should notify when properties changed.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 22:05:47 +0000 (19:05 -0300)]
ofono should notify when properties changed.

11 years agoadd missing getter for volume and mute.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 21:32:32 +0000 (18:32 -0300)]
add missing getter for volume and mute.

11 years agofix log of unsigned char value for volume.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 21:31:52 +0000 (18:31 -0300)]
fix log of unsigned char value for volume.

11 years agosend DTMF tones from call screen keypad.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 20:50:06 +0000 (17:50 -0300)]
send DTMF tones from call screen keypad.

11 years agoadd keypad and actions to callscreen theme - no backend yet.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 20:33:48 +0000 (17:33 -0300)]
add keypad and actions to callscreen theme - no backend yet.

11 years agotheme call screen.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 17:42:55 +0000 (14:42 -0300)]
theme call screen.

11 years agoimage was actually jpeg, not png.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 15:07:27 +0000 (12:07 -0300)]
image was actually jpeg, not png.

11 years agotheme: proper design for keypad.
Gustavo Sverzut Barbieri [Fri, 6 Jul 2012 21:55:39 +0000 (18:55 -0300)]
theme: proper design for keypad.

11 years agowindow at 720x1280, Tizen's default.
Gustavo Sverzut Barbieri [Fri, 6 Jul 2012 21:54:39 +0000 (18:54 -0300)]
window at 720x1280, Tizen's default.

11 years agorename 'signal' to 'sig' to avoid warnings with -Wshadow on some GCC.
Gustavo Sverzut Barbieri [Fri, 6 Jul 2012 17:13:42 +0000 (14:13 -0300)]
rename 'signal' to 'sig' to avoid warnings with -Wshadow on some GCC.

11 years agoAdding multiparty infrastructure.
Guilherme Iscaro [Tue, 3 Jul 2012 18:48:32 +0000 (15:48 -0300)]
Adding multiparty infrastructure.

11 years agoAlways unref DBusMessage in _bus_object_message_send().
Guilherme Iscaro [Mon, 2 Jul 2012 13:36:15 +0000 (10:36 -0300)]
Always unref DBusMessage in _bus_object_message_send().

11 years agoSending DTMF codes done.
Guilherme Iscaro [Thu, 28 Jun 2012 19:36:50 +0000 (16:36 -0300)]
Sending DTMF codes done.

11 years agoCall-Volume API implemented.
Guilherme Iscaro [Thu, 28 Jun 2012 14:53:25 +0000 (11:53 -0300)]
Call-Volume API implemented.

11 years agoInitial Commit, basic infrastructure.
Gustavo Sverzut Barbieri [Mon, 25 Jun 2012 23:13:37 +0000 (20:13 -0300)]
Initial Commit, basic infrastructure.

The phone basics work without handling of DTMF (SendTones), the theme
is pretty barebones at this point.

Supported API:
        - VoiceCall:
                - Methods: Hangup, Answer
                - Signals: PropertyChanged, DisconnectReason
        - VoiceCallManager:
                - Methods: GetCalls, Dial
                - Signals: CallAdded, CallRemoved
        - Manager:
                - Methods: GetModems
                - Signals: ModemAdded, ModemRemoved, PropertyChanged

It's fully hot-pluggable: the daemon, modems and calls can enter and
exit at anytime.

It's remote controllable using DBus. Right now just Activate and Dial
are implemented so other applications can bring up the dialer window
and request a number to be dialed. This is also used to guarantee a
single instance of the application.