-
Notifications
You must be signed in to change notification settings - Fork 132
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
Feature/delete #91
Feature/delete #91
Conversation
|
(1)Steps:
Current: A spinner with iPhone 6S Plus v11 |
- Created a swipe gesture for delete files and folders. - Created new convenience init for UIAlertController to be able to create delete-cancel alert controllers more easily.
8e5d239
to
26fc5f4
Compare
Codecov Report
@@ Coverage Diff @@
## master #91 +/- ##
==========================================
- Coverage 23.66% 23.61% -0.05%
==========================================
Files 57 57
Lines 4880 4814 -66
==========================================
- Hits 1155 1137 -18
+ Misses 3725 3677 -48
Continue to review full report at Codecov.
|
Delete feature works properly from my side in online mode. For offline mode issues, check: |
…ummarizing progress - Change UIAlertController category so it is reusable by adding parameters for cancel and destructive labels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a couple of minor changes:
- progress feedback uses the Progress object returned by OCCore (which currently doesn't provide information, but will in the future)
- Change UIAlertController category so it is reusable by adding parameters for cancel and destructive labels (it was previously hardcoded to "Cancel"/"Delete")
All approved, then merge and close. Great job! |
Description
This pull request makes the app able to remove files and folders.
Also includes the first implementation of multi-selection which need further discussion.
Related Issue
#79
#22
Types of changes
Checklist: