Julian Winkler
0454dcbfd5
stub some APIs for Flappy Bird, mostly webview related
2023-06-18 11:28:40 +02:00
Julian Winkler
c21d8532bc
ImageView: use GtkPicture and actually show the image
...
GtkImage is intended for icons GtkPicture fits better
2023-06-18 11:28:40 +02:00
Mis012
970011a5cb
api-impl/android/content/res/AssetManager.java: fix error condition for openAsset
2023-06-06 19:22:24 +02:00
Mis012
27f3d288dd
misc stubbing for ctr2
2023-01-14 14:32:37 +01:00
Mis012
b10bbaeae2
src/api-impl/android/os/Looper.java: avoid some crashes
2023-01-09 13:54:11 +01:00
Mis012
f081cdff3b
add stub implementation for startActivityForResult
2023-01-09 12:08:23 +01:00
Mis012
4dd31731f9
src/api-impl: misc stubbing
2023-01-09 12:07:57 +01:00
Mis012
bc66fb69da
api-impl/.../GLSurfaceView.java: implement queueEvent
2023-01-05 19:01:40 +01:00
Mis012
f0cae244ae
src/api-impl/android/view/Choreographer.java: implement enough for games using swappy to work (tested with sample Unity app)
2023-01-05 19:00:27 +01:00
Mis012
9a3b5b21b6
src/api-impl: misc stubbing
2023-01-05 19:00:27 +01:00
Mis012
2e4590c4d8
src/api-impl: misc stubbing
2022-12-31 17:17:10 +01:00
Mis012
696fa5a192
make some Handler callback magic synchronous to avoid having to implement it properly
2022-12-31 17:17:10 +01:00
Mis012
9ec3bf58c2
src/api-impl/android/app/Activity.java: don't return null intent, apparently some apps tolerating that was an exception
2022-12-27 17:15:56 +01:00
Mis012
63d7427d0e
GLSurfaceView: call SurfaceHolderCallback.surfaceCreated in case the app expects that; compensate for mismatch between touch input and the rendering area
2022-12-27 17:11:59 +01:00
Nikita Travkin
d419d6d324
fixme-desc: add some stubs
2022-12-01 14:44:19 +01:00
Mis012
52ba443401
misc stubbing
2022-12-01 14:44:16 +01:00
Mis012
75187b01d5
implement/stub some stuff to make SmashHit launch
2022-11-24 16:05:38 +01:00
Mis012
b0d6045254
src/api-impl/android/content/pm: fix up some stubs, remove some ugly make-this-compile out-of-place class definitions in favor of importing implementations we have created since
2022-11-24 15:56:40 +01:00
Mis012
53d2086074
SQM: src/api-impl/android/content/IntentSender.java: make SendIntentException subclass Exception
2022-11-24 15:51:29 +01:00
Mis012
33b4515cb9
add support for the boneheaded method of receiving input events that is used by NativeActivity apps
...
currently, our "not-actually-a-queue" implementation is quite ugly,
hopefully it might be possible to make it look somewhat sane while
not needing to make it as much of a queue as it is on android
2022-11-11 19:18:21 +01:00
Mis012
231ac88dbd
make touch input work with apps using SurfaceView
2022-11-09 15:03:13 +01:00
Mis012
e5a8b4c7eb
src/api-impl/android/view/MotionEvent.java: fix copied indentation
2022-11-09 14:50:54 +01:00
Mis012
7d3cefafef
api-impl: add initial support for NativeAcivity
2022-11-04 19:28:46 +01:00
Mis012
2865d34a32
src/api-impl: add misc stubs, fix indentation
2022-11-04 19:21:45 +01:00
Mis012
18d0b11fcf
src/api-impl/meson.build: fix indentation, sort source files
2022-11-02 18:41:39 +01:00