Juha Heinanen
a6d538ad73
- Use Utils function to add activities to activity stack.
2020-02-21 02:58:49 +02:00
Juha Heinanen
1876dd76a2
- In chat and call lists, if userpart of peer URI is an E.164 number,
...
show only the userpart.
- In chat list, show only the first line of the message.
2019-11-20 09:28:43 +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
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
f361260361
- When new chat message arrives, do not add chat to activity to stack
...
if it already is there.
2019-10-02 17:04:04 +03:00
Juha Heinanen
040eb71b30
- Resume baresip to paused acticity instead of main activity.
2019-09-23 14:15:22 +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
884b762fbf
- String and layout related improvements.
2019-05-08 21:33:35 +03:00
Juha Heinanen
64d96a10d7
- Removed unnecessary string conversions.
2019-05-08 13:53:32 +03:00
Juha Heinanen
adbf62ad7d
- Replaced all strings with string resource references.
...
- Added missing 7.3.0 changelog file.
2019-05-08 13:42:11 +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
532bc23ebd
- Fixed crash when stun server is defined without port number.
2019-03-21 09:04:24 +02:00
Juha Heinanen
10f7db4248
- show soft keyboard automatically when new message gets focus
2019-03-18 06:56:47 +13: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
e87333b305
- more chat related improvements
2019-03-13 05:58:32 +02:00
Juha Heinanen
5abcb98a67
started work on improving chat user interfaces
2019-03-11 06:42:59 +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
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