Conversations/src/main/java/eu/siacs/conversations/entities
Andreas Straub efcefc2e63 Refactor out inner classes, cache trust store
Moves SQLiteAxolotlStore and XmppAxolotlSession into proper classes.

IdentityKeys trust statuses are now cached in an LruCache to prevent
hammering the database when rendering the UI.
2015-07-29 02:59:26 +02:00
..
AbstractEntity.java added max history age (default 1w). automatically sort newly added mam messages 2014-12-10 14:08:06 +01:00
Account.java Reworked axolotl protocol layer 2015-07-19 21:32:25 +02:00
Blockable.java Add support for XEP-0191 (Blocking command) 2014-12-22 08:19:00 -05:00
Bookmark.java provide helper function for getting the content of a child directly 2015-05-20 03:48:14 +02:00
Contact.java Optimize imports 2015-07-20 14:26:29 +02:00
Conversation.java treat private, non-anonymous mucs like 1:1 chats notification wise 2015-07-22 15:31:00 +02:00
DownloadableFile.java Optimize imports 2015-07-20 14:26:29 +02:00
ListItem.java Add support for XEP-0191 (Blocking command) 2014-12-22 08:19:00 -05:00
Message.java Refactor out inner classes, cache trust store 2015-07-29 02:59:26 +02:00
MucOptions.java show warning when trying to highlight users that have left the conference 2015-07-22 15:57:17 +02:00
Presences.java made presences synchronized 2014-11-13 14:44:19 +01:00
Roster.java avoid very rare npe 2015-07-03 21:32:46 +02:00
Transferable.java renamed downloadable to transferable 2015-07-10 15:11:03 +02:00
TransferablePlaceholder.java renamed downloadable to transferable 2015-07-10 15:11:03 +02:00