Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/db
Konrad Pozniak b8c32a96de
Poll fixes (#1238)
* update cache when voting on a poll

* fix poll controls color

* don't allow voting on old poll from cache

* check for RecyclerView.NO_POSITION in click listener

* fix crash when voting in a boosted poll
2019-05-05 08:26:17 +02:00
..
AccountDao.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
AccountEntity.kt Poll notifications (#1229) 2019-05-02 19:44:35 +02:00
AccountManager.kt fix ConcurrentModificationException when sorting accounts 2019-02-16 14:49:17 +01:00
AppDatabase.java Poll notifications (#1229) 2019-05-02 19:44:35 +02:00
ConversationsDao.kt Tab customization & direct messages tab (#1012) 2019-02-12 19:22:37 +01: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 Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
TimelineDao.kt Poll fixes (#1238) 2019-05-05 08:26:17 +02:00
TimelineStatusEntity.kt Polls part 1 - displaying in timelines and voting (#1200) 2019-04-22 10:11:00 +02:00
TootDao.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
TootEntity.java Caching toots (#809) 2019-01-14 22:05:08 +01:00