branchrust_companion_react/mastercancel
818 Commits over 1,796 Days - 0.02cph!
Move root model providers to wrap everything (fixes ErrorBoundary crash due to inaccessible localization model)
Automatically toggle between direct connect and proxying - should fix connection issues that only affect wifi or data, or people connecting to a locally hosted server
Disable automatic OTA update downloading - use the settings menu to manually update instead
Going through some keyboard avoider problems after upgrading
Adjusting item and vending machine text for some better contrast, fix Linking package warning
expo upgrade to SDK 38
Update everything else
Compile error fixes, remove unused
Oops forgot to whitelist english
Whitelist moment locales to try because it'll crash for anything else
Fix norwegian bricking the app?
Fix wrong localization key on the hub
More reliable momentjs setup
Add UI to select which language to use in the app
Update localization code to support language switching at runtime
Fix notification toggler appearing over retry buttons
Add localization for hapis monuments, update localization
Show a proper error message if device registration fails (most likely because notifications are disabled)
Fix server time being labeled as the map
Bug fixes (including making chinese work for real)
Fix retry button not using the right localization key
Fix notification setup error and hub header not localizing
More consistent button spacing on the settings page
Lowercase the original locale string (should make portugese and chinese actually work)
Stick all the localization stuff in try catches because I'm sure someone will have a messed up phone where it crashes (even though it shouldn't)
Fix tapping on notifications not loading the page it should when the app isn't already loaded
Fix missing translation on the combined player map marker
Set moment's locale as well so timestamps are translated properly
Add button links to submit feedback or help translate in settings, hook up other languages from crowdin
Drop i18n-js cause it sucks
WIP support for other languages
Make TeamMemberList scrollable when you have more than 6 members in your team
Remove event handlers from sockets when closing them (possible fix for duplicated chat messages)
Fix some marker misalignments in RTL layouts
Fix map grid on RTL layouts
Almost fixed marker positions in RTL layouts
Fix map position in RTL layout
Fix pan and zoom in map for RTL layouts
Fix switches disappearing on RTL layouts when they're turned on
Automaticlly check for updates (doesn't download them automatically)
Allow direct connections on iOS too