diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/activity_debug.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/layout/login_webview.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/layout/view_content_base_recycler.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/layout/view_content_base_web.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 7 |
5 files changed, 15 insertions, 8 deletions
diff --git a/app/src/main/res/layout/activity_debug.xml b/app/src/main/res/layout/activity_debug.xml index 55553f42..c3818749 100644 --- a/app/src/main/res/layout/activity_debug.xml +++ b/app/src/main/res/layout/activity_debug.xml @@ -16,7 +16,7 @@ app:layout_scrollFlags="scroll|enterAlways" app:popupTheme="@style/AppTheme.PopupOverlay" /> - <androidx.swiperefreshlayout.widget.SwipeRefreshLayout + <com.pitchedapps.frost.views.SwipeRefreshLayout android:id="@+id/swipe_refresh" android:layout_width="match_parent" android:layout_height="match_parent" @@ -29,7 +29,7 @@ android:focusable="true" android:focusableInTouchMode="true" /> - </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> + </com.pitchedapps.frost.views.SwipeRefreshLayout> <include layout="@layout/view_main_fab" /> diff --git a/app/src/main/res/layout/login_webview.xml b/app/src/main/res/layout/login_webview.xml index 8816383a..48d48589 100644 --- a/app/src/main/res/layout/login_webview.xml +++ b/app/src/main/res/layout/login_webview.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<androidx.swiperefreshlayout.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" +<com.pitchedapps.frost.views.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/swipe_refresh" android:layout_width="match_parent" android:layout_height="match_parent"> @@ -36,4 +36,4 @@ </RelativeLayout> -</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
\ No newline at end of file +</com.pitchedapps.frost.views.SwipeRefreshLayout>
\ No newline at end of file diff --git a/app/src/main/res/layout/view_content_base_recycler.xml b/app/src/main/res/layout/view_content_base_recycler.xml index 05b14215..ce33ce13 100644 --- a/app/src/main/res/layout/view_content_base_recycler.xml +++ b/app/src/main/res/layout/view_content_base_recycler.xml @@ -6,7 +6,7 @@ android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior"> - <androidx.swiperefreshlayout.widget.SwipeRefreshLayout + <com.pitchedapps.frost.views.SwipeRefreshLayout android:id="@id/content_refresh" android:layout_width="match_parent" android:layout_height="wrap_content"> @@ -19,7 +19,7 @@ android:focusableInTouchMode="true" app:layout_behavior="@string/appbar_scrolling_view_behavior" /> - </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> + </com.pitchedapps.frost.views.SwipeRefreshLayout> <ProgressBar android:id="@id/content_progress" diff --git a/app/src/main/res/layout/view_content_base_web.xml b/app/src/main/res/layout/view_content_base_web.xml index 9360b9f3..641ce918 100644 --- a/app/src/main/res/layout/view_content_base_web.xml +++ b/app/src/main/res/layout/view_content_base_web.xml @@ -6,7 +6,7 @@ android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior"> - <androidx.swiperefreshlayout.widget.SwipeRefreshLayout + <com.pitchedapps.frost.views.SwipeRefreshLayout android:id="@id/content_refresh" android:layout_width="match_parent" android:layout_height="wrap_content"> @@ -19,7 +19,7 @@ android:focusableInTouchMode="true" app:layout_behavior="@string/appbar_scrolling_view_behavior" /> - </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> + </com.pitchedapps.frost.views.SwipeRefreshLayout> <ProgressBar android:id="@id/content_progress" diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 94c4fcdf..c059c532 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,6 +6,13 @@ <item text="" /> --> + <version title="v2.3.1" /> + <item text="Hide all story panels if enabled" /> + <item text="Prevent swipe to refresh if not at the very top" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v2.3.0" /> <item text="Converted internals of Facebook data storage; auto migration will only work from 2.2.x to 2.3.x" /> <item text="Added notification widget" /> |