Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
Ivan Kupalov 3756a1fd20
Add EventHub, add fav, reblog events, improve timelines (#562)
* Add AppStore, add fav, reblog events

* Add events, add handling to Timeline

* Add event handling to Notifications

* Mostly finish events

* Fix unsubscribing

* Cleanup timeline

* Fix newStatusEvent in thread, fix deleteEvent

* Insert new toots only in specific timelines

* Add missing else

* Rename AppStore to EventHub

* Fix tests

* Use DiffUtils for timeline

* Fix empty timeline bug. Improve loading placeholder

* Fix AsyncListDiff, loading indicator, "load more"

* Timeline fixes & improvements.

Fix infinite loading. Remove spinner correctly.
Don't refresh timeline without need.
2018-05-27 11:22:12 +03:00
..
adapter Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
appstore Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
db fix crash when de/serializing InstanceEntity 2018-04-25 20:26:00 +02:00
di Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
entity Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
fragment Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
interfaces Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
json remove old emoji shortcodes 2017-10-19 15:54:08 +02:00
network Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
pager Show image descriptions in gallery (#630) 2018-05-10 20:13:25 +02:00
receiver Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
service Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
util fix rtl unicode formatting (#659) 2018-05-24 19:00:17 +02:00
view Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
viewdata Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
AboutActivity.java EmojiCompat support (#600) 2018-05-10 11:16:56 +02:00
AccountActivity.java Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
AccountListActivity.java Add Dagger (#554) 2018-03-27 19:47:00 +02:00
BaseActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
BottomSheetActivity.kt 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
ComposeActivity.java Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
EditProfileActivity.kt fix Kotlin compiler warning 2018-04-22 14:11:41 +02:00
EmojiPreference.java EmojiCompat support (#600) 2018-05-10 11:16:56 +02:00
FavouritesActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
ListsActivity.kt Add Dagger (#554) 2018-03-27 19:47:00 +02:00
LoginActivity.kt Dependency injection improvement (#596) 2018-04-22 17:20:01 +02:00
MainActivity.java Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
ModalTimelineActivity.kt 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
NotificationPullJobCreator.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
PreferencesActivity.java Dependency injection improvement (#596) 2018-04-22 17:20:01 +02:00
ReportActivity.java Add Dagger (#554) 2018-03-27 19:47:00 +02:00
SavedTootActivity.java Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
SearchActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
SplashActivity.kt remove unneeded notification channel 2018-05-08 22:36:04 +02:00
TuskyApplication.java EmojiCompat support (#600) 2018-05-10 11:16:56 +02:00
ViewMediaActivity.java Show image descriptions in gallery (#630) 2018-05-10 20:13:25 +02:00
ViewTagActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
ViewThreadActivity.java Show image descriptions in gallery (#630) 2018-05-10 20:13:25 +02:00
ViewVideoActivity.java cleanup code, remove some unneeded files 2017-10-18 00:20:50 +02:00