338 Commits

Author SHA1 Message Date
00666273a3 - Removed unused drawable. 2019-05-29 16:58:24 +03:00
108087f14e - Do not set popup spinner background resource. Use whatever is
Android's default.
2019-05-29 16:49:42 +03:00
1c8fc39b15 - Make sure that call info button is enabled when it becomes visible. 2019-05-29 13:05:18 +03:00
7a9cccf08a - Made Acoustic Echo Cancellation configurable.
- Added module_load/unload functions to API.
2019-05-29 11:26:00 +03:00
9b4cf1b9c1 - Added Internet Low Bitrate Codec (iLBC).
- Improved account's codec selection.
2019-05-29 09:12:25 +03:00
df37987e48 - Do not clear call uri text when showing a non-existing call. 2019-05-28 10:54:52 +03:00
fb54b3368b - Always show currently active call (if any) when application is relaunched. 2019-05-28 10:03:33 +03:00
4a2a16ef93 - Added GitHub link to About text.
- HTML formatted About text.
2019-05-27 16:36:12 +03:00
3fccc0a981 - Use positive button in alert dialog. 2019-05-26 17:29:50 +03:00
6eae3827c1 - Added log message when info button is clicked
- Show alert even if no call info is available.
2019-05-26 15:11:46 +03:00
e430de496f - Improved About title/text. 2019-05-26 15:02:08 +03:00
682f7d7bbe - Simplified handling of network changes. 2019-05-26 10:20:45 +03:00
7464ad5992 - Small edits and code improvements. 2019-05-26 09:51:56 +03:00
2d484cbfcc - If there is only one account, append account's domain to contact URI
given without hostpart.
2019-05-25 17:49:15 +03:00
d419304845 - By default, obtain DNS server addresses dynamically from the system. 2019-05-25 16:45:32 +03:00
53a35af339 - Fixed adding of new account. 2019-05-22 16:29:21 +03:00
4a2d9e5309 - Fixed restoring of volume to original level if default call volume is in use. 2019-05-22 15:24:55 +03:00
97455d7ec8 - Added support for G7221 codec.
- Added support for WebRTC based audio echo cancellation.
- Minor call notification modifications.
2019-05-20 08:26:12 +03:00
22747552e4 - Moved reject button further from answer button to avoid accidental
click of wrong button.
2019-05-13 09:27:00 +03:00
e4fbb71d16 - Tried to align alerts with material design guidelines.
- Still more work on strings.
2019-05-11 15:27:35 +03:00
c061c5d2f9 - More work on strings. 2019-05-10 12:00:36 +03:00
1e95cb8b2d - Added Finnish language strings. 2019-05-10 11:59:24 +03:00
98b3499643 - More layout/string clean up. 2019-05-09 10:42:47 +03:00
884b762fbf - String and layout related improvements. 2019-05-08 21:33:35 +03:00
6faf86bd2a - Some layout cleanup. 2019-05-08 16:23:29 +03:00
57fd12d464 - Removed unused variable. 2019-05-08 14:11:48 +03:00
8a29dc1c6c - Removed context var from BaresipService. 2019-05-08 14:09:41 +03:00
64d96a10d7 - Removed unnecessary string conversions. 2019-05-08 13:53:32 +03:00
adbf62ad7d - Replaced all strings with string resource references.
- Added missing 7.3.0 changelog file.
2019-05-08 13:42:11 +03:00
9033f2b07c - Removed leading @ from STUN URI. 2019-05-06 18:25:32 +03:00
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
3f861b575f - Added Listen Address config variable.
- Improved config handling with aid of new Config object.
2019-05-04 17:16:03 +03:00
fe5f9c2923 - Removed commented out statement. 2019-04-29 15:43:16 +03:00
dd45bd666d - Try to make sure that AoR spinner view is updated at resume. 2019-04-29 15:39:17 +03:00
21876b54c1 - At resume, notify AoR spinner about changed dataset only if the
spinner is currently shown.
2019-04-29 14:43:12 +03:00
68e9d7077c - Update account spinner when main activity is resumed without action. 2019-04-29 10:51:28 +03:00
6e35a157d3 - Added 'Default Call Volume' configuration option. 2019-04-27 11:02:25 +03:00
495e7afdba - fixed playing of notification sound when messages comes in 2019-04-24 19:52:18 +03:00
2bdfd48264 - About text styling 2019-04-24 13:44:59 +03:00
ed5102a7f0 - added "Reset to Factory Default" config option 2019-04-24 13:22:19 +03:00
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
408a818cf4 - at baresip quit, kill also baresip process by System.exit(0) 2019-04-24 09:22:42 +03:00
a3c9284bba - Improved alert text 2019-04-23 18:02:54 +03:00
1173bfe7ab - Added support for checking IPv6 address 2019-04-23 18:01:22 +03:00
d1ef067729 - Take prefer_ipv6 from config 2019-04-23 17:59:45 +03:00
b1372f1f1b - Ask PIN code when screen is locked and Call URI is clicked 2019-04-20 15:53:37 +03:00
65947fb023 - Added possibility to set an account as the default account. 2019-04-20 15:18:32 +03:00
bedcaa52f0 - Show red messages icon when unread messages exist 2019-04-20 14:42:51 +03:00
d3a8e2df41 - Fixed call, message, and call transfer actions when initiated from
notification.
- Moved save and restore messages functions to Message class.
- Coding style edits.
2019-04-20 13:17:50 +03:00
622e0f5c0f - Fixed placing call from call history
- Use singleTask launch mode in order to avoid creating multiple
  activity stacks
- Small call history related edits
2019-04-19 21:37:22 +03:00