Paperback-iOS / app

Repository to host app releases, issues, and feature requests for Paperback
https://paperback.moe/
661 stars 20 forks source link

[FEATURE REQUEST] AOSP Support. #825

Open RokeJulianLockhart opened 6 months ago

RokeJulianLockhart commented 6 months ago

Preflight Checklist

What type of Apple device is the feature request for?

Mac computer

Describe the feature

I'd like you to support AOSP, or inform me why this isn't possible. Many thanks.

Feature Motivation

I'd be able to install this on any AOSP-derived OS.

Anything Else?

https://github.com/Paperback-iOS/app/issues?q=is%3Aissue+sort%3Aupdated-desc+Android+ returned 0 relevant results. I've set this to Mac because Macs can run VirtualBox, and thus run BlissOS. However, they can also run Asahi and WayDroid, and nothing fundamentally prevents a port of AOSP to M3.

amenokagaseo commented 6 months ago

Not feasible, I think. Most of the app is developed with Swift UI. While the Swift toolchain can be theoretically facilitated within Android through a tool like Skip, it doesn't actually make it work, rather transpiling to an equivalent such as Kotlin or React. Considering how complex the app actually is, I doubt it would "just work."

Making this possible would require creating an entirely separate version of the app that runs under a different UI and logic toolchain.