84 Commits

Author SHA1 Message Date
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
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
0d9591b801 use "textEmailAddress" input type for account uris 2018-11-03 16:51:12 +02:00
b505eb331e added dialpad button to choose between text and phone number soft keyboard 2018-10-26 13:48:18 +03:00
9442ae0b6e - improved sending of dtmf digits
- renamed call uri autocompletetextview
2018-09-30 14:32:31 +03:00
4a9a6b7e7e - added missing voicemail drawable 2018-09-18 13:58:29 +03:00
f6732395e2 - added support detecting (mwi) and listening of voicemails
- activated via account's voicemail uri
2018-09-18 13:41:53 +03:00
bca33c3556 - simplified user interface by using same layout row for incoming and
outgoing calls
- dtmf digits can now be send also during incoming calls
- removed unused function uag_current()
- removed soft keyboard when call button is clicked and when call is closed
- increased version numbers
2018-09-02 09:27:16 +03:00
f96f86d8e0 - added 'edit' drawable 2018-08-11 19:13:04 +03:00
1a929d8c36 improved About activity 2018-08-07 21:22:57 +03:00
2daee5f82d renamed call history related layout files
increased version name
2018-08-07 16:49:22 +03:00
4453c45ff4 improved contact list by adding edit button and made possible to click
contact for a call or message
2018-08-07 16:13:17 +03:00
4d50c322c6 added note to About about config/dns_server 2018-08-01 14:56:10 +03:00
59d22b12ab improved calls/messages/contacts implemtation
used vector image assets
2018-07-29 16:32:27 +03:00
b016811a16 message related enhancements 2018-07-25 14:00:17 +03:00
679c6855e0 introduced support for sending and receiving messages 2018-07-22 20:27:57 +03:00
19ca0e7cfd added Answer/Reject buttons to heads-up notification 2018-07-16 20:20:44 +03:00
ffd90a5190 added notification channels for oreo (not tested due to lack of device) 2018-07-14 11:44:00 +03:00
82c717d75f some work on adding answer/reject buttons to call notification
some minor improvements
2018-06-27 16:50:13 +03:00
95b4e22491 use the same notification also for incoming calls 2018-06-24 11:57:59 +03:00
9e718db8a0 updated account register help text 2018-06-23 13:49:21 +03:00
3ce3ea6355 do not focus to display name at account 2018-06-23 13:48:23 +03:00
7b98f353ee try to avoid loosing registrations by using ;expires=3600 and by registering
UAs every 10 minutes
fixed account help clicks
2018-06-22 19:19:27 +03:00
4388c20ec9 major change: use service to run baresip 2018-06-21 19:31:45 +03:00
45b3cadaa3 improved account media encryption help text 2018-06-13 15:22:24 +03:00
fbf454dfb8 updated About text 2018-06-13 11:58:38 +03:00
9fe72cb4f4 show help texts when account activity headings are clicked 2018-06-12 17:43:35 +03:00