From 495b1bd49835070ca43a523831caee0f70079604 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 19 Jul 2017 00:28:56 -0700 Subject: Dev - minor updates (#73) * Add lint * Add new libs * Update libs and add friends tab * Aggressively hide nonrecent posts * Update dependencies * Add php to most recents * Add full size image downloader * Fix css cleaner --- app/src/main/res/layout/item_keyword.xml | 1 - app/src/main/res/layout/web_context_menu.xml | 27 ------ app/src/main/res/transition/web_context_enter.xml | 23 ----- app/src/main/res/xml/changelog.xml | 101 --------------------- app/src/main/res/xml/frost_changelog.xml | 102 ++++++++++++++++++++++ 5 files changed, 102 insertions(+), 152 deletions(-) delete mode 100644 app/src/main/res/layout/web_context_menu.xml delete mode 100644 app/src/main/res/transition/web_context_enter.xml delete mode 100644 app/src/main/res/xml/changelog.xml create mode 100644 app/src/main/res/xml/frost_changelog.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_keyword.xml b/app/src/main/res/layout/item_keyword.xml index 2c24997f..3894fc7e 100644 --- a/app/src/main/res/layout/item_keyword.xml +++ b/app/src/main/res/layout/item_keyword.xml @@ -21,5 +21,4 @@ android:background="?android:attr/selectableItemBackground" android:scaleType="center" /> - \ No newline at end of file diff --git a/app/src/main/res/layout/web_context_menu.xml b/app/src/main/res/layout/web_context_menu.xml deleted file mode 100644 index d5f80c0f..00000000 --- a/app/src/main/res/layout/web_context_menu.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/transition/web_context_enter.xml b/app/src/main/res/transition/web_context_enter.xml deleted file mode 100644 index 213ace90..00000000 --- a/app/src/main/res/transition/web_context_enter.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml deleted file mode 100644 index cb1f5f64..00000000 --- a/app/src/main/res/xml/changelog.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ 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 new file mode 100644 index 00000000..f608f70a --- /dev/null +++ b/app/src/main/res/xml/frost_changelog.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3