Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/db
Konrad Pozniak d2bfceae7b
refactor compose & announcements to coroutines (#2446)
* refactor compose & announcements to coroutines

* fix code formatting

* add javadoc to InstanceInfoRepository

* fix comments in ImageDownsizer

* remove unused Either extensions

* add explicit return type for InstanceInfoRepository.getEmojis

* make ComposeViewModel.pickMedia return Result

* cleanup code in ImageDownsizer
2022-04-21 18:46:21 +02:00
..
AccountDao.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
AccountEntity.kt Add support for post edit notifications (#2431) 2022-04-19 11:10:13 +02:00
AccountManager.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
AppDatabase.java Add support for post edit notifications (#2431) 2022-04-19 11:10:13 +02:00
ConversationsDao.kt move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
Converters.kt move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
DraftDao.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
DraftEntity.kt fix crash in drafts caused by minification of DraftAttachment (#2337) 2022-02-14 19:20:15 +01:00
InstanceDao.kt refactor compose & announcements to coroutines (#2446) 2022-04-21 18:46:21 +02:00
InstanceEntity.kt refactor compose & announcements to coroutines (#2446) 2022-04-21 18:46:21 +02:00
TimelineDao.kt Fix Timeline not loading (#2398) 2022-03-28 18:39:16 +02:00
TimelineStatusEntity.kt Use tags from status when adding handlers to hashtag spans in status content (#2344) 2022-02-25 18:56:21 +01:00