-
Notifications
You must be signed in to change notification settings - Fork 655
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
Android Tweaks #4158
Android Tweaks #4158
Conversation
DXCanas
commented
Aug 13, 2018
•
edited
Loading
edited
- Resolves Import/Export from External SD Card kolibri-installer-android#5
- Resolves Channel import does not work. kolibri-installer-android#16, which re-broke due to the tqdm package importing multiprocessing?
- Resolves Android N+ Compatibility kolibri-installer-android#35
@aronasorman what's left to make this ready to merge? I tried importing |
I remember we needed to get space usage working properly before we can actually import content. But that can be a separate PR. |
@aronasorman ah you're right. @jamalex I'm still trying to figure out some JNI issues with Kevin, but Aron and I have a hunch that the import page isn't working because of some space calculation stuff in Morango - was that what you were talking about when I first kicked off? |
closing PR until it's time to revisit this work |
Codecov Report
@@ Coverage Diff @@
## develop #4158 +/- ##
===========================================
- Coverage 51.2% 50.97% -0.24%
===========================================
Files 864 870 +6
Lines 26668 26799 +131
Branches 3552 3572 +20
===========================================
+ Hits 13656 13660 +4
- Misses 12268 12385 +117
- Partials 744 754 +10
Continue to review full report at Codecov.
|
06a9456
to
2b8dc1e
Compare
2b8dc1e
to
5d0f2f1
Compare
@jamalex @ralphiee22 The shim is effective in granting access to the import from studio workflow, but I get this error: When I try to open up a channel's page. Are file size reports a morango thing? |
Acknowledged |
No, they're calculated here: If you have a QPython shell, you could try some of those things interactively on an Android device. (Note: this is about free disk space, not file sizes) |
5a55158
to
1bd8047
Compare
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 haven't tested, but nothing in here looks problematic to me
This is targeted for 0.11.x, but the |
this can be retargeted to 0.12 |
I targeted at 0.11 because I’ve been testing with it most. I’ve built a few
with 0.12 but had several styling issues (this wasn’t that recent).
…On Fri, Feb 1, 2019 at 9:48 AM Devon Rueckner ***@***.***> wrote:
this can be retargeted to 0.12
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4158 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJa5XP4IcItJaJ6fv6JSlPMSfE1M3FXJks5vJH3TgaJpZM4V7lRv>
.
|
originally the goal was to release with 0.11 but that boat sailed, so we can just target 0.12 now |
Thanks :) I was also wondering, but given the motivation behind the |
Yeah I approved it a while ago - @DXCanas are you still working on it? |
changed target to |
Not working on it anymore. I'll handle the conflict then merge? |
# Conflicts: # requirements/base.txt
…es root to run them.
66726e5
to
3ae1202
Compare
@indirectlylit rebased. Figured it would be a cleaner merge that way |
Is there a way @DXCanas that this can be tested, or is it too Android-specific? Some mocks perhaps? |
good call @benjaoming - I opened a new issue and targeted it to 0.12.1 so this doesn't become a blocker: #4907 |