userlamalovecancel
reporust_companion_reactcancel

1,062 Commits over 1,645 Days - 0.03cph!

4 Years Ago
Bring the auth stack off the compatibility layer, remove the dynamic below status bar stuff for the login page
4 Years Ago
Hide the links to other blogs and stuff in BlogView
4 Years Ago
Devices page tweaks
4 Years Ago
Reduce the openModal debounce to 1 second
4 Years Ago
Fix update and login buttons shrinking when toggling the dev menu Switch the dev menu to use AsyncButton so it's consistent between Android and iOS
4 Years Ago
Use proc for ToggleSwitch (should speed up mount speed....)
4 Years Ago
Version bump
4 Years Ago
Fix/workaround status bar weirdness
4 Years Ago
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
4 Years Ago
Install proper versions of some packages
4 Years Ago
Header style fix
4 Years Ago
Fix null reference after signing in Fix skip button on intro doing nothing
4 Years Ago
Change header based on the tab thats open
4 Years Ago
Get rid of the compatibility layer for tabs too
4 Years Ago
Remove HeaderStyle duplication
4 Years Ago
Don't use the compat layer for the modal stack
4 Years Ago
Mostly working React Navigation 5 with compatibility layer
4 Years Ago
Update some packages
4 Years Ago
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
4 Years Ago
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
4 Years Ago
Revert splash screen changes -- apparently this background color is used for all screens and bleeds through for a frame sometimes
4 Years Ago
Upate the blog endpoint, remove unused stuff
4 Years Ago
Remove a bunch of setValues from the map, also removed a hacky bit of code in the process
4 Years Ago
Update splash and Android status bar config
4 Years Ago
Map fixes (but still uses some setValue)
4 Years Ago
Remove GlobalState so fast refresh should work properly (hopefully)
4 Years Ago
Asynchronously register the device for push notifications (will need some UI to show status later)
4 Years Ago
Another missing unit in styles
4 Years Ago
Fix some style and type checker warnings
4 Years Ago
Expo upgrade + package updated (without React Navigation)
4 Years Ago
Some ChatInput styling
4 Years Ago
Replace ListItem on Settings screen with our own component (fixes white flash in Android page transition)
4 Years Ago
Debounce opening modals so it's harder/impossible to open it multiple times
4 Years Ago
PageMessage positioning between tabs (only devices page is off now)
4 Years Ago
Remove the "you have no paired servers" message, make PageMissingServer consistent with it
4 Years Ago
Hide server list info headers when the user has more than 3 paired servers
4 Years Ago
Bump to 0.0.5
4 Years Ago
Hide the jump to player button when the map is already following the player
4 Years Ago
Support adding multiple mock servers Authenticating screen spinner styling Back button should be grey to match other header buttons
4 Years Ago
Smaller font size on player marker
4 Years Ago
Make settings button consistent with server switcher Removed header title for Hub Removed useless headers from Devices and News tabs
4 Years Ago
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
4 Years Ago
Fix weird centering on PageMessage
4 Years Ago
TypeScript upgrade Update protos (removes MapNote.id)
4 Years Ago
Rename to Rust+
4 Years Ago
Fix map jumping to the bottom left instead of center when there's no player marker
4 Years Ago
Fix possible divide by zero (and possible hard crash in reanimated)
4 Years Ago
Simplified keyboard theme code Better authenticating screen
4 Years Ago
Made the chat send button a bit easier to hit
4 Years Ago
Hub memoizing, cleanup