Skip to content

Tags: labexp/osmtracker-android

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update nightly.yml use softprops/action-gh-release@v2.2.2

v2025.02

Toggle v2025.02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 2025.02

Merge pull request #516 from labexp/develop

v2024.07.09

Toggle v2024.07.09's commit message
Prepare release 2024.07.09 (code 62)

v1.0.1

Toggle v1.0.1's commit message
version 1.0.1

**Bug fixes:**

  * Export track.

v1.0.0

Toggle v1.0.0's commit message
version 1.0.0

Features: Share GPX, Record barometric pressure, Support for Kotlin, Cool intro to OSMTracker.

Improvements: Track name included in the GPX files; New message when all tracks are exported; Updated translations. Code migrated to AndroidX library.  Minor improvements in Track Manager.

Bug fixes: Default names of tracks and files follow ISO-8601; Directory with exported files has the name of the track, Minor fixes on export track, upload to OSM and downloading custom layouts. Fix the map scale.

v0.7.2

Toggle v0.7.2's commit message
v0.7.2 (#224)

* New preference: Minimum distance between subsequent track points

* Open keyboard automatically when creating a note

Fixes issue #62

* update gradle and build tools versions

* The bug that deletes the saved tags before save the trace is solved

* New translations from Transifex

* Do not allow empty string in min_logging_distance

* Solving the issue #115 (#179)

Adding new icon in the bottom space in the main screen

* Changing app version to 0.7.1

* Fix travis CI (#202)

* Fix  ExportTrackTaskTest and Travis CI

* Update gradle4.6-all checksum

* Update travis config file

* add travis config sudo:true

* Fix issue 183

* Fix the problem when download a new layout after the export gpx directory changed

* fix display of background maps (#203)

* Add load method which sets HTTP User Agent to the app package name

* Ask for permissions before display track

* Clean unused code in DisplayTrack

* Request storage permission when exporting tracks any time

* Add missing breaks - permissions requested propertly when exporting all traces

* Request permissions when upload a trace to OSM

* scale-up map to be better readable on high DPI displays

* Set track width in map view to 0.5mm

* Fix issue  #189, adding multiple tags to track (#204)

* Comment map tiles sources in preferences

* Use always the default map tile source MAPNIK

* Include the track's tags into the GPX file (#166)

* Include the tags in the GPX file

* Fix: The "<tags>" was missing; actually, according to the GPX specification, a separate namespaces should be used for such custom tags. I don't do it for the time being to be compliant with other appearances of "<extensions>" in this app.

* Fixed null issue when tags are empty

* slight format adjustments

* Export track description into GPX

* replace <extensions><tags>... by <metadata><keywords>...

* Export multiple tags as multiple <keyword> elements instead of comma separated
list. Seems to be more in line with GPX specs.

* - place <desc> also withing <metadata>
- trim leading/trailing whitespaces from tags in GPX

* Request GPS permission before start TrackLogger Activity, fix issue #207 (#213)

* Update the target sdk to 28 and the version code to 45

* Fix android9 and issues (#218)

* Target sdk 28 needs FOREGROUND_SERVICE permission in manifest. Fixes issue #214

* Fix wrong imports and function calls from them

* Fix background map for Android 9.0 to launch beta2 v0.7.2

* Fix some dependencies in manifest and gradle - WIP

* Change dependencies, delete usage of http-android

* Update version code

* Comment tests that stop travis

* Delete test class files

v0.7.1

Toggle v0.7.1's commit message
v0.7.1 (#186)

* Fix the disappearing-when-scrolling  icons in the track manager activity

* New preference: Minimum distance between subsequent track points

* Open keyboard automatically when creating a note

* Fixes issue #62

* update gradle and build tools versions

* The bug that deletes the saved tags before save the trace is solved

* New translations from Transifex

* Do not allow empty string in min_logging_distance

* Solving the issue #115 (#179)

* Adding new icon in the bottom space in the main screen

* Changing app version to 0.7.1

v0.7

Toggle v0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version 0.7


* Rewrite of download custom layouts functionality (close #119). 

* Support android 6 permissions

* Change application icon

* Minor fixes (#148)

* Notifications issue fixed, set importance at low to avoid sound. (issue on android 8)

* gradle file changed to "apply plugin" syntax (makes easier building the app for fdroid)

* set high contrast theme (issue on android 8)

* Upgrade min API to 16

* change to version 0.7, code 42

v0.6.12

Toggle v0.6.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #142 from jamescr/v0.6.12d

V0.6.12d

0.6.11

Toggle 0.6.11's commit message
- Project completely moved to GitHub.

- Internal: Switched to Android Studio for development.