Lossy
Lossy
Hello, I was playing around with the sample app you've provided and I noticed a quirk with the top header, along with a crash. The first issue might be related...
### Expected Behavior Don't crash, basically 😊 ### Actual Behavior java.lang.NullPointerException when disconnecting to quickly after logging in. This shoudn't happen in most cases, but since the example literally disconnects...
This is kind of a rolling issue list of PR's over at SteamKit that have been merged or pushed to it. Not everything below may be applicable to JavaSteam, if...
### Description Versions generator now places file in correct package path. Tweaked JavaGen to stop duping EMsg imports in `MsgHdrProtoBuf` and `MsgHdr` ### Checklist - [x] Code compiles correctly -...
### Description From PR 704 on SteamKit Add SteamMatchmaking - creating, retrieving, listing, joining and leaving lobbies. Note: I only made up a quick unit test for FriendCache.java. Everything else...
JavaSteam currently targets Java 1.7. Limiting some of the new java features that could be used to implement SteamMatchMaking and AccountCache easily; as provided in SteamKit. Android support for low...
### Description Update dependencies. Update gradle Target Java 11 Update CI to use Java 11 BREAKING: Protobufs is using v26+, GeneratedMessageV3 is now GeneratedMessage and is **_not_** backwards compatible. See:...
https://github.com/SteamRE/SteamKit/pull/1282 (Merged) https://github.com/SteamRE/SteamKit/pull/1283 (Merged)
There is an open issue at steam kit about redoing the samples folder, issue 1290. Throwing an issue here to keep watch for any changes that may happen to it....
**Describe the bug** 4.0.2-3 I'm updating a hobby project from v3.3.0 to 4.0.+ and it seems I am unable to render a QR code through Jetpack compose. I am using...