summaryrefslogtreecommitdiff
path: root/library/src/android/support/multidex/MultiDexExtractor.java
AgeCommit message (Expand)Author
2014-10-08Express a clearer status about supported versions.android-l-preview_r2l-previewYohann Roussel
2014-07-29Use a simulated code-cache for storing extracted files.Yohann Roussel
2014-07-09Clear old secondary dex dir when multidex becomes supported.Yohann Roussel
2014-04-09Change update detection to reduce load time.Yohann Roussel
2014-01-28Fix crc comparison in multidex installation.Yohann Roussel
2014-01-17Remove the check for source apk file sizeMaurice Chu
2014-01-15Check whether to extract secondary dex files based on apk size and CRCMaurice Chu
2013-12-02Add additional check for valid Zip file before multidex installMaurice Chu
2013-11-28Add log to identify the source of the zip corruption.Yohann Roussel
2013-11-28Buffer the file output streamMaurice Chu
2013-11-27Make file lock before renaming zip fileMaurice Chu
2013-11-27Remove computation of sha1 of zip fileMaurice Chu
2013-11-27Verify secondary dex zip file is a zip file and retryMaurice Chu
2013-11-21Minor cleaning in the code and comment.Yohann Roussel
2013-11-20Fix creation of zip file for multi-dexMaurice Chu
2013-11-13Merge "Control modTime of extracted files."Yohann Roussel
2013-11-13Control modTime of extracted files.Yohann Roussel
2013-11-12Keep time extracted entry to avoid multiple dexopt.Yohann Roussel
2013-10-16Initial move of code from frameworks/support/multidex to hereMaurice Chu