From 53382b44bb7ab7ccb559e96fd1f93c47020878ee Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 2 Aug 2017 16:21:49 -0700 Subject: Improve video prefetching (#17) * Create base activity and add thumbnails to media picker * Add checker to see if requested permission is inside the manifest * Add faq parser with tests * Add kpref testers and expose sp * Test jitpack sample exclusion * Test caching * Improve glide caching --- core/src/androidTest/res/xml/test_faq.xml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 core/src/androidTest/res/xml/test_faq.xml (limited to 'core/src/androidTest/res/xml/test_faq.xml') diff --git a/core/src/androidTest/res/xml/test_faq.xml b/core/src/androidTest/res/xml/test_faq.xml new file mode 100644 index 0000000..4905df3 --- /dev/null +++ b/core/src/androidTest/res/xml/test_faq.xml @@ -0,0 +1,9 @@ + + + + This is a question + This is an answer + This is another question + This is another answer + + \ No newline at end of file -- cgit v1.2.3