Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/db
Konrad Pozniak 51c6852492
Create polls (#1452)
* add AddPollDialog

* add support for pleroma poll options

* add PollPreviewView

* add Poll support to drafts

* add license header, cleanup

* rename drawable files to correct size

* fix tests

* fix bug with Poll having wrong duration after delete&redraft

* add input validation

* grey out poll button when its disabled

* code cleanup & small improvements
2019-08-22 20:30:08 +02:00
..
AccountDao.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
AccountEntity.kt add option to always expand content warnings (#1422) 2019-07-28 19:59:52 +02:00
AccountManager.kt fix ConcurrentModificationException when sorting accounts 2019-02-16 14:49:17 +01:00
AppDatabase.java Create polls (#1452) 2019-08-22 20:30:08 +02:00
ConversationsDao.kt update Room to 2.1.0 (#1323) 2019-06-17 13:43:11 +02:00
Converters.kt Polls part 1 - displaying in timelines and voting (#1200) 2019-04-22 10:11:00 +02:00
InstanceDao.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
InstanceEntity.kt Create polls (#1452) 2019-08-22 20:30:08 +02:00
TimelineDao.kt fix timeline reloading and favs/boosts/polls showing up at wrong pos (#1374) 2019-07-10 06:52:13 +02:00
TimelineStatusEntity.kt Fix bot icon indicator again (#1249) 2019-05-07 07:37:00 +02:00
TootDao.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
TootEntity.java Create polls (#1452) 2019-08-22 20:30:08 +02:00