implement favorited posts list

closes #4
This commit is contained in:
sk
2022-11-11 21:04:14 +01:00
parent ae50e618c0
commit c1137cf7b7
6 changed files with 104 additions and 0 deletions

View File

@@ -7,4 +7,5 @@
<item android:id="@+id/block_domain" android:title="@string/block_domain"/>
<item android:id="@+id/hide_boosts" android:title="@string/hide_boosts_from_user"/>
<item android:id="@+id/open_in_browser" android:title="@string/open_in_browser"/>
<item android:id="@+id/favorites_list" android:title="@string/favorited_posts" android:visible="false"/>
</menu>

View File

@@ -377,4 +377,5 @@
<!-- %s is file size -->
<string name="download_update">Download (%s)</string>
<string name="install_update">Installieren</string>
<string name="favorited_posts">Favorisierte Beiträge</string>
</resources>

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="favorited_posts">Favorited posts</string>
</resources>