From 6880b270ff9b639f89627c38b6985bb593d4382d Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 1 Sep 2020 10:34:58 +0300 Subject: [PATCH] Use common strings.xml for both baresip and baresip+ --- app/src/main/AndroidManifest.xml | 2 +- app/src/main/res/values/strings.xml | 35 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8d7944dc..b3305793 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -109,7 +109,7 @@ diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4bcea79c..a9193301 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,8 +1,10 @@ baresip + baresip+ About baresip + About baresip+ Baresip library based SIP User Agent @@ -33,6 +35,39 @@ where also issues can be reported. ]]> + + Baresip library based SIP User Agent with video calls +

Juha Heinanen <jh@tutpro.com>

+

Version %1$s

+

Usage Hints

+
    +
  • Check that default values in Settings meet your needs (touch item titles for help).
  • +
  • Then in Accounts, create one or more accounts (again touch item titles for help).
  • +
  • Registration status of an account is shown with a colored dot: green (registration + succeeded, yellow (registration is in progress), red (registration failed), white (registration + has not been activated).
  • +
  • Swipe down gesture causes re-registration of the currently shown account.
  • +
  • Peers of calls and messages can be added to contacts by long touches.
  • +
  • Long touches can also be used to remove calls, chats, messages, and contacts.
  • +
  • Touch/long touch of contact icon can be used to install/remove image avatar.
  • +
  • You can re-reselect the previous call party by touching the call icon when Callee is empty.
  • +
  • If you cannot hear the other party during call, try to increase Media volume of + the device or set Default Call Volume in Settings.
  • +
+

Known Issues

+
    +
  • Due to limitations in underlying libraries, multiple + concurrently active network interfaces are not supported.
  • +
  • In video calls, the device needs to be held in landscape + mode rotated 90 degrees left from portrait orientation.
  • +
  • Selfview is not shown when video stream is sendonly.
  • +
+

Source code

+ Source code is available at GitHub, + where also issues can be reported. + ]]> +
GitHub