index
:
lillero-processor
dev
feature/mapper-library
An annotation processor to kill Lillero's boilerplate
zaaarf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Lines
*
fix: injector generated correctly
0.6.0
zaaarf
2023-04-13
-15
/
+8
|
*
fix: attempting to write the service provider multiple times
zaaarf
2023-04-13
-13
/
+11
|
*
chore: bump lillero to 0.4.1
zaaarf
2023-04-13
-1
/
+1
|
*
fix: find always falling back
zaaarf
2023-04-13
-7
/
+10
|
*
chore: updated readme
zaaarf
2023-04-12
-2
/
+4
|
*
feat: @Find now falls back on containing class
zaaarf
2023-04-12
-10
/
+28
|
*
chore: updated readme
zaaarf
2023-04-12
-6
/
+11
|
*
fix: skip invalid bare injectors
zaaarf
2023-04-12
-8
/
+12
|
*
fix: rename @Find's className as well
zaaarf
2023-04-12
-3
/
+2
|
*
feat: generate dummies for all abstract methods, not just targets
zaaarf
2023-04-12
-16
/
+19
|
*
feat: specifying ClassNode is now optional
zaaarf
2023-04-12
-60
/
+96
|
*
feat: @Patch's value field is now mandatory
zaaarf
2023-04-12
-32
/
+17
|
*
feat: allow to register manually written IInjectors
zaaarf
2023-04-12
-12
/
+31
|
*
feat: throw exception if bridge is not found correctly
0.5.2
zaaarf
2023-04-12
-1
/
+26
|
*
feat: matching the erasure bridge should be optional
zaaarf
2023-04-12
-12
/
+18
|
*
chore: constructors should be private
zaaarf
2023-04-12
-6
/
+7
|
*
feat: type erasure is now handled correctly
zaaarf
2023-04-11
-3
/
+38
|
*
fix: canonical way to get raw TypeMirrors
zaaarf
2023-04-11
-2
/
+5
|
*
fix: eliminated redundant code, fixed bug with arrays in descriptors being ↵
zaaarf
2023-04-11
-66
/
+48
|
|
|
|
sometimes ignored
*
fix: do not reset injector counter every time
zaaarf
2023-04-11
-1
/
+1
|
*
chore: added .editorconfig
zaaarf
2023-04-10
-0
/
+10
|
*
fix: obfuscateInjectorMetadata should be true by default
zaaarf
2023-04-06
-1
/
+1
|
*
fix: remove generics at the end too
0.5.1
zaaarf
2023-03-31
-1
/
+1
|
*
fix: remove generic also at the end of internal name
zaaarf
2023-03-31
-12
/
+12
|
|
|
|
GOD YES
*
fix: last commit made it even worse
zaaarf
2023-03-31
-2
/
+9
|
*
fix: ambiguity in mapping member names
zaaarf
2023-03-31
-3
/
+4
|
*
fix: use non obfuscated name to look up obfuscation (duh)
zaaarf
2023-03-31
-1
/
+1
|
*
feat: major rework of obfuscation system
zaaarf
2023-03-31
-187
/
+182
|
*
chore: explicitly reference ASM in build.gradle
zaaarf
2023-03-29
-0
/
+1
|
*
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
|
*
chore: rewrote readme
0.5.0
zaaarf
2023-03-28
-26
/
+114
|
*
fix: skip empty patches
zaaarf
2023-03-28
-5
/
+11
|
*
chore: lillero version bump
zaaarf
2023-03-28
-1
/
+1
|
*
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 ↵
zaaarf
2023-03-27
-252
/
+492
|
|
|
|
quality), made temporary fix for anonymous classes
*
fix: logical flaw in error handling
zaaarf
2023-03-25
-5
/
+4
|
*
chore: implemented matching by name for finders, added OrphanExceptions to ↵
zaaarf
2023-03-25
-22
/
+55
|
|
|
|
prevent ungraceful crashes in generated code
*
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
|
[next]