reporust_companion_reactcancel
1,104 Commits over 1,796 Days - 0.03cph!
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
WIP support for other languages
More localization stuff
Even more localization
Drop i18n-js cause it sucks
Add button links to submit feedback or help translate in settings, hook up other languages from crowdin
Set moment's locale as well so timestamps are translated properly
Fix missing translation on the combined player map marker
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
Fix pan and zoom in map for RTL layouts
Fix map position in RTL layout
Almost fixed marker positions in RTL layouts
Fix map grid on RTL layouts
Fix some marker misalignments in RTL layouts
Remove event handlers from sockets when closing them (possible fix for duplicated chat messages)
Fix grid issues on LTR
Make TeamMemberList scrollable when you have more than 6 members in your team
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
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
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!)
Directly connect to the game if you're not on data (faster and more reliable!)
Version bump again because google
Version bump again because google
Pass the app build number when connecting to servers, make development mode connect to staging servers
Fix for the "server offline" page almost never showing up
Disable ticking when a server has an error
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
Log JS bundle cleanup errors
Refactor away a flatMap call (fixes map crash on older phones with grid labels enabled)
Fix some redundant renders on the map
Fix the helicopter blade animation so it's not low framerate anymore
Disable automatic OTA updates (only takes effect for the next store build)
Merge branch 'release'
Ignore rate_limit and banned errors too
Just ignore all RpcError
Refactor 4 useStates into 1 (possibly fixes a weird mock server issue?)
Skip redundant calls to turn on/off keep awake
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)
Automatically close connections when switching away from the app, restore them when coming back
Try catch keep awake code because apparently everything can go wrong
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)
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?)