chinwag-android/app/src/main/java/com/keylesspalace/tusky/viewdata
Ivan Kupalov 47fa775f21 Refactor notifications adapter (#985)
* Fix unnecessary reloading of notifications

This removes topId as it is not needed and just plainly uses status id
if needed. During initial loading of notifications topId/bottomId are
not set so we ended up reloading everything.

* Refactor notifications adapter

Use AsyncListDiffer for updating notifications just like in timelines.

* Cleanup in NotificationsFragment
2019-03-07 19:31:18 +01:00
..
AttachmentViewData.kt Caching toots (#809) 2019-01-14 22:05:08 +01:00
NotificationViewData.java Refactor notifications adapter (#985) 2019-03-07 19:31:18 +01:00
StatusViewData.java Timeline a11y (#1059) 2019-03-04 19:24:27 +01:00