userlamalovecancel
branchrust_companion_react/mastercancel

794 Commits over 1,553 Days - 0.02cph!

4 Years Ago
Version bump
4 Years Ago
Show notification settings on Android
4 Years Ago
Remove the extra keyboard avoider workaround because its very broken on some phones and shrinks the view permanantly
4 Years Ago
Refactored browser popup compatibility check into a function, stick it in a try-catch because the check can throw on Android apparently
4 Years Ago
Collecting more workrounds for the Expo keyboard issue - phones should work nicely without gaps on any devices with this
4 Years Ago
Fix incorrect touch target location for retry button
4 Years Ago
Whitelist store.steampowered.com too
4 Years Ago
Log errors for the login webview
4 Years Ago
Whitelist help.steampowered.com
4 Years Ago
Fall back to webview for login on iOS 12 or under
4 Years Ago
Only show server.url if it's https://
4 Years Ago
Fix crash when pairing a server with an empty description
4 Years Ago
Use the correct chat message length limit
4 Years Ago
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
4 Years Ago
Fix the legal section trying to shrink when opening the dev menu
4 Years Ago
Probably fix error when removing servers
4 Years Ago
Add an in-app beta testing notice
4 Years Ago
Remove some code duplication in the hub
4 Years Ago
Remove some text that slipped through
4 Years Ago
Login page background work (should hopefully fill the screen now)
4 Years Ago
Scale the CH47 marker down so it's not nearly as big as the cargo ship
4 Years Ago
Workaround a bug that makes closing the keyboard suck for iOS on the team chat tab
4 Years Ago
Fix long names pushing the toggle switch away
4 Years Ago
Wrap the legal stuff in a SafeAreaView
4 Years Ago
Icon picker style and safe area fixes
4 Years Ago
Publish master to the staging release channel
4 Years Ago
Disable github actions on every commit
4 Years Ago
Update description Version bump
4 Years Ago
Doubled the size of the CH47 marker
4 Years Ago
Add description Update review instructions
4 Years Ago
Move the news back into a tab
4 Years Ago
Terms of service and privacy policy links + legal line
4 Years Ago
Fix grid culling
4 Years Ago
Fix map grid lines disappearing when zoomed in
4 Years Ago
News fixes for android
4 Years Ago
Basic scale remapping so initial zoom and clamping is device independent (instead of broken)
4 Years Ago
Revert "Fix the map getting stuck in a crazy state when viewing small maps on large tablets" This reverts commit cc52c2ad9d2b4d7f9d43ce7315fa58b543c47d48. Fix map updating when it hasn't been setup yet
4 Years Ago
Fix the map getting stuck in a crazy state when viewing small maps on large tablets
4 Years Ago
Fix syntax error
4 Years Ago
Disable preloading for iOS cause the required events don't fire
4 Years Ago
Remove webview
4 Years Ago
Disable pointer events on bottom gradient Avoid switching components so we can try to preserve state on orientation change Remove tap to show chat time because we hide redundant timestamps and they aren't so big anyway
4 Years Ago
Fix spacing so everything works properly in portrait, landscape, and the modal
4 Years Ago
Placeholder facepunch branding in the settings menu
4 Years Ago
Add review instructions
4 Years Ago
Remove filesystem test page Fix a type checking error for details popup
4 Years Ago
Don't show dev menu by default
4 Years Ago
Update page message text
4 Years Ago
Update FUE text
4 Years Ago
Remove androidNavigationBar config because it's a bit broken