Husky/app/src/main/java/com/keylesspalace/tusky/db
Konrad Pozniak e952b6c627 Drafts v2 (#2032)
* cleanup warnings, reorganize some code

* move ComposeAutoCompleteAdapter to compose package

* composeOptions doesn't need to be a class member

* add DraftsActivity and DraftsViewModel

* drafts

* remove unnecessary Unit in ComposeViewModel

* add schema/25.json

* fix db migration

* drafts

* cleanup code

* fix compose activity rotation bug

* fix media descriptions getting lost when restoring a draft

* improve deleting drafts

* fix ComposeActivityTest

* improve draft layout for almost empty drafts

* reformat code

* show toast when opening reply to deleted toot

* improve item_draft layout
2021-01-30 05:17:56 +03:00
..
AccountDao.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
AccountEntity.kt Notifications: add support for move notification type 2020-12-01 03:46:35 +03:00
AccountManager.kt Wellbeing mode (#1992) 2021-01-30 04:14:27 +03:00
AppDatabase.java Drafts v2 (#2032) 2021-01-30 05:17:56 +03: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 Drafts v2 (#2032) 2021-01-30 05:17:56 +03:00
DraftDao.kt Drafts v2 (#2032) 2021-01-30 05:17:56 +03:00
DraftEntity.kt Drafts v2 (#2032) 2021-01-30 05:17:56 +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 Update pleroma status cache on reaction 2020-12-02 18:03:12 +01:00
TimelineStatusEntity.kt Drafts v2 (#2032) 2021-01-30 05:17:56 +03:00
TootDao.java Drafts v2 (#2032) 2021-01-30 05:17:56 +03:00
TootEntity.java compose: implement BBcode and HTML sending 2020-04-12 20:13:09 +03:00