Add list timelines view

* get accounts list timelines from API
* display available lists in discover view tab
* display list timeline
This commit is contained in:
obstsalatschuessel
2022-11-03 08:18:48 +01:00
parent 98dafb4e49
commit 21a526dda9
10 changed files with 282 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
<item name="discover_news" type="id"/>
<item name="discover_users" type="id"/>
<item name="discover_local_timeline" type="id"/>
<item name="discover_lists" type="id"/>
<item name="notifications_all" type="id"/>
<item name="notifications_mentions" type="id"/>

View File

@@ -387,4 +387,5 @@
<string name="privacy_policy_title">Mastodon and your privacy</string>
<string name="privacy_policy_subtitle">Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your server\'s privacy policy.</string>
<string name="i_agree">I Agree</string>
<string name="list_timelines">Lists</string>
</resources>