Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BugFix - NPE internalFolderSyncTimestamp & File Existence Check #13612

Merged
merged 8 commits into from
Oct 4, 2024

Commits on Oct 2, 2024

  1. dont let setInternalFolderSyncTimestamp via null value, dont return n…

    …ullable value
    
    Signed-off-by: alperozturk <alper_ozturk@proton.me>
    alperozturk96 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    90be7e6 View commit details
    Browse the repository at this point in the history
  2. Add file existence check

    Signed-off-by: alperozturk <alper_ozturk@proton.me>
    alperozturk96 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    33e61a5 View commit details
    Browse the repository at this point in the history
  3. check folder.storagePath existence

    Signed-off-by: alperozturk <alper_ozturk@proton.me>
    alperozturk96 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f7d262c View commit details
    Browse the repository at this point in the history
  4. fix kotlin spotless check

    Signed-off-by: alperozturk <alper_ozturk@proton.me>
    alperozturk96 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    697a198 View commit details
    Browse the repository at this point in the history
  5. dont check file existence

    Signed-off-by: alperozturk <alper_ozturk@proton.me>
    alperozturk96 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4ead8a4 View commit details
    Browse the repository at this point in the history
  6. check file existence due to not cause worker fails

    Signed-off-by: alperozturk <alper_ozturk@proton.me>
    alperozturk96 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5b2d49e View commit details
    Browse the repository at this point in the history
  7. catch exceptions

    Signed-off-by: alperozturk <alper_ozturk@proton.me>
    alperozturk96 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f90daae View commit details
    Browse the repository at this point in the history
  8. use MainApp.getStoragePath()

    Signed-off-by: alperozturk <alper_ozturk@proton.me>
    alperozturk96 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a258734 View commit details
    Browse the repository at this point in the history