mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 08:21:35 +00:00
DM sync service
This commit is contained in:
parent
605f15ee3a
commit
df5a96e035
39 changed files with 2076 additions and 600 deletions
|
|
@ -124,4 +124,12 @@
|
|||
<item>@style/AppTheme.Dark.Black</item>
|
||||
<item>@style/AppTheme.Dark.MaterialDark</item>
|
||||
</string-array>
|
||||
<string-array name="dm_auto_refresh_freq_units">
|
||||
<item>secs</item>
|
||||
<item>mins</item>
|
||||
</string-array>
|
||||
<string-array name="dm_auto_refresh_freq_unit_labels">
|
||||
<item>@string/secs</item>
|
||||
<item>@string/mins</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -474,4 +474,14 @@
|
|||
<string name="accept">Accept</string>
|
||||
<string name="you">You</string>
|
||||
<string name="no_pending_requests">No pending requests</string>
|
||||
<string name="checking_for_new_messages">Checking for new messages</string>
|
||||
<string name="pref_category_stories">Stories</string>
|
||||
<string name="pref_category_dm">DM</string>
|
||||
<string name="pref_category_notifications">Notifications</string>
|
||||
<string name="pref_category_post">Post</string>
|
||||
<string name="enable_dm_notifications">Enable DM notifications</string>
|
||||
<string name="enable_dm_auto_refesh">Auto refresh messages</string>
|
||||
<string name="auto_refresh_every">Auto refresh every</string>
|
||||
<string name="secs">secs</string>
|
||||
<string name="mins">mins</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue