Husky/app/src/main/java/com/keylesspalace/tusky/db
Karol Kosek 7216da51e2
Add the pleroma object to the db
Remember emoji reactions and the 'reply to' text.
2020-10-02 19:31:29 +02:00
..
AccountDao.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
AccountEntity.kt chats: add new notification type pleroma:chat_mention (wip) 2020-10-02 01:36:20 +03:00
AccountManager.kt simplify DI & test setup, convert TuskyApplication to Kotlin (#1675) 2020-02-25 19:49:15 +01:00
AppDatabase.java Add the pleroma object to the db 2020-10-02 19:31:29 +02:00
ChatEntity.kt chats: finished chat listing 2020-08-17 19:41:38 +03:00
ChatMessageEntity.kt chats: disable pagination for chat listing, another finalization of chat bubble design 2020-09-13 23:49:45 +03:00
ChatsDao.kt chats: add new notification type pleroma:chat_mention (wip) 2020-10-02 01:36:20 +03:00
ConversationsDao.kt update Room to 2.1.0 (#1323) 2019-06-17 13:43:11 +02:00
Converters.kt Patch to compile, downgrade Kotlin version, otherwise it fails with useless message, disable incremental kapt otherwise it fails 2020-05-03 04:28:26 +03:00
InstanceDao.kt ComposeActivity refactor (#1541) 2019-12-19 19:09:40 +01:00
InstanceEntity.kt chats: add media, stickers, emojis (wip) 2020-09-22 20:31:31 +03:00
TimelineDao.kt Add the pleroma object to the db 2020-10-02 19:31:29 +02:00
TimelineStatusEntity.kt Add the pleroma object to the db 2020-10-02 19:31:29 +02:00
TootDao.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
TootEntity.java compose: implement BBcode and HTML sending 2020-04-12 20:13:09 +03:00