summaryrefslogtreecommitdiff
path: root/src/app.c
Commit message (Collapse)AuthorAge
* rename app executable to andre (loader.c)Jari Vetoniemi2018-11-19
|
* support running bionic binaries more properlyJari Vetoniemi2018-11-19
|
* refactor app.cJari Vetoniemi2018-11-18
|
* add some more apksJari Vetoniemi2018-09-04
|
* hacky inputJari Vetoniemi2018-09-04
|
* app: Comment unused functionsJari Vetoniemi2018-06-02
|
* jvm: Store class names like they are in javaJari Vetoniemi2018-06-02
| | | | com.foo.bar instead of com/foo/bar, only convert to latter form when needed.
* app: Remove cruftJari Vetoniemi2018-05-29
|
* app: Unity related hacksJari Vetoniemi2018-05-29
| | | | Mostly the -DWOLF define to switch between apks more easily
* app: use android/app/Activity for main contextJari Vetoniemi2018-04-19
|
* app: Unity related workJari Vetoniemi2018-02-27
|
* app: Whee more crap to get unity stuff workJari Vetoniemi2018-02-25
|
* Messy commit of hacks and implementationsJari Vetoniemi2018-02-20
|
* refactoring, fixing and implementingJari Vetoniemi2018-02-19
| | | | messy commits yay
* jvm: Implement more java apisJari Vetoniemi2018-02-19
|
* jvm-android: not unity bugJari Vetoniemi2018-02-19
|
* jvm: implement java apis ... in C!Jari Vetoniemi2018-02-19
|
* jvm: rename fakejvm to jvmJari Vetoniemi2018-02-19
|
* app: some temporary codeJari Vetoniemi2018-02-19
| | | | | | I'm testing this thing with certain unity thing. Eventually the Java side reimplementations of apps will be moved to support modules.
* Add fake jvmJari Vetoniemi2018-02-17
|
* 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.