52da111a71
Reorganized implementation of Quit
...
Added QUIT action to intent receiver
2022-07-07 10:12:55 +03:00
56d8767e1d
Added possibility ro (un-)register accounts via broadcast intents
2022-05-29 13:22:13 +03:00
740a04c91f
App gradle and manifest updates due to new Android Studio version
2022-05-13 19:21:14 +03:00
e47f7bf855
Replaced Show Android Contacts setting with Contacts setting with possible
...
values 'baresip', 'Android', and Both
2022-02-17 18:00:44 +02:00
de673b105b
Still more work on Android contacts
2022-02-12 15:47:02 +02:00
bfecd70422
Started work on Android contacts
2022-02-11 21:41:47 +02:00
0a0ebf3f85
Added foregroundServiceType and stopWithTask attributes to baresip service
2022-02-05 21:50:48 +02:00
34fc9220f8
Added call details activity that can be accessed by touching time in call history list
2022-01-18 17:29:14 +02:00
524d0bdcba
No need for ProxyActivity
2022-01-10 15:24:11 +02:00
f6a81bc9bd
Allow answering call without unlocking the device
2022-01-09 10:47:44 +02:00
dc8a9cf751
In Settings, added link to Android settings
2022-01-04 18:05:07 +02:00
67c7e5b7bf
Minor soft input enhancements
2021-12-21 12:59:20 +02:00
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