85 Commits

Author SHA1 Message Date
9099828c88 Avoid lint warning 2025-11-26 07:03:39 +02:00
dc5222f4d3 Avoid lint warnings 2025-11-26 01:33:32 +02:00
0ba4b637d7 Removed duplicate permission 2025-09-26 09:20:20 +03:00
22e5989078 Added MANAGE_OWN_CALLS permission and removed permission from service 2025-09-19 10:31:18 +03:00
1f7d8fb509 Migrated app to compose navigation 2025-05-27 14:30:06 +03:00
9ed3a10cdd Enabled OnBackInvokedCallback in all activities 2025-04-18 08:24:14 +03:00
9b50f2546c Enabled OnBackInvokedCallback for MainActivity
If suggestions are shown, clear icon makes them not shown
2025-04-17 15:41:38 +03:00
f3b2a45d8b Migration of user interface to Jetpack Compose 2025-03-29 19:20:43 +02:00
eebe651778 Added android:largeHeap="true" to manifest 2025-01-01 04:07:19 +02:00
11beaf03e2 Prevent softkeyboard from hiding input field in accounts, account and chats activities 2024-12-30 01:04:41 +02:00
e6130d626b For Android 14, added also FOREGROUND_SERVICE_MICROPHONE permission 2023-10-20 10:43:59 +03:00
5b74a7a5d2 Added MANAGE_OWN_CALLS permission as required by Android 14 2023-10-19 19:40:33 +03:00
dc3c98e818 Migration to API level 34 (Android 14) 2023-10-07 08:39:59 +03:00
edd7a20d2d Added new line to AndroidManifest.xml
Dependencies upgrade
2023-05-08 13:23:45 +03:00
91b04ef221 Allow selecting baresip as the default Phone app 2023-05-07 14:17:23 +03:00
18f24380f4 Handle also DIAL action 2023-05-02 14:35:16 +03:00
6858e9dc9d Always auto-reject incoming call in baresip service
Main activity intent filter improvements
2023-04-28 18:52:42 +03:00
c04c08536e Minor intent filter update 2023-04-28 11:48:42 +03:00
95ab3739db Added monochrome ic launcher 2023-03-22 10:38:36 +02:00
d7b6769e9d Fixed permission 2023-02-16 08:38:40 +02:00
052a83f0ac Permissions update 2023-02-16 07:05:07 +02:00
b6bc5376ce - Ask POST_NOTIFICATIONS permission on Android 13+ devices 2023-01-16 21:22:20 +02:00
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