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