Thanks for sharing.
How do I change the application language?
The language is selected automatically based on the smartphone’s primary system language.
Currently, two languages are supported: Russian and English.
If you want to add a new language, add a new file to the project at /res/values-<lang>/strings.xml, copy the existing strings into it, and translate them into the required language.
Then rebuild the project in Android Studio.
Maybe better is manual selector.
Do you want to have one language set on Android, but a different one inside the app? Why would you need that?
In my case, the Android language is Polish, but the app language is set to Russian. I can't change the language to English, which I understand. In this case, for me, and probably for many others who don't understand Russian, the app is useless.
It looks like it's because Russian was picked as the default language. It probably makes sense for English to be the default fallback.
Yes, I think this is problem I will iprove it
Fixed the issue with the default language.
Release: https://github.com/DiagnozHub/TracScript/releases/tag/1.0.2
no support https protocol
Added https protocol for Traccar (osmand)
Release: https://github.com/DiagnozHub/TracScript/releases/tag/1.0.3
App need full permissions to location access, is not possible to run with other types of, for example, allow only while using the app
Fixed.
Release: https://github.com/DiagnozHub/TracScript/releases/tag/1.0.4
Is the objective similar to the Traccar Client or is it different?
Hello forum,
I want to share a project I’ve been working on - TracScript, an Android client for Traccar.
TracScript is a free, open-source Android application that runs on a smartphone or dedicated Android device and sends tracking data to a Traccar server using Traccar-compatible protocols (OsmAnd protocol).
Key points:
https://github.com/DiagnozHub/TracScript
P.S.
In this thread, I will post updates and new features )