Commit Graph
367 Commits
Author SHA1 Message Date
Juha Heinanen 13617a5824 - Prompt for authentication password at baresip start if not given in
account config.
2020-03-19 10:54:54 +02:00
Juha Heinanen 0860a19581 - Added debug message when accounts are saved to file. 2020-03-19 09:02:11 +02:00
Juha Heinanen dc9aa620f5 - Initialize account's status dot to yellow, when Register is checked at
Account activity.
2020-03-19 09:00:01 +02:00
Juha Heinanen 0be59ce6d4 - Ask authentication password at baresip start if authentication username is
given in account configuration, but password is not.
2020-03-19 07:59:54 +02:00
Juha Heinanen 94d373c273 - More work on string resources.
- Always use alert heading Notice when user enters invalid input.
2020-03-05 04:45:01 +02:00
Juha Heinanen 73d6388fb0 - Use notice string instead of "Notice". 2020-03-05 03:57:00 +02:00
Juha Heinanen 97af201076 - Added check that that Authentication Username and Password are either
both given or neither is given.
- Used en and fi language strings in invalid account entity notices.
2020-03-04 08:42:30 +02:00
Juha Heinanen b587910cb8 - Use usage type instead of stream type when requesting audio focus. 2020-02-23 05:28:02 +02:00
Juha Heinanen 7a5188e7d4 - Don't show possible port of an AoR when asked about deleting the AoR. 2020-02-23 05:28:02 +02:00
Juha Heinanen be929c4cb4 - Default call volume now effects both voice call and music streams.
- Set audio mode only if needed.
2020-02-21 02:58:49 +02:00
Juha Heinanen fb5418af9c - Set audio mode only if needed. 2020-02-21 02:58:49 +02:00
Juha Heinanen f1c1ea09f7 - Improved log message. 2020-02-21 02:58:49 +02:00
Juha Heinanen 73fea5d57d - Added safety check to Utils.addActivity function. 2020-02-21 02:58:49 +02:00
Juha Heinanen 293c7ec0f0 - Use white colored status symbol if account's registration has not been activated.
- Added info about accounts' status symbols to About page.
2020-02-21 02:58:49 +02:00
Juha Heinanen b1344642c7 - Fixed saving of an account that has ;transport parameter in AoR. 2020-02-21 02:58:49 +02:00
Juha Heinanen a6d538ad73 - Use Utils function to add activities to activity stack. 2020-02-21 02:58:49 +02:00
Juha Heinanen a888c0cac8 - Only show baresip lib debug messages when Debug has been enabled. 2020-02-21 02:58:49 +02:00
Juha Heinanen 4faab6d6ab - Do not re-register when link properties change, but IP addresses remain
the same.
2020-02-18 06:33:16 +02:00
Juha Heinanen 7eca0a4b1b - Let user fix the Settings that prevented baresip from starting. 2020-02-18 04:13:52 +02:00
Juha Heinanen 604ec3a016 - Print warning to log if no IP addresses are available when baresip starts. 2020-02-14 05:43:34 +02:00
Juha Heinanen 02d2cb2ff3 - Minor logging changes. 2020-02-14 05:30:43 +02:00
Juha Heinanen ccb0abb029 - Always re-register UAs when new active network becomes available or
when link properties change even if the IP addresses remain the same.
2020-02-09 04:21:19 +02:00
Juha Heinanen 57304c32d0 - Improved handling of network changes. 2020-02-08 22:41:43 +02:00
Juha Heinanen 86b60fa0f8 - Replaced global setting "Prefer IPv6" with account specific
"Prefer IPv6 Media" setting.
- Improved acting on changes in network connectivity.
2020-02-07 01:19:41 +02:00
Juha Heinanen 9fb67faeee - Do not require port in IPv6 outbound URI. 2020-01-15 04:07:56 +02:00
Juha Heinanen 3f74706067 - Abandon audio focus also at quit if not already done earlier. 2020-01-04 23:08:10 +02:00
Juha Heinanen 693acb54e1 - Removed redundant initializer. 2019-12-29 05:08:12 +02:00
Juha Heinanen 469d500f4c - String fixes and improvements. 2019-11-28 03:02:08 +02:00
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 1953325087 - Removed debug message. 2019-11-27 06:26:21 +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 7cd561ce54 - Removed unused imports. 2019-11-20 06:06:45 +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 881bf06bde - When resuming to MainActicity, notify uaAdapter of possible dataset change. 2019-11-16 07:24:20 +02:00
Juha Heinanen 0bbe15737e - No need to ask for READ_PHONE_STATE permission,
- Improved no_calls string.
2019-11-16 04:51:46 +02:00
Juha Heinanen d3162b82ed - Improved asking of permissions and acting on the answers. 2019-11-15 15:11:41 +02:00
Juha Heinanen 5c5603f2b3 - In order to avoid crash, allow null view argument in aorSpinner
onItemSelected function.
2019-11-15 11:00:01 +02:00
Juha Heinanen bb75df705d - If contact's name is empty, use contact's SIP URI as contact's name.
- Relaxed checking of contact's name.
2019-11-15 04:03:26 +02:00
Juha Heinanen 0e94f8c4ed - Play notification sound also when message arrives and baresip is visible. 2019-11-11 11:18:59 +02:00
Juha Heinanen c477544df6 - Do not believe if lost network becomes immediately available again. 2019-11-07 20:22:17 +02:00
Juha Heinanen 239641e9e4 - Dynamic network change fixes and improvements. 2019-11-07 13:23:19 +02:00
Juha Heinanen 8517d7530a - Removed 'net_interface' (if exists) variable from config. 2019-11-06 11:29:12 +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 935cd65a10 - Used new net_set_address and net_set_af API methods for implementing
prefer_ipv6 functionality.
2019-11-06 10:06:33 +02:00
Juha Heinanen 91717628f9 - Use net_set_address API function to set IPv6 address. 2019-11-03 11:46:17 +02:00
Juha Heinanen a47ca666f4 - Removed unnecessary object prefixes from enum values. 2019-11-01 18:13:12 +02:00