summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-03-14 11:25:56 +0100
committerThomas <tschneider.ac@gmail.com>2023-03-14 11:25:56 +0100
commit569e4c680ecaf89f766d7686aa6c885a33b0fa96 (patch)
tree1908590b64c0d58ba3579fac0aff8f86fcd4c6ce
parent50f5f15c6fc34d271d68550342a8325b34a74bed (diff)
Release notes
-rw-r--r--app/src/main/res/layouts/mastodon/values/strings.xml1
-rw-r--r--app/src/main/res/values/strings.xml1
-rw-r--r--src/fdroid/fastlane/metadata/android/en/changelogs/486.txt7
3 files changed, 8 insertions, 1 deletions
diff --git a/app/src/main/res/layouts/mastodon/values/strings.xml b/app/src/main/res/layouts/mastodon/values/strings.xml
index 05dc20005..78554f9eb 100644
--- a/app/src/main/res/layouts/mastodon/values/strings.xml
+++ b/app/src/main/res/layouts/mastodon/values/strings.xml
@@ -2,5 +2,4 @@
<resources>
- <string name="retrieve_remote_account">Retrieve remote account!</string>
</resources> \ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 1a9459487..d655065c3 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1960,4 +1960,5 @@
<string name="fetch_remote_media">Automatically fetch remote media when they are not available</string>
<string name="fetching_messages">Fetching messages</string>
<string name="add_description">Add a description</string>
+ <string name="retrieve_remote_account">Retrieve remote account!</string>
</resources> \ No newline at end of file
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/486.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/486.txt
new file mode 100644
index 000000000..96306522e
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/486.txt
@@ -0,0 +1,7 @@
+Added:
+- Check remotely following/followers from profiles
+
+Changed:
+
+Fixed:
+- Fix a crash with auto-fetch messages \ No newline at end of file