Prepares remote follows

This commit is contained in:
tom79 2017-08-22 11:24:38 +02:00
parent d8d4dfc265
commit 123facba2b
9 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 B

View File

@ -31,6 +31,10 @@
android:id="@+id/nav_scheduled"
android:icon="@drawable/ic_schedule_black"
android:title="@string/scheduled_toots" />
<item
android:id="@+id/nav_remote_follow"
android:icon="@drawable/ic_remote_follow"
android:title="@string/remote_follow_menu" />
<item
android:id="@+id/nav_follow_request"
android:icon="@drawable/ic_group_add"

View File

@ -65,6 +65,7 @@
<string name="communication_menu_title">Communication</string>
<string name="muted_menu">Utilisateurs muets</string>
<string name="blocked_menu">Utilisateurs bloqués</string>
<string name="remote_follow_menu">Suivre à distance</string>
<string name="notifications">Notifications</string>
<string name="follow_request">Demandes d\'abonnements</string>
<string name="optimization">Optimisation</string>

View File

@ -67,6 +67,7 @@
<string name="communication_menu_title">Communication</string>
<string name="muted_menu">Muted users</string>
<string name="blocked_menu">Blocked users</string>
<string name="remote_follow_menu">Remote follow</string>
<string name="notifications">Notifications</string>
<string name="follow_request">Follow requests</string>
<string name="optimization">Optimization</string>