51 Commits

Author SHA1 Message Date
3182fec40c Removed tools:targetApi from the app 2021-11-11 18:55:11 +02:00
861693a197 More permissions request improvements 2021-11-10 10:37:15 +02:00
801c232793 Started to work on better permissions handling 2021-11-09 15:15:46 +02:00
d11e8fc892 Tried to migrate to API 31 2021-11-06 15:59:40 +02:00
1c3c07186e Added limited support for multiple simultaneously active network interfaces
Show notification when baresip is started without network access
2021-10-05 13:52:49 +03:00
c275d3cbd0 Exported MainActivity 2021-07-20 09:25:07 +03:00
420949a41b Autostart at boot manifest improvements 2021-04-30 10:13:52 +03:00
80ae4b1d95 Removed unnecessary manifest request 2021-04-29 16:50:43 +03:00
42cccb0416 Work towards API 30 compatibility 2021-04-28 09:04:47 +03:00
5b4157db17 Small auto start at boot/restart improvements 2021-03-13 12:03:15 +02:00
a262827e3a Allow exporting of baresip contacts to Android contacts 2021-01-25 09:50:12 +02:00
b02d20fb3c No need for PHONE permission 2021-01-17 19:23:13 +02:00
735de0e921 Made it possible to use baresip as a phone app when calling from other apps
with tel: or sip: URIs
2021-01-17 18:09:48 +02:00
69c7fece73 Account spinner improvements 2021-01-11 15:03:46 +02:00
7fe0a08bfa Main activity action bar, layout and spinner enhancements 2021-01-10 17:56:04 +02:00
3f7e48cf6f Improved incoming call notification 2021-01-01 18:01:11 +02:00
6880b270ff Use common strings.xml for both baresip and baresip+ 2020-09-01 10:34:58 +03:00
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