* fix: crash when using a 3rd-party theme with native features
* fix: preload 3rd-party theme from ThemeService
* fix: take preloadThirdPartyThemeIndexPath outside of setActiveTheme
* fix: move preloadThirdPartyThemeIndexPath to component manager
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
* fix: don't truncate files list in note side menu
* fix: sort files by name
* fix: preview file on tap, show actions sheet on long press
* fix: correct styling of files list for all themes
* refactor: TS optimization
* fix: add correct styling to file size and modified date in files list
* fix: correct colors for file size and modified date and files separator
* feat: open the file after download when user taps on toast message
* fix: better wording
* fix: show dialog to choose an app to open the downloaded file on Android
* fix: make "Preview" the first option in files action sheet
* fix: expand "Files" section by default, prettier fixes
* feat: let the users to attach a file from side menu
* fix: better wording and styling
* fix: when pressing "Show all files", pre-select "All files" tab
* fix: on Preview/Export file, don't show 'Successfully downloaded file' toast
* style: use SN theme for toast's border color
* fix: show authentication modal when renaming protected files - before showing file name input
* style: use SN theme for Success toast's border color
* fix: better wording
* fix: better wording
* fix: make file lock icon vertically centered
* fix: do sync request after file upload is finished
* fix: center lock icon vertically with file size and date
* fix: do sync request after attaching/detaching file to/from the note
* refactor: extend TS configs from snjs and update codebase
* chore: run prettier
* chore: prettier
* chore: eslint
* chore: make file and folder names uppercase
* chore: make remaining file names pascal case
* fix: update custom paths in tsconfig
* fix: correct file name
* fix: set print width to 100
* 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
* fix: when sharing the file on Android, keep it in cache instead of Downloads folder
* feat: preview files
* feat: show an alert when the file is possibly non-previewable
* fix: correct wording
* fix: add period at the end of string
* fix: remove title from the alert modal