aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/dexer/DexFileMerger.java
Commit message (Expand)AuthorAge
* support params files in dexmerger and dexsharder toolsGravatar kmb2017-12-06
* Dedupe inputs in dexmerger tool similar to other tools.Gravatar kmb2017-12-05
* Support multiple (disjoint) inputs and add --multidex=given_shard flag to Dex...Gravatar kmb2017-11-09
* Internal changeGravatar kmb2017-10-26
* Internal changeGravatar dslomov2017-10-23
* standalone tool to split dex archives into shards to merge.Gravatar kmb2017-10-20
* Support --forceJumbo flag with incremental dexingGravatar kmb2017-10-10
* remove ignored dexing options from DexFileMerger command line.Gravatar kmb2017-09-29
* Allow to overwrite default dex prefix name 'classes'.Gravatar Googler2017-08-31
* multi-thread DexFileMergerGravatar kmb2017-08-11
* don't use methods and classes removed in upstream dxGravatar kmb2017-08-07
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Add the rest of the categories transition values to android options.Gravatar ccalvarin2017-06-30
* Make it an error to pass --multidex=off with --main-dex-list orGravatar ajmichael2017-06-26
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Remove disabled fallback logic from DexFileMerger.Gravatar Kevin Bierhoff2017-03-27
* error out when encountering classes missed by incremental dexingGravatar Googler2017-03-03
* change incremental dexing fallback in DexFileMerger to behave exactly as if c...Gravatar Googler2017-02-23
* Cleanup android rules and android tools so that my IDE stops complaining to me.Gravatar Adam Michael2017-01-25
* Rollback of commit 27cd7f6bb4a02f56f9ad73e57e71e69a1c00d5ea.Gravatar Adam Michael2016-12-15
* Rollback of commit af8ebca2b88a0ee1129b72b4ce825f6489c31e67.Gravatar Damien Martin-Guillerez2016-10-05
* Open source dex merging tools for incremental dexing.Gravatar Adam Michael2016-09-30