mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-18 21:29:05 -04:00
* feat: upload files (chosen from device) * refactor: handle file picking and uploading separately * fix: when some file isn't uploaded, move to the next one instead of stopping the whole uploading process fix: better wording * feat: read file in chunks when uploading * feat: read file in chunks and upload in one loop * feat: attach files from camera and image library * fix: better wording * feat: let the user choose whether to shoot photo or video to attach, remove extra "Library" option for Android * fix: correct imports * fix: correct imports * fix: remove unneeded styles, improve wording * feat: implement files deletion (#588) * feat: implement files deletion * refactor: handle error on deleting, better wording