This will be a companion app for ETS2MP TruckersMP players, compatible with Android devices. Even though it's just a preview, you can get the current version directly on Google Play, where you may also opt in to the beta programme should you want to test the latest and the greatest, bugs and rough shape of the new features notwithstanding.
Or maybe you're looking for the Windows 10 Mobile version (which is even more barebones right now, but that's going to change).
It is still very early in the development, so there's not much to see here just yet. However, you are more than welcome to join the effort – if you so will. In that case message me at [email protected] and we can talk further. Or not. Pull requests are welcome either way.
If you have any suggestion or want to report an issue, you can post in the application's thread on the TruckersMP discussion board or you can use the issue tracker here on GitHub.
At this stage of development, everything is up for a discussion – especially the feature set that the app is to contain. Every comment, suggestion or critique is therefore very welcome.
- Butter Knife (com.jakewharton:butterknife) – for injecting view classes (to achieve a "less messy" code)
- jsoup (org.jsoup:jsoup) – for parsing the ets2c.com meetup site
- Google Analytics for Android (com.google.android.gms:play-services-analytics) – to observe application/user interaction metrics
- Espresso (com.android.support.test.espresso:espresso-core) – for UI testing
- MockWebServer (com.squareup.okhttp3:mockwebserver) – for testing against a mock server (to ensure immutable server response during certain testing scenarios)