Bug 732 - Add some support of Android 2.0 into JOGL/NEWT
Summary: Add some support of Android 2.0 into JOGL/NEWT
Status: RESOLVED WONTFIX
Alias: None
Product: Jogl
Classification: JogAmp
Component: embedded (show other bugs)
Version: 2
Hardware: embedded_all other
: P5 enhancement
Assignee: Julien Gouesse
URL:
Depends on:
Blocks:
 
Reported: 2013-05-09 15:56 CEST by Julien Gouesse
Modified: 2015-11-22 13:29 CET (History)
2 users (show)

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Gouesse 2013-05-09 15:56:34 CEST
JOGL 2.0 currently supports Android 2.3, it relies on Android native application API introduced in this version. JOGL 2.0 needs a second code path to support older versions of Android.

The priority of this request for enhancement is very low as there are fewer end users owning smartphones with such versions of Android as time goes by (about less than 10% of Android users nowadays).

However, the lack of support for these versions discourages some core developers of mainstream 3D engines to drop AndroidGL support in favor of JOGL 2.0 and there are still tons of games on the Play Store that support Android 2.0.

In some countries in the western Europe, some governements plan to increase the minimum statutory warranty in order to reduce the ecological footprint of hardware renewal by encouraging customers to keep their electronic devices longer even though the industry prefer encouraging planned obsolescence to artificially force them to renew their hardware even though it is not "necessary". The support of "old" hardware can sometimes be done without compromising the whole framework and I would be happy if we could add some support of Android 2.0 into JOGL & NEWT. We would then support an ecological trend, play in the same field than AndroidGL and attract some games developers.

I still own an HTC Desire Z under Android 2.2.1, I can contribute. The first step will consist in finding the APIs which could be used as a replacement of Android native application API, maybe some of them are only exposed in the Java API of Android in earlier versions.
Comment 1 Julien Gouesse 2015-11-22 13:29:43 CET
I had to give my old phone to a close relative, I have nothing to test.