42 Commits

Author SHA1 Message Date
1380f05d1a More call code styling 2026-08-03 15:32:28 +03:00
0a231f6542 Use JSON format when backing up calls and messages 2026-07-28 09:21:21 +03:00
991ff8fc3c Fixed serialVersionUID definitions 2026-07-18 09:59:30 +03:00
d439b86fa2 Removed support for old call history 2026-06-26 16:35:35 +03:00
5e54a7e03b Synched call history handling 2026-05-25 08:50:47 +03:00
e2140cef50 Added null checks to am.communication device
Logging improvements
2026-04-30 09:37:56 +03:00
031369f75a Avoid EmptyList cannot be cast to ArrayList warning 2026-04-17 20:39:39 +03:00
bcbb76bff1 Some code style edits 2025-12-07 06:06:49 +02:00
5a5c520539 Added possibility to save recording and delete call from history 2025-12-07 02:58:14 +02:00
373c1feb00 Call history/recording improvements 2025-12-06 08:28:00 +02:00
ed6faed318 Merge recording enc and dec wav files 2025-12-05 13:24:55 +02:00
2a50a192d5 More work on Material3 colors migration 2025-10-20 17:48:40 +03:00
4b89c0e7e2 Fixed adding of new call to call history 2025-10-02 08:23:56 +03:00
9aa9e1d05a Use blue arrow down ico when incoming call was completed elsewhere 2025-06-15 17:24:43 +03:00
b60ba2263a Improved call and message implementation 2025-04-26 09:07:29 +03:00
1daeed7018 Improved implementation of calls activity
Increased call history size to 256
2025-04-08 12:44:59 +03:00
4ce0956bc5 Removed unused imports 2024-05-05 14:37:37 +03:00
bf2f79168e Show missed (not rejected) calls using yellow arrows 2023-05-13 11:36:09 +03:00
17d5fb5d07 Recording enc and dec files may not be created during the same second 2023-03-15 10:08:47 +02:00
84bcfdfa55 More work on call recording 2023-03-11 06:13:10 +02:00
dbec2629ae More logging 2023-03-10 07:54:52 +02:00
4d7c58d3c7 Added log message 2023-03-10 06:53:22 +02:00
9ab8c8f33e Work on call recording 2023-03-10 06:26:16 +02:00
589bd3079c When calling Android contact, use the latest peer URI if contact has it 2022-08-13 09:52:38 +03:00
fab5343de9 Minor code cleanup 2022-06-12 16:03:52 +03:00
b49a989be8 Included in call history both start and stop time of calls
Improved display of call history time value
2022-01-16 14:42:16 +02:00
d8ad6e15c9 Avoid some lint warnings 2021-09-07 09:06:28 +03:00
6d42273d73 Suppress unused function warning 2021-06-06 10:48:20 +03:00
a475f192c9 Avoid warnings 2021-06-05 21:41:03 +03:00
355a030aa3 Use constant TAG as log tag everywhere 2021-05-14 13:47:26 +03:00
50cde56859 Some camel casing 2021-01-07 14:29:01 +02: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
ccee613134 - Renamed "history" file to more intuitive "calls" file. 2019-10-10 10:47:46 +03: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
0e8ba14deb - Added Call History menu that allows deleting of account's call history
and disabling/enabling production of account's call history.
2019-09-30 17:58:40 +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
4afe9ca23c - Added Debug config option to turn on/off logcat messages 2019-04-12 18:13:39 +03:00
698c254a24 - Fixed possible crash when destroyed baresip app is started again
- Show notice when account to be created already exists
- Made level of log messages more consistent
2019-04-10 18:06:04 +03:00
18478c3436 - all user interface unrelated data is now kept in baresip service
allowing proper recovery in case Android kills other activities
- many other improvements and bug fixes
2018-11-23 10:35:48 +02:00
289faa0793 - fixed callee completion from contacts
- moved restoring of call and message history from baresip service to
  main activity
- small cleanups
2018-10-26 12:04:48 +03:00
59d22b12ab improved calls/messages/contacts implemtation
used vector image assets
2018-07-29 16:32:27 +03:00