Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/QuiltMC/enigma

A deobfuscation/remapping tool for Java bytecode, fork of cuchaz's Enigma.
https://github.com/QuiltMC/enigma

Don't save empty classes

99801f81424f7ef240ecda3ea8a4138434dabf7f authored about 3 years ago
Add obfuscated name identifier info field

1bf9acdb8a7a421580fd8484cf176977ac4eb09b authored over 3 years ago
Actually fix publications

d7b922d613ec6f5a0db0532040392f034301673f authored over 3 years ago
Bump version

f59b42c951313f7c09907f44b60849202cf35c6b authored over 3 years ago
Remove unused imports

bf5707b74c9a6a84685a4968f109cba72354ef36 authored over 3 years ago
Add Paste Text popup menu item

a746178da0eaf2976faccc9b2f94e127b39baee3 authored over 3 years ago
Clear Javadoc when text is empty

681752b8c7f02d4086a6aa88dc9fe5df050f93c8 authored over 3 years ago
Don't drop static shadow mappings

315f664ca6ad12336e1449252298779117096ad1 authored over 3 years ago
Fix NPE

1d8067cf6526223a9efa74e83d22addd529a4289 authored over 3 years ago
Make enum methods `values` and `valueOf` unmappable

fe9c232b65beb7e27964a92c1dc55509de4da127 authored over 3 years ago
Drop empty mappings when dropping invalid mappings (#6)

* Drop empty mappings

* Drop empty classes

* Handle mappings without a name but with Javad...

abaec52eab45ed306110b30e1f499602e81bb38d authored over 3 years ago
Fix enigma-cli and engima-swing publications (#5)

fb4ea61066176de85be2ff572c137e722ec73456 authored over 3 years ago
Bump version

cae9c3e2b1d214b8218959eb9ae1f1712907d6eb authored over 3 years ago
Fix resolveEquivalentMethods sometimes running into infinite recursion

(cherry-picked from commit 1077604237059f898e562f91b2eb859b78b6c832)

f23fc2895413859e64e93edf2b20ae13900bc1d5 authored over 3 years ago
Bump version

594067c34726d2ad28adbe9f3dfc6189f7976057 authored over 3 years ago
Refactor and clean up Gui class

(cherry-picked from feature/customizable-ui branch)

Clean up Gui constructor

Separate out code...

3662a23d012be5b23581f60be2971dfb6d78b994 authored over 3 years ago
Improve record class detection (#428)

Also generate a method mapping for the record entry, does not support the case of the method hav...

27548eb7d71506ef1a9ed5c52608444fd5d61f50 authored over 3 years ago
Update gradle and skip unnecessary swing updates (#431)

update proguard to support java 17

Signed-off-by: liach <[email protected]>

Co-au...

0db7bfb66c8ee177fb06f76db42c75454bd077ff authored over 3 years ago
Remove jcenter repository (#4)

ProGuard is now published to Maven Central

5570d9684d7e0d282858b415df97d1647a6a8cda authored over 3 years ago
Update project URLs

9952395eb5416ad7090212bf2ee7a8c2e4a36ccd authored over 3 years ago
Bump version

00a0877075154b7ba21b46ded4dd674bd7c04741 authored over 3 years ago
Update to shadow 7.0.0, second try

Closes #415.

(cherry-picked from commit 4040215793888ac3b9145ddef52dcb17641c20da)

7a990c36362899bebc27b8288b52084b6dce869b authored over 3 years ago
Fix reading non-deobfuscated fields that have javadoc attached as obfuscated

(cherry-picked from commit f0c1ad3d46c94e3534b3c96749ea5e95f891c191)

d365cfc29f422cfc25114cee55402a4e188e6c6f authored over 3 years ago
Entry Changes (#364)

* Initial refactor: Allow EntryMapping to have null targetName, add EntryChange in favor of entr...

63b82594d731f333bc8721346b17bf5a67cb88de authored over 3 years ago
Add --single-class-tree argument that puts all classes into deobf panel & hides obf panel (#406)

* Add --single-class-tree argument that puts all classes into deobf panel & hides obf panel

Par...

db5148a5f5306f57315a05456072741491bc4125 authored over 3 years ago
Makes sure save mappings is completed before next action (#409)

* Makes sure save mappings is completed before next action

Fixes #407

Signed-off-by: liach <li...

9e22c5c635341d276106f2a28bcb7d6dc5a3d722 authored over 3 years ago
Update proguard (#418)

and remove java 8 command line vestige as we are now on 16

Signed-off-by: liach <[email protected]...

a77a07f91158d4ba0555113af662fa740da551b6 authored over 3 years ago
Update cfr and fixes a few related issues (#414)

* Update cfr and fixes a few related issues

fixes #368 context for token references, missing so...

2e16cd7d19c371dfa2bf13f4b98fdb344f14bbe0 authored over 3 years ago
Expand All & Collapse All in deobf panel (#412)

* Expand All & Collapse All in deobf panel

* fixed smth that was bothering me

(cherry-picked f...

d4e9cf394206785f8847b43834086064fea1bad9 authored over 3 years ago
Revert to shadow 5.2.0 for now because it breaks builds

(cherry-picked from commit af5669b18e6fcae75c909b826e07d50845575857)

72bd93414113b2b7a6073dbb12437e77bad28ffd authored over 3 years ago
Update dependencies

Should fix #403

(cherry-picked from commit 037a0c37b4e89d806939a4b2894664fcbbee3dc6)

8fc45cb71981543209b6804b75ba2dd284bf8c31 authored over 3 years ago
Work around SourceIndexMethodVisitor tripping over missing

MEMBER_REFERENCE data for invokedynamic, print decompilation exceptions

(cherry-picked from comm...

e3ca74759f9163cc128b37913118a1078a126e48 authored over 3 years ago
Allow disabling editing part of the mappings

For now, this is done over CLI options, it cannot be changed through the
GUI. The new CLI option...

5e0988bad9706be8e4fbc3a2b3f2872d9fb5c050 authored over 3 years ago
Highlight tokens as 'proposed' when they're not editable

(cherry-picked from commit d2658197fb7c8ce08396a12cd1dd018d0a8bdd3a)

f5aa547724df3f6c6dbf086cd085670938e42cfe authored over 3 years ago
Fix some exceptions getting silently discarded (e.g. see #398)

(cherry-picked from commit bc1f9854c8ce06ecf8ded0eb3c4079929786e3f4)

6b8ba9d6c941106b0d3346577818d9ddfc02367f authored over 3 years ago
Use JFileChooser for all open/save opertations (#401)

(cherry-picked from commit 15581927506a251de278499f9220d1da2c3b7099)

0be49f5a8184bd3ef5b3a9d1df0edfaa0c1eabd8 authored over 3 years ago
Structure panel options (#400)

* Structure panel options

* changes

* always show inner classes in the tree

* workaround for ...

ae9093f4d000a949c5bcc7f9725cc6604352ef2d authored over 3 years ago
Disable Show Calls actions on unrenamable entries (e.g. Java methods)

Closes #396.

(cherry-picked from commit a531b3bec12fb6e1968389ed09d2801971fdcf3d)

01331d96978fe346b48177ced0507442ca4c4d55 authored over 3 years ago
Cleanup with Java 16 (#394)

* Cleanup using Java 16

* use Stream.toList()

(cherry-picked from commit b5fad1e215321505240b5...

3290d2a41ff628d259377dc28e0dc19eb8fa7cc0 authored over 3 years ago
Update to Java 16 (#390)

* Java 16

* Cleanup

* Set CFR as the default decompiler, it seems to handle j16 stuff better

...

48f005149647a91e33c07ffeb4599fba559098a5 authored over 3 years ago
This does nothing

(cherry-picked from commit 276e2e1e67ec9ea791f18bb9b08f18bcb395c62e)

644efe58011d76f478531d84868110abdf09d5a3 authored over 3 years ago
Don't skip hidden files since they are explicitly listed in the parameters

(cherry-picked from commit 33cbd1d78f62bccf7f4216385da94a5cf6a5f65a)

1ef916608fd133ea5f585532c51cd421258e3814 authored over 3 years ago
Add EnigmaMappingsReader.readFiles (#381)

(cherry-picked from commit 6a6b5878e1ff3c06abe26cf33bea49d44a78420a)

c078756abc7705233b78f78a276559df7aad8add authored over 3 years ago
Bump cfr and gradle wrapper (#389)

Co-authored-by: liach <[email protected]>

(cherry-picked from commit 63c99e84f0f4f...

877385203679aa3e5f9a343744bf86d13a1830d9 authored over 3 years ago
Set font anti-aliasing system properties to true until explicitly set.

Do the same with the apple menu bar property.

Closes #3.

28de6ea4874ba77fcbea50919f7897ee2ba9bd7c authored over 3 years ago
Update wrapper

d5c6b52781e555dcad68a6ea826482ff29b1c236 authored over 3 years ago
Also run CI on Java 16

86824f59e97f1ae3634acaeeccee2d541d5752ba authored over 3 years ago
Quilt builds are on the Quilt maven

85c4cf07a8d7d5811ccd49238b1c57d84669ecf0 authored over 3 years ago
Bump version

d63c84eb4c2a1bbf041cc52c121919bc69ce54e8 authored over 3 years ago
Fix scroll speed being dependent on the line count in the file.

Closes #383.

(cherry picked from commit ad6748e177322e29d5fe418fbc69bbc45a63af44)

91ca88d1ad5331c3cdeca8d77d2d1c672d7e92b8 authored over 3 years ago
Allow other mapping formats to be used (#1)

* Allow other mapping formats to be used

Also extends the amount of information that is given...

bad1042912d31a00a455c5e7931c95b68e7307b4 authored almost 4 years ago
Move to use our own procyon build

0a413a4a1aa34fc8ff00cc86e353ac4308c272a0 authored almost 4 years ago
Bump version

c7b57c5b89fd24f1cb9927ae07084096e714be6c authored almost 4 years ago
Don't publish an artifact twice

1e405bf0f7eaf88a53ef23f73e57fa627b16a629 authored almost 4 years ago
Buildscript didn't build :(

c05d1722f4f2dc58722f265e91e8c50c09676544 authored almost 4 years ago
Buildscript changes

0ba2c57c4af8c53afb4ff0ed1634d545d37942bc authored almost 4 years ago
Bump version

a21b714d7464d5198dc49f6cd43ebd20aa15eaa1 authored almost 4 years ago
Merge pull request #379 from YanisBft/entry-and-search

The Search update

d00fe97f2b239c94cc6999c357d842b984ef73c1 authored almost 4 years ago
Update translations

d18fe185e25547c8ee30bae9a6e4ef7272b5c628 authored almost 4 years ago
New ways to search

3052b37441b1e779b2badd6e4f15b00de91cd63a authored almost 4 years ago
Allow only one selected entry in trees

Didn't cause any issue, but who knows

131538fe52f9e0969277a91407cd06db6eda77c5 authored almost 4 years ago
Simplify toString() implementations

a32d580f656ff5231222d600e146fdd7cd009e74 authored almost 4 years ago
Reorganize entry names

acd8b326dbde3912e3a102b514bf451350452c7e authored almost 4 years ago
Bump version

be9c17215f6b35773529e1434ef036614812cb40 authored almost 4 years ago
Merge pull request #375 from YanisBft/fix-374

Fix warning/error formatting in editor

847d54d1352b29605c4ee3ea27e651142141e44a authored almost 4 years ago
Merge pull request #372 from YanisBft/copy-descriptor

Copy method/field descriptor on click

8d1067b6fe6a1681d7d5194236c9c3e0d8c4e7b4 authored almost 4 years ago
Fix visual inconsistencies after changing theme settings.

Closes #376.

08563fc589c8d004568765eea1f17076151456bd authored almost 4 years ago
Fix progress bar being very tall.

Closes #366.

41f009e6787a374a8f0c786099fd2c5aa5be8cb8 authored almost 4 years ago
Make progress dialog thread-safe.

Closes #377.

f05e8f3d02a6f5c3cce37bfe26d3e94e14ff266d authored almost 4 years ago
Fix warning/error formatting in editor

f69f95b427e49cf4c660ab8889b30304ab116698 authored almost 4 years ago
Copy method/field descriptor on click

9b5141471a42be0a105e27eb97ca8f972c958ca1 authored almost 4 years ago
Bump version

28574c917fadfa9f285612e499c6903822ad76e3 authored almost 4 years ago
Show scrollbar buttons when using FlatLaf.

Closes #370.

d2af6cc00c59b92d0bb83f3fa9b6b26a9db77af0 authored almost 4 years ago
Set null javadoc instead of empty/blank string when clearing the text in the javadoc editor.

Closes #369.

69219c5e3339c8b2a9c5c8914cf389b949c289b9 authored almost 4 years ago
Fix text field always selecting everything when using FlatLaf.

Closes #365.

11af5c883aac02c6a589e6997fcd69c1c9f17968 authored almost 4 years ago
Fix method name

122214c1f8ffc85b9bdd34e16d1a69aba870be77 authored almost 4 years ago
Fix using runtime changed configuration for parts of the UI that don't support it yet

Closes #346.

cd9671588014985792a694ff8e0fc3e217a6dfda authored almost 4 years ago
Bump version

0d0b7e454411ad4dc08bc91c0ca186c4cfe42340 authored almost 4 years ago
Merge pull request #361 from modmuss50/records

Record support

7fd4903f14458733a4cb7f1e554303c42c2f0de9 authored almost 4 years ago
Bump version

0f67e9dc222d16687931ddb474d42ec99ef28161 authored almost 4 years ago
Merge pull request #363 from Juuxel/svg-icons

Switch to SVG icons

e5d0ecb928d2b349b9c9a342f51d943a470554e5 authored almost 4 years ago
Less strict JRE check (#362)

Resolves #353

The issue here lies in that this changes the behaviour of the code by quite a ...

84897eab4b02a7283e1617623744a98675baacb3 authored almost 4 years ago
Fix missing icon check

3599ef60d245960d591fc022c4fcdacb085d55dc authored almost 4 years ago
Add a check for missing SVG icon files

Improves debugging if the icon is missing as FlatLaf's own error
is thrown at render time.

6feac8fd8839f54c1f91176cc0412c397de2b19e authored almost 4 years ago
Switch to SVG icons instead of PNGs and add icon for records

The PNG icons scaled horribly on FlatLaf but these ones look smooth on any scaling level.

Note:...

cb338dd7e6ab834a1446b65ea9adcc47b233217b authored almost 4 years ago
Merge pull request #358 from Juuxel/flatlaf

Migrate to FlatLaf

8481e74e19cc349949851b3564e72a5f7fe89144 authored almost 4 years ago
WIP full record support

923e2300e65e8f958a694d4e83041f116b7c4775 authored almost 4 years ago
Bump version

5808afb28e24c314fd4d0feca0016d6eb1d25cd7 authored almost 4 years ago
Merge pull request #360 from YanisBft/icons-everywhere

Icons everywhere

4c6812d61adcd9fe32277a2906a705ca6ce68cf8 authored almost 4 years ago
Switch to FlatDarkLaf instead of FlatDarculaLaf

Same colours, but the focus borders are nicer.

dc76028dd88037dca492f879ab398c7f16a920b5 authored almost 4 years ago
Don't use custom editor fonts when they aren't enabled

15ae5e21fcb395279587dd2a03d3b84ef308bd65 authored almost 4 years ago
Use FlatLaf's own DPI scaling instead of swing-dpi

000a166244b3e55f2c3e093120be45f601c7fc07 authored almost 4 years ago
Update all deps, remove usage of jcenter (#359)

* Update all deps, remove usage of jcenter

* Use jdk 15

8b70a8c322e3fb653f7b023ac1828ee94716dff4 authored almost 4 years ago
Icons everywhere

f043200fa3e819b9e8b1856ae79f9a71db84039e authored almost 4 years ago
Remove unused LookAndFeel display name field and getter

c17543a73e8014ee25c7d29bd615aa854770aafe authored almost 4 years ago
Disable FlatLaf's custom HiDPI scaling

2bee1fe38b37fa1812f4cbb7c2766a09f61dd486 authored almost 4 years ago
Rerun CI

082d1137664edd791ad74b96316f7be79577c18e authored almost 4 years ago
Make the javadoc dialog use the editor font as it is an editor

66eec3a00ef97b5a7c43d3b838b73237847a0071 authored almost 4 years ago
Migrate to FlatLaf

Fixes #355.
- Replaces the Darcula look and feel with FlatLaf Darcula,
which does not have the...

a4246b6166b45ac79c87c42d2a56bc7f95205a62 authored almost 4 years ago
Bump version

1bddf967f807abb992eaf2d80bc5fee213a291a5 authored almost 4 years ago