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
@@ -0,0 +1,2 @@
- Added dialpad button for choosing between phone number and text soft keyboard.
- Fixed auto completion of callee based on contacts.
@@ -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.
@@ -0,0 +1,3 @@
- Improved implementation of contacts, messages, and call history.
- Avoided crash when messages arrive before accounts have been added.
@@ -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
@@ -0,0 +1,3 @@
- fixed critical bug in checking of record audio permission that
prevented new baresip installation from starting
- small improvements
@@ -0,0 +1 @@
- fixed crash when empty accounts spinner is clicked
@@ -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
@@ -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.
@@ -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
@@ -0,0 +1,2 @@
- Relaxed checking of Display Name and Authentication Username
- Added version name to About page
@@ -0,0 +1,2 @@
- Added notification popup telling why call was closed
- Fixed showing of callee URI if it contains port number or parameters
@@ -0,0 +1,2 @@
- Relaxed checking of userpart in account's SIP URI
- Added support for arm64-v8a architecture