60 Commits

Author SHA1 Message Date
ee026a53ed - Increased version 2019-04-10 12:57:34 +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
d2d9305411 - Fixed bug in call transfer.
- Cleaner implementation of notifications.
2019-03-22 20:13:19 +02:00
532bc23ebd - Fixed crash when stun server is defined without port number. 2019-03-21 09:04:24 +02:00
613e92e868 - Resume baresip application to the activity that was stopped.
- Add example contact when baresip is started the first time.
- Fixed showing of new message in the chats and messages list.
2019-03-16 08:32:16 +02:00
f0b7a68885 - updated versions 2019-03-14 06:42:55 +02:00
9e6db47da8 - Fixed rare crash that can happen when first account is created and
message or call comes in before user has returned to main activity.
2019-03-06 09:35:10 +02:00
a3e03cb5c1 New version
...re-Tag 5.4.1 after merging ;)
2019-03-03 01:25:06 +00:00
3965dfa6f6 - new version 5.4.0 2019-02-19 08:18:33 +02:00
63305d24e6 - upgraded versions
- avoided android studio warning
2019-02-11 06:21:18 +02:00
0162f0dac8 build also for arm64-v8a arch 2019-02-11 01:31:30 +02:00
5bffaa070a upgraded versionCode and String 2018-12-27 12:49:18 +02:00
d1ad8dc1ed - relaxed checking of display name and authentication username 2018-12-20 08:39:47 +02:00
e4cad8e009 - add scheme "sip:" to outbound proxy uri if missing
- increased version numbers
2018-12-14 03:47:09 +02:00
0fa5c5992f - increased version numbers
- fixed compiler warning
2018-12-04 02:14:22 +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
225402f2c2 - fixed crash when empty accounts spinner is clicked 2018-11-24 04:56:56 +02:00
db7538f9db - fixed bug in checking of record audio permission
- do not load baresip lib if it has already been loaded
- removed call uri adapter when call comes in
2018-11-23 16:52:35 +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
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
fc4e09185d - avoid possible crash when returning to main activity after deleting an
account
- use force when Quit is done again (it may still take some time to quit
  if there is no network connectivity)
- increased version codes
2018-11-11 05:32:40 +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
1499ea9ac9 upgraded version codes 2018-11-03 15:57:03 +02:00
b505eb331e added dialpad button to choose between text and phone number soft keyboard 2018-10-26 13:48:18 +03:00
289faa0793 - fixed callee completion from contacts
- moved restoring of call and message history from baresip service to
  main activity
- small cleanups
2018-10-26 12:04:48 +03:00
62d01c7a49 version changes due to android studio upgrade to 3.2.1 2018-10-25 00:03:27 +03:00
7aa12e2ae6 used new audio_started() api function to make sure that audio is
started/stopped before trying to stop/start it
2018-10-24 15:58:07 +03:00
0c86fac6bc added support for incoming call transfer requests (REFER requests) 2018-10-23 11:22:39 +03:00
11ad952713 increased versions 2018-10-21 10:17:14 +03:00
9c1ba80044 increased version numbers 2018-10-18 10:51:44 +03:00
3b00232f74 - handle UA_EVENT_AUDIO_ERROR event
- avoid possible crash at quit
- upstream baresip updates
2018-10-10 20:01:32 +03:00
8bf5b9dfa6 - updated ua_connect() call to new version (currently in ua_connect_uri branch) 2018-09-24 11:13:08 +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
4056b167b5 - version upgrade 2018-09-12 15:43:49 +03:00
62cc396ed8 - Upgraded target SDK version to 27 (Android 8.1)
- By default ZRTP now uses zrtp-hash SDP attribute
2018-09-07 11:14:01 +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
098e71925b - execute native ua call functions in re thread in order to avoid crash when
call ends
- cleaned some code
- upgraded build gradle version
2018-08-27 09:32:10 +03:00
7a5fbbfbf4 - version upgrade 2018-08-21 21:32:09 +03:00
467d47e572 - request audio focus for outbound and incoming calls 2018-08-17 10:11:48 +03:00
5a30fda719 - patched baresip ua.c to survive startup when network is not connected
- increased version number
2018-08-13 14:07:43 +03:00
ea7908e7e4 - increased version
- restored finish at baresip exit
2018-08-12 16:39:13 +03:00
2daee5f82d renamed call history related layout files
increased version name
2018-08-07 16:49:22 +03:00
c1e2edddad turn off speaker when call is closed 2018-08-07 13:15:00 +03:00
01fa5009f3 version upgrade 2018-08-02 15:33:01 +03:00
75309ca049 upgraded version to 2.1 2018-08-01 14:57:20 +03:00
5de8d43578 once more to get cflags working 2018-07-29 11:10:34 +03:00
bd7b185413 Added cFlag '-DHAVE_INTTYPES_H' to build.gradle in order to avoid need
to patch re_types.h
2018-07-29 09:55:18 +03:00
b016811a16 message related enhancements 2018-07-25 14:00:17 +03:00
8b7e875099 fixed crash when deleting an account 2018-07-18 09:16:40 +03:00
b42c027226 avoid crash if caller hangs up during heads-up notification 2018-07-17 09:25:07 +03:00