Revisions of linphone

Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 115)
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 114)
- add AutoProv:       no
  do not provide libldap
  fix boo#1198407
buildservice-autocommit accepted request 960238 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 113)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 960236 from Lukas Müller's avatar Lukas Müller (expeehaa) (revision 112)
- Update to version 5.0.70:
  * add tests for register with unresponsive server
  * Add telephone event payload from the core if result is empty aka : the first.
  * Repair tests failing due to missing root certificate after changing certificate on linphone.or
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 111)
- Update to version 5.0.67:
  * Fix linphone_core_enable_mic() not working for a local conference
  * Fix stream direction in remote params
  * fix start srtp dtls immediately
  * Fix non-working tunnel for incoming calls made without ICE
  * Keep ringing audio focus for incoming early media call as soundcard will use RING modei
  * Avoid notify ringing of in IncomingEarlyMedia state in order to not send 180 after 183
  * Write down call decline reasons into test
  * Added config setting to disable audio focus requests
  * Fix issue when soundcard may not be used after early media when handling multiple calls
  * Do not connect audio to conference during early media
  * fix crash get address when participants list is empty
  * enable mic by default
- fix license tag
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 110)
- Update to version 5.0.53:
  * Update log file only if enabled to avoid unwanted file creation
  * Use belle_sdp_attribute_parse() so that headers are parsed with the correct type
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 109)
- Update to 5.0.49:
  * Fix crash when configuring tones while core is not yet started
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 108)
- Update to 5.0.47:
  * Fix broken reading of video capture device from config file
  * Fix crash on PUBLISH when SIP-Etag is missing
  * Correctly route sound to speaker after early media and when cancelling call
  * Attempt to make local network permission detection more reliable
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 107)
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 106)
- Update to 5.0.36:
  * Use UTF8 instead of locale in chat message modifiers`
  * Fix bad chat room when creating a call
  * Crash on ec-calibration : Use tone sent callback only on MS_DTMF_GEN_EVENT
  * Added missing conference APIs
  * Play ring tone only if tone indications are enabled
  * Fix tonemanager on infinite rings and wrong ring type
  * fix crash of kickOffConnectivity
  * Add option to deactivate potentially weak digest authentication schemes
  * Fix issue when receiving an INVITE with ICE and rtcp-mux
  * Fix call repair in case of multi account
  * Fix regression with ICE not setting candidates correctly for completed check-lists
  * Improve reliability of account creation by increasing account creation timeout to 30s
  * Change contact address if call in IncomingReceived state is added to conference
  * fix crash when session refresh after BYE received
  * Repair streaming from file feature of AudioStream/VideoStream
  * Fixed error logs showing CoreManager's core being const
  * Logging facility optimization
  * Fix bug with ChatRoomParams::isGroup() erroneously returning true for some basic chatrooms
  * Count unread chat messages in all Chat Rooms with a weak address testing
  * avoid to downgrade chat message participant state and add unitest
  * Stop audio stream when setting new device
    This fix allow changing device on Desktop while ringback
  * Audio : Allow setting NULL device (case of no cards available)
  * Fixed call to content.isFileEncrypted() on a FileTransferContent
  * Fixed mic gain
- Update to 5.0.0:
  * Support of Capability Negociation framework - RFC5939
    limited to media encryption choice (None, SRTP, DTLS-SRTP, ZRTP)
  * New API to manage SIP accounts: LinphoneAccount and LinphoneAccountParams
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 921869 from Giacomo Comes's avatar Giacomo Comes (gcomes.obs) (revision 105)
initialized devel package after accepting 921869
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 104)
- removed unnecessary baselibs.conf
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 103)
- Update to 4.5.25:
  * Fix an issue with ICE ufrag and passwd sent erroneously during reINVITE
  * Fixed crash in message tests suite
  * Prevent crash when receiving non-ephemeral message with linphone cpim namespace
  * Fixed mic gain
- add build-liblinphone4-with-mediastreamer5.patch
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 102)
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 101)
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 100)
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 99)
Giacomo Comes's avatar Giacomo Comes (gcomes.obs) committed (revision 98)
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 97)
Remove _link since Factory package is currently gone
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 886783 from Luiz Angelo Daros de Luca's avatar Luiz Angelo Daros de Luca (luizluca) (revision 96)
- Update to 4.5.3:
  * CoreService class for Android can make the device vibrate while
    incoming call is ringing.
  * Audio conference API improved: distribution of participant list
    over RFC4575 SUBSCRIBE/NOTIFY.
  * enterForeground() and enterBackground() automatically called
    (iOS and Android).
  * auto acquire and release of audio focus for Android.
  * Core.iterate() is being called automatically internally for
    Android, it is no longer needed to create a timer in the
    application to call it.
  * New audio routes API to choose which device use to capture &
    play audio (Android & iOS). The application can manage
  * audio route changes (bluetooth, speaker, earpiece) throug
    liblinphone's API.
  * Added API to play user's ringtone instead of default ringtone
    for Android.
  * Added callback to notify a message is about to be sent.
  * iOS: added linphone_core_configure_audio_session() to be called
    when used with Callkit
  * client-based video conference in active speaker switching mode
    (beta feature).
  * Warning: some function parameters have been renamed for
    consistency, which modified the Swift API (where parameter
    names are part of the ABI). As a result, adjustements in
    applications are expected when migrating a swift app based on
    liblinphone from 4.4 to 4.5.
  * Improved Android network manager.
  * To make it consistent with other liblinphone's object,
    linphone_core_create_subscribe(),
    linphone_core_create_subscribe2(),
    linphone_core_create_publish() now give ownership of the
    returned LinphoneEvent, which means that it is no longer need
    to call linphone_event_ref() after calling these functions. As
    a consequence, an application not using linphone_event_ref()
    should now use linphone_event_unref() when the LinphoneEvent is
    no longer used, otherwise it will create a memory leak.
  * Real time text related function
    linphone_chat_message_get_char() now will always return the
    new line character, which wasn't the case before if the
    get_char() was done after the composing callback was triggered
    for this character.
  * linphone_core_interpret_url() will unescape characters first if
    possible if only a username is given as input parameter.
  * linphone_chat_message_cancel_file_transfer() no longer deletes
    the file for outgoing messages.
  * magic search result created from filter now applies the
    international prefix of the default proxy config if possible.
  * To improve performance file transfer progress callback will be
    at most notified 100 times.
  * Deprecate linphone_core_audio_route_changed() that was
    introduced in 4.4, to fix audio issues
  * when switching audio to some low sample rate Bluetooth devices
    It is now handled internally.
  * Internal refactoring of management of locally played tones, in
    order to fix race conditions.
  * Magic search bar not looking in all friends lists.
  * Error IMDN in LIME chat rooms not properly sent.
  * Chat message lost during attachment auto download if Core
    stopped during the process.
  * Windows tests.
  * Name of MediaCodec encoder and decoder filters in H264Helper
    Java class.
  * Both FileContent and FileTransferContent being present in
    linphone_chat_message_get_contents() list until upload is
    finished.
- Move grammar to liblinphone-data
  * boo#1181746  
Displaying revisions 41 - 60 of 155
openSUSE Build Service is sponsored by