summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* fix: canonical way to get raw TypeMirrors zaaarf2023-04-11-2/+5
|
* fix: eliminated redundant code, fixed bug with arrays in descriptors being ↵ zaaarf2023-04-11-66/+48
| | | | sometimes ignored
* fix: do not reset injector counter every time zaaarf2023-04-11-1/+1
|
* chore: added .editorconfig zaaarf2023-04-10-0/+10
|
* fix: obfuscateInjectorMetadata should be true by default zaaarf2023-04-06-1/+1
|
* fix: remove generics at the end too0.5.1 zaaarf2023-03-31-1/+1
|
* fix: remove generic also at the end of internal name zaaarf2023-03-31-12/+12
| | | | GOD YES
* fix: last commit made it even worse zaaarf2023-03-31-2/+9
|
* fix: ambiguity in mapping member names zaaarf2023-03-31-3/+4
|
* fix: use non obfuscated name to look up obfuscation (duh) zaaarf2023-03-31-1/+1
|
* feat: major rework of obfuscation system zaaarf2023-03-31-187/+182
|
* chore: explicitly reference ASM in build.gradle zaaarf2023-03-29-0/+1
|
* fix: member name mapping bugs zaaarf2023-03-29-23/+21
|
* fix: added obfuscateInjectorMetadata arg zaaarf2023-03-29-10/+18
|
* fix: descriptor obfuscation now handled properly zaaarf2023-03-29-13/+29
|
* fix: map descriptors too zaaarf2023-03-29-4/+57
|
* fix: do not override non-abstract stubs zaaarf2023-03-28-4/+5
|
* chore: rewrote readme0.5.0 zaaarf2023-03-28-26/+114
|
* fix: skip empty patches zaaarf2023-03-28-5/+11
|
* chore: lillero version bump zaaarf2023-03-28-1/+1
|
* fix: various typos concerning mapping zaaarf2023-03-27-3/+3
|
* fix: include inner names in FQN zaaarf2023-03-27-2/+4
|
* fix: constructor of generated objects should be public zaaarf2023-03-27-0/+1
|
* chore: ArrayContainer is no longer used zaaarf2023-03-27-38/+0
|
* fix: bug in generating descriptors for anonymous class fields zaaarf2023-03-27-1/+4
|
* fix: nullpointer in findOrFallback function zaaarf2023-03-27-0/+1
|
* feat: created container types for methods and fields (efficiency and code ↵ zaaarf2023-03-27-252/+492
| | | | quality), made temporary fix for anonymous classes
* fix: logical flaw in error handling zaaarf2023-03-25-5/+4
|
* chore: implemented matching by name for finders, added OrphanExceptions to ↵ zaaarf2023-03-25-22/+55
| | | | prevent ungraceful crashes in generated code
* fix: orphan target warning zaaarf2023-03-25-13/+2
|
* fix: added missing case in main loop zaaarf2023-03-25-7/+9
|
* fix: bug in main loop, generation of stubs zaaarf2023-03-25-8/+25
|
* fix: typo in condition, several exceptions, removed unused zaaarf2023-03-25-48/+30
|
* fix: attempting to remove from list while iterating on it zaaarf2023-03-25-9/+17
|
* fix: getting injector candidates from wrong list zaaarf2023-03-25-5/+7
|
* feat: initial untested draft of version 0.5.0 compatible with lillero 0.4 zaaarf2023-03-25-285/+432
|
* fix: void is apparently not a primitive0.4.2 zaaarf2023-03-18-4/+3
|
* fix: removed redundant loop zaaarf2023-03-18-2/+0
|
* fix: bug with parameterized/array names in finder function0.4.1 zaaarf2023-03-18-2/+7
|
* chore: javadocs0.4.0 zaaarf2023-03-18-3/+3
|
* fix: builder too zaaarf2023-03-18-1/+1
|
* fix: call right type of builder for fields zaaarf2023-03-18-1/+2
|
* fix: restored isPrimitive() check before converting to string zaaarf2023-03-18-18/+30
|
* fix: attempting to find proxy for target stubs zaaarf2023-03-18-1/+1
|
* chore: cleanup imports zaaarf2023-03-18-4/+4
|
* feat: anonymous and inner class handling, implemented united @Find zaaarf2023-03-18-130/+190
|
* chore: forgot to delete FindField zaaarf2023-03-18-30/+0
|
* feat: initial implementation of anonymous class support, merged FindField ↵ zaaarf2023-03-18-39/+71
| | | | and FindMethod
* chore: fixed javadocs0.3.0 zaaarf2023-03-18-8/+13
|
* Merge branch 'version3' into dev zaaarf2023-03-18-283/+1056
|\