BatPio
BatPio
@AlvaroBrey Thanks for hints! I made fixes
@JonasMayerDev @alperozturk96 Hi, sorry for delay, I updated my branch to master and now I have a problem with check: "TooManyFunctions - 15/15 - [Class 'SyncedFolderPreferencesDialogFragment' with '15' functions detected....
@alperozturk96 Thanks for advice I couldn't find any example of DialogManager in the project, so I used @Suppress("TooManyFunctions") . I think the presence of showUploadDelayDialog in SyncedFolderPreferencesDialogFragment is acceptable, because...
@PhilLab Right, let's finish the job! :) @tobiasKaminsky @alperozturk96 I've updated my branch to master and merged my mechanism with the latest changes in FilesSyncWork. My MR is ready for...
@alperozturk96 Hi, thanks for the code review. I have made fixes. I have rebased my branch to master. Next rebase should be easy, but there is a lot of commits...
@alperozturk96 Unfortunately rebase still doesn't work on my branch. Can we update it by merge with commit and after review merge it with squash?
@alperozturk96 Testing is time-consuming. After setting the auto upload delay for a directory, you need to add a new file to that directory and wait. After the delay time has...
@alperozturk96 I have adapted my code to the current solution with FilesystemDataProvider. MR is ready for testing
@ZetaTom @jancborchardt Thank you for the code review, I made changes @ZetaTom You are right, the phrase "Delay file upload" can be misleading. I changed it to "Minimum file age"...
@alperozturk96 @ZetaTom I've reworked the UI as suggested by @jancborchardt . Could you please review the changes?