6,973 Commits over 2,741 Days - 0.11cph!
▄█▄ ▍▇▊█▋▍▆ ▆▆▊▌▅█▌▄▅▉ ▄▋▅▌▋▉ ▊▆ ▌▋▊▌.▆▄▅ ▊▉▆▉▆▉▋
▅▇▉▌▆█▇▊ ▆▆▆▉█▅ ▉▋▌█▅▋▄█▊▉▄▅▍▊
Show a proper error message if device registration fails (most likely because notifications are disabled)
Show a proper error message if device registration fails (most likely because notifications are disabled)
Fix server time being labeled as the map
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)
Lowercase the original locale string (should make portugese and chinese actually work)
Version bump
More consistent button spacing on the settings page
Fix notification setup error and hub header not localizing
Fix retry button not using the right localization key
Bug fixes (including making chinese work for real)
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
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
█▌▊▋▄▉ ▉▉▇ ▋▇▄ ▉▉▉▋▆ ▌▍▌█ ▌▅▊▆▊▅▄ ▆▋▄ ▋▌▄▍▉▌▌
▌▉▍ ▉▊▊▅▄▆▇▉ ▆▌ ▍▌▅▌▆▍█ ▆ ▉▄▇▅▄▇'█ ▍▍▋▉█▄ ▉█▍▅▅ ▊▅▋██▌▍ ▅▆ ▅▉▅▆▇▅▉▇▉ ▊█ ▊▇▊ ▄▆▊▄▌▋▇' ▇▅▊▄▆
▋▌▋▆ ▍██▄█▅ ▅▊▊▌▊ ▇▇▉ ▋▅█▄▍▆▉▅▅ ▋▆ ▅▉▍, ▄▌█ ▆▄ ▅▅▆▉▄▍▋▋ ▊▄▆▉▋ █▉▄▍ ▇▊▌▉▋▋▆▊ ▋▇▊ ▆▉▌▇█▇▆ ██▉█ ▅▆█ ▌▄▍▅ █▋▍▍▅█▌▇▉/▇▇▍▌
▊▆▇▌▄▋ ▉▄▆ █▊▄▇▌▆ ▅█▇▋▇ (▆▊▊▉▇▌█▉▋▉▋█)
Early exit from LODCell.ChangeLOD if the cell distance hasn't changed much (uses a percentage so farther cells are skipped more when moving around)
Add profiler samples for LODGrid, RendererGrid, FoliageGrid, and WorldGrid's inner loop
Get rid of two every frame allocations in ServerMgr.Update
Get rid of 0 length array allocations in Poolable
Make TeamMemberList scrollable when you have more than 6 members in your team
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
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
Immediately after instantiating the UI, disable its root game object, then enable it again. The time spent in UI every frame will then drop by 0.5ms.