Commit Graph
134 Commits
Author SHA1 Message Date
Juha Heinanen d8b26f9b64 - Added possibility to give transport protocol for account's AoR.
- Do not show account's port or transport protocol except in Account Activity.
2019-11-27 10:55:46 +02:00
Juha Heinanen 08ebb730ff - Small edits. 2019-11-23 12:23:51 +02:00
Juha Heinanen 6fc34b4f3d - More work on avatars. 2019-11-23 11:23:54 +02:00
Juha Heinanen 3308d3e561 - Started work on image avatars (only Contact Activity done so far).
- Do not allow " character in contact's name, since it can be used as
  SIP diaplay name.
2019-11-22 15:17:14 +02:00
Juha Heinanen 1876dd76a2 - In chat and call lists, if userpart of peer URI is an E.164 number,
show only the userpart.
- In chat list, show only the first line of the message.
2019-11-20 09:28:43 +02:00
Juha Heinanen b7f3379d73 - More work on character avatars. 2019-11-20 05:27:23 +02:00
Juha Heinanen e72c587fa7 - Started work on letter based avatars. 2019-11-18 14:46:05 +02:00
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