reporust_companion_reactcancel

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

5 Years Ago
Real Data news tile
5 Years Ago
switch for newstile
5 Years Ago
Changing the styledbutton type NewsTile, Start of NavigationFooter, Active State on Navigation
5 Years Ago
Android nav bar color
5 Years Ago
Button Type Switch secondary Button type switch
5 Years Ago
bool on props Start of Button Component
5 Years Ago
removing unused declarations FontFamily bold toggle
5 Years Ago
styled-component container StyledPage Styled Heading, Adding FontFamily Component Heading colour
5 Years Ago
Adding StatusBar Merge branch 'master' of rust_companion_react
5 Years Ago
Fix map controls blocking map input on iOS
5 Years Ago
Set app to use dark theme
5 Years Ago
Fix grid culling
5 Years Ago
WIP making the map position be the center instead of top left
5 Years Ago
Hide map markers for dead players
5 Years Ago
WIP set initial map position Allow ooming in a bit more
5 Years Ago
Styled component SafeArea
5 Years Ago
Colours and Styles for Navigation/Header + SafeAreaView
5 Years Ago
Add a button to the map to jump to your position
5 Years Ago
Tick servers in parallel instead of having them block eachother
5 Years Ago
PlayerPosition says the player is in the ocean when they're outside the grid (instead of garbage coordinates)
5 Years Ago
Fix inverted Y coordinate on PlayerPosition component
5 Years Ago
Add setting to toggle the map's grid layer Add another setting to toggle grid cell lables (default off)
5 Years Ago
Fix map marker position regresion
5 Years Ago
Fix team members not updating properly because they used Long keys Fixed team member markers not updating position
5 Years Ago
Grid almost matches the game now... almost
5 Years Ago
Update team info every 10 sec (instead of 50)
5 Years Ago
Split markers into their own map layer, MapView now takes layers as children
5 Years Ago
Update push notification registration every time the app loads
5 Years Ago
Expo upgrade, some fixes, unload the map when it's not active
5 Years Ago
Memoize a bunch of components for perf, update build settings
5 Years Ago
Add settings for notification channels, moved auth code into settings instead of serverlist
5 Years Ago
More error handling
5 Years Ago
Cleanup some duplication
5 Years Ago
Autosave server list, fix map rendering wrong when server info isn't loaded yet
5 Years Ago
Remove the overpanning from the MapView and just use the map image size, fix the map breaking when switching servers
5 Years Ago
Clear server list when logging out
5 Years Ago
Add await on RPC send (fixes unhandled promise stuff)
5 Years Ago
Show loading indicators, show error component if things fail to load
5 Years Ago
Confirmation modal, confirm before removing servers
5 Years Ago
Settings screen, add an setting to toggle the news section on hub, remove old camera permission stuff
5 Years Ago
Show the selected server in the drawer, update add server page to always show the full image because people put branding on them
5 Years Ago
Show a message when no server is available (instead of blank area)
5 Years Ago
Much better add server screen
5 Years Ago
Show which team member is the leader, workaround for NaNs being used as marker positions for a frame
5 Years Ago
Disable swiping through tabs cause it sucks
5 Years Ago
Switch to MaterialTopTabNavigator because it looks better and has transitions
5 Years Ago
Tab bar doesn't look as bad now
5 Years Ago
Player location component, add a little bit of padding so things aren't so cramped
5 Years Ago
Hamburger button, blog tags, disable cell lables on the map (they're slow)
5 Years Ago
Few fixes, show server details on the hub, made the hub look a bit nicer