summaryrefslogtreecommitdiff
path: root/src/libandroid.c
Commit message (Collapse)AuthorAge
* move system_get_property to libcJari Vetoniemi2018-11-18
|
* android: Implement more asset stuffJari Vetoniemi2018-07-30
|
* android/EGL: Mark ANativeWindow w/ headerJari Vetoniemi2018-03-11
| | | | | | | | Remove eglGetDisplay as it's called with NULL anyways (Reimplement if otherwise in some app) In eglCreateWindowSurface, check that our pointer really is ANativeWindow, otherwise try use it as is.
* android: Create GLFW window with no client APIJari Vetoniemi2018-03-10
|
* libandroid: implement more functionsJari Vetoniemi2018-02-27
|
* android: Don't assert all paramsJari Vetoniemi2018-02-25
| | | | This function is not very well documented.
* refactor commitJari Vetoniemi2018-02-22
|
* libandroid: implement some ANativeWindow funcsJari Vetoniemi2018-02-19
| | | | glfw!
* Implement more libandroidJari Vetoniemi2018-02-18
|
* Initial commitJari Vetoniemi2018-02-16
Stuff in src/linker will get rewritten from scratch eventually, it's all horrible. But for now focus is getting on shit work.