Skip to content

Latest commit

 

History

History
287 lines (178 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

287 lines (178 loc) · 12.8 KB

Changelog

v2.0.0 - 03 Sep 2024

What's Changed

UI

  • Theming (Light and Dark mode)
  • Colored categories: Identify categories and colors and quickly find your notes.
  • Improved note preview
  • Redesign of the checklist
  • Confirmation Dialogs for deleting a note
  • New FAB to create notes

Behavior and Features

  • More and better sorting options in the note overview. Also custom sorting possible.
  • Convert text notes to checklists and vise versa
  • Undo/Redo buttons for sketches
  • Swipe to delete and drag-and-drop to reorder everywhere
  • Opening a txt file automatically creates a new text note
  • Sharing text with the notes app creates a new corresponding text note
  • Button to clear recycling bin
  • When deleting a category, all notes will be deleted if the corresponding setting is enabled.

Others

  • Bug fixes. More notably: Force-closing the app whilst having edited a sketch resulted in the corruption of said sketch.
  • Closes issues #143, #74, #131, #150, #59, #43.

New Contributors

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.5...v2.0.0

Changes

What's Changed

  • Fix export permissions for API >= 33 by @udenr in #158

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.4...v1.4.5

Changes

What's Changed

  • Update to BackupAPI v1.2.0 by @udenr in #147
  • Add missing preference key to BackupRestorer.java by @udenr in #146
  • Fix notifications by @udenr in #151
  • Update dependencies and target sdk by @udenr in #152

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.2...v1.4.4

Changes

What's Changed

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.1...v1.4.2

Changes

What's Changed

  • Fixed the save button to function the same as the back action by @coderPaddyS in #128
  • Fixed the NPE in noteFromIntent caused by empty extras. by @coderPaddyS in #129

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.0...v1.4.1

Changes

What's Changed

New Contributors

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.3.0...v1.4.0

Changes

What's Changed

  • fix sql constraint exception that would occur when a note had a null category by @Kamuno in #114
  • fix backup import error by @Kamuno and @udenr in #115
  • add utility methods to get the correct database version on backup creation by @Kamuno in #116
  • Added a setting to enable/disable note previews by @Kamuno in #117

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.2.5...v1.3.0

Changes

What's Changed

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.2.4...v1.2.5

Changes

What's Changed

  • Fix database access from main thread crash in BootReceiver by @udenr in #110

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.2.3...v1.2.4

Changes

What's Changed

  • Fixed class cast exception, pending intent flags, missing permission by @Kamuno in #103
  • Update Icons and fastlane app icon by @Kamuno in #104
  • Fix version number in the about activity not being updated automatically by @udenr in #107
  • Fix notifications by @udenr in #106

New Contributors

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.2.2...v1.2.3

Changes

What's Changed

  • Fixed crash that would occur more than one text note was saved by @Kamuno

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.2.1...v1.2.2

Changes

What's Changed

  • Fixed crash that would occur when no text notes are saved by @Kamuno in #100

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.2.0...v1.2.1

Changes

Notes (Privacy Friendly) v1.2.0

What's Changed

  • Added Support for the Backup App from F-Droid @Kamuno
  • Updated Backup API to v1.0.0 @Kamuno

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.1.1...v1.2.0

Changes

Notes (Privacy Friendly) v1.1.1

What's Changed

  • Fixed migration for text notes @Kamuno
  • Fixed sharing of notes @Kamuno

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.1.0...v1.1.1

Changes

What's Changed

  • Database switched to Room
  • Switched Note Overview to RecyclerView
  • Added Backup API integration
  • Added a search function
  • Added color black to the color palette
  • Added simple text format options
  • Improved sharing of notes

Full Changelog: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.0.2...v1.1.0

Changes

Added api to backup application. Added adaptive icon

Changes

  • Japanese Translation
  • Export Icon Update

Changes

Privacy Friendly Notes is an Android application for the creation and management of notes. It is also possible to can define categories and assign them to the notes. Notes can have one of these types: ­- simple text notes ­- check-list notes ­- audio notes ­- sketch notes

This app belongs to the Privacy Friendly Apps group developed by the research group SECUSO at Technische Universität Darmstadt, Germany.

Changes