| Commit message (Expand) | Author | Age | Lines |
* | feat: created container types for methods and fields (efficiency and code qua... | zaaarf | 2023-03-27 | -58/+62 |
* | 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 | -6/+27 |
* | 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 | -7/+2 |
* | fix: typo in condition, several exceptions, removed unused | zaaarf | 2023-03-25 | -2/+2 |
* | 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 | -122/+127 |
* | fix: void is apparently not a primitive0.4.2 | zaaarf | 2023-03-18 | -1/+0 |
* | fix: bug with parameterized/array names in finder function0.4.1 | zaaarf | 2023-03-18 | -1/+0 |
* | 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/+4 |
* | chore: cleanup imports | zaaarf | 2023-03-18 | -4/+4 |
* | feat: anonymous and inner class handling, implemented united @Find | zaaarf | 2023-03-18 | -46/+38 |
* | fix: epic keyboard fail | zaaarf | 2023-03-17 | -3/+3 |
* | fix: support array levels | zaaarf | 2023-03-17 | -3/+3 |
* | fix: fixed NoClassDefFoundError for non-java classes | zaaarf | 2023-03-17 | -4/+13 |
* | fix: getParameters() not getTypeParameters() | zaaarf | 2023-03-17 | -2/+2 |
* | chore: moved methods around, should now be a lot more organised | zaaarf | 2023-03-16 | -170/+6 |
* | feat: major code refactor, potential fix for several logical bugs in FindMeth... | zaaarf | 2023-03-16 | -106/+78 |
* | fix: removed unsafeOverride, i had a brainfart | zaaarf | 2023-03-15 | -33/+4 |
* | fix: override packageprivate, minor fixes in ObfuscationMapper | zaaarf | 2023-03-15 | -5/+43 |
* | 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 |
* | fix: logic error in main loop | zaaarf | 2023-03-15 | -37/+33 |
* | fix: fixed mappings bug | zaaarf | 2023-03-15 | -20/+15 |
* | fix: fixed MirroredTypesException | zaaarf | 2023-03-15 | -2/+13 |
* | fix: repeatable annotation support fix, part 2 | zaaarf | 2023-03-15 | -3/+3 |
* | fix: repeatable annotation support fix | zaaarf | 2023-03-15 | -1/+0 |
* | fix: fixed MirroredTypeException | zaaarf | 2023-03-15 | -7/+8 |
* | feat: may now pass local files as mappings | zaaarf | 2023-03-13 | -7/+22 |
* | feat: mappings can now be taken in as an option, generified SrgMapper | zaaarf | 2023-03-08 | -31/+49 |
* | feat: no-mappings-available mode | zaaarf | 2023-03-08 | -20/+37 |
* | feat: initial implementation of new system | zaaarf | 2023-03-08 | -120/+378 |
* | fix: instantiate stub0.2.1 | zaaarf | 2023-03-02 | -6/+6 |
* | feat: added @FindField and @FindMethod (untested) | zaaarf | 2023-03-01 | -14/+93 |
* | chore: big code refactoring | zaaarf | 2023-02-27 | -93/+18 |
* | chore: more code refactoring for quality | zaaarf | 2023-02-27 | -10/+8 |
* | fix: changed name for logging to original one | zaaarf | 2023-02-27 | -1/+1 |
* | chore: code quality | zaaarf | 2023-02-27 | -68/+45 |
* | feat: MVP! | zaaarf | 2023-02-27 | -66/+94 |
* | feat: maybe gotten it working, i probably don't need a plugin after all | zaaarf | 2023-02-26 | -1/+1 |
* | chore: added proper documentation, cleaned up build.gradle, added exceptions | zaaarf | 2023-02-26 | -27/+92 |
* | feat: implemented srg conversion (maybe) | zaaarf | 2023-02-26 | -24/+51 |
* | feat: implemented generation of service provider | zaaarf | 2023-02-24 | -7/+15 |
* | doc: improved javadoc | zaaarf | 2023-02-24 | -10/+20 |
* | feat: initial commit, limited implementation of the annotation processor | zaaarf | 2023-02-24 | -0/+180 |