telephony-service 0.1+15.10.20151013-0ubuntu1 source package in Ubuntu

Changelog

telephony-service (0.1+15.10.20151013-0ubuntu1) wily; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Make it possible to set all fields in the contact matcher. Some
    components (like HistoryService's events and threads) provide a
    cached contact match value and are just interested in watching for
    changes.
  * Use smooth scaling when resizing image files to send via MMS.

  [ Tiago Salem Herrmann ]
  * Convert x-ofono-unknown to "Unknown contact" Set proper icon for
    group chats in messaging-menu

telephony-service (0.1+15.10.20150925-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Gustavo Pichorim Boiko ]
  * Make it possible to acknowledge all pending messages of a given
    conversation at once. (LP: #1488498)

telephony-service (0.1+15.10.20150818-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Tiago Salem Herrmann ]
  * Change existingChat() to existingChannels(). (LP: #1482401,
    #1347906)

telephony-service (0.1+15.10.20150814-0ubuntu1) wily; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Make GreeterContacts thread safe. (LP: #1471338)

telephony-service (0.1+15.10.20150810.1-0ubuntu1) wily; urgency=medium

  [ Tiago Salem Herrmann ]
  * Check contact results on the client side. Phone comparison in the
    server side is not reliable. (LP: #1476833)
  * Use libphonenumber for phone number validation, normalization and
    comparison. (LP: #1471545, #1444883, #1334860)

telephony-service (0.1+15.10.20150727-0ubuntu2~gcc5.1) wily; urgency=medium

  * No change upload built with GCC 5.

telephony-service (0.1+15.10.20150727-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * Resync trunk. added: po/cy.po

  [ Gustavo Pichorim Boiko ]
  * Make sure outgoing calls are not set as accepted by the approver.
    (LP: #1476826)

telephony-service (0.1+15.10.20150717-0ubuntu1) wily; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Specify the domain when translating unknown and private number
    strings. (LP: #1470938)

telephony-service (0.1+15.10.20150709-0ubuntu1) wily; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Sync the fixes that were released in OTA5: (LP: #1384274, #1433068,
    #1412709, #1427286, #1453004)

telephony-service (0.1+15.10.20150706.1-0ubuntu1) wily; urgency=medium

  [ Alberto Aguirre ]
  * No change rebuid against platform-api 3

telephony-service (0.1+15.10.20150701-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Tiago Salem Herrmann ]
  * Update to telepathy-qt 0.9.6.1

telephony-service (0.1+15.10.20150617-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Gustavo Pichorim Boiko ]
  * Make it possible to specify the list of supported protocols
    dynamically by installing .protocol files in /usr/share/telephony-
    service/protocols

  [ Tiago Salem Herrmann ]
  * Add multimedia connection manager support
  * Remove slashes when normalizing phone numbers. (LP: #1462090)

telephony-service (0.1+15.10.20150608.4-0ubuntu1) wily; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Make it possible to remove call notifications from the messaging
    menu (LP: #1455408)

  [ Tiago Salem Herrmann ]
  * Fix TelepathyHelperTest and HandlerTest.

telephony-service (0.1+15.04.20150521.1-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * Resync trunk. added: po/cs.po

  [ Tiago Salem Herrmann ]
  * Properly move ringtone calls to a separate thread.

telephony-service (0.1+15.04.20150511.1-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Gustavo Pichorim Boiko ]
  * Fix voicemail detection on CallEntry. (LP: #1449710)

telephony-service (0.1+15.04.20150430.1-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Gustavo Pichorim Boiko ]
  * Add an initial set of tests to make sure USSD is working.
  * Make it possible to clear the notifications. This is intended to be
    used by application tests.

  [ Tiago Salem Herrmann ]
  * Add an USSDManager instance to each OfonoAccountEntry. (LP:
    #1438273)

telephony-service (0.1+15.04.20150421-0ubuntu1) vivid; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Add unit tests for the ToneGenerator class. added:
    tests/libtelephonyservice/ToneGeneratorMock.cpp
    tests/libtelephonyservice/ToneGeneratorTest.cpp

  [ You-Sheng Yang ]
  * Class ToneGenerator creates a oneshot timer to keep track of when to
    send a StopTone req after successfully sending a StartEventTone one.
    However, when playDTMFTone() is called the second time within the
    timeout interval (0.2s), it's currently completely ignored and no
    tone will ever be generated. As a result, when someone presses
    dialpad buttons very quickly, some of them sound missed because not
    each of them is accompanied by a DTMF tone. (LP: #1403600)

telephony-service (0.1+15.04.20150416.2-0ubuntu1) vivid; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Another attempt to fix the failures that happen only on jenkins.

  [ Tiago Salem Herrmann ]
  * Add sanity check to ofono-setup. (LP: #1439566)

telephony-service (0.1+15.04.20150414-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Gustavo Pichorim Boiko ]
  * Expose the account type to QML. (LP: #1439718)

telephony-service (0.1+15.04.20150330.1-0ubuntu1) vivid; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Move all tests to root/tests to make it easier to share components
    Add tests to existing components Add tests to make sure supporting
    non-phone based accounts works Fix problems found while writing the
    tests. Fix coverage reports removed: handler/tests/dbus-test-
    wrapper.sh.in handler/tests/telepathyhelper.cpp
    handler/tests/telepathyhelper.h added:
    cmake/modules/GenerateTest.cmake tests/ tests/CMakeLists.txt
    tests/common/ tests/common/CMakeLists.txt tests/common/dbus-
    services/ tests/common/dbus-services/CMakeLists.txt
    tests/common/dbus-session.conf.in
    tests/common/mock/emergencymodeiface.cpp
    tests/common/mock/emergencymodeiface.h
    tests/common/mock/ussdiface.cpp tests/common/mock/ussdiface.h
    tests/common/mock/voicemailiface.cpp
    tests/common/mock/voicemailiface.h tests/common/telepathytest.cpp
    tests/common/telepathytest.h
    tests/libtelephonyservice/AccountEntryFactoryTest.cpp
    tests/libtelephonyservice/AccountEntryTest.cpp
    tests/libtelephonyservice/ChatManagerTest.cpp
    tests/libtelephonyservice/OfonoAccountEntryTest.cpp
    tests/libtelephonyservice/TelepathyHelperTest.cpp renamed:
    Ubuntu/Telephony/tests/ => tests/Ubuntu.Telephony/ handler/tests/ =>
    tests/handler/ handler/tests/mock/ => tests/common/mock/
    handler/tests/mockcontroller.cpp => tests/common/mockcontroller.cpp
    handler/tests/mockcontroller.h => tests/common/mockcontroller.h
    libtelephonyservice/tests/ => tests/libtelephonyservice/
  * Support accounts not based on phone numbers.

telephony-service (0.1+15.04.20150227-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Tiago Salem Herrmann ]
  * Check if default sim is active before sending messages. (LP:
    #1423942)
  * Do not create instance of GreeterContacts to avoid dealock with
    unity. (LP: #1426399)

telephony-service (0.1+15.04.20150217-0ubuntu1) vivid; urgency=medium

  [ Tiago Salem Herrmann ]
  * Don't remove the call channel if hangup() does not succeed.

telephony-service (0.1+15.04.20150211-0ubuntu1) vivid; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Ignore accounts not explicitly supported for now. (LP: #1340758)

  [ Tiago Salem Herrmann ]
  * Initialize variables to avoid randomly showing the voicemail
    indicator for telepathy accounts that do not support the voicemail
    interface.

telephony-service (0.1+15.04.20150205.1-0ubuntu1) vivid; urgency=medium

  [ Tiago Salem Herrmann ]
  * Avoid using ofono to get the list of modems in ofono-setup. (LP:
    #1413316)

telephony-service (0.1+15.04.20150205-0ubuntu1) vivid; urgency=medium

  [ Tiago Salem Herrmann ]
  * Add initial MMS group chat support. (LP: #1415458)

telephony-service (0.1+15.04.20150203-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * Resync trunk

  [ Gustavo Pichorim Boiko ]
  * Move the serial to be a property on account entry, and make sure it
    is read even when the account is not connected.

telephony-service (0.1+15.04.20150124-0ubuntu1) vivid; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Notify errors when creating conference calls and putting calls on
    hold. (LP: #1410365)

telephony-service (0.1+15.04.20150120.2-0ubuntu1) vivid; urgency=low

  [ CI Train Bot ]
  * Resync trunk

  [ Tiago Salem Herrmann ]
  * Invoke LiveCall view when answering incoming calls. (LP: #1410961)
  * Silence incoming calls when power button is pressed. (LP: #1376240)

telephony-service (0.1+15.04.20150116-0ubuntu1) vivid; urgency=low

  [ Tiago Salem Herrmann ]
  * Expose HandleMediaKey(bool doubleClick) to DBus. (LP: #1398427)

telephony-service (0.1+15.04.20150109-0ubuntu1) vivid; urgency=low

  [ CI Train Bot ]
  * Resync trunk

  [ Tiago Salem Herrmann ]
  * Check if the account exists before accessing the pointer. (LP:
    #1408029)
  * Only register telepathy clients and observers after TelepathyHelper
    is ready. (LP: #1408103)

telephony-service (0.1+15.04.20141219-0ubuntu1) vivid; urgency=low

  [ CI Train Bot ]
  * Resync trunk

  [ Tiago Salem Herrmann ]
  * Dynamically add and remove telepathy accounts.

telephony-service (0.1+15.04.20141212-0ubuntu1) vivid; urgency=low

  [ CI Train Bot ]
  * Resync trunk

  [ Renato Araujo Oliveira Filho ]
  * Added support for [',', ';', '+', '*', '#'] on phone number fields.
    (LP: #1399011, #1372548)

  [ Ubuntu daily release ]
  * New rebuild forced

telephony-service (0.1+15.04.20141210-0ubuntu1) vivid; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Tiago Salem Herrmann ]
  * Only set voicemail is the phone number is not empty. (LP: #1398431)
  * Use dbus-send to get the list of modems from ofono.

telephony-service (0.1+15.04.20141121.1-0ubuntu1) vivid; urgency=low

  [ Alexandre Abreu ]
  * Add phone number match to phone utils from libphonenumber. This is
    mostly useful in phone number replacement cases like:

  [ Tiago Salem Herrmann ]
  * Provide the translated strings to messaging-menu. Update pot file
    (LP: #1389234)
  * Use only active accounts to send messages. (LP: #1389708)
  * Make sure to always use the selected ringtone on every new incoming
    call. (LP: #1392222)

  [ CI bot ]
  * Resync trunk

  [ Timo Jyrinki ]
  * Merge also lp:~tiagosh/telephony-service/swipe-to-answer

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Gustavo Pichorim Boiko ]
  * Update the snap decision to support more actions.
  * Do not crash if the account manager preparation job does not
    succeed.
  * Wait until the contact match request finishes before showing the
    OSDs. (LP: #1359849)
  * Do not enable quick replying for icoming calls from unknown or
    private numbers. (LP: #1394297)

telephony-service (0.1+15.04.20141110.2-0ubuntu1) vivid; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Update the snap decision to support more actions. (LP: #1218289)
  * Do not crash if the account manager preparation job does not
    succeed.

  [ Tiago Salem Herrmann ]
  * Use swipe to answer/reject calls (LP: #1358343)

telephony-service (0.1+14.10.20141025~rtm-0ubuntu1) 14.09; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Tiago Salem Herrmann ]
  * Emit a sound feedback when all calls are ended. Play a waiting tone
    instead of regular ringtone for waiting calls. (LP: #1372973)
  * Wake up the screen on incoming mms's. (LP: #1347856)

  [ Ubuntu daily release ]
  * New rebuild forced

telephony-service (0.1+14.10.20141007.1-0ubuntu1) 14.09; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Gustavo Pichorim Boiko ]
  * Report the emergency calls availability to QML. (LP: #1369774)

  [ Tiago Salem Herrmann ]
  * Add simLocked() property to AccountEntry.

  [ Ubuntu daily release ]
  * New rebuild forced

telephony-service (0.1+14.10.20140918.1-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Tiago Salem Herrmann ]
  * Avoid displaying on screen notifications for messages if the message
    thread is open. (LP: #1347906)
  * Fix messaging-menu for handling voicemail correctly on dual sim
    phones.

  [ Ubuntu daily release ]
  * New rebuild forced

telephony-service (0.1+14.10.20140911-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * Enable dialpad sounds only when enabled in the system-settings. (LP:
    #1365583)
  * Add support for sending silent sms's (skip history service) (LP:
    #1340255)
  * Fix crash on the desktop. Use default account for messaging as a
    fallback. Display a dialog asking the user to choose a sim card when
    sending a message from messaging-menu and no default sim card is
    defined. (LP: #1367270)

telephony-service (0.1+14.10.20140905-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Michał Sawicz ]
  * Add :any to python build dependency and rely on debhelper instead of
    direct make calls.

  [ Gustavo Pichorim Boiko ]
  * Add a runtime dependency on gsettings-ubuntu-schemas needed by the
    SIM label settings.

  [ Renato Araujo Oliveira Filho ]
  * Improve contact watcher.

  [ Dimitri John Ledkov ]
  * Add :any to python build dependency and rely on debhelper instead of
    direct make calls.

telephony-service (0.1+14.10.20140903-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Ricardo Salveti de Araujo ]
  * ringtone: adding media role for both ringtone and message

telephony-service (0.1+14.10.20140828-0ubuntu1) utopic; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add a method to invoke greeter.

telephony-service (0.1+14.10.20140827-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Tiago Salem Herrmann ]
  * Initial support for AudioOutputs interface.

  [ Ubuntu daily release ]
  * New rebuild forced

telephony-service (0.1+14.10.20140825-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Martin Pitt ]
  * Mark for using language packs.

telephony-service (0.1+14.10.20140821-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Tiago Salem Herrmann ]
  * Report network name and sim presence to apps.

telephony-service (0.1+14.10.20140820-0ubuntu1) utopic; urgency=low

  [ Albert Astals ]
  * Update .pot
  * Mark User Metrics strings for translation and extract them so they
    can get translated (LP: #1353755)

telephony-service (0.1+14.10.20140818.1-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Tiago Salem Herrmann ]
  * Do not connect/disconnect signals if the connection is not ready.

telephony-service (0.1+14.10.20140814-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Tiago Salem Herrmann ]
  * Fix USSDManager for multiple accounts

telephony-service (0.1+14.10.20140813.1-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Gustavo Pichorim Boiko ]
  * Check if the self contact actually exists before getting its
    presence. (LP: #1355388)
  * Do not update the .po files during `make`, update only the .pot
    file.

  [ Martti Piirainen ]
  * Adding support for tone generator (LP: #1187453). (LP: #1187453)

  [ Tiago Salem Herrmann ]
  * Use system settings to retrieve sim card display names.
  * Reduce vibration duration for text messages. Fix vibration in silent
    mode options for calls/messages (LP: #1347908)

telephony-service (0.1+14.10.20140807-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Tiago Salem Herrmann ]
  * Check if there is an account instance before actually accessing it.

  [ Mirco Müller ]
  * Added the use of the symbolic icon for the incoming-call as the
    secondary icon as requested by Design. (LP: #1346838)

telephony-service (0.1+14.10.20140730-0ubuntu1) utopic; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Expose the telepathy accounts to QML as objects. This allows us to
    centralize the information about each and every account. This also
    fixes the problem that the voicemail and emergency numbers were only
    being retrieved for the first account.

telephony-service (0.1+14.10.20140725.2-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Tiago Salem Herrmann ]
  * Use correct label for blocked and private numbers on messaging-menu.
    (LP: #1340386)
  * Listen for VoicemailNumberChanged() signal (LP: #1347085)
  * Recover mute state. (LP: #1346995)
  * Fix smil file generation (LP: #1347079)

telephony-service (0.1+14.10.20140717.1-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * Add isAccountConnected() so apps can track status of individual
    accounts. Fix crash when sending acks during the app startup .

telephony-service (0.1+14.10.20140715.1-0ubuntu1) utopic; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Export PhoneNumber.PhoneUtils.defaultRegion with the region code
    based on the application locale. (LP: #1331515)

telephony-service (0.1+14.10.20140715-0ubuntu1) utopic; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make sure the handler gets registered to DBus even when there is no
    compatible telepathy account configured. (LP: #1340086)

telephony-service (0.1+14.10.20140709.2-0ubuntu1) utopic; urgency=low

  [ Michael Terry ]
  * Don't run tests during build if nocheck is in DEB_BUILD_OPTIONS.

  [ Tiago Salem Herrmann ]
  * Sort list-modems output so /ril_0 is set to account0 on first boot.
  * Add support for vibration on incoming calls/messages. (LP: #1232350)
  * Reduce image sizes before sending them to telepathy. MMS's have a
    limit of 300k (LP: #1337585)

  [ Renato Araujo Oliveira Filho ]
  * Update PhoneNumber formatter text if the autoFormat property
    changes.

telephony-service (0.1+14.10.20140709-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * Fix message token to properly remove read messages from the
    messaging menu. (LP: #1236895)

  [ Renato Araujo Oliveira Filho ]
  * Added uninstall rule in CMake. Implemented formattedText in
    AsYouTypeFormatter class that return the cursor position after the
    number format. Fixed PhoneNumberField cursor position after editing.
    .

telephony-service (0.1+14.10.20140703-0ubuntu1) utopic; urgency=low

  [ Michael Terry ]
  * Fix failing GreeterContactsTest by not overriding getuid(), which
    confuses Qt 5.3 unless we also override geteuid(), which we don't
    want to do because it confuses dbus. So instead, we'll just use the
    test runner's UID.

  [ Gustavo Pichorim Boiko ]
  * Expose the greeter being active to the QML plugin.
  * Expose the emergency numbers to the QML plugin

  [ Tiago Salem Herrmann ]
  * Use g_variant_unref() instead of g_object_unref() to avoid crash.
  * Implement MMS sending support.

telephony-service (0.1+14.10.20140618-0ubuntu1) utopic; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add the callIndicatorVisible property to callManager so that dialer-
    app can control the active call indicator visibility.

telephony-service (0.1+14.10.20140613.1-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * Delete notifications from mNotifications when actions are performed.

  [ Renato Araujo Oliveira Filho ]
  * [PhoneNumber] Initialize m_formatter with 0. (LP: #1327970)

telephony-service (0.1+14.10.20140612.1-0ubuntu1) utopic; urgency=low

  [ Ricardo Mendoza ]
  * Migrate to Platform API V2

telephony-service (0.1+14.10.20140609-0ubuntu1) utopic; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Try to postpone the handler initialization as much as we can. It is
    still launched when the approver is started, but that is probably
    because of the telepathy introspection. (LP: #1325702)

  [ Tiago Salem Herrmann ]
  * Clear pending snap decision when rejecting an incoming call. (LP:
    #1325702)

telephony-service (0.1+14.10.20140604-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * Use a new instance of QMediaPlayer on every call. (LP: #1325627)

telephony-service (0.1+14.10.20140526-0ubuntu1) utopic; urgency=low

  [ Michael Terry ]
  * Support PA_DISABLED in telephony-service to support running without
    sound.

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Tiago Salem Herrmann ]
  * start indicator only after ofono-setup has finished its execution.
    stop only when the desktop session ends. (LP: #1317692)

telephony-service (0.1+14.10.20140515-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * make indicator recover channels during startup. workaround bugs in
    qmediaplayer/media-hub that is reporting wrong status. fix
    AcknowledgeMessages signature (LP: #1318724)

telephony-service (0.1+14.10.20140514-0ubuntu1) utopic; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Implemented Telephony.PhoneNumber QML plugin. (LP: #1267250)

telephony-service (0.1+14.10.20140512.1-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Tiago Salem Herrmann ]
  * update po and pot files

telephony-service (0.1+14.10.20140512-0ubuntu1) utopic; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Expose the telepathy accounts' connectivity status via DBus. (LP:
    #1309143)

telephony-service (0.1+14.10.20140507-0ubuntu1) utopic; urgency=low

  [ Michael Terry ]
  * Tie telephony-service-indicator lifecycle to indicator-messages.

telephony-service (0.1+14.10.20140429-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * use connectedChanged() instead of connectionChanged(). remove
    connectionChanged() as it is not used anywhere (LP: #1234989)

telephony-service (0.1+14.04.20140415-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Do not use the TelepathyHelper::accounts(), and use the
    ::accountIds() instead as this might be called before the telepathy
    stuff is prepared. (LP: #1286358)

telephony-service (0.1+14.04.20140411-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make sure the calls still dialing are returned as foregroundCalls
    even when they are not the only ones available.

telephony-service (0.1+14.04.20140410.1-0ubuntu1) trusty; urgency=low

  [ Tiago Salem Herrmann ]
  * get accountIds from handler when appropriate to start apps faster.
    set application names .

telephony-service (0.1+14.04.20140407-0ubuntu1) trusty; urgency=low

  [ CI bot ]
  * Add initial USSD support (LP: #1195398)

  [ Tiago Salem Herrmann ]
  * Add class 0 SMS support

telephony-service (0.1+14.04.20140402.1-0ubuntu1) trusty; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Gustavo Pichorim Boiko ]
  * Add support for handling conference calls.

telephony-service (0.1+14.04.20140328.1-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make sure to check the connection object before accessing it.
  * Expose to QML not only background and foreground calls, but a list
    of available calls so that the UI can decide how to display that to
    the user.

  [ Tiago Salem Herrmann ]
  * Fix telephony-service tests.
  * Add upstart job to launch telephony-service indicator at startup.
    (LP: #1296787)
  * Call voicemail when message Id matches the voicemail action.

telephony-service (0.1+14.04.20140319-0ubuntu1) trusty; urgency=low

  [ Michael Terry ]
  * Add support for sharing contact info of incoming texts with the
    greeter.
  * Consolidate ringtone code and greeter code so that the service can
    listen to which user is selected in the greeter, and use their
    ringtone.

  [ Gustavo Pichorim Boiko ]
  * Make it possible to handle multiple telepathy accounts.
  * Cleanup the build deps.

telephony-service (0.1+14.04.20140306-0ubuntu1) trusty; urgency=low

  * New rebuild forced

telephony-service (0.1+14.04.20140303-0ubuntu1) trusty; urgency=low

  [ Iain Lane ]
  * Read the user's ringtone, message tone and silent mode settings from
    AccountsService instead of GSettings (LP: #1265528)

telephony-service (0.1+14.04.20140228.1-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Fix building against Qt 5.2.1 (LP: #1280281)

telephony-service (0.1+14.04.20140228-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Avoid flickering the UI on client apps by addressing the following
    points: Get the "hasCalls" property value from the handler even
    before the telepathy observer is properly registered. Delay the
    cleaning up of manager data when unregistering the observer. (LP:
    #1277762)

telephony-service (0.1+14.04.20140217.1-0ubuntu1) trusty; urgency=low

  [ Tiago Salem Herrmann ]
  * Add group chat support.

telephony-service (0.1+14.04.20140214.1-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Disable the displaying of notifications for calls. This is not
    required anymore in the new designs.

telephony-service (0.1+14.04.20140206-0ubuntu1) trusty; urgency=low

  [ Michael Terry ]
  * Share current call contact info with the greeter.

  [ Gustavo Pichorim Boiko ]
  * Get the active timestamp for calls from the handler, as the observer
    is unregistered every time the application goes out of focus. This
    ensures that the call duration will always be correct. Save also the
    DTMF string so that the application can restore that info too after
    it is send to background and back to foreground. (LP: #1225939)

telephony-service (0.1+14.04.20140130-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add the infrastructure to write tests for the handler, and write
    tests for the most important bits of it.
  * Make the dbus-based tests more robust. (LP: #1270778)
  * Improve the support for handling multiple calls by: Using a
    different approach to detect background calls in the QML plugin.
    Make it possible to hangup the active call to answer an incoming
    one. Show notifications when calls are put on hold, when they are
    rejected and when they end. .

  [ Timo Jyrinki ]
  * Use QT_QPA_PLATFORM=minimal to fix test failures (LP: #1270770).
    (LP: #1270770)

  [ Tiago Salem Herrmann ]
  * Fix default action for missed calls. Add voicemail entries to the
    messaging menu.

telephony-service (0.1+14.04.20131205-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Test ContactWatcher's "interactive" property.

  [ Tiago Salem Herrmann ]
  * Accept non numeric id's.
  * Add support for private and unknown phone numbers.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 761

telephony-service (0.1+13.10.20131015.2-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Create the GFile from URIs to make sure the percent encoding gets
    properly preserved.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 757

telephony-service (0.1+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make the existence of messaging-menu-message.h mandatory, failing
    the build if it is not there.
  * Use the URL dispatcher to invoke the dialer and messaging apps. (LP:
    #1234903)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 755

telephony-service (0.1+13.10.20131004.1-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Improve the placing of items in the messaging menu by addressing the
    following points: - Add messages to the messaging menu even before
    the contact matching happens for the OSD notifications - Add only
    missed calls to the messaging menu (instead of adding all calls).
    (LP: #1220848)
  * Make it possible to click in the OSD notifications. (LP: #1227718)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 752

telephony-service (0.1+13.10.20131001.4-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Handle exceptions that might occur as a result of metric service
    usage.
  * Properly encode the contact avatar image path. (LP: #1224095)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 749

telephony-service (0.1+13.10.20130926.1-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add support for user metrics.

  [ Ugo Riboni ]
  * Add support for user metrics.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 746

telephony-service (0.1+13.10.20130919.3-0ubuntu1) saucy; urgency=low

  * Automatic snapshot from revision 744

telephony-service (0.1+13.10.20130830.3-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Reload the ringtone file path from settings every time the playing
    of it is requested to make sure it uses the latest preferences.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 742

telephony-service (0.1+13.10.20130830.2-0ubuntu1) saucy; urgency=low

  [ Loïc Minier ]
  * Let telephony-service depend on dconf-cli as /usr/bin/ofono-setup
    calls /usr/bin/dconf.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 740

telephony-service (0.1+13.10.20130828.1-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Run the mediaplayer calls in a separate thread to avoid locking the
    approver.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 738

telephony-service (0.1+13.10.20130827.2-0ubuntu1) saucy; urgency=low

  [ Bill Filler ]
  * Add Conflicts and Replaces phone-app such that both can't be
    installed at the same time.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 736

telephony-service (0.1+13.10.20130827-0ubuntu1) saucy; urgency=low

  * Automatic snapshot from revision 734

telephony-service (0.1+13.10.20130826.1-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Initial release

  [ Timo Jyrinki ]
  * Automatic snapshot from revision 730 (bootstrap)

  [ Gustavo Pichorim Boiko ]
  * Create a new daemon to host the indicators and OSD to get that code
    out of the approver.

  [ Tiago Salem Herrmann ]
  * register observer only when necessary add
    unregisterChannelObserver() method. (LP: #1208869)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 733

 -- CI Train Bot <email address hidden>  Tue, 13 Oct 2015 20:36:15 +0000

Upload details

Uploaded by:
CI Train Bot Account
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
telephony-service_0.1+15.10.20151013.orig.tar.gz 227.9 KiB 976d428cef5c62624ff5dee64ad45c0be110d461b3a43fe70578094c0c0acbb4
telephony-service_0.1+15.10.20151013-0ubuntu1.diff.gz 11.6 KiB a4df33feeb85a9fa91782c71d788a532d0ca28fa863a715ed5e36072062699e3
telephony-service_0.1+15.10.20151013-0ubuntu1.dsc 2.8 KiB a029fdca65e8780429d371d80eac59eef7d7bf772249f8e345ebb821e896e8a3

View changes file

Binary packages built by this source

qtdeclarative5-ubuntu-telephony-phonenumber0.1: Telephony service components for Ubuntu - QML plugin

 Telephony PhoneNumber components for Ubuntu.
 .
 This package contains the QML plugin providing the features from the telephony
 PhoneNumber to applications.

qtdeclarative5-ubuntu-telephony-phonenumber0.1-dbgsym: debug symbols for package qtdeclarative5-ubuntu-telephony-phonenumber0.1

 Telephony PhoneNumber components for Ubuntu.
 .
 This package contains the QML plugin providing the features from the telephony
 PhoneNumber to applications.

qtdeclarative5-ubuntu-telephony0.1: Telephony service components for Ubuntu - QML plugin

 Telephony service components for Ubuntu.
 .
 This package contains the QML plugin providing the features from the telephony
 service to applications.

qtdeclarative5-ubuntu-telephony0.1-dbgsym: debug symbols for package qtdeclarative5-ubuntu-telephony0.1

 Telephony service components for Ubuntu.
 .
 This package contains the QML plugin providing the features from the telephony
 service to applications.

telephony-service: Telephony service components for Ubuntu - backend

 Telephony service components for Ubuntu.
 .
 This package contains the backend components providing the telephony
 features such as calling and texting.

telephony-service-dbgsym: debug symbols for package telephony-service

 Telephony service components for Ubuntu.
 .
 This package contains the backend components providing the telephony
 features such as calling and texting.