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

MainScreen Chat and Contact Lists with DB integration #52

Closed tudorcodrea closed 7 years ago

tudorcodrea commented 7 years ago

Provide contacts list and chats list loading from DB, and integrate the item actions with DB data loading when needed

tudorcodrea commented 7 years ago

From 2 commits back onwards I started to fix integration issues. DB interaction and activities, properly handling first run of the app routines, first time network connection and so on ...

tudorcodrea commented 7 years ago

the commit 47f5ed5 comes with alot of refinement regarding the flow of the app: When Adding/Editing a contact the Contact list is refreshed, when adding/editing a chat the Chat list is refreshed. When Clicking on a contact you are automatically redirected to the corresponding chat and that does not exist it is automatically created with DEFAULT details

tudorcodrea commented 7 years ago

As of this point the DB integration into the App is completed. The User Experience is highly improved and refined.