Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/fragment
Levi Bard 0bca94b94e Enable sharing media directly from Tusky (#852)
* Extract duplicated code into BaseActivity

* Migrate MediaUtils to kotlin

* Migrate ViewVideoActivity to kotlin

* Migrate ViewMediaActivity to kotlin

* Initial media sharing functionality

* Address code review feedback

* Make share icon match

* Address code review feedback
2018-10-01 11:50:17 +02:00
..
AccountListFragment.java fix account list loading and clean up a lot of code (#823) 2018-08-31 21:52:09 +02:00
AccountMediaFragment.kt Enable sharing media directly from Tusky (#852) 2018-10-01 11:50:17 +02:00
BaseFragment.java fix crash in TimelineFragment 2018-07-12 21:21:53 +02:00
NotificationsFragment.java fix notifications loading (again) (#845) 2018-09-28 17:14:37 +02:00
PreferencesFragment.java fix some lint warnings, use kotlin view imports in ModalTimeLineActivity 2018-07-23 15:18:33 +02:00
SFragment.java Enable sharing media directly from Tusky (#852) 2018-10-01 11:50:17 +02:00
SearchFragment.kt Add support for collapsible statuses when they exceed 500 characters (#825) 2018-09-19 19:51:20 +02:00
TimelineFragment.java Add support for collapsible statuses when they exceed 500 characters (#825) 2018-09-19 19:51:20 +02:00
ViewMediaFragment.java add possibility to view avatars fullscreen (#724) 2018-07-30 15:42:45 +02:00
ViewThreadFragment.java Add support for collapsible statuses when they exceed 500 characters (#825) 2018-09-19 19:51:20 +02:00