gecko-dev/mobile/android/thirdparty
Sebastian Kaspari 6e8d16fcc6 Bug 1290014 - Add DiskLruCache library. r=ahunt,Grisha
This patch adds the known and widely used disk LRU cache library by Jake Wharton [1].
It's a standalone version of the disk LRU cache found in the AOSP tree.

The goal is to use a flat file disk cache to avoid the overhead of storing blobs
in a database [2] (and some bugs like bug 1108084).

[1] https://github.com/JakeWharton/DiskLruCache
[2] https://wiki.mozilla.org/Performance/Avoid_SQLite_In_Your_Next_Firefox_Feature

MozReview-Commit-ID: 2ayN7SYVe4W

--HG--
extra : rebase_source : d24907e9ab5563999754bb1f554ed31e5c90d47d
2016-07-27 16:20:00 +02:00
..
ch/boye/httpclientandroidlib Backed out 2 changesets (bug 984503) for android build bustage 2014-08-29 12:30:33 -07:00
com Bug 1290014 - Add DiskLruCache library. r=ahunt,Grisha 2016-07-27 16:20:00 +02:00
org Bug 964854 - Reveal cause of exception. r=rnewman 2015-06-19 10:50:34 -07:00
AndroidManifest.xml Bug 1123416 - Part 5: Make a 'thirdparty' Gradle project in the source directory. r=sebastian 2015-10-20 15:32:50 -07:00
build.gradle Bug 1274955 - Extract Android dependency versions. r=glandium 2016-05-23 13:20:43 +02:00
README

This directory contains the source code of Java libraries used by
Mozilla Fennec (Firefox for Android) but developed by third-party
organizations.