65 Commits

Author SHA1 Message Date
f3b2a45d8b Migration of user interface to Jetpack Compose 2025-03-29 19:20:43 +02:00
0a17139f9c Padded all systems bars in all activities 2024-12-15 00:57:43 +02:00
a7a5dd8fa9 Added edge-to-edge support to remaining activities 2024-12-14 06:40:50 +02:00
bdda8a1490 Out out edge-to-edge enforcement 2024-12-05 10:04:00 +02:00
cbd3ae228d Fixed adding of new chat peer 2023-03-07 07:25:08 +02:00
44a6839aee In order to simplify the code, active account needs to have telephony provider when making call or sending message to tel uri 2023-03-06 07:26:34 +02:00
444aa4e02e Added multiple contact number support to chats 2023-03-06 07:13:01 +02:00
cf02daad0d More contact related fixes 2023-03-04 00:30:17 +02:00
bd90a39363 More contact related improvements and fixes 2023-03-03 06:57:41 +02:00
b892dc20dc Show proper contact also when asking about deleting or adding chat peer from/to contacts 2023-03-01 01:13:24 +02:00
95ed61a46b Apply country code also to chat peer's URI in order to find proper contact 2023-03-01 01:13:24 +02:00
a558eab7ff Migration to API 33 2022-09-11 14:18:22 +03:00
589bd3079c When calling Android contact, use the latest peer URI if contact has it 2022-08-13 09:52:38 +03:00
76b66b0f93 Added possibility to nickname accounts 2022-06-18 18:30:58 +03:00
39c8563d56 Added Country Code account configuration option 2022-04-10 17:10:55 +03:00
00ed908ebe Simplified Utils.friendlyUri implementation and usage 2022-03-29 16:14:20 +03:00
ac2571f0dd Added Anonymous and Unknown checks to friendlyUri 2022-03-19 09:17:53 +02:00
05f601a4dd Fixed detecting if account has unread messages 2022-03-09 11:19:56 +02:00
c1bdb89776 Import cleanup 2022-02-20 14:40:54 +02:00
0429b4474f Migrated to material design alert dialogs 2022-02-20 14:05:12 +02:00
add03e9d11 Replaced AppCompat theme with MaterialComponents theme 2022-02-19 15:47:49 +02: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
4472dcddec Contact name <-> contact URI mapping fixes and improvements 2022-02-15 16:56:00 +02:00
2fb842d631 Improved contact name - uri matching 2022-02-14 09:54:33 +02:00
21714a82c4 Added possibility to use Android contacts 2022-02-13 12:51:59 +02:00
d3a2282f03 Added Telephony Provider account configuration item
Added support for Contact tel URIs
Show account's STUN configuration items only if needed
Avoid some lint warnings in baresip.c
2022-02-02 11:36:08 +02:00
82fb3b7707 Avoid some lint warnings 2021-11-07 10:11:44 +02:00
66d1efa63a Intent related code cleanups 2021-06-14 14:50:52 +03:00
4dcf00a76f Restore chat list position when returning from chat 2021-06-06 18:31:08 +03:00
d1a688482d Avoid warnings in ChatsActivity 2021-06-06 11:43:54 +03:00
06aedc6603 Avoid duplicate finish request warnings 2021-03-12 19:04:18 +02:00
5d8e8936a3 Use view binding in chat activity 2021-01-03 15:20:50 +02:00
fb8a8852cb Remaining alert dialog cleanups. 2020-07-04 11:17:05 +03:00
590e9caded - Better names for some UserAgent, Call, and Account functions. 2020-05-05 17:15:58 +03:00
a3d138bafe - Fixed crash when returning to the previous activity after received call
or message.
- Better handling of proximity sensor and speaker phone.
- Use aorSpinner.tag to store aor of the selected account.
2020-05-04 20:04:54 +03:00
a27c7d67ee - Properly handle pausing of chats and chats activities. 2020-05-03 14:03:36 +03:00
457df09497 - Getting rid of compiler warnings. 2020-04-10 12:12:13 +03:00
8124c98e76 - Migraded project to AndroidX. 2020-04-09 16:25:57 +03:00
f1cdf52126 - Prevent crashes resulting from double clicking of various icons and
list items.
2020-03-30 16:07:41 +03:00
94d373c273 - More work on string resources.
- Always use alert heading Notice when user enters invalid input.
2020-03-05 04:45:01 +02:00
a6d538ad73 - Use Utils function to add activities to activity stack. 2020-02-21 02:58:49 +02:00
d8b26f9b64 - Added possibility to give transport protocol for account's AoR.
- Do not show account's port or transport protocol except in Account Activity.
2019-11-27 10:55:46 +02:00
ac26c2256d - Added to main menu possibility to export and import all application date.
- Improved encryption/decryption of exported/imported data.  If accounts
  were exported, they need to be exported again.
- Lots of other implemetation improvements.
2019-10-09 11:48:26 +03:00
34bd5865c4 - Made deleting of messages and chats safe. 2019-10-04 21:06:46 +03:00
1671c6962c - No need to create new adapter when messages are cleared. 2019-10-04 09:10:17 +03:00
39a0230bd0 - Allow deletion of account's chat history via chats activity menu item.
- Ask confirmation before deleting chat and call history.
- Improved updating of main activity voicemail, chat, and call icons.
- Removed path parameter from saveUaMessage, deleteUaMessage, and
  saveMessages functions.
2019-10-03 20:50:23 +03:00
040eb71b30 - Resume baresip to paused acticity instead of main activity. 2019-09-23 14:15:22 +03:00
fb54b3368b - Always show currently active call (if any) when application is relaunched. 2019-05-28 10:03:33 +03:00
e4fbb71d16 - Tried to align alerts with material design guidelines.
- Still more work on strings.
2019-05-11 15:27:35 +03:00
c061c5d2f9 - More work on strings. 2019-05-10 12:00:36 +03:00