Ecosyste.ms: OpenCollective

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

github.com/GeyserMC/Cumulus

Bedrock Forms API and implementation
https://github.com/GeyserMC/Cumulus

Remove Guava usage

9fcceba9cea06c77cad7d206edb5ef4d360d2310 authored over 1 year ago by Tim203 <[email protected]>
Removed unused import

08280a75739250db87c3c10a7615673256dd6126 authored over 1 year ago by Tim203 <[email protected]>
Removed all deprecated code

e2e80a273905b7f487330371c432a6e9ba6c4db7 authored over 1 year ago by Tim203 <[email protected]>
Bump version to 2.0.0-SNAPSHOT

76f4f166ef408f73ff6de2eb0091ba7a78afd595 authored over 1 year ago by Tim203 <[email protected]>
Temporary fix for KyoriPowered/indra#139

44340937eb274919570b26e800a49bd882cf9a97 authored over 1 year ago by Tim203 <[email protected]>
Ok, what about this?

6098383088ad238c31d71d6b61403a3c963e5fa9 authored over 1 year ago by Tim203 <[email protected]>
Give it another try

67eb2e4719833ad602f6eae22fc2ad37f3f16f79 authored over 1 year ago by Tim203 <[email protected]>
gradle-build-action doesn't work in combination with fetch-depth 0

5428e3fcb56477325f69a0c5ce92a83e1a923b5a authored over 1 year ago by Tim203 <[email protected]>
Let's try this

cfb54007ddbf4249e6b9d0426ac8f38009e2377d authored over 1 year ago by Tim203 <[email protected]>
1.1.2 release

496d5572221037aff6682838d2678795dd0f0a22 authored over 1 year ago by Tim203 <[email protected]>
Set fetch-depth to 0

3b4f576829896341a17bdb011e21934598edf54e authored over 1 year ago by Tim203 <[email protected]>
Update copyright & fixed version

a5ae468311c184a5053640fcfdbd844653d833d4 authored over 1 year ago by Tim203 <[email protected]>
Moved to Gradle & GitHub Actions

743b79f4527b22b089746f245315248fdd9a8e31 authored over 1 year ago by Tim203 <[email protected]>
Removed newlines between type annotations and types

2eecd515dac06c8baad0de2f703341036e35eba9 authored over 1 year ago by Tim203 <[email protected]>
Clicked button id is nonnegative instead of positive

d1391ed3ea88a2580dda17546eee158629cfd3d3 authored about 2 years ago by Tim203 <[email protected]>
Bump version to 1.1.2-SNAPSHOT

06124241a9b80319493047955876159157ccd35a authored about 2 years ago by Tim203 <[email protected]>
1.1.1 release

5ab85db38ed0705ccf6a406c24f090d571ec09a5 authored about 2 years ago by Tim203 <[email protected]>
Added reset method to CustomFormResponse

ad8a9d22bcd8c033749ead4a06c157fe291a40bb authored about 2 years ago by Tim203 <[email protected]>
Updated some maven plugins

0b263f3e78f6f5d74a1f391a4321d815a30b7a70 authored about 2 years ago by Tim203 <[email protected]>
Annotate rawResponseHandlers as receiving possibly null data (#8)

1915718acdbcba715974f5ae5bd6aa30048bd1ec authored about 2 years ago by Konicai <[email protected]>
Ease of use methods in custom and simple form builder (#5)

* Ease of use methods in custom and simple form builder

* Remove optionalButton(Button) and a...

b0dfa529c17ebf48058c9593f66b522815866cd1 authored about 2 years ago by Konicai <[email protected]>
Allow icon to be null in deprecated CustomForm#of from 1.0 (#7)

b477fb34fc7596b6cc124e177e871e6da5f0fd90 authored about 2 years ago by Konicai <[email protected]>
Codec and Response fixes (#6)

* Avoid JsonArray deepCopy()

* Fix CustomFormResponse#valueAt for absent components

* Drop...

b55c64dd021b8e9c49d1a59e598384d650fc6d14 authored about 2 years ago by Konicai <[email protected]>
Bump version to 1.1.1-SNAPSHOT

7594c1217f0cb676109d8da3f032d33b0359f745 authored about 2 years ago by Tim203 <[email protected]>
1.1 release

fe3ecf6432c389a3eb44a5492748172f82695f5c authored over 2 years ago by Tim203 <[email protected]>
Merge remote-tracking branch 'origin/master' into dev

# Conflicts:
# src/main/java/org/geysermc/cumulus/CustomForm.java
# src/main/java/org/geysermc/c...

4bf0b776973a6967c63444eeed866751220815da authored over 2 years ago by Tim203 <[email protected]>
Re-added Spotbugs

89c37107fb0bb7cb5c4dc76a308dca17541465ff authored over 2 years ago by Tim203 <[email protected]>
Let's try the compatibility thing again

ca0563e35cfdcbf34f6a51b187f43eb19a5d2573 authored over 2 years ago by Tim203 <[email protected]>
Should be backwards compatible with 1.0 now

3876a97fcae7b3891d36a6867703b358c3047995 authored over 2 years ago by Tim203 <[email protected]>
Add some documentation. Marked some component methods as deprecated.

cd35c580bd716beecf7c68efecbd01dc982f847c authored over 2 years ago by Tim203 <[email protected]>
Ask default value after list of options. Small other changes

1c04871f101ff492065880b785419c01b5af0cbc authored over 2 years ago by Tim203 <[email protected]>
Implemented optional components in CustomForm response

2a3431a703de69d39b4e94e89714dec25e25f3b9 authored over 2 years ago by Tim203 <[email protected]>
Slider generates a default value, step is a float. Small other changes

593649c8c617e1ae83203a06f2c5252611f09c3d authored over 2 years ago by Tim203 <[email protected]>
Improved custom form response. Added extra info to invalid result

12b47bcda04906636917b2d787493298df107a9d authored over 2 years ago by Tim203 <[email protected]>
Allow list instead of array as well

617c4d26b9097ad99561c26a25e5acec80102c6b authored over 2 years ago by Tim203 <[email protected]>
Moved some stuff and implemented optional components

b936d33c79b77dfcbf7e2e38e55c9adc43321949 authored over 2 years ago by Tim203 <[email protected]>
Added more annotations, documentation. Added and moved some stuff

dc39823767d8bc0bff46fb38720370936f21651e authored over 2 years ago by Tim203 <[email protected]>
Added a bit more detail to the deprecated message

93208bb29f3f527964d33835502b9af5dfd035f6 authored over 2 years ago by Tim203 <[email protected]>
The optional components will behave differently in 1.1

bc6996378f45e8326a45d0eed1669e58868bf68e authored over 2 years ago by Tim203 <[email protected]>
Added a bit of documentation

ac59dd1cd8113e796d815125e782ac1ca6b68155 authored over 2 years ago by Tim203 <[email protected]>
Make the codec public

60cbe6671c286c39a6c2fd585f7df4565321daf4 authored over 2 years ago by Tim203 <[email protected]>
Renamed some methods

1f2b873ee17d3e6a0150f133b3a59ef1e37d8a80 authored over 2 years ago by Tim203 <[email protected]>
Only keep artifacts of the 2 most recent builds

266d6f10178ef134f9ca6e268a3b841bd3479044 authored over 2 years ago by Tim203 <[email protected]>
Deploy builds from the 'dev' branch

aab43c0858e03817e7f2b1c091bef5d7e85fb3a4 authored over 2 years ago by Tim203 <[email protected]>
Response handlers are now result handlers

4b4cc4c9c49859e18010854568f6d77f7aa0b684 authored over 2 years ago by Tim203 <[email protected]>
Removed lombok, updated copyright, removed more get/set prefixes

5f2d767bed25cfdd6b246a4972822a5ff66cd6b5 authored almost 3 years ago by Tim203 <[email protected]>
Initial work on Cumulus changes

fbe2d3fe7854f62a4af80cd242013ce6d26078d6 authored almost 3 years ago by Tim203 <[email protected]>
Added SpotBugs

47c4f92461cb42cf1af7bae118e724b7d4dfc556 authored over 3 years ago by Tim203 <[email protected]>
Trim the data before checking

f8a3c2cf3d986c62bc4766ee550178f198bc6830 authored over 3 years ago by Tim203 <[email protected]>
Added optional methods

6beb47bbc6d0b61d84f02d544d752a2611cb26a9 authored over 3 years ago by Tim203 <[email protected]>
Added preconditions

d2b3362533deb09ce0a49f53f10b84d3bd4a028e authored over 3 years ago by Tim203 <[email protected]>
Icon is not required for CustomForms

d6913375b0171d514921d704633868c04c0437f1 authored over 3 years ago by Tim203 <[email protected]>
Use Artifactory Jenkins plugin for deployment

fbbc2e45df75ae8597e59e2a1a45aeecee354544 authored almost 4 years ago by Tim203 <[email protected]>
FormImages on Buttons should work again

dd701e63d48b840fd6569e4450dba5c7107ef626 authored almost 4 years ago by Tim203 <[email protected]>
We're in 2021 now

0aa49d360d0373c88665cd201aa6610914e21e34 authored almost 4 years ago by Tim203 <[email protected]>
Reformat using Google Java Style Guide

db2863f4c9f39d16a184e2707beba71790de01b1 authored almost 4 years ago by Tim203 <[email protected]>
Added some documentation

2809e47d54578b178ea06c6e0d77b83b53b013c0 authored almost 4 years ago by Tim203 <[email protected]>
Changed Jenkins url and name to Open Collaboration

23426fe71ac5918ab84686f10cd2a7e4612ab08f authored almost 4 years ago by Tim203 <[email protected]>
Added license and readme

e31b1602f16098c81da07221f71f92f2fae34f94 authored almost 4 years ago by Tim203 <[email protected]>
Switched from two modules back to one

03abf7e35cc3c192d65ef3df1cfda4a2bf8d9cfc authored almost 4 years ago by Tim203 <[email protected]>
Initial upload

219f1904264edb177d0221a3d35319513f1d7acc authored almost 4 years ago by Tim203 <[email protected]>