Dennis Guse

Results 116 issues of Dennis Guse

I created a rough draft to export all tracks into one file. TODO: - [x] GPX/KML/KMZ can export multiple tracks into one file (was already done) - [x] add setting...

enhancement

Export format is now KML2.3. The importer supports KML2.2 and KML2.3. Works with: - [x] OpenLayers - [ ] OsmAnd - [ ] Google Maps

enhancement

Part of #24. The battery level is just logged; no processing is taking place at all. So, far just a proof of concept. No clue (yet) how to proceed further....

enhancement

**Is your feature request related to a problem? Please describe.** It would be great to record only data from BLE sensors in OpenTracks (i.e., no GPS). This might be beneficial...

enhancement

OpenTracks now requests in TrackListActivity (the first screen the user sees) all *potentially* required permissions, so we can record data. It would be nice to requests the permissions, when a...

enhancement

JobIntentService is deprecated. An option would be to migrate to Worker: https://medium.com/tech-takeaways/how-to-migrate-the-deprecated-jobintentservice-a0071a7957ed - [ ] ExportService - [ ] ImportService - [ ] TrackDeleteService (currently a ForegroundService)

help wanted
maintenance

New things in Android 13: https://developer.android.com/about/versions/13/features https://developer.android.com/about/versions/13/summary - [x] Themed icon - [x] Upgrade targetSdk and compileSdk to 33 (to be released) - [x] Check if we need POST_NOTITIFICATIONS: notification...

enhancement

**Is your feature request related to a problem? Please describe.** Recently, I got a Nexus 5. When starting a recording, the device reports within 10s a climb of 800m. Afterwards,...

enhancement

Follow-up to the discussion on Mastodon https://chaos.social/@dennisguse/104818490105850432

enhancement
help wanted