Closed tsteur closed 1 year ago
Found the problem for the crash that is happening (unrelated to the user's issue). Some translations contain %1$s
etc and String.format fails on this and crashes the app.
Tested it and all works now
you should update the store version too. That one is still from Apr 2022
Thanks @m1ga the store version is the version in the tiapp.xml? I've updated it locally already. Been trying to troubleshoot for hours why it would show left menu like this
and when I set extendSafeArea:true
then it fills out the space of the left menu nicely but the labels are still not positioned to the left.
This is how the current master looks on my phone (Pixel 7, Android 13):
the white bar in the landscape image is because of the cutout camera on that side.
For a store update you increase: https://github.com/matomo-org/matomo-mobile-2/blob/master/tiapp.xml#L10 and the both numbers in https://github.com/matomo-org/matomo-mobile-2/blob/master/tiapp.xml#L56 Then build the apk and upload it
That issue I actually only have on iOS. Thanks for mentioning this.
ah ok :smile: can't test that at the moment, sorry
refs #5444
The old user agent was blocked by some web servers.
Also improving getting token as most users should use Matomo 4 these days. Not relevant for the actual change.
This also updates the titanium SDK