-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Custom path for ARM devices with limited space #21
Conversation
I will review this before the week is over... sorry for taking so long. |
I could really use this feature. |
d0f89e0
to
910529b
Compare
Can you please rebase? |
Done. |
8fc4d77
to
b2349f0
Compare
83eed36
to
cc60536
Compare
See next comment. |
2690f5a
to
55b4593
Compare
Alright, all The first argument of |
f318760
to
a01ae4b
Compare
@horstle While testing your pull request I came to the conclusion that there is no option to use the default temporary directory again when a custom directory was set once. I'll add a commit to this pull request which implements this. |
a01ae4b
to
bc8c555
Compare
This should be ready to merge now. Please test this first on ARM devices. |
bc8c555
to
071cacc
Compare
7fada2f
to
10e3881
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.
Looking good. Just a few remarks, nothing critical.
I think I fixed the coverage reporting now. Thanks for your patience! |
Add possibility to change temporary path on ARM devices if the ChromeOS image is too big. Remember custom path (as setting), check specified custom path whether there is enough space.
10e3881
to
8f73424
Compare
@horstle I did the rebase and pushed one commit with the changes I proposed here. This commit includes:
Please do not force-push :-) |
8f73424
to
3235a3a
Compare
I think we may want to reorganize the settings at some point. |
3235a3a
to
15e31eb
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.
For me this is ready to be merged. Even if we decide to make this hidden for non-ARM platforms later.
15e31eb
to
752c263
Compare
This commit includes: - Change `temp_dir` info `temp_path` - Use `special://masterprofile` instead of `special://profile` - Fix `disabled` setting - Use standard argument name for xbmcgui.browseSingle - Rename 'Temporary directory' into 'Temporary download directory'
752c263
to
a64a360
Compare
If people with ARM devices can confirm this works in real life, I'm okay with merging this. |
I have tested this, but not with a device that hasn't sufficient disk space. |
Great to see this finally merged, thanks! I really hope I didn't break anything with the last changes. |
We still have time for testing before we release. It would be nice to test the following cases:
|
#20