-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update friends listview event handling and display
* Redo FriendslistHandler to be similar to ClanPacketHandler. * Handle all friends events completely, including update, add, remove, and position. * Update listview items in place for these events, including position. * Use a hidden column and sort on that, much like Clan list, so that reordering and updates can be done without removing and re-adding listview items, or worse, refreshing the entire list (no more re-requesting it!) * Handle Config.FriendsListTab and Config.ShowOfflineFriends when updating the listview this way.
- Loading branch information
Showing
3 changed files
with
298 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.