* Update chatpanel to v1.2
Add Pop out window
Add Line spacing
Add background coloring options
Adjust Chat Area Height default
* Add popinbutton2 to empty panel
Added popinbutton2 to the panel while chat is popped out.
Added min size for window while popped out. (very very tiny)
* Adjust popinbutton2 and tooltip
I moved popinbutton2 out of the config section and into popout section and that seems to display better.
Added (can cause weirdness) to tooltip about Always on Top after briefly experiencing a strange windowing issue on X11 that I can't seem to recreate outside of a single day. Not sure if it was related, disclaimer just in case.
* Add authors=
I saw some plugins had authors=, and I didn't want to be left out lol.
Not sure if I'm supposed to be adding this.
* Star Miners plugin flatlaf migration
Makes old plugin version work after runelite´s flatlaf migration
* No longer using depreceated WidgetInfo & WidgetID
This fixes two issues:
1) The hint arrow no longer gets cleared when on a task
42d6b1a539
2) The highlights no longer stack up the longer you steal artefacts
d584b22ef8
* Update droptracker
* Update droptracker
Added much more efficient backend data management and updated the way the client interacted with it.
Changed from using a WiseOldMan connection to determine clan members to our own API.
Added an overlay for drops waiting for submission, and began implementing automated events (WIP)
* Change links to HTTPS
Removed some unnecessary commenting + updated URLs to use HTTPS.
* Fix build error
* Update droptracker
Fixed some outdated URLs that were causing issues
* org.json -> com.google.json
Changed logic to google gson, compressed the event_icon image
* Fixed build.gradle