Juha Heinanen
a6d538ad73
- Use Utils function to add activities to activity stack.
2020-02-21 02:58:49 +02:00
Juha Heinanen
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
Juha Heinanen
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
Juha Heinanen
34bd5865c4
- Made deleting of messages and chats safe.
2019-10-04 21:06:46 +03:00
Juha Heinanen
1671c6962c
- No need to create new adapter when messages are cleared.
2019-10-04 09:10:17 +03:00
Juha Heinanen
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
Juha Heinanen
040eb71b30
- Resume baresip to paused acticity instead of main activity.
2019-09-23 14:15:22 +03:00
Juha Heinanen
fb54b3368b
- Always show currently active call (if any) when application is relaunched.
2019-05-28 10:03:33 +03:00
Juha Heinanen
e4fbb71d16
- Tried to align alerts with material design guidelines.
...
- Still more work on strings.
2019-05-11 15:27:35 +03:00
Juha Heinanen
c061c5d2f9
- More work on strings.
2019-05-10 12:00:36 +03:00
Juha Heinanen
98b3499643
- More layout/string clean up.
2019-05-09 10:42:47 +03:00
Juha Heinanen
884b762fbf
- String and layout related improvements.
2019-05-08 21:33:35 +03:00
Juha Heinanen
bedcaa52f0
- Show red messages icon when unread messages exist
2019-04-20 14:42:51 +03:00
Juha Heinanen
d3a8e2df41
- Fixed call, message, and call transfer actions when initiated from
...
notification.
- Moved save and restore messages functions to Message class.
- Coding style edits.
2019-04-20 13:17:50 +03:00
Juha Heinanen
4afe9ca23c
- Added Debug config option to turn on/off logcat messages
2019-04-12 18:13:39 +03:00
Juha Heinanen
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
Juha Heinanen
69daf94c37
- avoided a few compiler warnings about null values
2019-04-09 10:27:05 +03:00
Juha Heinanen
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
Juha Heinanen
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
Juha Heinanen
3b8f52e7b1
save unsent message when chat activity is interrupted and recover it
...
when user resumes the activity
2018-12-01 06:27:40 +02:00
Juha Heinanen
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
Juha Heinanen
bfc0b2445f
added account title to chat(s) and calls pages
2018-11-19 05:56:27 +02:00
Juha Heinanen
2a1cb59568
contact and call history improvements
2018-11-19 05:27:24 +02:00
Juha Heinanen
a5e22786c4
- replaced message notification option "Archive" with "Save"
2018-11-18 13:44:15 +02:00
Juha Heinanen
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