branchrust_companion_react/mastercancel
818 Commits over 1,796 Days - 0.02cph!
Directly connect to the game if you're not on data (faster and more reliable!)
Version bump again because google
Pass the app build number when connecting to servers, make development mode connect to staging servers
Disable ticking when a server has an error
Fix for the "server offline" page almost never showing up
Log JS bundle cleanup errors
Add an indicator to the settings button to show when an update is available
Checking for updates will now delete old JS bundles on Android (reduces storage use)
Try catch keep awake code because apparently everything can go wrong
Automatically close connections when switching away from the app, restore them when coming back
Put a notification error indicator on the "no servers available" screen as well as the hub (because Fire tablets don't work and some phones have issues)
Skip redundant calls to turn on/off keep awake
Refactor 4 useStates into 1 (possibly fixes a weird mock server issue?)
Ignore not_found and message_not_sent error codes
Merge branch 'release'
Ignore rate_limit and banned errors too
Disable automatic OTA updates (only takes effect for the next store build)
Fix the helicopter blade animation so it's not low framerate anymore
Fix some redundant renders on the map
Refactor away a flatMap call (fixes map crash on older phones with grid labels enabled)
Add an option to keep the screen awae
In-app ToS and privacy policy fixes
Update items, add new icons (igniter, sprinkler, heater), run npx expo-optimize
Show notification settings on Android
Remove the extra keyboard avoider workaround because its very broken on some phones and shrinks the view permanantly
Refactored browser popup compatibility check into a function, stick it in a try-catch because the check can throw on Android apparently
Collecting more workrounds for the Expo keyboard issue - phones should work nicely without gaps on any devices with this
Fix incorrect touch target location for retry button
Whitelist store.steampowered.com too
Log errors for the login webview
Whitelist help.steampowered.com
Fall back to webview for login on iOS 12 or under
Only show server.url if it's https://
Fix crash when pairing a server with an empty description
Use the correct chat message length limit
Add a fallback to webview for the login flow for Android phones which don't support Chrome custom tabs properly
Also open blogs and stuff in the browser app if custom tabs aren't supported
Fix the legal section trying to shrink when opening the dev menu
Probably fix error when removing servers
Add an in-app beta testing notice
Remove some code duplication in the hub
Remove some text that slipped through
Login page background work (should hopefully fill the screen now)
Scale the CH47 marker down so it's not nearly as big as the cargo ship
Workaround a bug that makes closing the keyboard suck for iOS on the team chat tab
Fix long names pushing the toggle switch away
Wrap the legal stuff in a SafeAreaView
Icon picker style and safe area fixes
Publish master to the staging release channel