Skip to content
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

Port to mobile devices #1466

Closed
AkiraSakura opened this issue Oct 12, 2018 · 9 comments
Closed

Port to mobile devices #1466

AkiraSakura opened this issue Oct 12, 2018 · 9 comments
Assignees

Comments

@AkiraSakura
Copy link

Do you plan to port this program to the Android/IOS systems?

@Bionus Bionus self-assigned this Oct 12, 2018
@Bionus
Copy link
Owner

Bionus commented Oct 12, 2018

I've thought about it a few times, especially given Qt seems to support porting to mobile devices without too big difficulties.

So I think I might do it in the future, but not very soon.

Aren't there already a bunch of apps doing the same thing anyway? (browsing part)

@AkiraSakura
Copy link
Author

Browsing maybe, but not Group Downloading ^^

@Bionus
Copy link
Owner

Bionus commented Oct 13, 2018

Why would you do batch downloading on a phone? Isn't it more convenient on a computer? Actually, what would be your use case for this? (so I can know when I do the app later how things should work)

Plus, you say there's apps for browsing, do you have any examples? Especially apps that support multiple sources like Grabber.

@AkiraSakura
Copy link
Author

I agree, it is convenient to use a computer, but when there is no access to a PC, I would like to do it from mobile devices.

No, no, applications with many packages are non-existent. There is only a single app tied to your website.

@Babyforce
Copy link

Why would you do batch downloading on a phone? Isn't it more convenient on a computer? Actually, what would be your use case for this? (so I can know when I do the app later how things should work)

Plus, you say there's apps for browsing, do you have any examples? Especially apps that support multiple sources like Grabber.

There is an app on the Google Playstore called Booru Nav that allows you to browse on booru based websites easily. That's the only one I know, and doesn't include batch downlad, nor does it include multiple sources search.

@Amazingduf
Copy link

Plus, you say there's apps for browsing, do you have any examples? Especially apps that support multiple sources like Grabber.

I've been using Animeboxes for a very long time, it also supports batch downloading but it's not nearly as good as Grabber, I've been using it just for browsing boorus.

@Bionus
Copy link
Owner

Bionus commented Oct 17, 2018

given Qt seems to support porting to mobile devices without too big difficulties

FYI, I just built Grabber for Android, and after a few bugfixes here's the result. The UI is horrible but works:

photo_2018-10-17_02-30-19

photo_2018-10-17_02-22-58

Porting it properly would require having separate designs for desktop and mobile, using QtWidgets and QML respectively. That would require properly extracting all the logic out of "view" files, as well as re-designing and implementing all parts of the UI, which is a lot of work.

So my plan for now is to extract logic little by little, and when the time is right, start replacing parts of the UI on mobile by native looks.

@AkiraSakura
Copy link
Author

AkiraSakura commented Sep 2, 2019

@Bionus Hi, what is the progress with the mobile version? (I need it xDD)

@Bionus
Copy link
Owner

Bionus commented Oct 19, 2020

Closing in favor of issue #2147

@Bionus Bionus closed this as completed Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants