summaryrefslogtreecommitdiff
path: root/library/src/android/support/multidex/MultiDexExtractor.java
AgeCommit message (Expand)Author
2018-03-09Migrate multidex to androidxandroid-9.0.0_r47android-9.0.0_r46android-9.0.0_r45android-9.0.0_r44android-9.0.0_r43android-9.0.0_r42android-9.0.0_r41android-9.0.0_r40android-9.0.0_r39android-9.0.0_r38android-9.0.0_r37android-9.0.0_r36android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31android-9.0.0_r30android-9.0.0_r22android-9.0.0_r21android-9.0.0_r20android-9.0.0_r19android-9.0.0_r16android-9.0.0_r12android-9.0.0_r11pie-qpr3-s1-releasepie-qpr3-releasepie-qpr3-b-releasepie-qpr2-releasepie-qpr1-s3-releasepie-qpr1-s2-releasepie-qpr1-s1-releasepie-qpr1-releasepie-dr1-releasepie-dr1-devpie-devpie-b4s4-releasepie-b4s4-devAlan Viverette
2018-01-18Use a rewriten makeDexElement on V 14 to 18Yohann Roussel
2018-01-17Reinstall on IOException when patching the CLYohann Roussel
2017-05-30Allow multidex of instrumentationsandroid-o-preview-3Yohann Roussel
2017-01-23Check crc and time of secondary dex filesandroid-o-preview-1android-n-mr2-preview-2o-previewYohann Roussel
2017-01-20Check extracted dex only once per usageYohann Roussel
2017-01-20Mark extracted dex files as read onlyYohann Roussel
2017-01-13Prefix temp files to ensure they are cleaned upJon Noack
2016-06-14Prevent concurrent extractionsAndrew Johnson
2015-05-26Use Context.getFilesDir as a backup dex locationandroid-m-preview-2Yohann Roussel
2014-12-02Workaround mkdirs concurency problemsandroid-wear-5.0.0_r1lollipop-wear-releaseYohann Roussel
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