-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.19 login support. No chat support yet.
- 1.19 is unlisted and 1.18.2 is still default. - Add disconnect translations for 1.19. - Support new 1.19 login packet format. - Chat signing is broken, so is chat format parsing.
- Loading branch information
Showing
6 changed files
with
84 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
- Finish online mode support. | ||
- Add icon and configure app.json. | ||
- Reduce bundled icons (1.3 MB per APK). | ||
- Fix issue with split-screen when connected. | ||
- Work on replacing auto /spawn with auto commands. | ||
- Handle graceful disconnect when being hit by the OOM killer? | ||
- https://reactnative.dev/docs/performance (esp when logging in, causes crashes) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ export const protocolMap = { | |
1.18: 757, | ||
'1.18.1': 757, | ||
'1.18.2': 758, | ||
1.19: 759, | ||
auto: -1 | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters