dbbc90f925
And another one
2019-06-11 11:03:56 +00:00
9194ef1015
Link should not be translated
2019-06-11 10:53:29 +00:00
fbb39dbdfd
- Small edit of configuration strings.
2019-05-29 21:55:16 +03:00
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
7a9cccf08a
- Made Acoustic Echo Cancellation configurable.
...
- Added module_load/unload functions to API.
2019-05-29 11:26:00 +03:00
4a2a16ef93
- Added GitHub link to About text.
...
- HTML formatted About text.
2019-05-27 16:36:12 +03:00
e430de496f
- Improved About title/text.
2019-05-26 15:02:08 +03:00
d419304845
- By default, obtain DNS server addresses dynamically from the system.
2019-05-25 16:45:32 +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
adbf62ad7d
- Replaced all strings with string resource references.
...
- Added missing 7.3.0 changelog file.
2019-05-08 13:42:11 +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
6e35a157d3
- Added 'Default Call Volume' configuration option.
2019-04-27 11:02:25 +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
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
4899f31c6a
- Added possibility to export and import accounts.
2019-04-16 15:30:43 +03:00
4afe9ca23c
- Added Debug config option to turn on/off logcat messages
2019-04-12 18:13:39 +03:00
1dfd05f4e0
- Adde about note about increasing media volume
2019-04-10 18:21:33 +03:00
cf5680b52b
- Upgraded target Android API level to 28 (Android 9)
...
- Moved some non-UI functionality from main activity to baresip service
- Simplified implementation of call transfer
- Modified baresip launcher and status bar images
2019-04-08 18:47:59 +03:00
757f640b2d
- Go to chat activity instead of main activity when message notification
...
is clicked.
2019-03-22 14:37:23 +02:00
e87333b305
- more chat related improvements
2019-03-13 05:58:32 +02:00
63746216f1
- replace speaker icon with vector asset
2019-03-12 22:49:41 +02:00
16521106a3
- more chat ui improvements
...
- new primary and accent colors
- use color names in most drawables
2019-03-12 07:00:55 +02:00
5abcb98a67
started work on improving chat user interfaces
2019-03-11 06:42:59 +02:00
c74124702a
- added srtp-mandf media encryption
...
- show yellow security button if media encryption is srtp-mand or
srtp-mandf
- updated account's media encryption help text
- updated baresip libs and include files to current master
2019-02-16 06:53:14 +02:00
8632df008a
- added version name to About text
2018-12-17 14:42:22 +02:00
2e6e462970
reduced the size of call info button
2018-12-13 04:19:10 +02:00
c4878bc978
added info button for ongoing call
2018-12-11 08:29:10 +02:00
a9ce270c32
capitalize words in account's display name
2018-12-04 07:15:37 +02:00
f899675f45
- use mqueue to execute ua_stop_all Api function on re thread
2018-12-04 01:48:17 +02:00
8e22b70358
- added contacts menu
2018-12-03 09:19:18 +02:00
3bc93e5dd2
- added possibility to export/import contacts from Download folder
...
- requires WRITE_EXTERNAL_STORAGE permission
2018-12-03 08:55:29 +02:00
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
6f652f3872
- use countdown timer to force stop app after 5 seconds and kill after
...
10 seconds from quit
- removed not needed param from findAorIndex function
2018-11-25 05:45:46 +02:00
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
bfc0b2445f
added account title to chat(s) and calls pages
2018-11-19 05:56:27 +02:00
fcbc7fe2eb
small About text improvements
2018-11-18 15:48:20 +02:00
2f55f5729b
improved contacts handling
2018-11-18 15:30:15 +02:00
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