batsw / AndroidAnonymityChat

A secure and serverless chat application that uses the TOR network (Deep Web) to send the messages
GNU Lesser General Public License v3.0
8 stars 1 forks source link

Change the Entities loading for ChatsTab and ContactsTab #53

Closed tudorcodrea closed 7 years ago

tudorcodrea commented 7 years ago

We need to do a refactoring on the chat list loading for Chats Tab, the list is parsed 2 times - onnce when loading from DB (cursor), once when creating the List mChatsList;,. Also there is a change in objects from DBChatEntity to ChatEntity from chats package ...

tudorcodrea commented 7 years ago

Also for the ContactsTab --- keep the same entity on the Chat as well as on the DB side