kdeconnect-kde/smsapp/qml
Simon Redman 5b716dde02 [SMS App] Fix loading more messages
## Summary

For awhile (since at least early last year), it has not been possible to scroll past the first screen of message history. I believe this was due to a version bump in some library, but I was not able to biset it at the time.

This changes how messages are loaded to work again. I like this solution better anyway, because it means one can smoothly scroll back in time without needing to stop every time you reach the top of the history.

BUG: 452946

## Test Plan

### Before:
Scrolling to the top of the kdeconnect-sms history would do nothing. You could only view the first handful of messages in the conversation (whichever messages the app decided to load for you when you first open the conversation).

### After:
Scrolling to the top of the list of messages will cause the app to load more, allowing you to view more history of messages.
2023-01-22 22:10:46 +00:00
..
AttachmentViewer.qml [app] Add plugin settings page 2020-09-08 20:33:20 +02:00
ChatMessage.qml Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
ConversationDisplay.qml [SMS App] Fix loading more messages 2023-01-22 22:10:46 +00:00
ConversationList.qml [smsapp] Simplify device handling 2022-05-31 16:50:53 +00:00
main.qml [smsapp] Simplify device handling 2022-05-31 16:50:53 +00:00
MessageAttachments.qml Port away from deprecated QML features 2022-09-21 01:14:37 +03:00
SendingArea.qml [smsapp] Refactor and fix argument handling 2022-05-23 22:10:07 +00:00