8000 Android: POST graph token at all times & update Titanium SDK by tsteur · Pull Request #5464 · matomo-org/matomo-mobile-2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Android: POST graph token at all times & update Titanium SDK #5464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8000
Merged
merged 4 commits into from
May 20, 2025

Conversation

tsteur
Copy link
Member
@tsteur tsteur commented May 18, 2025

fixes #5462

@tsteur tsteur changed the title Android: POST graph token at all times & update Titanium SDK #5463 Android: POST graph token at all times & update Titanium SDK May 18, 2025
@tsteur tsteur changed the base branch from master to android_version May 18, 2025 16:37
tiapp.xml Outdated
@@ -59,7 +59,7 @@
</activity>
</application>
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" xlargeScreens="true"/>
<uses-sdk android:installLocation="preferExternal" android:minSdkVersion="29" android:targetSdkVersion="34"/>
<uses-sdk android:installLocation="preferExternal" android:minSdkVersion="30" android:targetSdkVersion="35"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

careful with target 35. Please check it on a device to see if the edge-to-edge display looks fine. Otherwise: tidev/titanium-sdk#14111 and add the windowOptOutEdgeToEdgeEnforcement part to your theme

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch @m1ga . Should I continue targeting 34 for now?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove android:targetSdkVersion="" and let the SDK do that for you (34 is the default anyways). Keep the minSDK.
There is already a PR for target 35 with windowOptOutEdgeToEdgeEnforcement so it will look like the current Ti 12.7.0. Hopefully that gets merged soon and then you can update it when you do an update after November

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks for this 👍

@tsteur tsteur merged commit 34d200e into android_version May 20, 2025
@tsteur tsteur deleted the graphurlandroid branch May 20, 2025 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0