QuasselDroid-ng icon indicating copy to clipboard operation
QuasselDroid-ng copied to clipboard

Sort autocomplete by latest message instead of alphabetically

Open pta2002 opened this issue 6 years ago • 0 comments

Lets see in this case:

There are users Albert, Alfred and Alice, and the chat log looks like this:

<Albert> [message1]
<Alice> [message2]
<Alice> [message3]

You now want to reply to Alice, so you use write "Al" and use the autocomplete, but it'll default to Albert because it's first alphabetically.

I understand this can be difficult because of network problems, but a solution would be to keep a list that stores when a nick last spoke, defaulting to alphabetical order if that isn't available.

pta2002 avatar Nov 25 '18 21:11 pta2002