--- a/app/src/main/res/layout-w800dp/activity_login_account.xml Mon Jun 03 00:51:42 2019 -0700
+++ b/app/src/main/res/layout-w800dp/activity_login_account.xml Mon Jun 03 11:41:53 2019 -0700
@@ -53,7 +53,8 @@
</com.google.android.material.appbar.AppBarLayout>
- <!-- not a MaterialCardView because they can't have databinding included view (Bug) -->
+ <!-- not a MaterialCardView because they can't have databinding included view
+ Bug: https://issuetracker.google.com/issues/134379499 -->
<androidx.cardview.widget.CardView
android:layout_width="560dp"
android:layout_height="match_parent"
--- a/app/src/main/res/menu/fragment_feed_list.xml Mon Jun 03 00:51:42 2019 -0700
+++ b/app/src/main/res/menu/fragment_feed_list.xml Mon Jun 03 11:41:53 2019 -0700
@@ -24,7 +24,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
- <group android:id="@+id/feed_settings">
+ <group android:id="@+id/feed_settings" android:visible="false">
<item android:id="@+id/manage_feeds"
android:title="@string/title_manage_feeds"
android:icon="@drawable/ic_tune_black_24dp" />
--- a/app/src/main/res/values/flavor.xml Mon Jun 03 00:51:42 2019 -0700
+++ b/app/src/main/res/values/flavor.xml Mon Jun 03 11:41:53 2019 -0700
@@ -27,5 +27,5 @@
<string name="sync_adapter_content_authority">com.geekorum.ttrss.providers.articles</string>
<!-- TODO: turn off on release -->
- <bool name="dev_show_manage_features">true</bool>
+ <bool name="dev_show_manage_features">false</bool>
</resources>