Change logs for telephony-service source package in Wily

  • 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)
    
     -- Gustavo Pichorim Boiko <email address hidden>  Fri, 25 Sep 2015 13:06:14 +0000
  • 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)
    
     -- CI Train Bot <email address hidden>  Tue, 18 Aug 2015 13:35:42 +0000
  • telephony-service (0.1+15.10.20150814-0ubuntu1) wily; urgency=medium
    
      [ Gustavo Pichorim Boiko ]
      * Make GreeterContacts thread safe. (LP: #1471338)
    
     -- CI Train Bot <email address hidden>  Fri, 14 Aug 2015 20:38:56 +0000
  • 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)
    
     -- CI Train Bot <email address hidden>  Mon, 10 Aug 2015 22:45:07 +0000
  • telephony-service (0.1+15.10.20150727-0ubuntu2~gcc5.1) wily; urgency=medium
    
      * No change upload built with GCC 5.
    
     -- Matthias Klose <email address hidden>  Thu, 30 Jul 2015 11:51:41 +0200
  • 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)
    
     -- CI Train Bot <email address hidden>  Mon, 27 Jul 2015 19:38:59 +0000
  • 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)
    
     -- CI Train Bot <email address hidden>  Fri, 17 Jul 2015 18:20:41 +0000
  • 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)
    
     -- CI Train Bot <email address hidden>  Thu, 09 Jul 2015 13:46:05 +0000
  • telephony-service (0.1+15.10.20150706.1-0ubuntu1) wily; urgency=medium
    
      [ Alberto Aguirre ]
      * No change rebuid against platform-api 3
    
     -- CI Train Bot <email address hidden>  Mon, 06 Jul 2015 22:06:19 +0000
  • 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
    
     -- CI Train Bot <email address hidden>  Wed, 01 Jul 2015 14:16:47 +0000
  • 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)
    
     -- CI Train Bot <email address hidden>  Wed, 17 Jun 2015 20:39:47 +0000
  • 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)
    
     -- CI Train Bot <email address hidden>  Mon, 08 Jun 2015 23:04:10 +0000
  • 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)
    
     -- CI Train Bot <email address hidden>  Thu, 30 Apr 2015 15:55:24 +0000
  • 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)
     -- CI Train Bot <email address hidden>   Tue, 14 Apr 2015 17:37:11 +0000