Translated using Weblate (English (United States))

Currently translated at 100.0% (49 of 49 strings)

Translation: Baresip/store metadata
Translate-URL: https://hosted.weblate.org/projects/baresip/store-metadata/en_US/
This commit is contained in:
Allan Nordhøy
2019-07-11 05:40:35 +00:00
committed by Hosted Weblate
parent 056554e372
commit 2b0cbe3d90
4 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
- Replaced text mode EditConfigActivity with graphical Config activity
- Current configuration items are Auto Start, DNS Servers, Opus Bit Rate,
and ICE Lite
- Added ICE and Stun Server account options
- Fixed bug in deleting of an account
- Do not loose unsent message when chat activity is interrupted
- Replaced text mode EditConfigActivity with graphical config activity.
- Current configuration items are auto-start, DNS servers, Opus bitrate,
and ICE-Lite.
- Added ICE and STUN server account options.
- Fixed bug in account deletion.
- Unsent messages not lost when chat activity is interrupted.

View File

@ -1,3 +1,3 @@
- Removed unused baresip modules from config and libraries.
- Baresip Service now lets baresip Activity to die on its own after
- The baresip service now lets baresip activity die on its own after
receiving kill intent from it.

View File

@ -4,5 +4,5 @@ connectivity becomes available or is lost.
- Set volume controls to apply to current audio stream (may not always
work).
- Fixed possible crash when destroyed baresip app is started again.
- Showed notice when account to be created already exists.
- Added note to About text about Media volume.
- Shown notice when account to be created already exists.
- Added note to "About" text about media volume.

View File

@ -1,4 +1,4 @@
- Fixed and improved DTMF watcher implementation.
- Disabled editing of Incoming/Outgoing Call URI when call is in progress.
- Destroyed User Agent when account is deleted.
- Turned off editing of incoming/outgoing call URI when call is in progress.
- Destroyed user agent when account is deleted.
- Removed unused KILL_BACKGROUND_PROCESSES permission.