UniRegensburg / unsere-app-fur-die-universitat-regensburg-bib-buddy

Bib Buddy - deine App für eine konzentrierte, offene Literaturarbeit!
0 stars 0 forks source link

Bug fixes notes and text note editor #62

Closed xSabrina closed 3 years ago

xSabrina commented 3 years ago

Description

Closes #61 And also affects #60 (solving it for NotesFragment-list at least)

Some notes related bugs have been fixed and a feature to select and delete multiple items of the RecyclerListView in NotesFragment has been added.

Affects

Since some things are related to database (NoteModel has been created etc.) and the list of notes connected to a book is a similar case (and therefore my changes might be important for that, too) @SarahKurek is assigned.

Notes for Reviewer

Here are some explainations to my changes:

TextNoteEditor:

NoteDAO:

Clean-up:

Added feature:

Please review & comment/approve.

xSabrina commented 3 years ago

Code contains some bugs that should be clarified in a personal meeting.

Adjusted the code, in specific following: