steroid-team / app

Helping you organise your day with ease and privacy.
1 stars 2 forks source link

Feature/notes images camera #216

Closed VPellenc closed 3 years ago

VPellenc commented 3 years ago

I created this draft PR so that you can see a preview of the feature. This also fixes an issue where there is an error on going back from file picker when picking the header image, or a crash when picking the image for the note content.

I still need to add the style for the dialog choosing between file picker and camera. In the ListSelectionDialogFragment class, I wanted to have a List of listeners in newInstance() method but it wasn't working so I made it like that for now. Testing for this PR depends strongly on the results of #207.