aboutsummaryrefslogtreecommitdiff
path: root/smalidea
AgeCommit message (Expand)Author
2018-10-07Remove usage of sput-object-volatile into FieldUsageTypeTestMikaël
2018-10-07Update results of testPackedSwitch and testSparseSwitchMikaël
2018-10-07Align smallidea tokens and grammar on smaliMikaël
2018-08-20Change BlankReader to the correct location in SmaliLexer for ideaAlbert Gorski
2017-03-31Bump smalidea version to v0.05Ben Gruver
2017-03-31Correctly calculate the offset for switch targets in smalideaBen Gruver
2017-03-21Update version to 0.04Ben Gruver
2017-03-21Add Project argument to SmaliClassFinder constructorBen Gruver
2017-03-21Add missing read actions in SmaliPositionManagerBen Gruver
2017-03-21Update linked version of IDEA to 2016.3.5Ben Gruver
2017-03-21getStubOrPsiParent() -> getParentByStub()Ben Gruver
2016-10-23Add additional exception info if StringReference doesn't resolve to a StringBen Gruver
2016-10-23Fix null start/end locations in SmaliCodeFragmentFactory.evaluateRegisterBen Gruver
2016-10-23Don't attempt to evaluate an out-of-bounds registerBen Gruver
2016-10-02Fix the smalidea build for gradle 3.1Ben Gruver
2016-10-01Add Opcodes.getDefaultBen Gruver
2016-09-17Remove the now-unused experimental opcodes flag/functionalityBen Gruver
2016-07-24Call ContextUtil.getSourcePosition on the debugger manager threadBen Gruver
2016-07-24Add more info to troubleshoot crashes related to LazyValue.getValue being nullBen Gruver
2016-07-24Implement SmaliClass.getPresentationBen Gruver
2016-07-24Don't try to resolve smali type references when in dumb modeBen Gruver
2016-07-24Update smalidea to work with newer versions of IDEABen Gruver
2016-02-27Fix the release task for smalideaBen Gruver
2016-02-27Keep the since/until IDEA versions specified in the plugin.xmlBen Gruver
2016-02-27Fix an NPE in SmaliPositionManager.createPrepareRequestBen Gruver
2016-02-27Return an empty list from SmaliClass.getVisibleSignatures()Ben Gruver
2016-02-27Fix how SmaliPositionManager gets the current classBen Gruver
2016-02-27Submit issues to the smalidea-issues repoBen Gruver
2016-02-27Add support for java inner classesBen Gruver
2016-02-27Fix a possible NPE in SmaliCodeFragmentFactoryBen Gruver
2016-02-27Fix up the sandbox directory for smalidea testsBen Gruver
2016-02-26Conditionally add the smalidea project to the root projectBen Gruver
2016-02-26Provide better register type informationBen Gruver
2016-02-20Add better support for conditional expressions for breakpointsBen Gruver
2016-02-20Don't add tools.jar when building the idea project filesBen Gruver
2016-02-20Gracefully handle analysis errorsBen Gruver
2016-02-20Allow local search scopes when searching class usagesBen Gruver
2016-02-20Don't require an active debugging session when making a code fragmentBen Gruver
2016-02-14Add the ideadirs task for smalideaBen Gruver
2016-02-14Make smalidea a separate gradle/idea projectBen Gruver
2016-02-14Move META-INF/plugin.xml under resourcesBen Gruver
2016-02-14Fix the tests that require a real jdkBen Gruver
2016-02-14Update for new MethodAnalyzer signatureBen Gruver
2015-05-09Fix an unprotected read in SmaliClassReferenceSearcherBen Gruver
2015-05-05Fix NPE in SmaliClass.setName()Ben Gruver
2015-05-05Fix an NPE related to an array descriptor just before an EOFBen Gruver
2015-05-04Fix ClassMoveTest's basicToNoPackage testBen Gruver
2015-05-04Add missing gson dependencyBen Gruver
2015-05-01Fix NPE in SmaliCodeFragmentFactory.isContextAcceptedBen Gruver
2015-04-03Fix an unprotected read access in SmaliPositionManager.createPrepareRequestBen Gruver