reporust_companion_reactcancel

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

4 Years Ago
Show a spinner when registering push notifications, error symbol if it fails
4 Years Ago
Notification icon and Android task switcher color
4 Years Ago
Fix going back from the hub taking you to the authenticating page Fix setting staying open after logging out and logging back in
4 Years Ago
Give the header back button a background when floating Change zoom out clamp to avoid breaking the pan clamps
4 Years Ago
Create notification channels for Android
4 Years Ago
Set some WebView flags so blogs on iOS maybe wont be so bad
4 Years Ago
Version bump
4 Years Ago
Make blog tags consistent with website
4 Years Ago
Error handling for login, make it look a bit nicer
4 Years Ago
Move the intro before login so we can hide a click
4 Years Ago
Finishing touches on the header changes - fixes the height being wrong for me for some reason
4 Years Ago
Switch login to use a browser modal (needs UX polish)
4 Years Ago
Adding custom header to all pages
4 Years Ago
styling asyncbutton and overlays
4 Years Ago
Floating circle button styling
4 Years Ago
circle button floating prop
4 Years Ago
Include the settings button on the map tab
4 Years Ago
bold header Merge branch 'master' of rust_companion_react Header height and circle button style
4 Years Ago
Set the app background color
4 Years Ago
Remove a bunch of broken safe areas, properly handle safe areas for the tab page headers and team header
4 Years Ago
padding and colour
4 Years Ago
tab spacing
4 Years Ago
Navigation tab styling
4 Years Ago
Use a custom header component for the tab pages so we don't have layout flickers switching between some tabs
4 Years Ago
Use SafeAreaProvider and SafeAreaView from react-native-safe-area-context -- fixes the header problems, maybe tabs?
4 Years Ago
Icon and tab sizing page headers and styling
4 Years Ago
tab height
4 Years Ago
Fix hidden text on iOS asyncbutton more hidden text things
4 Years Ago
Tabs on iOS and Header white BG
4 Years Ago
Make the map more zoomed in by default
4 Years Ago
Fix "inactive" smart alarm text overflowing Switch to the plain tab view, add a fake page header for Devices page because toggling the header has one frame of weirdness
4 Years Ago
Default map cell labels to on
4 Years Ago
Version numbers styling, hit slops on the hub header buttons
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
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
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