labexp / osmtracker-android

GPS tracking tool for OpenStreetMap
GNU General Public License v3.0
503 stars 237 forks source link

Updating the target SDK to 35 with the necessary changes in dependencies, permissions and execution flows #457

Closed miltonials closed 3 days ago

miltonials commented 3 weeks ago

This pull request includes changes to the project, focusing on updating the API level and adding changes necessary for proper operation after the new targetSDK. Key changes include updating the SDK versions, adding a new permission for foreground services and improving the code for button layout preferences and broadcast intents.

Dependency and SDK Updates:

Permissions:

Functional Enhancements:

UI and Layout:

Issues solved:

miltonials commented 3 weeks ago

Since this PR includes a Gradle update, implementing PR #448 to fix the Gradle checksum for the old version is no longer necessary.

FR3DD221 commented 4 days ago

Works perfectly! thx @miltonials

Kevin-Salazar-itcr commented 4 days ago

Hello! It works successfully! TY @miltonials