Juha Heinanen
f151a88201
- Removed Bind Address from Settings (it didn't work as expected).
2019-11-06 11:19:29 +02:00
Juha Heinanen
53f751454d
- Added to Settings possibility to choose which audio modules are loaded.
...
Codecs provided by loaded modules are available for accounts to use.
2019-10-22 17:33:46 +03:00
Juha Heinanen
5020893450
- Added Bind Address configuration variable.
2019-10-14 11:00:54 +03:00
Juha Heinanen
f40c097766
- Changed contact SIP URI input type to "textEmailAddress".
2019-10-09 10:06:16 +03:00
Juha Heinanen
a57fdb2008
- Added a bit more vertical space below call URI line.
2019-10-05 09:21:34 +03:00
Juha Heinanen
08484b0c8d
- Swapped positions of call Accept and Reject buttons.
...
- Do not allow terminating outgoing call before call attempt has started.
2019-10-02 18:31:40 +03:00
Juha Heinanen
84bc1252db
- Added Answer Mode (Manual or Automatic) account configuration option.
2019-09-17 17:31:53 +03:00
Juha Heinanen
48d2e1696d
- Added support for Opus Forward Error Correction (FEC) via
...
Opus Expected Packet Loss configuration variable.
2019-08-30 21:54:45 +03:00
Juha Heinanen
7106b7eb74
- Added possibility to configure baresip a TLS certificate and
...
CA certificates.
2019-08-25 12:14:57 +03:00
Juha Heinanen
108087f14e
- Do not set popup spinner background resource. Use whatever is
...
Android's default.
2019-05-29 16:49:42 +03:00
Juha Heinanen
7a9cccf08a
- Made Acoustic Echo Cancellation configurable.
...
- Added module_load/unload functions to API.
2019-05-29 11:26:00 +03:00
Juha Heinanen
4a2a16ef93
- Added GitHub link to About text.
...
- HTML formatted About text.
2019-05-27 16:36:12 +03:00
Juha Heinanen
d419304845
- By default, obtain DNS server addresses dynamically from the system.
2019-05-25 16:45:32 +03:00
Juha Heinanen
22747552e4
- Moved reject button further from answer button to avoid accidental
...
click of wrong button.
2019-05-13 09:27:00 +03:00
Juha Heinanen
e4fbb71d16
- Tried to align alerts with material design guidelines.
...
- Still more work on strings.
2019-05-11 15:27:35 +03:00
Juha Heinanen
98b3499643
- More layout/string clean up.
2019-05-09 10:42:47 +03:00
Juha Heinanen
884b762fbf
- String and layout related improvements.
2019-05-08 21:33:35 +03:00
Juha Heinanen
6faf86bd2a
- Some layout cleanup.
2019-05-08 16:23:29 +03:00
Juha Heinanen
adbf62ad7d
- Replaced all strings with string resource references.
...
- Added missing 7.3.0 changelog file.
2019-05-08 13:42:11 +03:00
Juha Heinanen
086037d4a3
- Replaced 'Use ICE' in account config with 'Media NAT Traversal' that
...
includes STUN media NAT option.
- Some reordering in account config.
2019-05-06 09:11:49 +03:00
Juha Heinanen
3f861b575f
- Added Listen Address config variable.
...
- Improved config handling with aid of new Config object.
2019-05-04 17:16:03 +03:00
Juha Heinanen
6e35a157d3
- Added 'Default Call Volume' configuration option.
2019-04-27 11:02:25 +03:00
Juha Heinanen
ed5102a7f0
- added "Reset to Factory Default" config option
2019-04-24 13:22:19 +03:00
Juha Heinanen
4c0dd0e628
- added support for IPv6 (not tested due to lack of IPv6 network)
...
- new "Prefer IPv6" config option
- IPv6 address is allowed in DNS Server and Outbound Proxy
- added log_level config file variable
- added Google IPv6 DNS server address
2019-04-24 12:53:10 +03:00
Juha Heinanen
65947fb023
- Added possibility to set an account as the default account.
2019-04-20 15:18:32 +03:00
Juha Heinanen
4899f31c6a
- Added possibility to export and import accounts.
2019-04-16 15:30:43 +03:00
Juha Heinanen
4afe9ca23c
- Added Debug config option to turn on/off logcat messages
2019-04-12 18:13:39 +03:00
Juha Heinanen
16521106a3
- more chat ui improvements
...
- new primary and accent colors
- use color names in most drawables
2019-03-12 07:00:55 +02:00
Juha Heinanen
5abcb98a67
started work on improving chat user interfaces
2019-03-11 06:42:59 +02:00
Juha Heinanen
2e6e462970
reduced the size of call info button
2018-12-13 04:19:10 +02:00
Juha Heinanen
c4878bc978
added info button for ongoing call
2018-12-11 08:29:10 +02:00
Juha Heinanen
a9ce270c32
capitalize words in account's display name
2018-12-04 07:15:37 +02:00
Juha Heinanen
3bc93e5dd2
- added possibility to export/import contacts from Download folder
...
- requires WRITE_EXTERNAL_STORAGE permission
2018-12-03 08:55:29 +02:00
Juha Heinanen
4626967ae1
- 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
- Updated libbaresip.a and baresip.h to baresip new_account_functions
branch (not yet committed to master)
2018-11-30 02:07:03 +02:00
Juha Heinanen
18478c3436
- all user interface unrelated data is now kept in baresip service
...
allowing proper recovery in case Android kills other activities
- many other improvements and bug fixes
2018-11-23 10:35:48 +02:00
Juha Heinanen
bfc0b2445f
added account title to chat(s) and calls pages
2018-11-19 05:56:27 +02:00
Juha Heinanen
2f55f5729b
improved contacts handling
2018-11-18 15:30:15 +02:00
Juha Heinanen
49d9d8c311
- new implementation of messaging
...
- fixed possible crash when messages arrive before accounts are created
- other minor fixes and improvements
2018-11-18 09:37:22 +02:00
Juha Heinanen
5178edf965
- changed importance of default notification channel to low in order to
...
avoid noise when status notification is updated
- small cleanups
2018-11-04 09:53:31 +02:00
Juha Heinanen
0d9591b801
use "textEmailAddress" input type for account uris
2018-11-03 16:51:12 +02:00
Juha Heinanen
b505eb331e
added dialpad button to choose between text and phone number soft keyboard
2018-10-26 13:48:18 +03:00
Juha Heinanen
9442ae0b6e
- improved sending of dtmf digits
...
- renamed call uri autocompletetextview
2018-09-30 14:32:31 +03:00
Juha Heinanen
f6732395e2
- added support detecting (mwi) and listening of voicemails
...
- activated via account's voicemail uri
2018-09-18 13:41:53 +03:00
Juha Heinanen
bca33c3556
- simplified user interface by using same layout row for incoming and
...
outgoing calls
- dtmf digits can now be send also during incoming calls
- removed unused function uag_current()
- removed soft keyboard when call button is clicked and when call is closed
- increased version numbers
2018-09-02 09:27:16 +03:00
Juha Heinanen
1a929d8c36
improved About activity
2018-08-07 21:22:57 +03:00
Juha Heinanen
2daee5f82d
renamed call history related layout files
...
increased version name
2018-08-07 16:49:22 +03:00
Juha Heinanen
4453c45ff4
improved contact list by adding edit button and made possible to click
...
contact for a call or message
2018-08-07 16:13:17 +03:00
Juha Heinanen
59d22b12ab
improved calls/messages/contacts implemtation
...
used vector image assets
2018-07-29 16:32:27 +03:00
Juha Heinanen
679c6855e0
introduced support for sending and receiving messages
2018-07-22 20:27:57 +03:00
Juha Heinanen
19ca0e7cfd
added Answer/Reject buttons to heads-up notification
2018-07-16 20:20:44 +03:00