Skip to content

Releases: hauke96/GeoNotes

v1.7.1

23 Nov 11:34
99d293e
Compare
Choose a tag to compare

Changes in v1.7.1:

  • Fixed bug in the GeoJSON import where categories were created incorrectly #126

v1.7.0

23 Oct 19:46
d26d6fb
Compare
Choose a tag to compare

Changes in 1.7.0:

  • Migration from camera apps to CameraX #116
  • 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 the id 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 and categoryColor.
  • Better GPS handling
  • Library updates and migration to newer Java and Gradle versions

v1.6.0

30 Jul 10:12
77588b9
Compare
Choose a tag to compare

Changes in 1.6.0:

  • Adding, removing and reordering categories #76
  • Changing colors of categories #76
  • Notes in export contain the new category information #105
    • GPX Export: The <type>...</type> field has a new format for the category: id;color;name

v1.5.2

12 Dec 16:14
f5f577d
Compare
Choose a tag to compare

Changes in 1.5.2:

  • Translations were added (thanks guys 😃 ):
  • "Delete all" action deletes only the notes that are visible through the filters #95
  • Category list in note view will be updated after change of category #87
  • Style changes of the category drop down list ("spinner")

v1.5.1

26 Oct 10:47
7b714df
Compare
Choose a tag to compare

Changes in 1.5.1:

Bug fixes:

  • Crash on startup
  • Fix F-Droid build error #88

v1.5.0

18 Oct 21:05
0939eef
Compare
Choose a tag to compare

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:

  • Add translation support (currently English, German, Hungarian and Italian are supported). Feel free to add new languages :) #79
  • Assign categories to a note to group notes of the same topic #13 #21
  • Filter notes on the note list by text and category #21
  • New icons styles

v1.4.5

03 Apr 09:36
d14b9f7
Compare
Choose a tag to compare

Changes in 1.4.5:

Bug fixes:

  • Fix problem installing GeoNotes on SDK 31 or newer.

v1.4.4

31 Mar 14:49
51b94ba
Compare
Choose a tag to compare

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

24 Oct 22:08
2a36304
Compare
Choose a tag to compare

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:

  • Map rotation stays after switching apps #44
  • Back-button now also saves settings #43
  • Media-store handling didn't worked (removed functionality of adding photos to the android media store) #41
  • Use correct MIME type for GeoJson export #45
  • Fix spelling mistake on feedback-button #48 #49

v1.4.2

08 Aug 10:37
abea63a
Compare
Choose a tag to compare

Changes in 1.4.2:

  • Enable rotation of the map #42
  • Reset rotation with tap on the compass rose
  • Minor internal code changes