diff --git a/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/HomeActivity.kt b/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/HomeActivity.kt
index ce265fd..a50d535 100644
--- a/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/HomeActivity.kt
+++ b/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/HomeActivity.kt
@@ -603,6 +603,10 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener, DIAwar
settingsLauncher.launch(Intent(this, SettingsActivity::class.java))
return true
}
+ R.id.action_sources -> {
+ startActivity(Intent(this, SourcesActivity::class.java))
+ return true
+ }
else -> return super.onOptionsItemSelected(item)
}
}
diff --git a/androidApp/src/main/res/menu/home_menu.xml b/androidApp/src/main/res/menu/home_menu.xml
index 8bb1f90..285d3f0 100644
--- a/androidApp/src/main/res/menu/home_menu.xml
+++ b/androidApp/src/main/res/menu/home_menu.xml
@@ -20,6 +20,11 @@
android:orderInCategory="2"
app:showAsAction="ifRoom"/>
+
+
- "Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-de-rDE/strings.xml b/androidApp/src/main/res/values-de-rDE/strings.xml
index 3f0d965..4250332 100644
--- a/androidApp/src/main/res/values-de-rDE/strings.xml
+++ b/androidApp/src/main/res/values-de-rDE/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-es-rES/strings.xml b/androidApp/src/main/res/values-es-rES/strings.xml
index f257629..05537da 100644
--- a/androidApp/src/main/res/values-es-rES/strings.xml
+++ b/androidApp/src/main/res/values-es-rES/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-fa-rIR/strings.xml b/androidApp/src/main/res/values-fa-rIR/strings.xml
index bf135e4..443987d 100644
--- a/androidApp/src/main/res/values-fa-rIR/strings.xml
+++ b/androidApp/src/main/res/values-fa-rIR/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-fr-rFR/strings.xml b/androidApp/src/main/res/values-fr-rFR/strings.xml
index 18d47e1..9510659 100644
--- a/androidApp/src/main/res/values-fr-rFR/strings.xml
+++ b/androidApp/src/main/res/values-fr-rFR/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-gl-rES/strings.xml b/androidApp/src/main/res/values-gl-rES/strings.xml
index 72ddb03..5d54f73 100644
--- a/androidApp/src/main/res/values-gl-rES/strings.xml
+++ b/androidApp/src/main/res/values-gl-rES/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-in-rID/strings.xml b/androidApp/src/main/res/values-in-rID/strings.xml
index 1860404..44e2694 100644
--- a/androidApp/src/main/res/values-in-rID/strings.xml
+++ b/androidApp/src/main/res/values-in-rID/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-it-rIT/strings.xml b/androidApp/src/main/res/values-it-rIT/strings.xml
index 2add20d..0c788b8 100644
--- a/androidApp/src/main/res/values-it-rIT/strings.xml
+++ b/androidApp/src/main/res/values-it-rIT/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-ko-rKR/strings.xml b/androidApp/src/main/res/values-ko-rKR/strings.xml
index e66efdf..2d79ce7 100644
--- a/androidApp/src/main/res/values-ko-rKR/strings.xml
+++ b/androidApp/src/main/res/values-ko-rKR/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-night/strings.xml b/androidApp/src/main/res/values-night/strings.xml
index 1efdd39..abbe117 100644
--- a/androidApp/src/main/res/values-night/strings.xml
+++ b/androidApp/src/main/res/values-night/strings.xml
@@ -6,4 +6,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
\ No newline at end of file
diff --git a/androidApp/src/main/res/values-nl-rNL/strings.xml b/androidApp/src/main/res/values-nl-rNL/strings.xml
index 89d3a5a..8b3c826 100644
--- a/androidApp/src/main/res/values-nl-rNL/strings.xml
+++ b/androidApp/src/main/res/values-nl-rNL/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-pt-rBR/strings.xml b/androidApp/src/main/res/values-pt-rBR/strings.xml
index bd55fc8..2c15237 100644
--- a/androidApp/src/main/res/values-pt-rBR/strings.xml
+++ b/androidApp/src/main/res/values-pt-rBR/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-pt-rPT/strings.xml b/androidApp/src/main/res/values-pt-rPT/strings.xml
index ce0d955..e3fee58 100644
--- a/androidApp/src/main/res/values-pt-rPT/strings.xml
+++ b/androidApp/src/main/res/values-pt-rPT/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-si-rLK/strings.xml b/androidApp/src/main/res/values-si-rLK/strings.xml
index d6b78c2..93f8145 100644
--- a/androidApp/src/main/res/values-si-rLK/strings.xml
+++ b/androidApp/src/main/res/values-si-rLK/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-tr-rTR/strings.xml b/androidApp/src/main/res/values-tr-rTR/strings.xml
index af22925..e18c11a 100644
--- a/androidApp/src/main/res/values-tr-rTR/strings.xml
+++ b/androidApp/src/main/res/values-tr-rTR/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-zh-rCN/strings.xml b/androidApp/src/main/res/values-zh-rCN/strings.xml
index 6170862..0d351a0 100644
--- a/androidApp/src/main/res/values-zh-rCN/strings.xml
+++ b/androidApp/src/main/res/values-zh-rCN/strings.xml
@@ -126,4 +126,5 @@
"禁用自动错误报告 "
筛选器
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values-zh-rTW/strings.xml b/androidApp/src/main/res/values-zh-rTW/strings.xml
index 6def4c4..0d586dd 100644
--- a/androidApp/src/main/res/values-zh-rTW/strings.xml
+++ b/androidApp/src/main/res/values-zh-rTW/strings.xml
@@ -126,4 +126,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources
diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml
index 176f930..a649edf 100644
--- a/androidApp/src/main/res/values/strings.xml
+++ b/androidApp/src/main/res/values/strings.xml
@@ -129,4 +129,5 @@
"Disable automatic bug reporting. "
Filters
This app only works with a Selfoss instance, and no other RSS feed.
+ Sources