Commit graph

154 commits

Author SHA1 Message Date
4d330a731b
feat: better inner classes api, removed deprecation warnings since that stuff is there to stay 2024-06-04 20:03:51 +02:00
f8bf9996c9
fix: accidentally messed up order of arguments 2024-06-02 21:44:00 +02:00
f93c7b9e16
fix: map overridden methods using top-level's name 2024-06-02 21:30:10 +02:00
2d944f31c5
fix: support every source version 2024-05-31 20:21:37 +02:00
85b3aeea1a
fix: updated to new mapper library 2024-05-31 19:36:42 +02:00
8d26063266
Merge branch 'feature/mapper-library' into dev 2024-05-31 14:49:53 +02:00
9cc6ed16d3
fix: use gitversion properly 2024-05-11 15:08:46 +02:00
d98eab7e7d
chore: version bump 2024-01-24 17:29:23 +01:00
bf32e56a86
chore: internal reorganisation 2024-01-24 17:21:42 +01:00
4f8bde4ce2
fix: new javadoc url 2024-01-20 18:24:56 +01:00
cc19dba3c4
ci: added github actions 2023-12-28 02:55:13 +01:00
f54700340b
chore: added external javadoc link 2023-09-08 23:55:01 +02:00
3688a56707
fix: jar task no longer needed 2023-09-08 21:22:23 +02:00
0d097dcb2e
fix: fixed gitversion mangling name 2023-09-08 20:38:40 +02:00
3dd86a4187
chore: updated to mapping library 0.3.0 2023-09-01 12:42:19 +02:00
2b1bf9eac4
fix: forgot ` 2023-09-01 00:51:06 +02:00
30f8e080ae
feat: updated to use mapper lib 0.2.0 2023-08-26 23:55:11 +02:00
8e3284a904
feat: updated to use mapper 0.1 2023-08-26 22:37:47 +02:00
a8bd2ed3fd
chore: readme update 2023-08-22 12:33:58 +02:00
90d3eb6bfc
fix: updated package in gradle processor 2023-08-17 14:02:01 +02:00
0b8a313fde
added license 2023-08-15 13:31:57 +02:00
3f730c69d3
fix: don't call processingEnv before it's initialised 2023-06-11 15:55:22 +02:00
ed70355a86
chore: moved obfuscation stuff to mapping library 2023-06-11 15:32:07 +02:00
d528d472a1
chore: documentation fixes 2023-06-10 20:47:09 +02:00
a90af3bb4b
feat: option to skip service provider generation 2023-05-26 17:56:33 +02:00
d3ebad7260
chore: added container class for options 2023-05-26 17:13:48 +02:00
15dece7d33
chore: added missing elements to gitignore 2023-05-26 16:11:20 +02:00
c83c5eabef
chore: shortened @RegisterBareInjector to @BareInjector 2023-05-26 16:11:05 +02:00
5c2d780acb
chore: fix indentation in javadocs 2023-05-03 21:42:10 +02:00
34f8ded1a8
chore: make MultipleTargets into a subclass of Target 2023-05-03 16:42:16 +02:00
999f0500c7
fix: do not use the original class name as patch name 2023-04-17 00:14:48 +02:00
a259d844a3
fix: injector generated correctly 2023-04-13 11:12:41 +02:00
f1c413eb2d
fix: attempting to write the service provider multiple times 2023-04-13 11:09:02 +02:00
fe9a6c8d4a
chore: bump lillero to 0.4.1 2023-04-13 10:51:57 +02:00
ede3b3503d
fix: find always falling back 2023-04-13 10:34:05 +02:00
03a2fd37d2
chore: updated readme 2023-04-12 19:48:32 +02:00
a91d7c810f
feat: @Find now falls back on containing class 2023-04-12 19:45:21 +02:00
e27dab1c66
chore: updated readme 2023-04-12 19:31:14 +02:00
fbd3d0c35a
fix: skip invalid bare injectors 2023-04-12 19:26:22 +02:00
ee12ab20c1
fix: rename @Find's className as well 2023-04-12 19:17:11 +02:00
527cef56e6
feat: generate dummies for all abstract methods, not just targets 2023-04-12 17:08:56 +02:00
5973cf6d95
feat: specifying ClassNode is now optional 2023-04-12 16:56:26 +02:00
2c2b24e5b4
feat: @Patch's value field is now mandatory 2023-04-12 15:42:17 +02:00
3344fd766f
feat: allow to register manually written IInjectors 2023-04-12 14:04:25 +02:00
abd9954ed3
feat: throw exception if bridge is not found correctly 2023-04-12 00:53:36 +02:00
524818a378
feat: matching the erasure bridge should be optional 2023-04-12 00:38:55 +02:00
61fa43fb8d
chore: constructors should be private 2023-04-12 00:09:44 +02:00
a5576ac5e7
feat: type erasure is now handled correctly 2023-04-11 23:25:38 +02:00
5579df7c39
fix: canonical way to get raw TypeMirrors 2023-04-11 23:02:20 +02:00
415f1eef8b
fix: eliminated redundant code, fixed bug with arrays in descriptors being sometimes ignored 2023-04-11 22:14:08 +02:00