Publishing details

Changelog

phone-app (0.59.9daily13.05.13ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Fix holding a channel. It should call the handler to set the call on hold.
  * Coverity VIRTUAL_DTOR - CID 11014 (LP: #1073224)
  * Coverity FORWARD_NULL - CID 11011 (LP: #1073226)
  * Coverity UNINIT_CTOR - CID 11204 (LP: #1080956)
  * [phone][contacts lens] Messaging icon in the contact summary opens
    phone app in dialer pane (LP: #1170490)
  * Coverity MISSING_RETURN - CID 11013 (LP: #1073229)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 646 (ubuntu-unity/next)

phone-app (0.59.9-0ubuntu1) quantal; urgency=low

  * Fix displaying of unread messages in the communication panel by reading the
    newItem property from the model and not from the item being displayed.
  * Fix problems found by coverity (LP: #1073224, #1073226, #1073229, #1080956).

phone-app (0.59.8-0ubuntu1) quantal; urgency=low

  [ Didier Roche ]
  * Automatic snapshot from revision 635 (bootstrap)

  [ Gustavo Pichorim Boiko ]
  * Fix the argument parsing so that starting the apps in determined views works
    (LP: #1170490).

phone-app (0.59.7) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make the usage of messaging-menu-message conditional to its availability.
  * Split the channel handling functions from the phone-app into a separate
    process that is just controlled from the UI when necessary
    (LP: #1090409, #1092301, #1129854).

  [ Michael Terry ]
  * Run unit tests during build.

phone-app (0.59.6) quantal; urgency=low

  * Revert the fixes for the conversation view behavior (bugs #1091682 and
    #1091253), as it causes many cases to not work.

phone-app (0.59.5) quantal; urgency=low

  [ Ying-Chun Liu (PaulLiu) ]
  * Add X-Ubuntu-Touch and X-Ubuntu-StageHint field into desktop file.

  [ Gustavo Pichorim Boiko ]
  * We should show the input field for replying only when clicking on incoming
    messages (LP: #1091682).
  * Hide the message input field after sending one message (LP: #1091253).

  [ Michael Terry ]
  * Fix some more packaging nits.

phone-app (0.59.4) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Optimize some list delegates by using a simpler version of them and change
    the tab pages to be loaded asynchronously.

  [ Michael Terry ]
  * Update packaging
    - Use dh9
    - Sort Build-Depends and Depends
    - Add Conflicts on packages we already Replace
    - Fix syntax of copyright file
    - Set architecture to only the ones supported by qtdeclarative

  [ Renato Araujo Oliveira Filho ]
  * Fixed crash during the contact search using ContactsSearchCombo (LP: #1087300)

phone-app (0.59.3) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Clear many warnings and binding loops in the QML files.
  * Do not consider an empty string as a message ID for comparing, as sent
    messages have no ID (LP: #1159975).
  * Move the remove button in contact details away from the edge so that it is
    actually clickable (LP: #1136860).
  * Wait for the application UI to be visible to avoid races in tests.

  [ Michael Zanetti ]
  * Make initial tab switching in autopilot tests a bit more robust.

phone-app (0.59.2) quantal; urgency=low

  * Use the SDK headers in DetailViews of the app, and fix the toolbar usage.

phone-app (0.59.1) quantal; urgency=low

  * Make sure unit tests save their output to XML files.
  * Adapt the dependencies to match the Ubuntu components rename and do some
    adjustments to fix the behavior.

phone-app (0.59) quantal; urgency=low

  * Rename the package from telephony-app to phone-app.

telephony-app (0.58.37) quantal; urgency=low

  * Optimize loading data from telepathy-logger by reading it just once and
    dispatching the events to the correct model. Also add some unit tests to the
    logger models (after the changes it was easier to get them tested).
  * Check whether running locally or installed and launch the app accordingly.
  * Write some more unit tests for ConversationFeedModel to make it all covered.
  * Implement HUD actions.
  * Make sure all autopilot tests pass.
  * Update telephony-app to use the toolbar from SDK.

telephony-app (0.58.36) quantal; urgency=low

  * Set the avatar from the matched contact for incoming calls (LP:1093115).

telephony-app (0.58.35) quantal; urgency=low

  * fix breakage of LiveCall view by fixing typo

telephony-app (0.58.34) quantal; urgency=low

  [ Antti Kaijanmäki ]
  * Add HUD dummy Actions (LP:1125656).

  [ Gustavo Pichorim Boiko ]
  * Make sure contacts are matched also for SMS messages (LP:1093115).
  * Crop the avatars so that they fill the whole UbuntuShape area. Also limit
    the size of images in memory (some of the original images are quite big now)
    (LP:1126634).
  * Make sure the search entries don't lose focus when the proxy model changes
    (which causes the ListView's focus scopes to be re-evaluated) (LP:1127776).

telephony-app (0.58.33) quantal; urgency=low

  * Created "--help" argument to display the usage options.
  * Now the application accepts any argument.

telephony-app (0.58.32) quantal; urgency=low

  * Stop the ringtone before starting the telephony app.
  * Update some assets of the dialer view and remove the noisy background from
    the application.

telephony-app (0.58.31) quantal; urgency=low

  * Enable/disable telephony-app features based on the connection status
    (LP:1089080).
  * Match the contacts for incoming calls too.

telephony-app (0.58.30) quantal; urgency=low

  [ Antti Kaijanmäki ]
  * Integrate with HUD Toolbar Quit button.

  [ Gustavo Pichorim Boiko ]
  * Fix the alignment of the communication delegate items (LP:1123242).
  * Adjust the app in preparation for its opensource release.
  * Set the DTMF entry field as read-only to prevent the on-screen keyboard from
    appearingi (LP:1118591).

telephony-app (0.58.29) quantal; urgency=low

  * Fix saving subtypes and contexts by converting the values to QList<int> when
    they are set.

telephony-app (0.58.28) quantal; urgency=low

  * Updating build-dependency to use the new ubuntu-platform-api package
  * debian/control: updating entries to be compatible with Ubuntu standards

telephony-app (0.58.27) quantal; urgency=low

  * Add basic ringtone support for calls and messages (LP:1090496).
  * Apply the latest visual designs to the contacts editing screen (LP:1089597
    LP:1090359  LP:1092728).

telephony-app (0.58.26) quantal; urgency=low

  * Adapt to work with qt5 final.

telephony-app (0.58.25) quantal; urgency=low

  * Disable the "Send" button if the message is empty (LP:1089509)
  * Adapt the code to use the Tabs from SDK.
  * Load the test lib by hand as we are not using QApplication anymore, and
    remove one test that is now obsolete.
  * Telephony-app applications don't use widgets, there is no need to use
    QApplication nor to link to QtWidgets.
  * Remove the fake data models and other unused files.

telephony-app (0.58.24) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add missing license headers (LP:1097077).

  [ Michael Zanetti ]
  * Fixes a crash when trying to start a phone call without having a connection.

telephony-app (0.58.23) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Fix the lag on swiping when the application is started. (lp:1091290)

  [ Tiago Salem Herrmann ]
  * Favorites should be fully visible in default contact view. (lp:1092962)

telephony-app (0.58.22) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make sure all actions launching the app are done using the application API
    (lp:1089012)
  * Fix the filtering of conversations both for showing the latest from each
    conversation, and for showing messages from a single conversation
    (lp:1091797, lp:1092670).

  [ Tiago Salem Herrmann ]
  * Do not focus the message entry when loading the view.

telephony-app (0.58.21) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Remove some unused files.
  * Fix handling of favorite contacts (lp:1092192).

  [ Tiago Salem Herrmann ]
  * Focus input entry when the TextArea is clicked. (lp:1091225).

telephony-app (0.58.20) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Change the process of item grouping to work in an incremental way. This way
    when the items are added only the really required calculations are done
    (lp:1091290, lp:1091364).
  * Load contact avatar images asynchronously.
  * Fix autopilot tests.
  * Remove the GVariant unwrapping from the callback as this has been fixed in
    libmessaging-menu.

  [ Tiago Salem Herrmann ]
  * Hide input entry when not focused and focus entry when a message is clicked
    (lp:1091211)

telephony-app (0.58.19) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Fix sending messages via telephony-app-approver when the app is not running.
  * Unfocus the currently focused item when the on-screen keyboard disappears
    (lp:1086828).
  * Use text area to allow long messages to be broken in multiple lines while
    editting.
  * Shorten the title of notify-osd messages so that they fit in one line
    (lp:1090406).
  * Remove the extra orange line at the top of the views (lp:1090351).
  * Fix the avatar displaying in messaging menu, snap decision and notify-osd
    items (lp:1090384).
  * Fix the timestamp for the messaging-menu entries.
  * Move the conversation view to the top when a message is sent (lp:1087779).
  * Scroll the message we are replying to all the way down to the input field
    when possible.
  * Remove messaging-menu messages using the remove_by_id functions to simplify
    the code.

  [ Tiago Salem Herrmann ]
  * Adapt csv2logger.py to support the latest changes in the conversation data
    spreadsheet.
  * Add dbus interface to the approver and expose the SendMessage(number, text)
    method.
  * Avoid crashes in telephony-app when calling SendMessage() from dbus and the
    app is not running yet.

telephony-app (0.58.18) quantal; urgency=low

  * display the correct icons for telephony related messaging menu
    items (lp:108957)

telephony-app (0.58.17) quantal; urgency=low

  * Fix the compose new message view: do not show the messages nor the header
    until the target contact is selected.
  * Adjust all views to display correctly when the on-screen keyboard is visible
    (lp:1086437).

telephony-app (0.58.16) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * More design tweaks. This time most of the changes are in the contacts panel,
    but there are a few design adjustments to the other views.
  * Remove the desktop_file_hint argument from command line args so that the
    application is correctly started when launched by hybris (lp:1088947).
  * Use scrollbars from SDK and mark them as non-interactive (lp:1078921).

  [ Michael Zanetti ]
  * fixes autopilot tests with latest design changes.

  [ Tiago Salem Herrmann ]
  * workaround to prevent QDBusInterface to launch the app during approver startup.
  * group entries in communication view by phoneNumber (lp:1087381).

telephony-app (0.58.15) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add support for messaging menu actions

  [ Tiago Salem Herrmann ]
  * force tp-ofono to be launched even if no network connection is available

telephony-app (0.58.14) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Tweak the design of the calls and conversation tabs.
  * Use a shared code for the TelepathyHelper class between the approver and the
    app itself, just making sure that the Handler in the approver handles only
    channels requested inside it.
  * Remove the usage of the obsolete libindicate library and use a messaging menu
    entry to display the voicemail instead.
  * Use separate messaging menu app instances to handle calls and messages,
    because they use a different desktop file (different icons, etc).

  [ Tiago Salem Herrmann ]
  * Send events to telepathy when using DTMF.
  * Add pressed state to buttons in the live call view.

telephony-app (0.58.13) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make sure the view shows the edit input field for the cases where there is
    no message shown.
  * Make sure the input field is not covered by the OSK even if it is not the one
    holding the focus.

  [ Thomas Moenicke ]
  * textinput readonly so it does not trigger the keyboard

  [ Tiago Salem Herrmann ]
  * General fixes for the dialer and live call screens.

telephony-app (0.58.12) quantal; urgency=low

  [ Tiago Salem Herrmann ]
  * add csv2logger.py script to convert csv files into xml logger files

  [ Gustavo Pichorim Boiko ]
  * Update the visuals of the ChromeBar
  * Make sure the message text input field is not covered by the on-screen-keyboard.

telephony-app (0.58.11) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add initial support for the messaging menu interaction.

  [ Bill Filler ]
  * added /usr/bin/ofono-setup to setup initial accounts from session startup
    rather than app startup
  * removed account setup from /usr/bin/launch-telephony-app

telephony-app (0.58.10) quantal; urgency=low

  [ Tiago Salem Herrmann ]
  * Use the right instance of callStack when making calls.

  [ Gustavo Pichorim Boiko ]
  * Add a static library to share code between the approver and the QML plugin.

  [ Bill Filler ]
  * Change label of view to Conversations
  * fix spacing of conversation search field so not obscured by header

telephony-app (0.58.9) quantal; urgency=low

  * Fix the tabs usage and adapt to the new API.

telephony-app (0.58.8) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Apply the new visual design to most components.
  * Fix displaying unread messages and marking them as read.

telephony-app (0.58.7) quantal; urgency=low

  * Group the messages and call log views into the new "Communications" view.

telephony-app (0.58.6) quantal; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add a debug package for telephony-app

  [ Michael Zanetti ]
  * Added code coverage measurement to cmake files

  [ Tiago Salem Herrmann ]
  * use the right height for gu == 18

  [ Bill Filler ]
  * modified launch-telephony-app to launch fullscreen

telephony-app (0.58.5) quantal; urgency=low

  * new release with launch-app-telephony change

telephony-app (0.58.4) quantal; urgency=low

  * Add a dependency on telepathy-ofono.
  * Add a wrapper that starts DBus and creates an ofono account before launching
    the app.
  * Load the contact model with some fake contacts when using the memory backend.
  * add activateWindow() method to rise the app when necessary.
  * Change layout to use one PageStack per tab.
  * Make it possible to use the TelephonyApp plugin outside the app, and also make
    it possible to have multiple instances of it running at the same time.
  * Do not start a dbus session when calling the app wrapper.

telephony-app (0.58.3) quantal; urgency=low

  * Workaround the application appearance on high res mobile screens by scaling
    up the interface.
  * Add a title to the main view of the app.

telephony-app (0.58.2) quantal; urgency=low

  * Change the default size of the app to be 720x1280
  * Add missing dependency to telepathy-logger.

telephony-app (0.58.1) quantal; urgency=low

  * Remove some obsolete dependencies.
  * Use the "memory" contacts backend when folks is not available.
  * Save the contact display label properly.

telephony-app (0.58) quantal; urgency=low

  [ Ugo Riboni ]
  * Use components from the SDK.

  [ Gustavo Pichorim Boiko ]
  * Use the PageStack component and add support for a single panel view mode.
  * Port to Qt5.

telephony-app (0.57) quantal; urgency=low

  [ Tiago Salem Herrmann ]
  * Do not call requestClose() after hanging up a call.
  * Validate the phone number before sending the message. (LP: #1029619)
  * Change contactId to phoneNumber, as the variable name
    "contactId" is used in another context.
  * Try to find the customId in the current contact list before
    asking android for it. (LP: #1030124)
  * Enable speaker mode if the call was answered from ubuntu,
    or if it was started from telephony-app. (LP: #1022752)
  * Use callState() only after the feature is complete.
  * Show "Unknown number" and "Private number" instead of "#" and "-2" (LP: #1031949)

  [ Gustavo Pichorim Boiko ]
  * Filter out entities not used to fetch messages or call log. This should
    reduce the amount of data processed to get the events.
  * Do not use the emit, signals and slots keywords.
  * Make sure the call log is not shown (not even briefly) when adding new contacts.
    (LP: #1019040)
  * Make the comparePhoneNumbers function static.
  * Search all messages instead of searching just the latest ones. (LP: #1015394)
  * Add the message id to all messages and check for duplicates that might arrive
    from both telepathy and logger. (LP: #1031905)
  * Add unit tests to check ContactModel functionality.
  * Check if another instance of the telephony-app is running using DBus instead
    of using qtsingleapplication.

  [ Renato Araujo Oliveira Filho ]
  * Created new dbus method "CallNumber(s)"

telephony-app (0.56) precise; urgency=low

  [ Olivier Tilloy ]
  * Work around the fact that the scrollbar proximity sensor eats
    mouse clicks. (LP: #1030136)

  [ Gustavo Pichorim Boiko ]
  * Add the correct icon for the phone/voicemail indicator. (LP: #1029708)

telephony-app (0.55) precise; urgency=low

  [ Tiago Salem Herrmann ]
  * reset the proxy model when logger is fully loaded (LP: #1028166)

  [ Gustavo Pichorim Boiko ]
  * Make sure the telephony-app uses the correct timestamp for received messages.
    (LP: #1031472)
  * Use the comparePhoneNumbers() in chatmanager to check for existing text
    channels. (LP: #1030116)

telephony-app (0.54) precise; urgency=low

  [ Florian Boucault ]
  * Fixed out of source building of unit tests. (LP: #1029997)

  [ Olivier Tilloy ]
  * Raise and activate the window when an incoming call is accepted.
    (LP: #1020157)

  [ Renato Araujo Oliveira Filho ]
  * Fixed application loader from dbus method. (LP: #1029120 LP: #1029124)

telephony-app (0.53) precise; urgency=low

  [ Tiago Salem Herrmann ]
  * change "No Name" in live call view to "Unknown Contact" (LP: #1029681)

  [ Gustavo Pichorim Boiko ]
  * Make sure the approver gets started when the desktop loads. (LP: #1029890)
  * Do not display the desktop files used only by the indicators. (LP: #1029161)

telephony-app (0.52) precise; urgency=low

  * Added constant padding at the top and bottom of the contact details header. (LP: #1029548)
  * Implemented a new Scrollbar widget and added scrollbars to relevant parts of the UI. (LP: #1025780)

telephony-app (0.51) precise; urgency=low

  * Make sure the logger models are properly updated when phone numbers are added.
    (LP: #1029486 LP: #1029503)

telephony-app (0.50) precise; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Fixed contact model loader. (LP: #1029063)
  * Does not show folks invisible fields in UI. (LP: #1028210)

  [ Gustavo Pichorim Boiko ]
  * Add an entry to the messaging menu to indicate there is a pending voicemail
    message. (LP: #1025700)

telephony-app (0.49) precise; urgency=low

  * Add the new application icons. (LP: #1028480)
  * Make sure the dialpad input gets focused when entering the view. (LP: #1028900)

telephony-app (0.48) precise; urgency=low

  [ Ugo Riboni ]
  * Use more sensible default subtypes for new fields (LP: #1028161)
  * Focus the recipient field when composing new message (LP: #1028169)
  * Display a dialing state while an outgoing call is ringing (LP: #1018428)
  * Update the keypad backspace icon according to design

  [ Gustavo Pichorim Boiko ]
  * Add a "New Message" entry to the SMS indicator.

telephony-app (0.47) precise; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Fixed contact loader from another instance.(LP: #1022686)

  [ Gustavo Pichorim Boiko ]
  * Ignore unread messages from logger. Those will be all delivered by the
    telepathy connection manager. (LP: #1024063)
  * Turn the indicator blue when a new message arrives. (LP: #1027959)

telephony-app (0.46) precise; urgency=low

  * Focus the message input field when opening a conversation (LP: #1028173)
  * Prevent saving contacts entirely empty or new empty contact fields (LP: #1027095)
  * Use the right placeholder contact picture
    in the call log and in the messages list (LP: #1006085)

telephony-app (0.45) precise; urgency=low

  [ Ugo Riboni ]
  * Add a backspace button to the keypad (LP: #1018276)
  * Email subtypes should not include "mobile" (LP: #1025808)
  * Make sure the subtype editor text is not truncated (LP: #1020092)

  [ Florian Boucault ]
  * Implement visual design for buttons in all screens (LP: #1027118)

telephony-app (0.44) precise; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Change the application name to "Telephony". (LP: #1026308)
  * Remove social network update label. (LP: #1027114)

  [ Tiago Salem Herrmann ]
  * Change the app to only accept not accepted channels
  * Make the approver show the snap decision only for incoming channels
    and channels in initialised state
  * call phone number entered in the quick dial entry when return is pressed (LP: #1015392)

telephony-app (0.43) precise; urgency=low

  [ Ugo Riboni ]
  * Display by default a blank email and phone fields when a new
    contact is being created (LP: #1025805)
  * Focus the contact name field when starting to edit a contact (LP: #1026324)
  * Apply the correct visual design for the "add new field" chooser (LP: #1025767)

  [ Gustavo Pichorim Boiko ]
  * Update the application icon to the latest design. (LP: #1025764)
  * Show contact information in the incoming call snap decision item. (LP: #1025837)

telephony-app (0.42) precise; urgency=low

  * Set the phone number in the alias field of the conversation model as a
    fallback in case the contact is not known.
  * Fix contact detail saving that was broken by a previous change.

telephony-app (0.41) precise; urgency=low

  * Implement the visual elements representing the unread messages. (LP: #1017661)
  * Show indicators and OSD notifications for text messages.
    (LP: #1017662 LP: #1018501 LP: #1024511)

telephony-app (0.40) precise; urgency=low

  [ Ugo Riboni ]
  * Give focus to the newly created contact details (LP: #1022755)
  * Close the snap decision if the incoming call state is changed on
    the phone side (LP: #1021827)

  [ Renato Araujo Oliveira Filho ]
  * Fixed contact information load when the application is already
    running (LP: #1022686)

  [ Olivier Tilloy ]
  * Request the window to be raised and given focus when receiving a
    message (LP: #1022686)

telephony-app (0.39) precise; urgency=low

  * Do not switch to the messages view for every new message. (LP: #1017649)

telephony-app (0.38) precise; urgency=low

  * Now that qt-folks is returning the contact ids correctly for newly added. (LP: #1021519)

telephony-app (0.37) precise; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Implemented support for QQ protocol. Based on the new IM generic protocol implementation.
  (LP: #1020280)

  [ Olivier Tilloy ]
  * Sort contacts in a case-insensitive manner (LP: #1018656)

telephony-app (0.36) precise; urgency=low

  * scroll messages view to end when a conversation is open (LP: #1019414)
  * add speaker button to the voicemail view (LP: #1017657)
  * do not update the messages model anymore. We use now a proxy
    model to filter the messages instead
  * use the android algorithm to compare phone numbers
  * implement a ContactWatcher and integrate it into the application (LP: #1022746)

telephony-app (0.35) precise; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Acknowledge messages in the telepathy text channel once they are viewed.

  [ Tiago Salem Herrmann ]
  * Send message if return key is pressed (LP: #1015250)

telephony-app (0.34) precise; urgency=low

  * Fixed google talk protocol name used by folks. (LP: #1020280)

telephony-app (0.33) precise; urgency=low

  * Open the mail client when clicking on a contact's e-mail address
    (LP: #1018473)
  * Replace the phone icon by a message one in contact details to match its
    purpose (LP: #1018435 LP: #1018481)

telephony-app (0.32) precise; urgency=low

  * open telephony app in the live call view if it was answered
    from the phone (LP: #1017592)

telephony-app (0.31) precise; urgency=low

  * Watch for new calls to update the call log model (LP: #1019375)
  * Add the missing assets for the On Call entry on the left panel

telephony-app (0.30) precise; urgency=low

  * Fix some contact synchronization issues (LP: #1021473)

telephony-app (0.29) precise; urgency=low

  * If the user don't click the button when typing a phone number, send the
    message to the number the user typed (LP: #1021058)

telephony-app (0.28) precise; urgency=low

  * do not compare phone numbers directly. Fix the case when an
    user types a phone number manually and a previous conversation
    with the same contact isn't displayed

telephony-app (0.27) precise; urgency=low

  * move clear() from abstractloggermodel to messagelogmodel to make
    the app show all the messages from a contact properly.

telephony-app (0.26) precise; urgency=low

  * Fix sms grouping using threadId and comparePhoneNumbers() (LP: #1004798 LP: #1019041)

telephony-app (0.25) precise; urgency=low

  * Use the android service to get the contact ID from a given number.

telephony-app (0.24) precise; urgency=low

  * Fix adding new details while editing a contact (LP: #1019037)

telephony-app (0.23) precise; urgency=low

  * Fixed Address type translation.

telephony-app (0.22) precise; urgency=low

  [ Gustavo Pichorim Boiko ]
  * When exposing QStringList properties to QML, use QVariant to wrap the values. (LP: #1019351)
  * Use the android contact id to find the contact to be used to fill the info on entries.

  [ Renato Araujo Oliveira Filho ]
  * Implemented IM type translate.

telephony-app (0.21) precise; urgency=low

  * Fix clearing the input field when a text message is sent (LP: #1019411)

telephony-app (0.20) precise; urgency=low

  * listen for speaker signals and update the ui accordingly (LP: #1017644)

telephony-app (0.19) precise; urgency=low

  * do not anchor in callLogSection, otherwise the detail chooser wont be shown (LP: #1019003)

telephony-app (0.18) precise; urgency=low

  * Update the messages model to work with latest logger changes (LP: #1018982 LP: #1018985)

telephony-app (0.17newyork9) precise; urgency=low

  * Fix the handling of log entries to be compatible with latest telepathy-logger.

telephony-app (0.17newyork8) precise; urgency=low

  [ Florian Boucault ]
  * Contact detail view edit mode: better looking arrows for the combobox.
  * Messages view: implemented visual design.
  * Messages panel: compute the height of the list of messages properly.

  [ Gustavo Pichorim Boiko ]
  * Do not load the dummy data from the binary application.

  [ Olivier Tilloy ]
  * Display the contact information in the active call view.

telephony-app (0.17newyork7) precise; urgency=low

  * Make sure the correct tab is selected for all the views.

telephony-app (0.17newyork6) precise; urgency=low

  * Replace the libdeclarative-contacts model by one written specifically to the
    application.

telephony-app (0.17newyork5) precise; urgency=low

  * fix contact edit. (LP: #1017954)

telephony-app (0.17newyork4) precise; urgency=low

  * start timer as soon as the call becomes active (LP: #1017655)
  * remove fake phone number from the keypad entry (LP: #1015247)
  * fix Mute button on LiveCall view (LP: #1017647)
  * fix Speaker button on LiveCall view (LP: #1017645)

telephony-app (0.17newyork3) precise; urgency=low

  [ Florian Boucault ]
  * Contact details: implemented visual design for call log.
  * Contact details edit mode: implemented visuals.
  * Contact details edit mode: preliminary implementation of combobox visuals.
  * On call panel: implemented visual design.

  [ Ugo Riboni ]
  * Automatically give focus to message entry in conversations.

telephony-app (0.17newyork2) precise; urgency=low

  [ Tiago Salem Herrmann]
  * do not add outgoing as incoming messages

  [ Ugo Riboni ]
  * Expose a DBUS interface from the telephony app and put in it
  a method to show the messages tab

telephony-app (0.17newyork1) precise; urgency=low

  [ Florian Boucault ]
  * Better center icon in notification panes.
  * Updated contact details iconset.

  [ Ugo Riboni ]
  * Put back an icon that was removed by mistake
  * Correctly set parent model so that new contact won't show up blank.
  * Bring back contact name editing which was removed by mistake

telephony-app (0.17) precise; urgency=low

  * add voicemail support

telephony-app (0.16) precise; urgency=low

  * Make sure the telepathy-ufa account is always enabled and connected while
    the application is running (LP: #1015177 LP: #1015205)
  * Reimplement message searching (LP: #1015394)
  * Add support for handling multiple calls

telephony-app (0.15) precise; urgency=low

  * Make sure all logger models share the same instance of the logmanager

telephony-app (0.14) precise; urgency=low

  [ Florian Boucault ]
  * add libqt4-declarative-shaders as dependency

  [ Gustavo Pichorim Boiko ]
  * Add support for retrieving sms messages from android

telephony-app (0.13) precise; urgency=low

  * add libqtgstreamer-dev as build-dep

telephony-app (0.12) precise; urgency=low

  * Fix wrong build-dep name

telephony-app (0.11) precise; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add support for fetching the call log using telepathy-logger

  [ Tiago Salem Herrmann ]
  * Add telepathy approver
  * Add initial call support
  * Add qtmobility-dev as build-dep
  * Add libtelepathy-logger-qt4 as build-dep

telephony-app (0.10) precise; urgency=low

  * add sms receiving support

telephony-app (0.9) precise; urgency=low

  * added icon for launcher

telephony-app (0.8) precise; urgency=low

  * Implemented single instance supprot.

telephony-app (0.7) precise; urgency=low

  * Set the application as the preferred handler for text channels
  * Make sure the filterChanged() signal gets propagated for the contact
    filters

telephony-app (0.6) precise; urgency=low

  * Add missing "%u" field code to the Exec key to allow opening a given
    contact from the contacts lens. (LP: #1003673)
  * Fix displaying the avatar picture in the details view. (LP: #1003646)

telephony-app (0.5) precise; urgency=low

  * release of fix for lp:1003646

telephony-app (0.4.1) precise; urgency=low

  * Make it possible to load the contact details by passing a contact id in the
    command line
  * Add some missing dependencies

telephony-app (0.4) precise; urgency=low

  * Get the contacts from QtMobility
  * Implement message sending through the telepathy framework

telephony-app (0.3) precise; urgency=low

  * Rename the application from telephony-prototype to telephony-app as it
    is not just a prototype anymore.

telephony-prototype (0.2) UNRELEASED; urgency=low

  * Packaging changes to accomodate the fact that the telephony prototype
    is now a real application with its own binary.

telephony-prototype (0.1) precise; urgency=low

  * Initial release
 -- Ubuntu daily release <email address hidden>   Mon, 13 May 2013 07:01:03 +0000

Available diffs

Builds

Built packages

Package files