This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
envoy/src/main/java/envoy/client/data
Kai S. K. Engelbart 7f2c4d0519 Fixed state errors in offline mode (#116)
* Display all contacts as offline while in offline mode

* Update message status to sent after relaying message cache
2020-03-14 16:58:19 +01:00
..
Cache.java Migrated configuration and logging to Envoy Common (#113) 2020-03-05 14:27:40 +01:00
Chat.java Integrated WriteProxy into the sending process 2020-02-06 21:28:02 +01:00
ClientConfig.java Migrated configuration and logging to Envoy Common (#113) 2020-03-05 14:27:40 +01:00
LocalDb.java Fixed state errors in offline mode (#116) 2020-03-14 16:58:19 +01:00
PersistentLocalDb.java Migrated configuration and logging to Envoy Common (#113) 2020-03-05 14:27:40 +01:00
Settings.java Migrated configuration and logging to Envoy Common (#113) 2020-03-05 14:27:40 +01:00
SettingsItem.java Clean-up, moved Settings and SettingsItem into the data package 2020-02-12 07:12:22 +01:00
TransientLocalDb.java Renamed database package to data, moved Chat to data package 2020-02-05 20:58:30 +01:00
package-info.java Changed compiler compliance to 11, modularized all packages (#114) 2020-03-07 19:38:06 +01:00