michaelkourlas / voipms-sms-client

Popular Android messaging app for VoIP.ms, a Canadian VoIP provider
https://play.google.com/store/apps/details?id=net.kourlas.voipms_sms
Apache License 2.0
216 stars 51 forks source link

Message pruning #226

Closed julianlam closed 3 years ago

julianlam commented 3 years ago

A feature that would also function as a workaround for #211 would be a setting to automatically prune texts from the database older than the set date.

michaelkourlas commented 3 years ago

This is a possible solution, but I'd prefer to fix the performance issue by retrieving only part of the message history at a time.

michaelkourlas commented 3 years ago

Closing in favour of the fix in #211.