Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/db
Konrad Pozniak 1b6a0908f6
Handle even more instance defaults (#2612)
* handle media size instance limits

* remove unused attributes from Instance entity

* support max_media_attachments

* support pleroma field limits, remove max_bio_chars support

* improve field input margin

* fix tests

* MAX_ACCOUNT_FIELDS -> DEFAULT_MAX_ACCOUNT_FIELDS

* improve "add field" button behavior

* fix copy paste mistake in AccountFieldEditAdapter

* refactor sendStatus to be a suspending function
2022-07-26 20:24:50 +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 improve logout (#2579) 2022-06-20 16:45:54 +02:00
AccountManager.kt fix relogin bug (#2609) 2022-07-05 18:18:12 +02:00
AppDatabase.java Handle even more instance defaults (#2612) 2022-07-26 20:24:50 +02:00
ConversationsDao.kt Fix conversations (#2556) 2022-05-30 19:06:14 +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 rewrite InstanceDao queries to drop unused columns (#2585) 2022-06-20 16:08:19 +02:00
InstanceEntity.kt Handle even more instance defaults (#2612) 2022-07-26 20:24:50 +02:00
TimelineDao.kt fix empty timeline on initial load (#2586) 2022-06-20 16:11:30 +02:00
TimelineStatusEntity.kt Implement reply count indicator to track web UI (#2467) 2022-05-20 16:47:45 +02:00