aboutsummaryrefslogtreecommitdiff
path: root/smali
AgeCommit message (Expand)Author
2024-05-13Upgrade google-smali to 3.0.7HEADmastermainMelisa CZ
2024-02-07Upgrade google-smali to 3.0.4David Srbecky
2024-02-06Add DEX v41 support (#30)David Srbecký
2024-01-22Update Gradle to version 8.5 (#27)Søren Gjesse
2023-12-05Ensure the smali script is runnableDavid Srbecky
2023-05-15Adding blueprints to android smaliMelisa Carranza Zuniga
2023-05-12replace deprecated junit.framework.Assert to org.junit.Assert (#20)sv99
2023-05-12replace try to try with resource (#19)sv99
2023-01-27Changed namespace from org.jf to com.android.tools.smali (#4)Søren Gjesse
2023-01-16Update release (#1)Søren Gjesse
2022-12-06Update headers in source filesSøren Gjesse
2022-11-25Move files without Google copyright to third_partySøren Gjesse
2022-03-08Added greylist-max-rDanny
2021-03-02Switch to api dependency for dexlib2 in smali and baksmaliBen Gruver
2021-03-01Allow duplicate paths in the smali sourcesJar taskBen Gruver
2021-03-01Update proguard version to 6.2.2, to support building with java 11Ben Gruver
2021-03-01Replace some deprecated property usages in the gradle fileBen Gruver
2021-03-01Switch from the maven plugin to the maven-publish pluginBen Gruver
2021-03-01Switch from "compile" to "implementation" in gradle dependenciesBen Gruver
2021-02-17Add support for the new test-api hidden api restriction in Android 11Ben Gruver
2020-03-30Cast long yychar to int.Régis Décamps
2020-02-04Add the new hidden api restriction tokens to the lexer token testBen Gruver
2020-02-04Add the new HIDDENAPI_RESTRICTION as a possible SIMPLE_NAMEBen Gruver
2020-02-02Add support for hidden api restrictions to smali and baksmaliBen Gruver
2020-02-02Add support to dexlib2 for writing hidden api restrictionsBen Gruver
2019-09-19Fix lexing regression in certain types of method parameter listsBen Gruver
2019-09-17Add a lexer test for api 29Ben Gruver
2019-09-17Fix how quoted simple names are handled in class descriptorsBen Gruver
2019-09-17Add a hidden command for printing out the lexical tokens of a smali fileBen Gruver
2019-09-17Disallow spaces in Simple name prior to the future API level 30.Ulya Trafimovich
2019-09-17Allow space characters in SimpleName.Ulya Trafimovich
2019-08-26Fix issue when parsing method handle referencesBen Gruver
2018-08-20Update the tests to handle MethodHandle kind fixesAlbert Gorski
2018-08-20Fix support for the kind values of MethodHandleAlbert Gorski
2018-07-01Refactor most of the utility classes from util into dexlib2Ben Gruver
2018-06-13MemoryDataStore: Rename the buffer getter methodLanchon
2018-05-23Add support for const-method-handle and const-method-type in the tree walkerBen Gruver
2018-05-23Add support for const-method-handle and const-method-type in the lexer and pa...Ben Gruver
2018-05-23Add support for invoke-custom and related structures in the tree walkerBen Gruver
2018-05-23Add support for invoke-custom and related structures in the parser and lexerBen Gruver
2018-05-23Make method_prototype rule build and return a MethodProtoReferenceBen Gruver
2018-05-23"occured" -> "occurred" in SmaliTestUtilsBen Gruver
2018-05-23Create separate section for encoded arraysBen Gruver
2018-05-23Fix nullable issue in annotations ruleBen Gruver
2018-05-23Fix up a few non-immutable members in immutable encoded value implementationsBen Gruver
2018-02-28Make smali file iteration more deterministicBen Gruver
2016-10-15Ensure all smali files are closed after the writing is completeAlbert Gorski
2016-10-15Unify how sections are referenced in DexPool and DexBuilderBen Gruver
2016-10-04Bad proguard! Don't strip out jcommander classes!Ben Gruver
2016-10-02Fix the proguard keep rules for smali/baksmaliBen Gruver