move cache directories to sdcard/data
This commit is contained in:
parent
7e08d4132f
commit
8624583764
@ -64,7 +64,7 @@ public class FeedsFragment extends Fragment implements OnItemClickListener, OnSh
|
|||||||
private FeedList m_feeds = new FeedList();
|
private FeedList m_feeds = new FeedList();
|
||||||
private OnlineServices m_onlineServices;
|
private OnlineServices m_onlineServices;
|
||||||
private int m_selectedFeedId;
|
private int m_selectedFeedId;
|
||||||
private static final String ICON_PATH = "/org.fox.ttrss/icons/";
|
private static final String ICON_PATH = "/data/org.fox.ttrss/icons/";
|
||||||
private boolean m_enableFeedIcons;
|
private boolean m_enableFeedIcons;
|
||||||
private boolean m_feedIconsChecked = false;
|
private boolean m_feedIconsChecked = false;
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ public class ImageCacheService extends IntentService {
|
|||||||
|
|
||||||
public static final int NOTIFY_DOWNLOADING = 1;
|
public static final int NOTIFY_DOWNLOADING = 1;
|
||||||
|
|
||||||
private static final String CACHE_PATH = "/org.fox.ttrss/image-cache/";
|
private static final String CACHE_PATH = "/data/org.fox.ttrss/image-cache/";
|
||||||
|
|
||||||
private int m_imagesDownloaded = 0;
|
private int m_imagesDownloaded = 0;
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ public class OfflineFeedsFragment extends Fragment implements OnItemClickListene
|
|||||||
private final String TAG = this.getClass().getSimpleName();
|
private final String TAG = this.getClass().getSimpleName();
|
||||||
private SharedPreferences m_prefs;
|
private SharedPreferences m_prefs;
|
||||||
private FeedListAdapter m_adapter;
|
private FeedListAdapter m_adapter;
|
||||||
private static final String ICON_PATH = "/org.fox.ttrss/icons/";
|
private static final String ICON_PATH = "/data/org.fox.ttrss/icons/";
|
||||||
private int m_selectedFeedId;
|
private int m_selectedFeedId;
|
||||||
private boolean m_enableFeedIcons;
|
private boolean m_enableFeedIcons;
|
||||||
private Cursor m_cursor;
|
private Cursor m_cursor;
|
||||||
|
Loading…
Reference in New Issue
Block a user