Need help testing new version of Traccar Manager

Anton Tananaev2 days ago

We're rewriting Traccar Manager app from scratch and need help with testing. Here's a release APK you can download and install:

https://traccar.nyc3.digitaloceanspaces.com/download/app-release.apk

For now it's mostly the same functionality, but with some nice improvements:

  • External links should open correctly in a browser instead of in the app itself
  • OpenID login should work via browser as well
  • Better error handling when server is not available
  • No more first server selection screen

The best thing is that the app code is shared between Android and iOS, which should make it easier for us to build new features and improve experience on both platforms.

Please post any feedback here.

Track-trace2 days ago

Is it a flutter app then?

Anton Tananaev2 days ago

Yes, it is.

Track-trace2 days ago

Ok i will test it, Will it also be open source?

Anton Tananaev2 days ago

Yes, it will definitely be open source.

Track-trace2 days ago

I wonder, if there is no url to be set for first server selection. Then how do you know to which server to point the device to ?

Anton Tananaev2 days ago

Default is the demo server. The same as the old app.

Track-trace2 days ago

Ok, ill post it here https://www.traccar.org/demo-server/

Actually i looked at the flutter app. It looks good and i see it has the same functions.