Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/fragment
Konrad Pozniak fd7471f2ab
Polls part 1 - displaying in timelines and voting (#1200)
* add entity classes

* change data models and add database migration

* add polls to StatusViewData

* show poll results

* add methods for vote handling

* add voting interface

* enable voting in TimelineFragment

* update polls immediately

* enable custom emojis for poll options

* enable voting from search fragment

* add voting layout to detailed statuses

* fix tests

* enable voting in ViewThreadFragment

* enable voting in ConversationsFragment

* small refactor for StatusBaseViewHolder
2019-04-22 10:11:00 +02:00
..
preference add icon for bot indicator preference (#1208) 2019-04-21 22:59:33 +02:00
AccountListFragment.kt remove unnecessary divider styling (#1057) 2019-02-26 18:28:20 +01:00
AccountMediaFragment.kt fix some lint warnings 2019-04-21 08:24:29 +02:00
BaseFragment.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
NotificationsFragment.java Polls part 1 - displaying in timelines and voting (#1200) 2019-04-22 10:11:00 +02:00
SFragment.java fix downloading media on Android 5 (#1206) 2019-04-21 22:59:49 +02:00
SearchFragment.kt Polls part 1 - displaying in timelines and voting (#1200) 2019-04-22 10:11:00 +02:00
TimelineFragment.java Polls part 1 - displaying in timelines and voting (#1200) 2019-04-22 10:11:00 +02:00
ViewImageFragment.kt Migrate to Glide (#1175) 2019-04-16 21:39:12 +02:00
ViewMediaFragment.kt fix crash on unknown media type 2018-11-17 16:17:47 +01:00
ViewThreadFragment.java Polls part 1 - displaying in timelines and voting (#1200) 2019-04-22 10:11:00 +02:00
ViewVideoFragment.kt fix some lint warnings 2019-04-21 08:24:29 +02:00