diff --git a/fastlane/metadata/android/en-US/changelogs/4.0.0.txt b/fastlane/metadata/android/en-US/changelogs/4.0.0.txt index 2c342dbe..390b6e6d 100644 --- a/fastlane/metadata/android/en-US/changelogs/4.0.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/4.0.0.txt @@ -1,3 +1,2 @@ - Improved implementation of contacts, messages, and call history. - Avoided crash when messages arrive before accounts have been added. - diff --git a/fastlane/metadata/android/en-US/changelogs/4.1.0.txt b/fastlane/metadata/android/en-US/changelogs/4.1.0.txt index 7ac41a83..22fe6fae 100644 --- a/fastlane/metadata/android/en-US/changelogs/4.1.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/4.1.0.txt @@ -1,3 +1,3 @@ -- all user interface unrelated data is now kept in baresip service - allowing proper recovery in case Android kills other baresip activities -- many other improvements and bug fixes +- All user interface unrelated data is now kept in baresip service. +allowing proper recovery in case Android kills other baresip activities. +- Many other improvements and bugfixes. diff --git a/fastlane/metadata/android/en-US/changelogs/4.1.1.txt b/fastlane/metadata/android/en-US/changelogs/4.1.1.txt index 2d21247f..88568196 100644 --- a/fastlane/metadata/android/en-US/changelogs/4.1.1.txt +++ b/fastlane/metadata/android/en-US/changelogs/4.1.1.txt @@ -1,3 +1,3 @@ -- fixed critical bug in checking of record audio permission that - prevented new baresip installation from starting -- small improvements +- Fixed critical bug in checking of record audio permission that +prevented new baresip installation from starting. +- Small improvements. diff --git a/fastlane/metadata/android/en-US/changelogs/4.1.2.txt b/fastlane/metadata/android/en-US/changelogs/4.1.2.txt index 0b2b6efd..216b10da 100644 --- a/fastlane/metadata/android/en-US/changelogs/4.1.2.txt +++ b/fastlane/metadata/android/en-US/changelogs/4.1.2.txt @@ -1 +1 @@ -- fixed crash when empty accounts spinner is clicked +- Fixed crash when empty accounts spinner is clicked. diff --git a/fastlane/metadata/android/en-US/changelogs/5.0.0.txt b/fastlane/metadata/android/en-US/changelogs/5.0.0.txt index 99686ae7..5a9352f6 100644 --- a/fastlane/metadata/android/en-US/changelogs/5.0.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/5.0.0.txt @@ -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 +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 diff --git a/fastlane/metadata/android/en-US/changelogs/5.1.0.txt b/fastlane/metadata/android/en-US/changelogs/5.1.0.txt index e1f974f8..dd722360 100644 --- a/fastlane/metadata/android/en-US/changelogs/5.1.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/5.1.0.txt @@ -1,5 +1,4 @@ -- Added possibility to export/import contacts to/from Download - folder. I you want to use this feature, grand baresip Storage permission - in Settings -> Apps -> baresip -> Permissions. -- Fixed slow quiting of Baresip when there is no network connectivity. - +- Added possibility to export/import contacts to/from the "Download" folder. +If you want to use this feature, grant baresip storage permission +in Settings → Apps → baresip → Permissions. +- Fixed slow quitting of baresip when there is no network connectivity. diff --git a/fastlane/metadata/android/en-US/changelogs/5.2.0.txt b/fastlane/metadata/android/en-US/changelogs/5.2.0.txt index 61686c5c..cbb52338 100644 --- a/fastlane/metadata/android/en-US/changelogs/5.2.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/5.2.0.txt @@ -1,4 +1,4 @@ -- Notify user about registration failure -- Added call info button for an active call -- Do not require "sip:" scheme in Outbound Proxy URI -- Allow domain label to start with a digit +- Notify user about registration failure. +- Added call info button for an active call. +- Do not require "sip:" scheme in Outbound Proxy URI. +- Allow domain label to start with a digit. diff --git a/fastlane/metadata/android/en-US/changelogs/5.3.0.txt b/fastlane/metadata/android/en-US/changelogs/5.3.0.txt index f46b704b..cde91889 100644 --- a/fastlane/metadata/android/en-US/changelogs/5.3.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/5.3.0.txt @@ -1,2 +1,2 @@ -- Added notification popup telling why call was closed -- Fixed showing of callee URI if it contains port number or parameters +- Added notification popup telling why call was closed. +- Fixed showing of callee URI if it contains port number or parameters. diff --git a/fastlane/metadata/android/en-US/changelogs/5.3.1.txt b/fastlane/metadata/android/en-US/changelogs/5.3.1.txt index 0828d775..0a5285d4 100644 --- a/fastlane/metadata/android/en-US/changelogs/5.3.1.txt +++ b/fastlane/metadata/android/en-US/changelogs/5.3.1.txt @@ -1,2 +1,2 @@ -- Relaxed checking of userpart in account's SIP URI -- Added support for arm64-v8a architecture +- Relaxed checking of userpart in account's SIP URI. +- Added support for arm64-v8a architecture. diff --git a/fastlane/metadata/android/en-US/changelogs/5.4.0.txt b/fastlane/metadata/android/en-US/changelogs/5.4.0.txt index 4e36689f..fe6ba381 100644 --- a/fastlane/metadata/android/en-US/changelogs/5.4.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/5.4.0.txt @@ -1,4 +1,4 @@ - Added SRTP-MANDF media encryption protocol. - Security button color now changes from red to yellow also when call is - secured by an SRTP* media encyption protocol. -- Fixed setting of account's media encryption to DTLS-SRTPF. +secured by an SRTP* media encyption protocol. +- Fixed setting of account media encryption to DTLS-SRTPF. diff --git a/fastlane/metadata/android/en-US/changelogs/5.4.1.txt b/fastlane/metadata/android/en-US/changelogs/5.4.1.txt index 8018fc5c..cbf226de 100644 --- a/fastlane/metadata/android/en-US/changelogs/5.4.1.txt +++ b/fastlane/metadata/android/en-US/changelogs/5.4.1.txt @@ -1,3 +1,3 @@ - Removed unused baresip modules from config and libraries. -- Baresip Service now lets Baresip Activity to die on its own after - receiving kill intent from it. +- Baresip Service now lets baresip Activity to die on its own after +receiving kill intent from it. diff --git a/fastlane/metadata/android/en-US/changelogs/5.4.2.txt b/fastlane/metadata/android/en-US/changelogs/5.4.2.txt index 032f891a..e35bbcfa 100644 --- a/fastlane/metadata/android/en-US/changelogs/5.4.2.txt +++ b/fastlane/metadata/android/en-US/changelogs/5.4.2.txt @@ -1,2 +1,2 @@ - Fixed rare crash that can happen when first account is created and - message or call comes in before user has returned to main activity. +message or call comes in before user has returned to main activity. diff --git a/fastlane/metadata/android/en-US/changelogs/6.0.0.txt b/fastlane/metadata/android/en-US/changelogs/6.0.0.txt index c875b6e5..7969f78a 100644 --- a/fastlane/metadata/android/en-US/changelogs/6.0.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/6.0.0.txt @@ -1 +1 @@ -- Several (mostly chat related) User Interface improvements. +- Several user Interface improvements (mostly chat related). diff --git a/fastlane/metadata/android/en-US/changelogs/6.0.1.txt b/fastlane/metadata/android/en-US/changelogs/6.0.1.txt index eeef70be..de375422 100644 --- a/fastlane/metadata/android/en-US/changelogs/6.0.1.txt +++ b/fastlane/metadata/android/en-US/changelogs/6.0.1.txt @@ -1,3 +1,3 @@ -- Resume baresip application to the activity that was stopped. +- Resume baresip app to the activity that was stopped. - Add example contact when baresip is started the first time. - Fixed showing of new message in the chats and messages list. diff --git a/fastlane/metadata/android/en-US/changelogs/6.0.2.txt b/fastlane/metadata/android/en-US/changelogs/6.0.2.txt index 575601a6..261117f0 100644 --- a/fastlane/metadata/android/en-US/changelogs/6.0.2.txt +++ b/fastlane/metadata/android/en-US/changelogs/6.0.2.txt @@ -1 +1 @@ -- Fixed crash when stun server is defined without port number. +- Fixed crash when STUN server is defined without port number. diff --git a/fastlane/metadata/android/en-US/changelogs/6.2.0.txt b/fastlane/metadata/android/en-US/changelogs/6.2.0.txt index 788bc7a2..97e8cf05 100644 --- a/fastlane/metadata/android/en-US/changelogs/6.2.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/6.2.0.txt @@ -3,4 +3,3 @@ - Simplified implementation of call transfer - Updated baresip launcher and status bar images - Un-REGISTERed UA when account is deleted - diff --git a/fastlane/metadata/android/en-US/changelogs/6.2.1.txt b/fastlane/metadata/android/en-US/changelogs/6.2.1.txt index 6ac75e24..53549f25 100644 --- a/fastlane/metadata/android/en-US/changelogs/6.2.1.txt +++ b/fastlane/metadata/android/en-US/changelogs/6.2.1.txt @@ -1,8 +1,8 @@ - Used ConnectivityManager NetworkCallbacks to detect when network - connectivity becomes available or is lost -- Added Android 8.1+ way of screen handling +connectivity becomes available or is lost. +- Added Android 8.1+ way of screen handling. - 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 +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. diff --git a/fastlane/metadata/android/en-US/changelogs/7.0.0.txt b/fastlane/metadata/android/en-US/changelogs/7.0.0.txt index dfc0a93c..90358a72 100644 --- a/fastlane/metadata/android/en-US/changelogs/7.0.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/7.0.0.txt @@ -2,4 +2,3 @@ - Added "Prefer IPv6" configuration option. - Added "Reset to Factory Default" configuration option. - At Quit, make sure that also baresip task is stopped. - diff --git a/fastlane/metadata/android/en-US/changelogs/7.1.2.txt b/fastlane/metadata/android/en-US/changelogs/7.1.2.txt index 294a410a..db15be27 100644 --- a/fastlane/metadata/android/en-US/changelogs/7.1.2.txt +++ b/fastlane/metadata/android/en-US/changelogs/7.1.2.txt @@ -1,2 +1,2 @@ - Tried to make sure that also account spinner view is updated when - account spinner is updated. +account spinner is updated. diff --git a/fastlane/metadata/android/en-US/changelogs/7.2.0.txt b/fastlane/metadata/android/en-US/changelogs/7.2.0.txt index 1a660621..9d2b8615 100644 --- a/fastlane/metadata/android/en-US/changelogs/7.2.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/7.2.0.txt @@ -1,3 +1,2 @@ - Added new config variable Listen Address that allows specifying an IP - address (or all addresses) and a port at which baresip is listening at - for SIP requests. +address (or all addresses) and a port at which baresip is listening at for SIP requests. diff --git a/fastlane/metadata/android/en-US/changelogs/7.3.0.txt b/fastlane/metadata/android/en-US/changelogs/7.3.0.txt index 5c827b7f..1415111d 100644 --- a/fastlane/metadata/android/en-US/changelogs/7.3.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/7.3.0.txt @@ -1,3 +1,2 @@ -- Account's media NAT protocol can now be chosen between STUN, ICE, or none. -- Set account's status to yellow immediately when account's registration - is disabled. +- Account media NAT protocol can now be chosen between STUN, ICE, or none. +- Set account status to yellow immediately when account's registration is off. diff --git a/fastlane/metadata/android/en-US/changelogs/7.4.0.txt b/fastlane/metadata/android/en-US/changelogs/7.4.0.txt index 9f216434..4186834e 100644 --- a/fastlane/metadata/android/en-US/changelogs/7.4.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/7.4.0.txt @@ -1,4 +1,3 @@ - Aligned alerts with material design guidelines. - Improved language string handling. - Added Finnish language translation as an example. - diff --git a/fastlane/metadata/android/en-US/changelogs/8.1.0.txt b/fastlane/metadata/android/en-US/changelogs/8.1.0.txt index 5bb9ee45..986c7cef 100644 --- a/fastlane/metadata/android/en-US/changelogs/8.1.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/8.1.0.txt @@ -1,4 +1,4 @@ - Obtain DNS server addresses dynamically from the system if DNS Servers - are not given in Configuration. +are not given in Configuration. - If there is only one account, append account's domain to contact URI - given without hostpart. +given without hostpart. diff --git a/fastlane/metadata/android/en-US/changelogs/8.2.0.txt b/fastlane/metadata/android/en-US/changelogs/8.2.0.txt index 75ee30f8..d1030b05 100644 --- a/fastlane/metadata/android/en-US/changelogs/8.2.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/8.2.0.txt @@ -1,3 +1,3 @@ - Improved content and appearance of About page. -- Always show currently active call (if any) when application is relaunched. +- Always show currently active call (if any) when app is relaunched. - Changed location of alert dialog OK button. diff --git a/fastlane/metadata/android/en-US/changelogs/8.3.1.txt b/fastlane/metadata/android/en-US/changelogs/8.3.1.txt index 49666591..67d3fb8c 100644 --- a/fastlane/metadata/android/en-US/changelogs/8.3.1.txt +++ b/fastlane/metadata/android/en-US/changelogs/8.3.1.txt @@ -1,5 +1,5 @@ - Don't set audio to communication mode when call is established, - because on some devices it adds 3-4 sec delay to playing of audio. +because on some devices it adds 3-4 sec delay to playing of audio. - Made Acoustic Echo Cancellation configurable. - Enable call info button when it becomes visible. -- Use device's default theme when displaying spinners. +- Use default device theme when displaying spinners. diff --git a/fastlane/metadata/android/en-US/changelogs/8.3.2.txt b/fastlane/metadata/android/en-US/changelogs/8.3.2.txt index 60b77197..7b73c2a5 100644 --- a/fastlane/metadata/android/en-US/changelogs/8.3.2.txt +++ b/fastlane/metadata/android/en-US/changelogs/8.3.2.txt @@ -1,5 +1,5 @@ - If account is accessed from AoR spinner, return directly to Main - Activity. +Activity. - Use HtmlCompat to convert About HTML to text (should work on all - Android API levels). -- Use Ringtone's looping capability on Android P+. +Android API levels). +- Use Ringtone looping capability on Android P+. diff --git a/fastlane/metadata/android/en-US/changelogs/8.4.0.txt b/fastlane/metadata/android/en-US/changelogs/8.4.0.txt index 2bab90cc..a493a509 100644 --- a/fastlane/metadata/android/en-US/changelogs/8.4.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/8.4.0.txt @@ -1 +1 @@ -- Echo cancellation is now applied also to calls using opus codec. +- Echo cancellation is now also applied to calls using the Opus codec. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 12a2d419..db707985 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,13 +1,12 @@ Currently baresip VoIP User Agent app supports SIP voice calls and messages, voicemail Message Waiting Indication (MWI), and incoming call -transfers via REFER method. Voice can be coded using PCMU/PCMA, opus, -G.722.1, and iLBC codecs. Security is achieved via TLS signaling +transfers via REFER method. Voice can be coded using PCMU/PCMA, Opus, +G.722.1, and iLBC codecs. Security is achieved via TLS signaling transport and ZRTP and (DTLS) SRTP media encapsulation. -Development of this baresip app is motivated by need for a secure open -source SIP User Agent for Android that does not depend on proprietary, +Development of this baresip app is motivated by need for a secure libre +software SIP User Agent for Android that does not depend on proprietary, third party push notification services. -Source code is available at https://github.com/juha-h/baresip-studio, -where also issues can be reported. - +Source code available at https://github.com/juha-h/baresip-studio, +where issues can be reported.