-
Notifications
You must be signed in to change notification settings - Fork 241
v0.7.2 #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fixed the 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 highcontrast theme (issue on android 8)
Updating develop branch
Fix: Upload-track-icon does not dissapear when scrolling any more.
Open keyboard automatically when creating a note
The bug that deletes the saved tags before save the trace is solved
New translations from Transifex
Motion detection/minimum distance between subsequent track points
Changing app version to 0.7.1
* 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
* Add load method which sets HTTP User Agent to the app package name * Ask for permissions before display track * Clean unused code in DisplayTrack
Fix upload trace osm ( close #167 )
Map scale up
Avoid choosing the MapTileSource in app preferences. Let Mapnik by default.
* 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
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes all changes made in version 0.7.2 currently published on Play Store.