proxer / ProxerAndroid

The official Android App of Proxer.Me
https://proxer.me
GNU General Public License v3.0
121 stars 20 forks source link

Message caching #3

Closed cuechan closed 8 years ago

cuechan commented 8 years ago

When I dont have an Internet connection I can't view or write messages. So, caching for received messages and queuing for sent messages would be very cool. Maybe the same with the news?

Greetings Paul

rubengees commented 8 years ago

Yup, but would also require some architecture changes I think...

rubengees commented 8 years ago

Messages are queued when sent and only one is sent at a time to ensure they are in the correct order. Regarding caching: This is quite hard with the current messaging API. I will wait for the official one to come out and have a look at it again then.