Commit Graph
100 Commits
Author SHA1 Message Date
Juha Heinanen 48f6ea4626 - Introduced new config variables 'opus_samplerate', 'opus_stereo',
and 'opus_sprop_stereo'.
- Set 'opus_samplerate' to 16000 and 'opus[_sprop]_stereo' to "no" in order
  to support acoustic echo cancellation also when opus codec is in use.
- Renamed 'prefer_ipv6' config variable to 'net_prefer_ipv6'.
2019-06-14 16:57:40 +03:00
Juha Heinanen 9fc1a7e59b - Fixed import accounts error message. 2019-06-14 16:57:40 +03:00
juha-h 370657dee2 Merge pull request #36 from licaon-kter/patch-4
Link should not be translated
2019-06-11 15:33:14 +03:00
Juha Heinanen cd59887c2c - Fixed net_use_nameserver() net argument. 2019-06-11 15:13:45 +03:00
Juha Heinanen 1556b610fc - Added 'void' return type to logging functions. 2019-06-11 15:06:28 +03:00
Juha Heinanen eb77eefc22 - Use net_use_nameserver() API function to update DNS servers. 2019-06-09 19:43:50 +03:00
Juha Heinanen b318177aee - New version 8.3.6. 2019-06-06 17:25:51 +03:00
Juha Heinanen a1038c6908 - Allow changing of contact name also when only case of letters differ.
- When restoring contacts, do not require that URI is surrounded by
  angle brackets.
2019-06-06 17:18:14 +03:00
Juha Heinanen 091eaed747 - New version 8.3.5. 2019-06-06 12:02:46 +03:00
Juha Heinanen 8ca30cfe16 - Surround contact URIs between < and > only when contacts are saved to file. 2019-06-06 11:45:29 +03:00
Juha Heinanen c66e20a6ed - New version 9.3.4.
- Use communication mode only when call is (being) established.
- Introduced 2.5 sec delay to placing of a call in order to avoid loss of
  audio at the beginning of call.
- Fixed initializing default contacts when baresip is started the first time.
- Clear call URI when call is closed.
2019-06-06 11:26:13 +03:00
Juha Heinanen 66fce98c9c - New version 8.3.3. 2019-06-04 20:26:06 +03:00
Juha Heinanen 0925454c54 - Get DNS servers dynamically also then baresip is started the first time. 2019-06-04 20:20:34 +03:00
Juha Heinanen 38c95c976f - Added a log message. 2019-06-04 20:20:02 +03:00
Juha Heinanen 49ca0a757f - Made code a bit easier to read with new var. 2019-06-04 20:18:42 +03:00
Juha Heinanen 50b320967d - Added more checks if char buffers would be too small. 2019-06-04 20:13:38 +03:00
Juha Heinanen 400a0b774e - Avoid possible crash when getting account's audio codecs. 2019-06-03 23:32:37 +03:00
Juha Heinanen 380583326a - New version 8.3.2. 2019-06-03 17:22:13 +03:00
Juha Heinanen c60870a7b0 - Updated F-Droid app descriptions. 2019-06-03 11:54:16 +03:00
Juha Heinanen f33d4a43f8 - Use Ringtone looping capability on Android P+. 2019-06-02 21:53:46 +03:00
Juha Heinanen fd5ed456f9 - Used HtmlCompat to convert About HTML to text (should work on all
Android API levels).
2019-06-01 19:38:25 +03:00
Juha Heinanen 6d0d8a3be7 - If account is accessed from AoR spinner, return directly to main activity. 2019-06-01 19:02:07 +03:00
Juha Heinanen f78e69a9c9 - F-Droid app description update. 2019-05-31 15:29:07 +03:00
Juha Heinanen 3445a58eb6 - New version 8.3.1. 2019-05-30 15:11:29 +03:00
Juha Heinanen 62d01e8d62 - Enable also dtmf edit text when it becomes visible. 2019-05-30 15:10:35 +03:00
Juha Heinanen 3700dcc971 - Use aec by default. 2019-05-30 14:53:48 +03:00
Juha Heinanen df4874ab15 - Don't set audio mode to .MODE_IN_COMMUNICATION and call is established,
because on some devices it adds 3-4 sec delay to playing of audio.
2019-05-30 14:46:48 +03:00
Juha Heinanen fbb39dbdfd - Small edit of configuration strings. 2019-05-29 21:55:16 +03:00
Juha Heinanen edf1d851a9 - Added log message telling which call failed to produce call status and
codec info.
2019-05-29 21:14:37 +03:00
Juha Heinanen 00666273a3 - Removed unused drawable. 2019-05-29 16:58:24 +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 1c8fc39b15 - Make sure that call info button is enabled when it becomes visible. 2019-05-29 13:05:18 +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 8218279c59 - New version 8.3.0. 2019-05-29 09:22:35 +03:00
Juha Heinanen 9b4cf1b9c1 - Added Internet Low Bitrate Codec (iLBC).
- Improved account's codec selection.
2019-05-29 09:12:25 +03:00
Juha Heinanen 692ac3d08c - New version 8.2.0. 2019-05-28 11:12:47 +03:00
Juha Heinanen df37987e48 - Do not clear call uri text when showing a non-existing call. 2019-05-28 10:54:52 +03:00
Juha Heinanen fb54b3368b - Always show currently active call (if any) when application is relaunched. 2019-05-28 10:03:33 +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 3fccc0a981 - Use positive button in alert dialog. 2019-05-26 17:29:50 +03:00
Juha Heinanen 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
Juha Heinanen e430de496f - Improved About title/text. 2019-05-26 15:02:08 +03:00
Juha Heinanen b8083c9d26 - New version 8.1.0. 2019-05-26 10:32:03 +03:00
Juha Heinanen 682f7d7bbe - Simplified handling of network changes. 2019-05-26 10:20:45 +03:00
Juha Heinanen 7464ad5992 - Small edits and code improvements. 2019-05-26 09:51:56 +03:00
Juha Heinanen 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
Juha Heinanen d419304845 - By default, obtain DNS server addresses dynamically from the system. 2019-05-25 16:45:32 +03:00
Juha Heinanen d9f6d47425 - Now using Android Studio version 3.4.1 with gradle version 5.1.1. 2019-05-25 16:41:33 +03:00
Juha Heinanen 53a35af339 - Fixed adding of new account. 2019-05-22 16:29:21 +03:00
Juha Heinanen 4a2d9e5309 - Fixed restoring of volume to original level if default call volume is in use. 2019-05-22 15:24:55 +03:00
Juha Heinanen b93733cabc - Updated versions and created new changelog file. 2019-05-20 08:35:41 +03:00
Juha Heinanen 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
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 991471d679 - New version 7.4.0. 2019-05-11 15:33:13 +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 c061c5d2f9 - More work on strings. 2019-05-10 12:00:36 +03:00
Juha Heinanen 1e95cb8b2d - Added Finnish language strings. 2019-05-10 11:59:24 +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 57fd12d464 - Removed unused variable. 2019-05-08 14:11:48 +03:00
Juha Heinanen 8a29dc1c6c - Removed context var from BaresipService. 2019-05-08 14:09:41 +03:00
Juha Heinanen 64d96a10d7 - Removed unnecessary string conversions. 2019-05-08 13:53:32 +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 9033f2b07c - Removed leading @ from STUN URI. 2019-05-06 18:25:32 +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 f2c1a0ea99 - Added 7.2.0 changelog file.
- Increased versions.
2019-05-04 17:25:38 +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 afe762b3c7 - Fixed typo in changelog. 2019-04-29 15:56:13 +03:00
Juha Heinanen c202f4bffe - Updated versions and added new f-droid changelog file. 2019-04-29 15:53:11 +03:00
Juha Heinanen fe5f9c2923 - Removed commented out statement. 2019-04-29 15:43:16 +03:00
Juha Heinanen dd45bd666d - Try to make sure that AoR spinner view is updated at resume. 2019-04-29 15:39:17 +03:00
Juha Heinanen 8eea2a9dc2 - Fixed changelog typo. 2019-04-29 14:53:30 +03:00
Juha Heinanen 21876b54c1 - At resume, notify AoR spinner about changed dataset only if the
spinner is currently shown.
2019-04-29 14:43:12 +03:00
Juha Heinanen 1afac77f25 - Added new changelog file. 2019-04-29 10:55:40 +03:00
Juha Heinanen 68e9d7077c - Update account spinner when main activity is resumed without action. 2019-04-29 10:51:28 +03:00
Juha Heinanen 6e35a157d3 - Added 'Default Call Volume' configuration option. 2019-04-27 11:02:25 +03:00
Juha Heinanen 495e7afdba - fixed playing of notification sound when messages comes in 2019-04-24 19:52:18 +03:00
Juha Heinanen aad0db71ce - Upgraded versions
- Added changelog file
2019-04-24 13:50:19 +03:00
Juha Heinanen 2bdfd48264 - About text styling 2019-04-24 13:44:59 +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 408a818cf4 - at baresip quit, kill also baresip process by System.exit(0) 2019-04-24 09:22:42 +03:00
Juha Heinanen a3c9284bba - Improved alert text 2019-04-23 18:02:54 +03:00
Juha Heinanen 1173bfe7ab - Added support for checking IPv6 address 2019-04-23 18:01:22 +03:00
Juha Heinanen d1ef067729 - Take prefer_ipv6 from config 2019-04-23 17:59:45 +03:00
Juha Heinanen b47f585257 - Upgraded versions and added changelog 2019-04-20 16:11:26 +03:00
Juha Heinanen b1372f1f1b - Ask PIN code when screen is locked and Call URI is clicked 2019-04-20 15:53:37 +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 bedcaa52f0 - Show red messages icon when unread messages exist 2019-04-20 14:42:51 +03:00
Juha Heinanen 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
Juha Heinanen 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
Juha Heinanen a917dd5624 - Upgraded versions
- Added new changelogs file
- Removed some extra white space
2019-04-19 13:20:54 +03:00
Juha Heinanen 85a23a19de - Used new ua_destroy API call to destroy User Agent when account is
deleted
- Fixed return type of set_outbound API call
2019-04-19 13:03:37 +03:00
Juha Heinanen 8c22d96f7b - moved acquiring of wakelock to baresip service on create method
(previous commit was about main activity)
2019-04-18 21:52:40 +03:00
Juha Heinanen fa18924542 - moved acquiring of wakelock to baresip service on create method 2019-04-18 21:49:15 +03:00
Juha Heinanen 8b0febfcb5 - removed unused KILL_BACKGROUND_PROCESSES permission 2019-04-18 21:47:23 +03:00
Juha Heinanen daef25fcdd - more dtmf watcher implementation improvements
- call uri soft keyboard improvements
2019-04-18 21:11:34 +03:00
Juha Heinanen 335ca07f84 - Improved accounts related alert texts 2019-04-18 21:10:05 +03:00
Juha Heinanen b178d753f1 - simplified dtmf watcher implementation 2019-04-17 21:57:15 +03:00