| Commit message (Expand) | Author | Age | Lines |
* | fix: member name mapping bugs | zaaarf | 2023-03-29 | -23/+21 |
* | fix: added obfuscateInjectorMetadata arg | zaaarf | 2023-03-29 | -10/+18 |
* | fix: descriptor obfuscation now handled properly | zaaarf | 2023-03-29 | -13/+29 |
* | fix: map descriptors too | zaaarf | 2023-03-29 | -4/+57 |
* | fix: do not override non-abstract stubs | zaaarf | 2023-03-28 | -4/+5 |
* | fix: skip empty patches | zaaarf | 2023-03-28 | -5/+11 |
* | fix: various typos concerning mapping | zaaarf | 2023-03-27 | -3/+3 |
* | fix: include inner names in FQN | zaaarf | 2023-03-27 | -2/+4 |
* | fix: constructor of generated objects should be public | zaaarf | 2023-03-27 | -0/+1 |
* | chore: ArrayContainer is no longer used | zaaarf | 2023-03-27 | -38/+0 |
* | fix: bug in generating descriptors for anonymous class fields | zaaarf | 2023-03-27 | -1/+4 |
* | fix: nullpointer in findOrFallback function | zaaarf | 2023-03-27 | -0/+1 |
* | feat: created container types for methods and fields (efficiency and code qua... | zaaarf | 2023-03-27 | -252/+492 |
* | fix: logical flaw in error handling | zaaarf | 2023-03-25 | -5/+4 |
* | chore: implemented matching by name for finders, added OrphanExceptions to pr... | zaaarf | 2023-03-25 | -22/+55 |
* | fix: orphan target warning | zaaarf | 2023-03-25 | -13/+2 |
* | fix: added missing case in main loop | zaaarf | 2023-03-25 | -7/+9 |
* | fix: bug in main loop, generation of stubs | zaaarf | 2023-03-25 | -8/+25 |
* | fix: typo in condition, several exceptions, removed unused | zaaarf | 2023-03-25 | -48/+30 |
* | fix: attempting to remove from list while iterating on it | zaaarf | 2023-03-25 | -9/+17 |
* | fix: getting injector candidates from wrong list | zaaarf | 2023-03-25 | -5/+7 |
* | feat: initial untested draft of version 0.5.0 compatible with lillero 0.4 | zaaarf | 2023-03-25 | -285/+432 |
* | fix: void is apparently not a primitive0.4.2 | zaaarf | 2023-03-18 | -4/+3 |
* | fix: removed redundant loop | zaaarf | 2023-03-18 | -2/+0 |
* | fix: bug with parameterized/array names in finder function0.4.1 | zaaarf | 2023-03-18 | -2/+7 |
* | chore: javadocs0.4.0 | zaaarf | 2023-03-18 | -3/+3 |
* | fix: builder too | zaaarf | 2023-03-18 | -1/+1 |
* | fix: call right type of builder for fields | zaaarf | 2023-03-18 | -1/+2 |
* | fix: restored isPrimitive() check before converting to string | zaaarf | 2023-03-18 | -18/+30 |
* | fix: attempting to find proxy for target stubs | zaaarf | 2023-03-18 | -1/+1 |
* | chore: cleanup imports | zaaarf | 2023-03-18 | -4/+4 |
* | feat: anonymous and inner class handling, implemented united @Find | zaaarf | 2023-03-18 | -130/+190 |
* | chore: forgot to delete FindField | zaaarf | 2023-03-18 | -30/+0 |
* | feat: initial implementation of anonymous class support, merged FindField and... | zaaarf | 2023-03-18 | -39/+71 |
* | chore: fixed javadocs0.3.0 | zaaarf | 2023-03-18 | -8/+13 |
* | fix: epic keyboard fail | zaaarf | 2023-03-17 | -3/+3 |
* | fix: support array levels | zaaarf | 2023-03-17 | -6/+31 |
* | fix: fixed NoClassDefFoundError for non-java classes | zaaarf | 2023-03-17 | -4/+13 |
* | fix: getParameters() not getTypeParameters() | zaaarf | 2023-03-17 | -2/+2 |
* | fix: epic printf fail | zaaarf | 2023-03-16 | -1/+1 |
* | fix: fixed uncaught MirroredTypeException | zaaarf | 2023-03-16 | -7/+8 |
* | chore: moved methods around, should now be a lot more organised | zaaarf | 2023-03-16 | -247/+276 |
* | feat: major code refactor, potential fix for several logical bugs in FindMeth... | zaaarf | 2023-03-16 | -106/+78 |
* | chore: javadocs for annotations | zaaarf | 2023-03-16 | -1/+46 |
* | fix: fixed failure to write descriptor of parametrised type | zaaarf | 2023-03-15 | -6/+3 |
* | chore: use String format | zaaarf | 2023-03-15 | -3/+3 |
* | fix: removed unsafeOverride, i had a brainfart | zaaarf | 2023-03-15 | -33/+4 |
* | fix: override packageprivate, minor fixes in ObfuscationMapper | zaaarf | 2023-03-15 | -7/+45 |
* | fix: now only obfuscate name after finding real method | zaaarf | 2023-03-15 | -44/+39 |
* | chore: replaced string concats with String.format, fixed logic in main loop | zaaarf | 2023-03-15 | -14/+12 |