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

Offline support #42

Closed rozkminiacz closed 6 years ago

rozkminiacz commented 7 years ago

As a user I want to read my chat history even offline. Add local database - Realm, Room or ObjectBox for local storage.

rozkminiacz commented 7 years ago

I'll make some basic db configurations and appropriate interfaces this week.

TristanWiley commented 7 years ago

Sweet!

TimCastelijns commented 6 years ago

Is this still relevant? In the rare case that you are offline - why would you want to see your chat history? You cannot act on it anyway.

Mauker1 commented 6 years ago

Yeah, also the UI as it is now wouldn't give a nice support for offline messages. Vote to close.