jitsi / jitsi-android

Jitsi for Android is an Android port of the Jitsi project: The most feature-rich communicator with support for encrypted audio/video, chat and presence over SIP and XMPP
Apache License 2.0
415 stars 258 forks source link

Recent contacts #17

Open jitsi-jenkins opened 9 years ago

jitsi-jenkins commented 9 years ago

Sort most recent conversations at the top. Those that contain unread messages: at the top of the top (we can implement this with either a new contact source, or by modifying the compareTo() formula for a metacontact. Uncommited work on recent contacts contains a plugin that moves contacts to "Recent" group, but this group is not displayed at the top of the contact list. Also there are exceptions while moving contacts across the groups that cause the creation of contact duplicates(sometimes after restart). Those duplicates don't have protocol providers bound and are causing further troubles. Work in progress...

(Issue migrated from https://trac.jitsi.org/ticket/1243)