View links to statuses inside Tusky (#568)
* View links to statuses inside Tusky * Only attempt to open links that look like mastodon statuses * Add support for pleroma statuses * Move "smells like mastodon" url check to click handler * Add bottom sheet to notify users of post query status * Improve architecture for managing search status * Push everything into SFragment * Add external lookup for non-locally-resolved account links * Clean up copypasta from LinkHelper.setClickableText * Apply PR feedback * Migrate bottom sheet wrappers to CoordinatorLayout
This commit is contained in:
parent
3f71c5495f
commit
76eae44324
13 changed files with 257 additions and 58 deletions
|
@ -18,4 +18,5 @@ package com.keylesspalace.tusky.interfaces;
|
|||
public interface LinkListener {
|
||||
void onViewTag(String tag);
|
||||
void onViewAccount(String id);
|
||||
void onViewURL(String url);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue