profile/ivi/lemolo.git
11 years agoLeave SupplementaryServices/USSD validation to oFono.
Gustavo Sverzut Barbieri [Mon, 20 Aug 2012 15:01:23 +0000 (12:01 -0300)]
Leave SupplementaryServices/USSD validation to oFono.

According to Denis the rules are fairly complex and the check for a
trailing '#' is not valid. For instance the short strings (1-2
numbers) are valid USSD.

To solve this, always call oFono and let it reply if it was recognized
or not.

11 years agobugfix: do not set popup elements if it ss_initiate was canceled.
Gustavo Sverzut Barbieri [Mon, 20 Aug 2012 14:58:10 +0000 (11:58 -0300)]
bugfix: do not set popup elements if it ss_initiate was canceled.

If we cancel ofono_ss_initiate() then we'll still have
_ss_initiate_reply() called, but with an empty popup since it was
deleted by the dismiss button.

11 years agokeypad: supplementary services may take long, show loading dialog.
Gustavo Sverzut Barbieri [Mon, 20 Aug 2012 14:34:14 +0000 (11:34 -0300)]
keypad: supplementary services may take long, show loading dialog.

We show a dialog without a message until
SupplementaryServices.Initiate() returns.

Dialogs without message will show loading animation.

The dialog is hold hidden a bit before it's shown. The issue is if
SupplementaryServices.Initiate() fails due NotRecognized or
InvalidFormat. Those are fast and we fallback to Dial()... in this
case we delete the popup and the resulting user interface is a quick
show-hide, which is annoying.

11 years agoofono: fix error to enum parse.
Gustavo Sverzut Barbieri [Mon, 20 Aug 2012 14:13:32 +0000 (11:13 -0300)]
ofono: fix error to enum parse.

We must account the ".Error." as well. Don't know how we did not
noticed it so far.

11 years agonew popup that fits better our theme.
Gustavo Sverzut Barbieri [Sun, 19 Aug 2012 15:15:22 +0000 (12:15 -0300)]
new popup that fits better our theme.

the new popup can have 2 buttons, with different classes (dialer or
dialer-caution).

While there is no content, it will show a loading animation.

11 years agovoicemail support.
Gustavo Sverzut Barbieri [Mon, 13 Aug 2012 21:40:11 +0000 (18:40 -0300)]
voicemail support.

11 years agoofono: export current api available for modem.
Gustavo Sverzut Barbieri [Mon, 13 Aug 2012 21:09:59 +0000 (18:09 -0300)]
ofono: export current api available for modem.

11 years agoofono: notify after modem properties get reply for interfaces.
Gustavo Sverzut Barbieri [Mon, 13 Aug 2012 21:04:44 +0000 (18:04 -0300)]
ofono: notify after modem properties get reply for interfaces.

11 years agoofono: notify of modem changed only once at the end.
Gustavo Sverzut Barbieri [Mon, 13 Aug 2012 21:03:46 +0000 (18:03 -0300)]
ofono: notify of modem changed only once at the end.

whenever we receive batch of update, just notify it at the end, not
after every property is updated.

11 years agotheme cleanup
Gustavo Sverzut Barbieri [Mon, 13 Aug 2012 20:29:04 +0000 (17:29 -0300)]
theme cleanup

 - icon names changed to "ico_<SPECIFIER>.png"
 - icons are now square, at 170x170, not with padding (240x170) anymore.
 - pressed icons removed, the invert effect is enough (saves space)

11 years agoremove unused images.
Gustavo Sverzut Barbieri [Mon, 13 Aug 2012 16:37:37 +0000 (13:37 -0300)]
remove unused images.

11 years agoofono: implement USSD infrastructure.
Gustavo Sverzut Barbieri [Sun, 12 Aug 2012 00:32:11 +0000 (21:32 -0300)]
ofono: implement USSD infrastructure.

11 years agoofono: add infra for voice mail (message waiting)
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 23:42:36 +0000 (20:42 -0300)]
ofono: add infra for voice mail (message waiting)

11 years agoofono: improve debug for call volume handling.
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 23:41:48 +0000 (20:41 -0300)]
ofono: improve debug for call volume handling.

11 years agomultiparty: show time since multiparty was created.
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 22:06:19 +0000 (19:06 -0300)]
multiparty: show time since multiparty was created.

Before we were using one of the calls start time, no specific call,
just one that we had.

Now we remember the time when the multiparty was created and show it
instead, as requested by Marcel Holtmann.

11 years agotheme: change 'on hold' to 'On Hold'
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 22:05:51 +0000 (19:05 -0300)]
theme: change 'on hold' to 'On Hold'

11 years agotheme: fix multiparty-list item height.
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 22:05:12 +0000 (19:05 -0300)]
theme: fix multiparty-list item height.

11 years agousability: do not return to callscreen if the call was disconnected.
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 21:52:35 +0000 (18:52 -0300)]
usability: do not return to callscreen if the call was disconnected.

if we receive a "calls changed" but the changed call was a
disconnection, then we should just ignore it.

11 years agoimplement button to show contacts from callscreen.
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 20:41:38 +0000 (17:41 -0300)]
implement button to show contacts from callscreen.

11 years agofix warning: unused parameter ‘reason’
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 20:36:40 +0000 (17:36 -0300)]
fix warning: unused parameter ‘reason’

11 years agocallscreen: use ReleaseAndAnswer just when there is active call.
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 20:35:35 +0000 (17:35 -0300)]
callscreen: use ReleaseAndAnswer just when there is active call.

Otherwise, if there is a Held call, we must call Hangup directly.

Fixes #23 (Hangup call turns into swap calls)

11 years agoofono: use ReleaseAndSwap
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 13:57:25 +0000 (10:57 -0300)]
ofono: use ReleaseAndSwap

new method "ReleaseAndSwap()" is all we need for our phone hangup
button. It will handle multiparty and regular calls, hangs up the
active call (regular or multiparty) and then activate the held call.

If there was no held, it works as well.

11 years agorename "held" to "on hold"
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 00:11:49 +0000 (21:11 -0300)]
rename "held" to "on hold"

11 years agoREADME: add contacts db info
Gustavo Sverzut Barbieri [Sat, 11 Aug 2012 00:06:47 +0000 (21:06 -0300)]
README: add contacts db info

11 years agohistory: fix ellipsis position for long names.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 23:56:16 +0000 (20:56 -0300)]
history: fix ellipsis position for long names.

11 years agoexample/contacts.csv: provide long name by default.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 23:54:30 +0000 (20:54 -0300)]
example/contacts.csv: provide long name by default.

11 years agokeypad: better align of name-type of contacts.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 23:53:55 +0000 (20:53 -0300)]
keypad: better align of name-type of contacts.

provide the "name - type" from C, then use it alternatively.

11 years agocontacts: expose full name as well, for themes that may want to use it.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 23:43:44 +0000 (20:43 -0300)]
contacts: expose full name as well, for themes that may want to use it.

11 years agocontacts: minor bugfix on string manipulation.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 23:43:17 +0000 (20:43 -0300)]
contacts: minor bugfix on string manipulation.

11 years agooptimize lists rendering.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 23:37:29 +0000 (20:37 -0300)]
optimize lists rendering.

homogeneous list are faster to handle.

Text fit is an expensive operation. Do not use it for possibly long lists.

11 years agocontacts: rename "name" to "first_name", and add explit getters.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 23:30:46 +0000 (20:30 -0300)]
contacts: rename "name" to "first_name", and add explit getters.

we've created it with just "name", then we split in a very hackish
way. Make it more sane now:
 - first name: comes from DB
 - last name: comes from DB
 - full name: created on the fly, when needed. cached.

all the getters return references to internal stringshares.

11 years agohistory: optimize contact lookup, cache matches.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 23:17:38 +0000 (20:17 -0300)]
history: optimize contact lookup, cache matches.

 - do not search too often (1 second interval);
 - remember contact if found;
 - listen to contact changes, see if it's still valid for that number;
 - listen to contact deletion, remove local cache.

11 years agocontacts: save and notifications.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 23:16:07 +0000 (20:16 -0300)]
contacts: save and notifications.

 - expose some setters.
 - notify of changed contact info, at once (in an idler).
 - delayed save of files (in a poller)
 - use backup if no dabase.

11 years agoimprove handling of strptime.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 21:26:52 +0000 (18:26 -0300)]
improve handling of strptime.

previously we've noticed strptime() was not working, but the culprit
is actually mktime() that resets the tm_gmtoff field.

Save this field and remove the custom parse of GMT offset.

11 years agocontacts: add some safety checks.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 21:07:48 +0000 (18:07 -0300)]
contacts: add some safety checks.

11 years agocontacts: add example CSV and eet generator.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 20:58:48 +0000 (17:58 -0300)]
contacts: add example CSV and eet generator.

Simple script to get a CSV and generate the EET. It should be easy to
have most addressbooks to generate this, or use OpenOffice to do so.

11 years agoSeveral changes in the contacts layout tab and accross the App.
Iscaro [Fri, 10 Aug 2012 17:48:29 +0000 (14:48 -0300)]
Several changes in the contacts layout tab and accross the App.
And now we have a contact bar separator like the iphone's.

11 years agoelm.text.number and elm.text.name were overlaping each other. Now it's fixed.
Iscaro [Thu, 9 Aug 2012 14:10:34 +0000 (11:10 -0300)]
elm.text.number and elm.text.name were overlaping each other. Now it's fixed.

11 years agoThe contacts' eet now has support to last name for a person. Also the layout
Iscaro [Thu, 9 Aug 2012 11:47:29 +0000 (08:47 -0300)]
The contacts' eet now has support to last name for a person. Also the layout
now shows the last name and image contact was set.

11 years agoContact tab layout and contact details layout changed
Iscaro [Wed, 8 Aug 2012 21:00:03 +0000 (18:00 -0300)]
Contact tab layout and contact details layout changed

11 years agoAdded a new theme for elm_button, it is used in the contact details.
Iscaro [Wed, 8 Aug 2012 17:02:33 +0000 (14:02 -0300)]
Added a new theme for elm_button, it is used in the contact details.

11 years agoNow all the phone is integrated with contacts. So now it's possible to
Iscaro [Wed, 8 Aug 2012 12:28:50 +0000 (09:28 -0300)]
Now all the phone is integrated with contacts. So now it's possible to
see the contact's name when you receive a call, history and etc.

11 years agoContacts UI and infrastructure.
Iscaro [Fri, 3 Aug 2012 14:33:57 +0000 (11:33 -0300)]
Contacts UI and infrastructure.

TODO: Change the default elm_button style

11 years agoDo not insert '-' separator if the previous number is '+'.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 19:38:33 +0000 (16:38 -0300)]
Do not insert '-' separator if the previous number is '+'.

Fixes #22 (Funny display of - separator in call display with + numbers)

11 years agoofono: work around strptime() issue.
Gustavo Sverzut Barbieri [Fri, 10 Aug 2012 19:29:33 +0000 (16:29 -0300)]
ofono: work around strptime() issue.

strptime() will ignore '%z' for timezone. Then we must parse this
ourselves and fix the date accordingly.

time() is local, then we must convert the parsed time to it as well.

Fixes #14 (Active call should show current duration)

11 years agohistory: implement deletion of items.
Gustavo Sverzut Barbieri [Tue, 7 Aug 2012 19:49:53 +0000 (16:49 -0300)]
history: implement deletion of items.

now we can delete individual items or clear everything.

11 years agohistory updater: improve algorithm and document constants.
Gustavo Sverzut Barbieri [Tue, 7 Aug 2012 13:53:26 +0000 (10:53 -0300)]
history updater: improve algorithm and document constants.

 * increase minimum update interval to 30 seconds.
 * break when update_threshold constant is reached.
 * documented constants and their reasoning.

11 years agohistory: start/stop time update poller when needed.
Gustavo Sverzut Barbieri [Mon, 6 Aug 2012 16:45:51 +0000 (13:45 -0300)]
history: start/stop time update poller when needed.

If the window is unfocused or the history list is hidden, do not keep
the poller running and draining battery.

If window is focused and object is visible, then start the poller and
update the list immediately. (avoid updating too often, 1.0s is the
current threshold).

11 years agotheme: allow specify different theme at command line.
Gustavo Sverzut Barbieri [Mon, 6 Aug 2012 01:01:23 +0000 (22:01 -0300)]
theme: allow specify different theme at command line.

-H/--theme and the path or file name.

11 years agotheme: start to specify sizes as macros, add smaller resolution.
Gustavo Sverzut Barbieri [Mon, 6 Aug 2012 00:48:27 +0000 (21:48 -0300)]
theme: start to specify sizes as macros, add smaller resolution.

It's not complete, particularly "call" is not close to good at
"sd". Marina should review the sizes and we should create macros to
remaining sizes.

11 years agodo not ask confirmation to do hangup or private chat in multiparty
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 21:32:34 +0000 (18:32 -0300)]
do not ask confirmation to do hangup or private chat in multiparty

Fixes #2 (Non intuitive Private Chat and Hangup buttons in conference)

11 years agoimprove pressed state of multiparty details button.
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 21:24:07 +0000 (18:24 -0300)]
improve pressed state of multiparty details button.

Fixes #15 (Conference icon should not invert on pressing)

11 years agomultiparty can have private chat only if there is no held calls.
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 21:14:34 +0000 (18:14 -0300)]
multiparty can have private chat only if there is no held calls.

Before we were disabling private chat only if the conference itself
were held, but we cannot start a private chat from an active
conference if there was some held call.

Fixes #13 (Private Chat only possible if no held calls)

11 years agoDo not automatically SwapCalls on local hangup of active call.
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 19:07:03 +0000 (16:07 -0300)]
Do not automatically SwapCalls on local hangup of active call.

Fixes #11 (Waiting call + Hangup and Answer turns into held
call). Leaves code and TODO so we can get back to this.

11 years agohistory: dial should not interfere with keypad
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 18:58:00 +0000 (15:58 -0300)]
history: dial should not interfere with keypad

use ofono to dial directly, do not use keypad function.

Fixes #10 (Call from history should go back to history)

11 years agoimprove date formatting.
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 18:46:47 +0000 (15:46 -0300)]
improve date formatting.

For dates over a week, show the locale date representation.

This allows us to skip updating those items.

11 years agohistory: try to recover by reusing items stored in log.
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 18:20:16 +0000 (15:20 -0300)]
history: try to recover by reusing items stored in log.

if application shutdowns with ongoing calls, they will be stored to
EET, on restart it will try to recover items from log by using line_id
and and start time.

For calls that were not completed, this will not work as Call.StarTime
just exist for active or held calls.

11 years agohistory: use call start time if available
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 17:57:16 +0000 (14:57 -0300)]
history: use call start time if available

11 years agoupdate history times.
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 15:28:57 +0000 (12:28 -0300)]
update history times.

some time strings are formatted relatively, they should be updated
timely so they are correct.

11 years agojust hide held if it was not a conference.
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 14:57:27 +0000 (11:57 -0300)]
just hide held if it was not a conference.

otherwise there are other held calls, and we must keep it visible in
the GUI.

Fixes #7 (Wrong display after remote hangup of call in held conference)

11 years agoReset number on dial.
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 14:38:26 +0000 (11:38 -0300)]
Reset number on dial.

Fixes #6 (No reset of number input after dial)

11 years agoHide keypad on hangup.
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 14:20:25 +0000 (11:20 -0300)]
Hide keypad on hangup.

Whenever the active peer is disconnected (local or remote), we must
hide the keypad.

Fixes #12 (Show keypad + Hangup interaction)

11 years agoFor conferences, just display "Conference" as name.
Gustavo Sverzut Barbieri [Sun, 5 Aug 2012 13:40:21 +0000 (10:40 -0300)]
For conferences, just display "Conference" as name.

Before we were joining all participants names/numbers as a name,
making the string unmanageable. Make it a fixed string, user can see
conference participants by clicking the specific button.

Fixes bug #4 (Display of conference participants)

NOTE: need designer review.

11 years agomultiparty details should support long numbers and names.
Gustavo Sverzut Barbieri [Sat, 4 Aug 2012 22:34:57 +0000 (19:34 -0300)]
multiparty details should support long numbers and names.

if name or number are too long, reduce font size up to 30px and if
it's not enough, add ellipsis (right of name, left of numbers)

Fixes bug #5 (Display of long numbers in conference window)

11 years agoshow multiparty details for held conferences as well.
Gustavo Sverzut Barbieri [Sat, 4 Aug 2012 22:24:47 +0000 (19:24 -0300)]
show multiparty details for held conferences as well.

It's the same thing as regular multiparty details, but there is no
"private chat" action.

Fixes bug #3 (Conference window only for active call).

11 years agohistory: show item selection.
Gustavo Sverzut Barbieri [Fri, 3 Aug 2012 20:11:33 +0000 (17:11 -0300)]
history: show item selection.

edje group "elm/layout/dialer/history/img" became just an event area,
no visuals in there. This was done so we can change the arrow color
class when item is selected.

added scripts to control selected and missed states.

11 years agohistory: unselect item after the click action is done.
Gustavo Sverzut Barbieri [Fri, 3 Aug 2012 20:11:00 +0000 (17:11 -0300)]
history: unselect item after the click action is done.

11 years agohistory: improve visibility of items.
Gustavo Sverzut Barbieri [Fri, 3 Aug 2012 19:40:13 +0000 (16:40 -0300)]
history: improve visibility of items.

 * new items get visible
 * after initial populate, show the first item

11 years agoNow when you click in a entry on the history log a call will be made.
Iscaro [Fri, 3 Aug 2012 18:53:14 +0000 (15:53 -0300)]
Now when you click in a entry on the history log a call will be made.

11 years agohistory: refactor data model.
Gustavo Sverzut Barbieri [Fri, 3 Aug 2012 19:02:00 +0000 (16:02 -0300)]
history: refactor data model.

 * remember call direction (incoming or outgoing)
 * remember call complete (active or held)
 * save calls on exit, even if call was not completed.
 * optimize call_info search, use call and pointer comparison
 * fix: during runtime, prepend genlist items, as done with call log
 * fix: when no call log can be loaded, use the calloc()ed pointer.

11 years agomultiple improvements to history look and feel.
Gustavo Sverzut Barbieri [Fri, 3 Aug 2012 17:12:25 +0000 (14:12 -0300)]
multiple improvements to history look and feel.

 * history.c, scroller.edc (from multiparty-list.edc): use scroller
   theme for genlist similar to multiparty details.

 * history.c: history formats line_id using phone_format() function.

 * history-bg.edc: smaller buttons for "All" and "Missed", with text
   centered (no subtitle).

 * history-bg.edc: lists will go up to the scroller (rel1).

 * history.edc: list items are bigger (120px), allowing more space
   between items. Fixed positioning of time and type parts.

11 years agoAdded EET_COMPRESSION_DEFAULT constant in case our target is a Tizen device
Iscaro [Thu, 2 Aug 2012 17:59:39 +0000 (14:59 -0300)]
Added EET_COMPRESSION_DEFAULT constant in case our target is a Tizen device

11 years agoAdding time contants at date_format().
Iscaro [Thu, 2 Aug 2012 13:59:28 +0000 (10:59 -0300)]
Adding time contants at date_format().

11 years agoChanging the way that we store the history log.
Iscaro [Wed, 1 Aug 2012 13:30:25 +0000 (10:30 -0300)]
Changing the way that we store the history log.

11 years agoChanging default layout of the history UI.
Guilherme Iscaro [Fri, 27 Jul 2012 11:47:39 +0000 (08:47 -0300)]
Changing default layout of the history UI.

11 years agoofono callbacks: do not automatically free callbacks on shutdown.
Gustavo Sverzut Barbieri [Mon, 30 Jul 2012 22:00:37 +0000 (19:00 -0300)]
ofono callbacks: do not automatically free callbacks on shutdown.

This will help in two fronts:
 - spot leaks with valgrind, since screens that do not release will show there.
 - avoid warnings from screens deleting it with their _on_del()

11 years agoofono callbacks: rename lists for shorter and better names.
Gustavo Sverzut Barbieri [Mon, 30 Jul 2012 21:56:56 +0000 (18:56 -0300)]
ofono callbacks: rename lists for shorter and better names.

the prefix "ofono_callback_" and suffix "_list" were not helping,
actually they were adding noise which made lines longer and harder to
read. Change to just "cbs_" prefix.

11 years agofix volume changed callback dispatch.
Gustavo Sverzut Barbieri [Mon, 30 Jul 2012 21:42:19 +0000 (18:42 -0300)]
fix volume changed callback dispatch.

it should use modem changed, not call changed. It was a typo in the
list name.

11 years agocoding style: function open braces on next line.
Gustavo Sverzut Barbieri [Mon, 30 Jul 2012 21:29:47 +0000 (18:29 -0300)]
coding style: function open braces on next line.

We should have the open brace on the next line, after function
declaration. My bad, with Iscaro following the pattern afterwards.

11 years agohistory: remove space after FOREACH.
Gustavo Sverzut Barbieri [Mon, 30 Jul 2012 21:25:56 +0000 (18:25 -0300)]
history: remove space after FOREACH.

11 years agohistory: fix location of history log file.
Gustavo Sverzut Barbieri [Mon, 30 Jul 2012 21:23:53 +0000 (18:23 -0300)]
history: fix location of history log file.

There was a missing "/" in the path, between xdg configuration
directory and the project name.

11 years agohistory: be quiet if there was no previous history log.
Gustavo Sverzut Barbieri [Mon, 30 Jul 2012 21:22:55 +0000 (18:22 -0300)]
history: be quiet if there was no previous history log.

this is not an error, then we should not report it as such. Just
create the data and return quietly.

11 years agocommand line: different api based on modem type.
Gustavo Sverzut Barbieri [Mon, 30 Jul 2012 16:58:00 +0000 (13:58 -0300)]
command line: different api based on modem type.

if HFP modem type is used, then reduce the amount of required
interfaces.

11 years agoallow choosing modem type from command line.
Gustavo Sverzut Barbieri [Fri, 27 Jul 2012 21:13:30 +0000 (18:13 -0300)]
allow choosing modem type from command line.

similar to modem API, allow choosing modem type from command
line. Defaults to hardware and hfp.

11 years agocommand line option to list every known ofono modem api.
Gustavo Sverzut Barbieri [Fri, 27 Jul 2012 20:54:32 +0000 (17:54 -0300)]
command line option to list every known ofono modem api.

11 years agoimprove command line argument usability.
Gustavo Sverzut Barbieri [Fri, 27 Jul 2012 20:48:14 +0000 (17:48 -0300)]
improve command line argument usability.

Instead of giving a mask, give a string and let the program convert it
into the mask. Much better.

11 years agoforce warning compile flags.
Gustavo Sverzut Barbieri [Fri, 27 Jul 2012 20:23:52 +0000 (17:23 -0300)]
force warning compile flags.

By default use: -Wall -Wextra -Wshadow -fvisibility=hidden

11 years agominor: fix -Wunused-parameter (-Wextra) warnings.
Gustavo Sverzut Barbieri [Fri, 27 Jul 2012 20:16:11 +0000 (17:16 -0300)]
minor: fix -Wunused-parameter (-Wextra) warnings.

11 years agominor: fix -Wshadow warning regarding "time"
Gustavo Sverzut Barbieri [Fri, 27 Jul 2012 20:15:30 +0000 (17:15 -0300)]
minor: fix -Wshadow warning regarding "time"

11 years agoAdding an UI for history log.
Guilherme Iscaro [Thu, 26 Jul 2012 12:36:59 +0000 (09:36 -0300)]
Adding an UI for history log.

11 years agoAdding history infrastructure.
Guilherme Iscaro [Mon, 23 Jul 2012 20:14:39 +0000 (17:14 -0300)]
Adding history infrastructure.

11 years agoAdding support for multiple changed, disconnected and connected callbacks.
Guilherme Iscaro [Fri, 20 Jul 2012 13:24:38 +0000 (10:24 -0300)]
Adding support for multiple changed, disconnected and connected callbacks.

11 years agoallow returning to call screen from other screens.
Gustavo Sverzut Barbieri [Sat, 21 Jul 2012 20:49:54 +0000 (17:49 -0300)]
allow returning to call screen from other screens.

this is useful while in active call and click "add-call", then you
want to go back.

11 years agoshow "add call" when there is no secondary (held) call.
Gustavo Sverzut Barbieri [Sat, 21 Jul 2012 14:54:03 +0000 (11:54 -0300)]
show "add call" when there is no secondary (held) call.

11 years agocall screen should show "Hold and Answer" only if there is no secondary call
Gustavo Sverzut Barbieri [Sat, 21 Jul 2012 14:20:47 +0000 (11:20 -0300)]
call screen should show "Hold and Answer" only if there is no secondary call

11 years agofix readme to say ofono not connman.
Gustavo Sverzut Barbieri [Tue, 17 Jul 2012 21:33:25 +0000 (18:33 -0300)]
fix readme to say ofono not connman.

11 years agocosmetic changes to make ofono debug more uniform
Gustavo Sverzut Barbieri [Sun, 15 Jul 2012 07:49:46 +0000 (04:49 -0300)]
cosmetic changes to make ofono debug more uniform

11 years agofix leaks reported by valgrind.
Gustavo Sverzut Barbieri [Sun, 15 Jul 2012 07:42:35 +0000 (04:42 -0300)]
fix leaks reported by valgrind.

forgot to free the callback context after it was dispatched to user.

11 years agoalways format phone numbers.
Gustavo Sverzut Barbieri [Sun, 15 Jul 2012 07:37:00 +0000 (04:37 -0300)]
always format phone numbers.

11 years agokeypad: restore last number on empty dial.
Gustavo Sverzut Barbieri [Sun, 15 Jul 2012 07:20:59 +0000 (04:20 -0300)]
keypad: restore last number on empty dial.

if there is no number do not disable dial, instead let dial fill with
the last known number.