reporust_companion_reactcancel
1,104 Commits over 1,796 Days - 0.03cph!
Update protos, invalidate the map cache when a server's map changes
Cargo ship and heli marker size fixes, also give the heli two sets of blades like the game
Show an error icon on paired devices which are no longer accessible
Test self hosted actions runner
Tapping notifications will now switch to that server, or if the server isn't paired, allow you to disable all notifications from that server
Juggle the notification type definitions to include server info in everything
Fix map note markers not updating
Try to update expo-web-browser for a bug fix
Fix the logout button failing when your token expires
Fix login failures not being handled by the authenticating page anymore
New notification icon with no padding
Simple error boundary to catch all React rendering errors
Only show queued players if the server is full
Add an option to hide vending machine map markers
Try out BlurView for the transparent headers
Fix unregisterDevice
Warm up and cool down the browser during login on Android
Fix removing a device making the tab switch after
Version bump
Unregister the device when logging out (stops push notifications)
Fix notifications in standalone Android builds (adds expo.android.config.googleSignIn.apiKey)
Add some logging and better error reporting to notifications
Show a spinner when registering push notifications, error symbol if it fails
Notification icon and Android task switcher color
Fix going back from the hub taking you to the authenticating page
Fix setting staying open after logging out and logging back in
Give the header back button a background when floating
Change zoom out clamp to avoid breaking the pan clamps
Create notification channels for Android
Set some WebView flags so blogs on iOS maybe wont be so bad
Make blog tags consistent with website
Error handling for login, make it look a bit nicer
Move the intro before login so we can hide a click
Finishing touches on the header changes - fixes the height being wrong for me for some reason
Switch login to use a browser modal (needs UX polish)
Floating circle button styling
Include the settings button on the map tab
Set the app background color
Remove a bunch of broken safe areas, properly handle safe areas for the tab page headers and team header
Use a custom header component for the tab pages so we don't have layout flickers switching between some tabs
Use SafeAreaProvider and SafeAreaView from react-native-safe-area-context -- fixes the header problems, maybe tabs?
Make the map more zoomed in by default
Fix "inactive" smart alarm text overflowing
Switch to the plain tab view, add a fake page header for Devices page because toggling the header has one frame of weirdness
Default map cell labels to on
Version numbers styling, hit slops on the hub header buttons
Bring the auth stack off the compatibility layer, remove the dynamic below status bar stuff for the login page
Hide the links to other blogs and stuff in BlogView
Reduce the openModal debounce to 1 second
Fix update and login buttons shrinking when toggling the dev menu
Switch the dev menu to use AsyncButton so it's consistent between Android and iOS
Use proc for ToggleSwitch (should speed up mount speed....)
Fix/workaround status bar weirdness