Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/interfaces
pandasoft0 ae5d8b8633 Account Activity enhancements (#1196)
* use the "follow" button as an "unblock" button on the profiles of blocked users

* use the "follow" button as an "unblock" button on the profiles of blocked users

* add an icon to the profiles that can be clicked to mute/unmute the user

* add an icon to the profiles that can be clicked to mute/unmute the user

* Fix view issues

* Fix view issues

* Implement swipe to refresh for Account layout

* Implement swipe to refresh handler at the account screen

* Implement swipe to refresh

* Correct account refresh

* Show Progress Bar

* Show Progress Bar

* Move "itSelf" check into the viewModel

* Change methods access level

* Change TimelineFragment newInstance overload

* Change avatarSize type to Float

* Replace ImageButton with MaterialButton

* Update account activity swipe to refresh colors

* Refactor code

* Refactor code

* Fix crash on moved account refresh

* Show moved account stats

* Update mute button behaviour

* Show tabs and content for moved accounts

* Fix crash on tablet
2019-05-15 12:43:16 +02:00
..
AccountActionListener.java Reorganizes the whole codebase. 2017-05-04 18:55:35 -04:00
AccountSelectionListener.kt Add support for selecting account when sharing from outside apps (#1011) 2019-02-06 10:23:02 +01:00
ActionButtonActivity.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
LinkListener.java move bottom sheet from fragments to activities (#628) 2018-05-06 22:05:54 +02:00
PermissionRequester.java Add option to download all media for a toot with one tap. (#1121) 2019-03-23 12:49:36 +01:00
RefreshableFragment.kt Account Activity enhancements (#1196) 2019-05-15 12:43:16 +02:00
ReselectableFragment.kt Add ability to scroll to top by tab click at the Account activity (#1146) 2019-04-08 15:40:16 +02:00
StatusActionListener.java Polls part 1 - displaying in timelines and voting (#1200) 2019-04-22 10:11:00 +02:00