branchrust_companion_react/mastercancel

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

5 Years Ago
padding on devices view
5 Years Ago
Server Selector re-design
5 Years Ago
update notificationtoggler and settingsrow
5 Years Ago
scale icon on toggleswitch
5 Years Ago
Hide the notification channel settings on Android (use the system UI to do it instead)
5 Years Ago
replace icons on settings menu
5 Years Ago
Update items
5 Years Ago
align notification toggle and alert Merge branch 'master' of rust_companion_react
5 Years Ago
Stop wrapping on server details
5 Years Ago
notifications inline
5 Years Ago
unused declarations tooltip message
5 Years Ago
Hub Redesign adding tooltips to notification remove server count on servers button
5 Years Ago
Fix login screen closing on Android when switching to another app
5 Years Ago
Login screen tweaks so it's not the same screen two times in a row
5 Years Ago
Login View
5 Years Ago
update placeholder asset
5 Years Ago
DetailsPopover style fixing, mockdata cluster
5 Years Ago
Proper fix for popover shifting (react-native-popover-view upgrade)
5 Years Ago
Preemptive fix for popover shifting sometimes
5 Years Ago
Testing out orientation switching
5 Years Ago
Styling clustered player overlay
5 Years Ago
Remove extra padding on remove server dialog
5 Years Ago
Contextual header component on the confirm dialog
5 Years Ago
Icon picker padding tweak so it can get 3 columns on my phone
5 Years Ago
Filter timestamps in reverse order so it doesn't do weird stuff
5 Years Ago
Hide similar timestamps in chat
5 Years Ago
Fix missing header on team tab when you're not in a team
5 Years Ago
FIx header not showing on some pages when there's a problem loading data Fix some require cycles I added recently
5 Years Ago
Press and hold devices to pick them up and reorder them
5 Years Ago
Don't use react-native-elements Avatar because it fades in every time it renders (even if the image is already loaded)
5 Years Ago
Limit the server subscription check so it doesn't run every refresh
5 Years Ago
Missed file
5 Years Ago
Centralize KeyboardAvoidingView into KeyboardAvoider so we can tweak it per platform easier
5 Years Ago
Some imports cleanup
5 Years Ago
Some FlatList optimization
5 Years Ago
Remove unused
5 Years Ago
Put the player you're signed in as as the topmost player marker
5 Years Ago
Tappng on grouped player marker will show a a list of their names
5 Years Ago
Combined player markers when they're close together
5 Years Ago
Add vending machine clusters
5 Years Ago
Commas in item quantity, hitslop
5 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
5 Years Ago
Update mock server to list sell orders and stuff
5 Years Ago
Add details popover for vending machine markers
5 Years Ago
Update protobufs for vending machine info
5 Years Ago
Add all the item info and icons (these are auto generated)
5 Years Ago
Handling for new notifications, tapping news notification opens in browser
5 Years Ago
window height check on TeamMemberList support iPad mini horizontal and above on windowheight
5 Years Ago
fix keyboard offset bug (iOS)
5 Years Ago
Use WebBrowser for blog posts, remove BlogView