Releases: hauke96/GeoNotes
Releases · hauke96/GeoNotes
v1.4.1
Changes in 1.4.1
:
- Change the marker move behavior: The map moves underneath the marker to reposition it #28
- Fix color issue on menu in the toolbar #35
- Fix positioning of the marker window #36
v1.3.2
Changes in 1.3.2
:
- Fix bug adding photos on older Android versions (SDK<24) #32
v1.3.1
Changes in 1.3.1
:
- Fix rotation bug and resulting crash #30
- Fix line break bug in note description #31
v1.3.0
New features in v1.3.0
:
- Notes can be exported into a GeoJson file #22
- Snapping to location when tapping near location arrow/dot #24 (must be enabled in the settings menu)
- Creation date of a note is stored and displayed #23
- Annoying asking for permission has been fixed #25
- Notes with at least one photo will have a different icon on the map #20
- Better GPS-arrow icon #19
- Bug fixed regarding device rotation
Some dev changes:
- Added first JUnit tests (I know, a bit late buy hey, at least something)
- Switched to a more DI (dependency injection) like way of dependency handling
v1.2.1
New features in v1.2.1
:
- Update arrow-icon #19
- Add snapping to GPS location #24
v1.2.0
Changes in v1.2.0
:
- Add photos to a note
- Icon for the GPS-arrow
Smaller things:
- Change README and link to OSM-wiki
v1.1.0
Changes in 1.1.0
:
- Add GPS follow-mode #8
- Add settings view #14
- Save last location and zoom to that location on startup #12
- Minor performance enhancements
v1.0.4
Changes in 1.0.4:
- Fix
build.gradle
so that the F-Droid update checker will recognize the versions again