Releases: hauke96/GeoNotes
Releases · hauke96/GeoNotes
v1.7.1
v1.7.0
Changes in 1.7.0:
- Migration from camera apps to CameraX #116
- Simply google for "android 11 removed camera picker" or see https://www.androidpolice.com/2020/08/20/android-11-camera-apps-chooser/ for the background of this change.
- Add GPS location to EXIF-metadata of photos
- Add Backup export and import #78
- Add Import for GeoJson files
- Change keyboard behavior: Keyboard disappears when note is saved or deleted
- The GeoJson export format changed:
- The
name
field of a note is now theid
fields, because that's what it's technically is. - The category of notes is not nested anymore but flattened using the three attributes
categoryId
,categoryName
andcategoryColor
.
- The
- Better GPS handling
- Library updates and migration to newer Java and Gradle versions
v1.6.0
v1.5.2
Changes in 1.5.2:
v1.5.1
v1.5.0
Changes in 1.5.0
:
Bug fixes:
- Zoom buttons zooming twice when pressed long #47
- Keyboard show/hide behavior inverted after certain actions #71
- Text is gone after rotating the device while taking a photo #70
- Images are not deleted after clicking the "delete all" button in the note list #82
- Note doesn't have the selected-style on the map when selected via the note list #74
- Note deletion and input dialog update behaves strange when the note was selected via the note list #84
New features:
v1.4.5
v1.4.4
Changes in 1.4.4
:
New features & breaking changes:
- Added setting to use long tap to create a note #57
- Added indentation for GPX output #63
- Added a button in the note list to delete all notes #56
Other changes:
- Updated code-dependencies
- README.md now contains some information about contributing to this project
v1.4.3
Changes in 1.4.3
:
New features & breaking changes:
- Redesign of the notes window: This is now a constant area at the bottom of the screen. Creating notes can be done even faster now. #54
- Export as GPX (next to the already existing GeoJson export) #46
- Clear cache manually (via settings screen) #52
Bug fixes: