uProxy-p2p icon indicating copy to clipboard operation
uProxy-p2p copied to clipboard

Document minimum system requirements for uProxy on Android

Open bemasc opened this issue 10 years ago • 2 comments

High-end Android phones seem to be able to run uProxy with acceptable behavior. Low-end phones do not. We'll need to figure out where the boundary is, and document it for users.

bemasc avatar Nov 25 '15 20:11 bemasc

This probably is related to deciding the minimum android API level we're targeting. There are many fewer Low-end phones running Android 5.0, if we need that anyway.

On Wed, Nov 25, 2015 at 12:05 PM, Benjamin M. Schwartz < [email protected]> wrote:

High-end Android phones seem to be able to run uProxy with acceptable behavior. Low-end phones do not. We'll need to figure out where the boundary is, and document it for users.

— Reply to this email directly or view it on GitHub https://github.com/uProxy/uproxy/issues/2097.

willscott avatar Nov 25 '15 20:11 willscott

Yes, Android API version matters, and this is tied to the choice of whether to use Crosswalk or native webview. In my testing, uProxy works with the native webview on Android L and later, whereas with Crosswalk it works with K (and probably several previous releases) too.

Without crosswalk, our .apk is about 4 MB. With Crosswalk, it's an order of magnitude larger.

bemasc avatar Nov 30 '15 16:11 bemasc