From 42516faa2e2aa57114e824a262396e443563a140 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Dec 2011 14:59:30 +0300 Subject: implement offline image caching --- res/values/strings.xml | 3 ++ res/xml/preferences.xml | 141 +++++++++++++++++++++++++++++++++++------------- 2 files changed, 107 insertions(+), 37 deletions(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index 5a37df58..25871fcd 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -110,4 +110,7 @@ Preparing offline mode Synchronizing offline data Finished synchronizing your offline data + Offline mode + Cache images + Download images to sdcard. This might significantly increase time it takes to go offline. \ No newline at end of file diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index ec3c5d16..1afeac97 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -1,40 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3-54-g00ecf