83f311f21c
- Moved audio settings to its own activity.
...
- Added AEC Extented Filter audio setting.
2020-07-06 17:46:25 +03:00
45bfaab030
- Moved configuration of account's audio codecs to a new activity.
2020-05-19 09:01:53 +03:00
8e06325785
- Parent activity of Chat and Account Activity is not always Main Activity.
2020-05-03 11:01:27 +03:00
b88eab3df9
- Restart does not anymore use boot completed receiver.
2020-04-22 08:42:12 +03:00
7b3f43638b
= Renamed RunOnStartup.kt class to BootCompletedReceive.kt.
2020-04-14 17:05:28 +03:00
54e1a53075
- Made backup/restore to work also on Android 10 (API level 29)
...
- Suppressed some warnings.
2020-04-12 11:52:14 +03:00
336bfa1ceb
- Avoid re-creating activities when orientation changes.
2020-02-21 02:58:49 +02:00
357d0a65a0
- Getting call state syncronously does not need READ_PHONE_STATE permission.
2019-11-16 04:40:27 +02:00
a677ebaf6c
- Improved security by disallowing app backup and installation to
...
external storage.
2019-10-08 21:39:50 +03:00
e4fbb71d16
- Tried to align alerts with material design guidelines.
...
- Still more work on strings.
2019-05-11 15:27:35 +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
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
8b0febfcb5
- removed unused KILL_BACKGROUND_PROCESSES permission
2019-04-18 21:47:23 +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
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
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
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
ec12536fd9
removed needless permissions
2018-11-12 08:16:55 +02:00
8a81fc48e0
- fixed restart with null intent
...
- upgraded gradle version
2018-08-21 21:21:03 +03:00
59d22b12ab
improved calls/messages/contacts implemtation
...
used vector image assets
2018-07-29 16:32:27 +03:00
679c6855e0
introduced support for sending and receiving messages
2018-07-22 20:27:57 +03:00
2f7eead35a
removed unused permissions
...
various version updates
added TextView to account title views
2018-07-09 17:42:17 +03:00
88d7635bf8
run RunOnStartup also on Restart action
2018-06-29 15:34:18 +03:00
82c717d75f
some work on adding answer/reject buttons to call notification
...
some minor improvements
2018-06-27 16:50:13 +03:00
4388c20ec9
major change: use service to run baresip
2018-06-21 19:31:45 +03:00
3214857237
added contacts/contact activities
2018-06-10 18:58:50 +03:00
d3cab28eaf
tried to make it possible to answer incoming call even when screen is locked
2018-05-30 10:40:11 +03:00
f4bd1a93ed
added graphical account configuration and many other improvements
2018-05-23 10:58:57 +03:00
0747fa9134
no need for wifi state access
2018-05-10 16:01:45 +03:00
2d1238b62d
use application's theme in activities
2018-05-09 12:30:17 +03:00
7da559cacc
started work on call history
2018-03-09 17:12:49 +13:00
4d8431a643
- added EditContactsActivity
...
- if needed, ask permission to use microphone
- small layout improvements
- targetSdkVersion is not 25
2018-02-25 21:01:46 +02:00
ce52d1dbff
first commit
2018-02-20 05:01:26 +02:00