branchrust_companion_react/mastercancel

1,060 Commits over 1,796 Days - 0.02cph!

5 Years Ago
Some tab bar styling, fix keyboard avoiding for chat
5 Years Ago
Headerless team tab, <Page> can apply the offset to not go under the status bar now
5 Years Ago
Remove the old color constants file
5 Years Ago
Hub team member list
5 Years Ago
Hub server info
5 Years Ago
More styled-components, maybe working image preloading, more cleanup
5 Years Ago
WIP components cleanup and pulling components/styles from Lewis's playground
5 Years Ago
Clicking blogs opens them in a fullscreen WebView now (external links will go to the actual browser though)
5 Years Ago
Revert the in-app blog view (moving to branch)
5 Years Ago
Types for styled-components Blog header image
5 Years Ago
WIP paragraphing and whitespace collapsing
5 Years Ago
WIP blog viewing
5 Years Ago
Fix map jumping to the bottom left corner
5 Years Ago
Transparent header for the map tab
5 Years Ago
Proper monument names on the map, also use the same font as the game
5 Years Ago
Switch SafeAreaView to React Navigation's copy (it lets you isable specific sides)
5 Years Ago
Fixing styling on the Settings tab
5 Years Ago
Special content on the team tab if the player isn't in a team
5 Years Ago
Set the chat input placeholder color
5 Years Ago
Fix keyboard covering chat textbox on iOS
5 Years Ago
Fix PlayerHead not showing avatar on iOS because of out of range borderRadius
5 Years Ago
Add a <StatusBar> back in cause it maybe does stuff for iOS
5 Years Ago
Add jarryd to the mocking data
5 Years Ago
NetworkImage will now show the placeholder image if the image fails to load for whatever reason
5 Years Ago
Add the top left back button back to the settings and pairing screens
5 Years Ago
Navigation cleanup (also fixes the header swiping away when animating)
5 Years Ago
WIP color swatch stuff Finish up swatches, AsyncButton uses it to set color themes with one prop
5 Years Ago
Fix require cycle Don't show rust logo on PageMessage when there's a retry button (so it doesn't get pushed off screen) Fix map jumping away from your player when loading
5 Years Ago
Retry button on pages if a server fails to load
5 Years Ago
Login screen shows error if the page fails to load
5 Years Ago
Fix hub not showing news when you have no servers paired
5 Years Ago
Split navigation into multiple files
5 Years Ago
Fix pairing notifications sticking around after opening the pairing screen automatically
5 Years Ago
Fix new server not being selected after confirming it
5 Years Ago
Don't report timeout errors
5 Years Ago
Fix map jumping weirdness? Tick servers independently
5 Years Ago
Fix require cycle
5 Years Ago
Fix map animating on first load
5 Years Ago
Add loading indicators to the login page
5 Years Ago
Fix the steam login page rendering under the status bar
5 Years Ago
Map now tracks the player's position (unless you've dragged it around)
5 Years Ago
Fix headerMode float for team tab
5 Years Ago
Try out floating header mode to fix the header swiping when changing tabs
5 Years Ago
Moved DevMenu
5 Years Ago
Report websocket connection failure as a proper error, handle them in the error reporting
5 Years Ago
Sentry integration
5 Years Ago
No header for login page, transparent status bar too
5 Years Ago
Fix trying to show both the online dot and leader star
5 Years Ago
Workaround to allow chat text selection
5 Years Ago
Enable selectable for chat messages, doesn't work though