branchrust_companion_react/mastercancel

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

5 Years Ago
Update localization code to support language switching at runtime
5 Years Ago
Fix notification toggler appearing over retry buttons
5 Years Ago
Add localization for hapis monuments, update localization
5 Years Ago
Show a proper error message if device registration fails (most likely because notifications are disabled)
5 Years Ago
Update translations
5 Years Ago
Fix server time being labeled as the map
5 Years Ago
Bug fixes (including making chinese work for real)
5 Years Ago
Fix retry button not using the right localization key
5 Years Ago
Fix notification setup error and hub header not localizing
5 Years Ago
More consistent button spacing on the settings page
5 Years Ago
Version bump
5 Years Ago
Lowercase the original locale string (should make portugese and chinese actually work)
5 Years Ago
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)
5 Years Ago
Fix tapping on notifications not loading the page it should when the app isn't already loaded
5 Years Ago
Fix missing translation on the combined player map marker
5 Years Ago
Set moment's locale as well so timestamps are translated properly
5 Years Ago
Add button links to submit feedback or help translate in settings, hook up other languages from crowdin
5 Years Ago
Drop i18n-js cause it sucks
5 Years Ago
Even more localization
5 Years Ago
More localization stuff
5 Years Ago
WIP support for other languages
5 Years Ago
Make TeamMemberList scrollable when you have more than 6 members in your team
5 Years Ago
Fix grid issues on LTR
5 Years Ago
Remove event handlers from sockets when closing them (possible fix for duplicated chat messages)
5 Years Ago
Fix some marker misalignments in RTL layouts
5 Years Ago
Fix map grid on RTL layouts
5 Years Ago
Almost fixed marker positions in RTL layouts
5 Years Ago
Fix map position in RTL layout
5 Years Ago
Fix pan and zoom in map for RTL layouts
5 Years Ago
Fix switches disappearing on RTL layouts when they're turned on
5 Years Ago
Automaticlly check for updates (doesn't download them automatically)
5 Years Ago
Allow direct connections on iOS too
5 Years Ago
Directly connect to the game if you're not on data (faster and more reliable!)
5 Years Ago
Version bump again because google
5 Years Ago
Pass the app build number when connecting to servers, make development mode connect to staging servers
5 Years Ago
Disable ticking when a server has an error
5 Years Ago
Fix for the "server offline" page almost never showing up
5 Years Ago
Version bump
5 Years Ago
Log JS bundle cleanup errors
5 Years Ago
Fix the Constants import
5 Years Ago
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)
5 Years Ago
Try catch keep awake code because apparently everything can go wrong
5 Years Ago
Automatically close connections when switching away from the app, restore them when coming back
5 Years Ago
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)
5 Years Ago
Skip redundant calls to turn on/off keep awake
5 Years Ago
Refactor 4 useStates into 1 (possibly fixes a weird mock server issue?)
5 Years Ago
Just ignore all RpcError
5 Years Ago
Ignore not_found and message_not_sent error codes Merge branch 'release' Ignore rate_limit and banned errors too
5 Years Ago
Disable automatic OTA updates (only takes effect for the next store build)
5 Years Ago
Fix the helicopter blade animation so it's not low framerate anymore