aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/dexer
Commit message (Expand)AuthorAge
* Detect main dex list entries that will be missingGravatar kmb2018-03-22
* Android tools: remove mtime-modificationsGravatar Laszlo Csomor2018-03-15
* Multi-thread zip file writing in DexFileSplitter. Since we push content into...Gravatar kmb2018-01-19
* PiperOrigin-RevId: 180964207Gravatar kmb2018-01-05
* Support inclusion filter in DexFileSplitter, with the same semantics as in .....Gravatar kmb2017-12-06
* 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
* Support --positions flag in DexBuilder, for consistency with dxGravatar kmb2017-09-29
* remove ignored dexing options from DexFileMerger command line.Gravatar kmb2017-09-29
* Allow to overwrite default dex prefix name 'classes'.Gravatar Googler2017-08-31
* Busybox all the Bazel Android tools.Gravatar ajmichael2017-08-25
* multi-thread DexFileMergerGravatar kmb2017-08-11
* write dex archives uncompressedGravatar kmb2017-08-09
* 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
* Remove an unused constructorGravatar cushon2017-07-07
* Add the rest of the categories transition values to android options.Gravatar ccalvarin2017-06-30
* Open source dexer tests.Gravatar ajmichael2017-06-29
* 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
* Add visibility to //src/tools/android/java/com/google/devtools/build/android/...Gravatar Yun Peng2016-09-30
* Open source dex merging tools for incremental dexing.Gravatar Adam Michael2016-09-30