reporust_companion_reactcancel
1,104 Commits over 1,796 Days - 0.03cph!
Mostly working React Navigation 5 with compatibility layer
Don't use the compat layer for the modal stack
Remove HeaderStyle duplication
Get rid of the compatibility layer for tabs too
Change header based on the tab thats open
Fix null reference after signing in
Fix skip button on intro doing nothing
Header style fix
Install proper versions of some packages
Fix/workaround status bar weirdness
Install proper versions of some packages
Fix null reference after signing in
Fix skip button on intro doing nothing
Change header based on the tab thats open
Get rid of the compatibility layer for tabs too
Remove HeaderStyle duplication
Don't use the compat layer for the modal stack
Mostly working React Navigation 5 with compatibility layer
Expo upgrade + package updated (without React Navigation)
Fix some style and type checker warnings
Another missing unit in styles
Asynchronously register the device for push notifications (will need some UI to show status later)
Remove GlobalState so fast refresh should work properly (hopefully)
Map fixes (but still uses some setValue)
Update splash and Android status bar config
Remove a bunch of setValues from the map, also removed a hacky bit of code in the process
Revert splash screen changes -- apparently this background color is used for all screens and bleeds through for a frame sometimes
Expo upgrade + package updated (without React Navigation)
Fix some style and type checker warnings
Another missing unit in styles
Asynchronously register the device for push notifications (will need some UI to show status later)
Remove GlobalState so fast refresh should work properly (hopefully)
Map fixes (but still uses some setValue)
Update splash and Android status bar config
Remove a bunch of setValues from the map, also removed a hacky bit of code in the process
Revert splash screen changes -- apparently this background color is used for all screens and bleeds through for a frame sometimes
Revert splash screen changes -- apparently this background color is used for all screens and bleeds through for a frame sometimes
Upate the blog endpoint, remove unused stuff
Remove a bunch of setValues from the map, also removed a hacky bit of code in the process
Update splash and Android status bar config
Map fixes (but still uses some setValue)
Remove GlobalState so fast refresh should work properly (hopefully)
Asynchronously register the device for push notifications (will need some UI to show status later)
Another missing unit in styles
Fix some style and type checker warnings
Expo upgrade + package updated (without React Navigation)
Replace ListItem on Settings screen with our own component (fixes white flash in Android page transition)
Debounce opening modals so it's harder/impossible to open it multiple times
PageMessage positioning between tabs (only devices page is off now)
Remove the "you have no paired servers" message, make PageMissingServer consistent with it
Hide server list info headers when the user has more than 3 paired servers
Hide the jump to player button when the map is already following the player
Support adding multiple mock servers
Authenticating screen spinner styling
Back button should be grey to match other header buttons
Smaller font size on player marker
Make settings button consistent with server switcher
Removed header title for Hub
Removed useless headers from Devices and News tabs
Make map jump to your death marker if you're dead
Hide player markers of dead people
Add smart switch and alarm icons, use them as the defaults for those entities
Fix weird centering on PageMessage
TypeScript upgrade
Update protos (removes MapNote.id)
Fix map jumping to the bottom left instead of center when there's no player marker
Fix possible divide by zero (and possible hard crash in reanimated)
Simplified keyboard theme code
Better authenticating screen
Made the chat send button a bit easier to hit
Better ChatInput behavior
Memoize a bunch of stuff + some cleanup
Add margin between server name and the radio button on the server switcher (so long names dont almost touch it)
Use the right icon for BackButton
Don't show a checkmark on servers that aren't selected
Allow AsyncButton to be styled again, remove redundant styles (hopefully this isn't the cause of the iOS problem...)
Confirm dialog colors "cancel" buttons grey instead of green
Don't use a transparent header on the blog because it overlaps the blog when you scroll down
Fix server switcher height calculation
Fix server switcher height not updating properly when changing
Don't allow the hub to go behind the status bar
Improve server title positioning
Set tab page navigationOptions properly now that they're memoized