Effective date: 24 June 2026 · Applies to DriveLog Android app v0.3.5 and later
The short version: DriveLog records your driving locally on your phone. Your GPS trips, vehicles, and notes never leave the device — there is no cloud account, no analytics, no advertising. The only network request DriveLog makes is a small version.json check to see if a newer version is available.
DriveLog is developed by BlueberryS s.r.o. (Slovakia), trading as BlueberryS Digital. Developer contact: info@blueberrysdigital.com.
DriveLog uses ACCESS_FINE_LOCATION and ACCESS_BACKGROUND_LOCATION to record the GPS trace of your drives. Locations are stored exclusively in a local SQLite database on your device (kniha_jazd.db in the app's private storage).
DriveLog uses ACTIVITY_RECOGNITION together with Google Play Services to detect when you have entered a vehicle (an IN_VEHICLE signal). This lets the app start the GPS faster than waiting for a speed threshold from raw location samples.
Vehicle names, license plates, initial odometer values, trip purpose, notes, and trip type (business / private) — all entered by you, all stored locally.
Settings (theme, accent color, detection thresholds, tracking on/off) stored in the local database.
android:allowBackup="false") so that not even Google Drive can capture your trip database without your action.DriveLog requests INTERNET permission for one purpose only:
https://blueberrysdigital.com/drivelog/version.json to check whether a newer version is available. If yes, an in-app banner appears with release notes and a download link. No personal data, no identifiers, and no payload other than a standard HTTP GET request is sent.That is the entire network footprint of the app. There are no other API calls, no telemetry pings, no error reporting.
We do not share or sell your data to anyone, ever. We have no backend, so we have nothing to share even if we wanted to. The only third party involved is Google Play Services (on-device, for Activity Recognition) — see §2.2.
If you tap the "Map" button next to a trip's start or end coordinates, DriveLog hands that single coordinate to whichever map app you have installed (Google Maps, Mapy.cz, OsmAnd, etc.) via Android's standard geo: intent. That map app then becomes responsible for what it does with the coordinate — please consult its own privacy policy.
If you tap "Export CSV", DriveLog writes the file to wherever you choose via Android's Save-as dialog (Downloads, Drive, etc.). What happens to that file afterwards depends on where you put it.
DriveLog is intended for adult drivers. It does not knowingly collect data from children under 13.
If we ever materially change how DriveLog handles data, the in-app update banner will surface a new release whose changelog calls out the change. The latest version of this policy is always at blueberrysdigital.com/drivelog/privacy.html.
Questions, requests, or concerns: info@blueberrysdigital.com.