room-15 / ChatSE

An Android application for StackOverflow and StackExchange chat! Revived by Tristan Wiley, base app created by Anubian
Apache License 2.0
22 stars 18 forks source link

Fix for issue 95 #100

Closed raghunandankavi2010 closed 5 years ago

raghunandankavi2010 commented 5 years ago

Fix for issue 95. Use of SortedList which notifies the adapter. Fetch url of each message based on userId in background and add it to SortedList. This is for chat screen. For Stars screen i use appropriate notify methods on adapter. May be we can switch to SortesList in StarsMessageAdapter also.

raghunandankavi2010 commented 5 years ago

@Mauker1 going to merge PR?

Mauker1 commented 5 years ago

Hey Raghu, now I'm finally able to look at that. But first, it seems there are some conflicts to be solved on the adapters, can you take a look at that first?