reporust_companion_reactcancel

1,479 Commits over 1,796 Days - 0.03cph!

5 Years Ago
Mostly upgrade to React Navigation v5 (from v3) * They removed switch navigators so will need to do that another way * Forwarding screen options from tab to stack is totally broken because they removed some fucntions it needs (probably another way to do it) * Performance is awful (in dev mode at least) * Warnings spewing out of a few things
5 Years Ago
Upgrade to Expo SDK 36
5 Years Ago
Icon changes
5 Years Ago
Fix sentry sourcemap upload
5 Years Ago
Fix some switch issues
5 Years Ago
Update protos
5 Years Ago
Setup intro screen (with temp useless content)
5 Years Ago
Icon picker and stuff for add device screen
5 Years Ago
Setting entity name on the add device screen, need to do the icon picker now
5 Years Ago
Entity pairing page styling
5 Years Ago
Fix sudden huge gap on hub, better spacing on pairing buttons
5 Years Ago
Some pairing page tweaks (wip)
5 Years Ago
Devices page styling
5 Years Ago
WIP custom switch component so we can style it nicely
5 Years Ago
Server list styling
5 Years Ago
Remove duplicate SettingsButton
5 Years Ago
No transparent headers on some modals
5 Years Ago
Add messages back to the mock server
5 Years Ago
Show team chat loading indicator, show special screen when the chat is empty
5 Years Ago
Remove console.log
5 Years Ago
Fix getting trapped outside the app when the player login token expires
5 Years Ago
Loosen up the map panning, tighten the overpanning clamping
5 Years Ago
Fix some ServerHeader image weirdness
5 Years Ago
Fix jumpToPlayer warning when switching servers
5 Years Ago
Lerp tweaks
5 Years Ago
Add lerpAngle to lerp rotation of cargoship and CH47 markers
5 Years Ago
Proper lerp (and it's reusable)
5 Years Ago
Use correct background color for map, fix lerping triggering on map load
5 Years Ago
Almost working map marker lerping
5 Years Ago
Configure Moment to output in local time
5 Years Ago
Fix require cycle
5 Years Ago
Server notification toggle button
5 Years Ago
Update api link
5 Years Ago
Fix broken map lower bound clamping at higher zooms
5 Years Ago
Get rid of more unnecessary model updates, don't constantly update the map coords, fix the app letting you skip login with broken authentication
5 Years Ago
Make jump to player button use the player's map marker instead (it's updated more frequently)
5 Years Ago
Cache map focus position so we don't need to update it all the time
5 Years Ago
Remove debug markers
5 Years Ago
FIx header not showing your own avatar
5 Years Ago
Fix some unnecessary model updates
5 Years Ago
Forgot to add the CH47 blades back
5 Years Ago
CH47 marker
5 Years Ago
Fix login page showing a header
5 Years Ago
Fix team members not hiding when the keyboard is open, fix being able to send chat messages more than once
5 Years Ago
Vending machine map marker
5 Years Ago
Map markers should update at the same time as other markers now, fix mock server not using your SteamID (which broke chat formatting)
5 Years Ago
Fix MarkerRoot never updating the position, add crate, explosion, and cargo ship (wip) markers
5 Years Ago
Add other markers to the map (need to do the components for them still)
5 Years Ago
Settings button styling, navigation props and header style
5 Years Ago
Adding header titles to pages, drawer content, settings button