Skip to content

Commit

Permalink
add runeshare (#7156)
Browse files Browse the repository at this point in the history
* Add RuneShare plugin

* Try to address Gson issue in build

```
Do not create fresh Gson instances, always @Inject the client's Gson.
You can customize it by calling .newBuilder() on it
```

* Inject Gson instead of initializing it

Trying to address this build error
```
Do not create fresh Gson instances, always @Inject the client's Gson.
You can customize it by calling .newBuilder() on it
```

* Update commit to address PR feedback

* Add defaults for configs
* Use `okHttpClient` and `enqueue` the request so it doesn't block the client thread and swing thread

* Update commit to "Default auto sync to false (i.e. manual sync)"

* Use Swing thread instead of Client thread

See #7156 (comment)
  • Loading branch information
kcdragon authored Dec 28, 2024
1 parent c00d6ba commit 9967e2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/runeshare
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
repository=https://github.com/kcdragon/runeshare-plugin.git
commit=94bc765e077b786f18730624727908819258f39e
warning=This plugin submits your bank tag tab data and IP address to a server not controlled or verified by the RuneLite developers.

0 comments on commit 9967e2a

Please sign in to comment.