mschiller890
  • Joined on 2026-03-10
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 20:16:37 +02:00
4b6039d8a4 Added JoinByIPScreen.cpp to the source list
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 20:15:18 +02:00
1e908423d5 Replaced std::stoi(port) with atoi(port.c_str()) call because of Android NDK
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 19:40:16 +02:00
7f3af5c98a Implemented openURL for android and updated init logic
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 19:38:56 +02:00
d82d19be68 Updated the Discord link (and removed color tags cuz they were messing up the URL)
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 19:37:13 +02:00
33590751c5 Added openURL(String) helper
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 19:10:10 +02:00
a80d2ee847 Fix NPE in MainActivity.onDialogCompleted by guarding showSoftInput call with null focus check
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 12:49:06 +02:00
09d28be195 Updated Android build version from 0.4.0 to 0.6.1-alpha-<build>
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 12:48:00 +02:00
ffd9dda611 Upload files to "project/android"
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 12:46:19 +02:00
6ed2d40edc Update build.ps1
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 12:31:54 +02:00
ce6a987651 Game now asks for storage permission during runtime
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 12:27:38 +02:00
23cdc15285 Bumped minSdk to 24
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 12:27:13 +02:00
904bf68cd6 Bumped minSdk to 24
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 12:21:12 +02:00
e529bd5d64 Fixed Done button not working and backspace on Android
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 12:19:51 +02:00
099b560273 oopsie
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 11:03:08 +02:00
2d70b68b73 Fixed Done button not working and backspace on Android
mschiller890 pushed to main at Kolyah35/minecraft-pe-0.6.1 2026-03-11 11:01:33 +02:00
01f78eabc7 Upload files to "src"
mschiller890 created pull request Kolyah35/minecraft-pe-0.6.1#1 2026-03-10 20:45:08 +02:00
A lot of stuff.