renamed fdroid directory

This commit is contained in:
Juha Heinanen
2019-02-11 22:24:02 +02:00
parent cce783fa3f
commit aee5da1477
18 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,2 @@
- Added dialpad button for choosing between phone number and text soft keyboard.
- Fixed auto completion of callee based on contacts.

View File

@ -0,0 +1,5 @@
- Added handling of call transfer failed event.
- Avoided crash at device (re)start.
- Avoided crash when coming first time back from accounts to main activity.
- Used "textEmailAddress" input type for account URIs.
- Changed importance of default notification channel to low.

View File

@ -0,0 +1,3 @@
- Improved implementation of contacts, messages, and call history.
- Avoided crash when messages arrive before accounts have been added.

View File

@ -0,0 +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

View File

@ -0,0 +1,3 @@
- fixed critical bug in checking of record audio permission that
prevented new baresip installation from starting
- small improvements

View File

@ -0,0 +1 @@
- fixed crash when empty accounts spinner is clicked

View File

@ -0,0 +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

View File

@ -0,0 +1,5 @@
- 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.

View File

@ -0,0 +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

View File

@ -0,0 +1,2 @@
- Relaxed checking of Display Name and Authentication Username
- Added version name to About page

View File

@ -0,0 +1,2 @@
- Added notification popup telling why call was closed
- Fixed showing of callee URI if it contains port number or parameters

View File

@ -0,0 +1,2 @@
- Relaxed checking of userpart in account's SIP URI
- Added support for arm64-v8a architecture

View File

@ -0,0 +1,10 @@
Currently baresip app supports SIP voice calls and messages with TLS
transport, voicemail Message Waiting Indication (MWI), incoming call
transfers via REFER method, PCMU/PCMA and opus voice codecs, as well as
ZRTP and (DTLS) SRTP media encapsulation.
Development of baresip app is motivated by need for a secure open source
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -0,0 +1,2 @@
SIP User Agent app for Android based on baresip
(https://github.com/alfredh/baresip) library.

View File

@ -0,0 +1 @@
baresip