reporust_companion_reactcancel

1,437 Commits over 1,645 Days - 0.04cph!

4 Years Ago
Trigger requests and display the response in a test modal
4 Years Ago
Preemptive fix for popover shifting sometimes
4 Years Ago
Testing out orientation switching
4 Years Ago
Styling clustered player overlay
4 Years Ago
Remove extra padding on remove server dialog
4 Years Ago
Contextual header component on the confirm dialog
4 Years Ago
Icon picker padding tweak so it can get 3 columns on my phone
4 Years Ago
Filter timestamps in reverse order so it doesn't do weird stuff
4 Years Ago
Hide similar timestamps in chat
4 Years Ago
Fix missing header on team tab when you're not in a team
4 Years Ago
FIx header not showing on some pages when there's a problem loading data Fix some require cycles I added recently
4 Years Ago
Press and hold devices to pick them up and reorder them
4 Years Ago
Don't use react-native-elements Avatar because it fades in every time it renders (even if the image is already loaded)
4 Years Ago
Limit the server subscription check so it doesn't run every refresh
4 Years Ago
Missed file
4 Years Ago
Centralize KeyboardAvoidingView into KeyboardAvoider so we can tweak it per platform easier
4 Years Ago
Some imports cleanup
4 Years Ago
Some FlatList optimization
4 Years Ago
Remove unused
4 Years Ago
Put the player you're signed in as as the topmost player marker
4 Years Ago
Tappng on grouped player marker will show a a list of their names
4 Years Ago
Combined player markers when they're close together
4 Years Ago
Add vending machine clusters
4 Years Ago
Commas in item quantity, hitslop
4 Years Ago
Add another mock sell order where there's a very high amount in stock Fix weird white border showing while the popover is animating in/out
4 Years Ago
Update mock server to list sell orders and stuff
4 Years Ago
Add details popover for vending machine markers
4 Years Ago
Update protobufs for vending machine info
4 Years Ago
Add all the item info and icons (these are auto generated)
4 Years Ago
Handling for new notifications, tapping news notification opens in browser
4 Years Ago
window height check on TeamMemberList support iPad mini horizontal and above on windowheight
4 Years Ago
fix keyboard offset bug (iOS)
4 Years Ago
Use WebBrowser for blog posts, remove BlogView
4 Years Ago
update splash visuals
4 Years Ago
Fix the connection test alwys passing (but still somehow working out in the end)
4 Years Ago
Force close the connection if the test fails
4 Years Ago
Soft refresh fixes
4 Years Ago
Test the connection when returning to the app in case we don't get the disconnect event
4 Years Ago
Retry button for map tab
4 Years Ago
Tweak reportError - don't push to Sentry in dev mode, always log to the console
4 Years Ago
Do a soft reload of everything when returning to the app after the connection to the game closes
4 Years Ago
Fix GameConnection never firing state changes for connected or failed to connect
4 Years Ago
Disable server ticking when the app isn't active
4 Years Ago
Add alarm notification setting in-app, move logout button to the very bottom of settings
4 Years Ago
Fix scrolling on the devices page
4 Years Ago
modal styling Add Server Modal changing everything to components passing title and description as props remove button padding Merge branch 'master' into Modals Modalbody, footer, header and icon picker + addentity modal use GameIcon in ModalIconPicker pass props through to iconpicker header using GameIcon and prop styling for position GameIcon style prop, modalbody padding, header props Pull real data into AddEntityTest adding iconswitcher functionality back More data to the modals Add asyncbuttons to modal footer new edit entity modal, replace old set devices to use container, remove unneeded margin Dialogs on edit switch notification on smart alarm adding Delete device modal add navigation go back on cancel pageMessage alignment fix Hook up the new AddServer Hook up new AddEntity modal Fix new EditEntity screen Hook up new confirmation modal
4 Years Ago
Hook up new confirmation modal
4 Years Ago
Fix new EditEntity screen
4 Years Ago
Hook up new AddEntity modal
4 Years Ago
Hook up the new AddServer