summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Gustavo Sverzut Barbieri [Wed, 11 Jul 2012 16:05:32 +0000 (13:05 -0300)]
split theme into multiple files.
easier to grep and search, avoid crossing unwanted boundaries :-)
Gustavo Sverzut Barbieri [Wed, 11 Jul 2012 15:51:28 +0000 (12:51 -0300)]
do not show elapsed time when dialing.
it's unknown, so let's not use it.
Gustavo Sverzut Barbieri [Wed, 11 Jul 2012 15:49:10 +0000 (12:49 -0300)]
add tabs to main layout and placeholder contacts and history.
Guilherme Iscaro [Wed, 11 Jul 2012 13:52:08 +0000 (10:52 -0300)]
Adding calls check, we must be in a call to update those properties.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 23:38:56 +0000 (20:38 -0300)]
show and update elapsed call 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.
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.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 22:05:47 +0000 (19:05 -0300)]
ofono should notify when properties changed.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 21:32:32 +0000 (18:32 -0300)]
add missing getter for volume and mute.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 21:31:52 +0000 (18:31 -0300)]
fix log of unsigned char value for volume.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 20:50:06 +0000 (17:50 -0300)]
send DTMF tones from call screen keypad.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 20:33:48 +0000 (17:33 -0300)]
add keypad and actions to callscreen theme - no backend yet.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 17:42:55 +0000 (14:42 -0300)]
theme call screen.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 15:07:27 +0000 (12:07 -0300)]
image was actually jpeg, not png.
Gustavo Sverzut Barbieri [Fri, 6 Jul 2012 21:55:39 +0000 (18:55 -0300)]
theme: proper design for keypad.
Gustavo Sverzut Barbieri [Fri, 6 Jul 2012 21:54:39 +0000 (18:54 -0300)]
window at 720x1280, Tizen's default.
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.
Guilherme Iscaro [Tue, 3 Jul 2012 18:48:32 +0000 (15:48 -0300)]
Adding multiparty infrastructure.
Guilherme Iscaro [Mon, 2 Jul 2012 13:36:15 +0000 (10:36 -0300)]
Always unref DBusMessage in _bus_object_message_send().
Guilherme Iscaro [Thu, 28 Jun 2012 19:36:50 +0000 (16:36 -0300)]
Sending DTMF codes done.
Guilherme Iscaro [Thu, 28 Jun 2012 14:53:25 +0000 (11:53 -0300)]
Call-Volume API implemented.
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.