-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
#1253 read action mode for sharing and deleting zim files on disk #1254
Conversation
@macgills the commit comment does not help to understand the commit, violates the commit style guidelines here: @kelson42, still in emergency mode? |
@soloturn hi, if you need the context: In the 'Get Content' activity, long-pressing a zim file item in the 'Library' doesn't show the contextual action bar in the kotlin port, but used to previously in the java code of master That bar showed an option to share zims, crucial for the working of my deliverable feature/LocalFileTransfer |
@macgills you mind ammending your commit comment with adityas message here, and squash your commits? |
@soloturn not sure if my comment sums up everything done in this PR, all I know is that it was one of the things to be addressed |
Codecov Report
@@ Coverage Diff @@
## develop #1254 +/- ##
=============================================
+ Coverage 33.12% 33.23% +0.11%
Complexity 1 1
=============================================
Files 165 173 +8
Lines 6416 6478 +62
Branches 699 704 +5
=============================================
+ Hits 2125 2153 +28
- Misses 4077 4104 +27
- Partials 214 221 +7
Continue to review full report at Codecov.
|
We are not in emergency mode anymore. But we have here different views about how to do things with git... and we have releases to achieve to do soon. My strategy for now is to stay with what we have (a few changes will be brought to commitstyle.md) and save our energy to a more in-depth discussion on all of this (see kiwix/overview#18) in fall. |
Given the need to unblock Aditya, the upcoming commitstyle change and Isaac's approval I have merged this ticket |
Thanks! I have created the PR: #1276 |
Fixes #1253
Changes: Create Redux-y-ish architecture to enable clean enabling of action mode.
There is still a lot to make better here
But it is about as much as I can do in my time remaining this week to unblock @Aditya-Sood from working on LocalFileTransfer