branchrust_companion_react/mastercancel
1,060 Commits over 1,796 Days - 0.02cph!
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
Directly connect to the game if you're not on data (faster and more reliable!)
Version bump again because google
Pass the app build number when connecting to servers, make development mode connect to staging servers
Disable ticking when a server has an error
Fix for the "server offline" page almost never showing up
Log JS bundle cleanup errors
Add an indicator to the settings button to show when an update is available
Checking for updates will now delete old JS bundles on Android (reduces storage use)
Try catch keep awake code because apparently everything can go wrong
Automatically close connections when switching away from the app, restore them when coming back
Put a notification error indicator on the "no servers available" screen as well as the hub (because Fire tablets don't work and some phones have issues)
Skip redundant calls to turn on/off keep awake
Refactor 4 useStates into 1 (possibly fixes a weird mock server issue?)
Ignore not_found and message_not_sent error codes
Merge branch 'release'
Ignore rate_limit and banned errors too
Disable automatic OTA updates (only takes effect for the next store build)
Fix the helicopter blade animation so it's not low framerate anymore