diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/login_webview.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/layout/login_webview.xml b/app/src/main/res/layout/login_webview.xml index 958bcec5..b64f2220 100644 --- a/app/src/main/res/layout/login_webview.xml +++ b/app/src/main/res/layout/login_webview.xml @@ -33,5 +33,7 @@ android:focusable="true" android:focusableInTouchMode="true" android:visibility="invisible" /> + </RelativeLayout> + </android.support.v4.widget.SwipeRefreshLayout>
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 5cbc6791..32227578 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -14,6 +14,9 @@ <item text="Fix url loading bug and add option to launch urls in default browser (behaviour setting)" /> <item text="Allow for bottom bar tabs (appearance setting)" /> <item text="Allow custom ringtones for notifications and messages (notification setting)" /> + <item text="Improve logout logic when account is invalid" /> + <item text="Fix material light background for certain items" /> + <item text="Fix initial login not sticking" /> <item text="" /> <version title="v1.4.7"/> |