branchrust_companion_react/mastercancel

1,036 Commits over 1,553 Days - 0.03cph!

4 Years Ago
TeamMemberTile refactor, Label Refactor for Styled Components
4 Years Ago
Fixing Styling on Latest Updates Adding a Section component Refactoring Server Information and Whos Playing
4 Years Ago
Fix map grid culling
4 Years Ago
Oops forgot the pinch fix
4 Years Ago
Fix pinch zooming again, disable RN bridge spam
4 Years Ago
Fix map clamping
4 Years Ago
WIP jumpTo zoom, broke pinching though
4 Years Ago
Move Server Tile to Components Moving Team and Other server info to components refactor CSS in Server Hero
4 Years Ago
Actually working this time Getting rid of error on the touchable opacity
4 Years Ago
Touchable Opacity
4 Years Ago
Adding image to latest update
4 Years Ago
Real Data news tile
4 Years Ago
switch for newstile
4 Years Ago
Changing the styledbutton type NewsTile, Start of NavigationFooter, Active State on Navigation
4 Years Ago
Android nav bar color
4 Years Ago
Button Type Switch secondary Button type switch
4 Years Ago
bool on props Start of Button Component
4 Years Ago
removing unused declarations FontFamily bold toggle
4 Years Ago
styled-component container StyledPage Styled Heading, Adding FontFamily Component Heading colour
4 Years Ago
Adding StatusBar Merge branch 'master' of rust_companion_react
4 Years Ago
Fix map controls blocking map input on iOS
4 Years Ago
Set app to use dark theme
4 Years Ago
Fix grid culling
4 Years Ago
WIP making the map position be the center instead of top left
4 Years Ago
Hide map markers for dead players
4 Years Ago
WIP set initial map position Allow ooming in a bit more
4 Years Ago
Styled component SafeArea
4 Years Ago
Colours and Styles for Navigation/Header + SafeAreaView
4 Years Ago
Add a button to the map to jump to your position
4 Years Ago
Tick servers in parallel instead of having them block eachother
4 Years Ago
PlayerPosition says the player is in the ocean when they're outside the grid (instead of garbage coordinates)
4 Years Ago
Fix inverted Y coordinate on PlayerPosition component
4 Years Ago
Add setting to toggle the map's grid layer Add another setting to toggle grid cell lables (default off)
4 Years Ago
Fix map marker position regresion
4 Years Ago
Fix team members not updating properly because they used Long keys Fixed team member markers not updating position
4 Years Ago
Grid almost matches the game now... almost
4 Years Ago
Update team info every 10 sec (instead of 50)
4 Years Ago
Split markers into their own map layer, MapView now takes layers as children
4 Years Ago
Update push notification registration every time the app loads
4 Years Ago
Expo upgrade, some fixes, unload the map when it's not active
4 Years Ago
Memoize a bunch of components for perf, update build settings
4 Years Ago
Add settings for notification channels, moved auth code into settings instead of serverlist
4 Years Ago
More error handling
4 Years Ago
Cleanup some duplication
4 Years Ago
Autosave server list, fix map rendering wrong when server info isn't loaded yet
4 Years Ago
Remove the overpanning from the MapView and just use the map image size, fix the map breaking when switching servers
4 Years Ago
Clear server list when logging out
4 Years Ago
Add await on RPC send (fixes unhandled promise stuff)
4 Years Ago
Show loading indicators, show error component if things fail to load
4 Years Ago
Confirmation modal, confirm before removing servers