52 Commits

Author SHA1 Message Date
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
2f7eead35a removed unused permissions
various version updates
added TextView to account title views
2018-07-09 17:42:17 +03:00
1ab5b6fe5e upgraded target sdk version to 26 due to google requirement 2018-06-30 20:23:48 +03:00
62b3a15fc8 build.gradle update 2018-06-10 18:33:18 +03:00
ae54dbb6ee build.gradle update 2018-06-10 18:31:30 +03:00
f4bd1a93ed added graphical account configuration and many other improvements 2018-05-23 10:58:57 +03:00
e457db7c55 build.gradle update
added missing newline
2018-03-27 12:07:57 +03:00
afb4635af7 since this is a fun learning project, moved from java to kotlin for
more fun (or desperation)
2018-03-17 11:18:44 +13:00
c72f703073 added buildToolsVersion to build-gradle 2018-03-03 15:53:14 +13:00