4.0-606 9 years, 2 months ago [Android] Implement CPU info retrieval within the about menu.
4.0-605 9 years, 2 months ago [Android] Parse integer ranges in the GLES3 info tab.
4.0-604 9 years, 2 months ago [Android] Get rid of the version check class in VideoSettingsFragment.java. Not needed anymore since the introduction of the EGLHelper class. Also decouples some classes from the VideoSettingsFragment...
4.0-603 9 years, 2 months ago [Android] Greatly clean up the previous commits. Now here is the long list of cleaned up things: - Spaces -> Tabs | Consistency - Javadoc everything that was added and not documented. - Remove duplica...
4.0-602 9 years, 2 months ago [android-about-menu-info] Add desktop OpenGL tab population. Since showing every single limit that desktop OGL supports is crazy, Let's just show the basic information, and extensions.
4.0-601 9 years, 2 months ago [android-about-menu-info] Have information populate the GLES2 and GLES3 tabs. There is a /lot/ of information in these tabs, we may have to think about changing how the information looks OpenGL isn't ...
4.0-600 9 years, 2 months ago [Android] Finally check if regular OpenGL is possible on devices and display/hide it's fragment based upon this in AboutActivity.java.
4.0-599 9 years, 2 months ago [Android] Initial introduction of the EGLHelper utility class. Should simplify all interop with the EGL/GL APIs. Not hooked up yet. However it is entirely functional.
4.0-598 9 years, 3 months ago [Android] Initial implementation of the extended info menu.