aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.cpp
AgeCommit message (Collapse)Author
2010-07-05Drop direct use of (private) libEGL.so and call EGL functions via Java.Angus Lees
This removes the final private library - we should be completely above board now. svn-id: r50677
2010-06-11Add support for setFocusRectangle - enabled on 'small' Android screens.Angus Lees
svn-id: r49594
2010-06-08Whitespace fixup in last submit. I'll get the hang of this eventually :/Angus Lees
svn-id: r49507
2010-06-08Provide a replacement for bionic's __assert().Angus Lees
The usual Android version doesn't actually print the assert message before aborting. svn-id: r49506
2010-06-08Remove obsolete ANDROID_VERSION_GE macroAngus Lees
svn-id: r49505
2010-06-06whitespace correctionsMax Horn
svn-id: r49453
2010-06-06Add Android backend from patch #2603856Max Horn
svn-id: r49449