traccar-client-android
traccar-client-android copied to clipboard
Traccar Client for Android
why the hidden version does not send the old positions , not have the database as the standard version?
Hi, https://github.com/traccar/traccar-client-android/blob/2a36e1aa6d8038793f2f968d915af56f3763e54a/app/src/main/java/org/traccar/client/Position.java#L37-L39 location.getProvider() will always return the string "fused", when previous versions returned LocationManager.GPS_PROVIDER or .NETWORK_PROVIDER. So, testing with .equals() here will always fail. Hence, accuracy will always be set,...
In case of hot waves, it would be interesting to report the ambient temperature. Especially when someone sends an S.O.S. - Emergency services operators could react appropriately.
SSL issues
https://github.com/traccar/traccar-client-android/blob/64687b26c21bf4dfed56eae2be7f3afd8a1495f6/app/src/main/res/xml/network_security_config.xml#L3 1. Why is it so ? 2. Why doesn't demo.traccar.org support SSL ? 3. Also, why is there no HSTS on demo.traccar.org ?
Traccar at some moment (probably after phone reboot) stops to send location data. It looks like the service is not starting after reboot.
Apologies for possible duplication of this issue as I see a few similar posts, but none that seem to match completely. I currently have 5 android phones of the same...
Traccar currently supports 3 of 4 profiles to obtain a location. The missing one is called "PRIORITY_NO_POWER", which means that the location is only updated if another app requests a...
```Java @Override public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { db.execSQL("DROP TABLE IF EXISTS position;"); onCreate(db); } ``` Imagine if the traccar server is down for a day, and...
Confirmed with 5.11 from Google Play Store and master branch. Steps to reproduce: 1. Install the client. 2. Start the application, allow location requests. (No configuration changes are needed). 3....