Julian Winkler
|
e3c0931714
|
prevent reference cycles between Java and native objects
|
2024-08-02 17:02:53 +02:00 |
|
Julian Winkler
|
3c5a21357d
|
multiple additions and fixes for the Java APIs
Stuff needed for WhatsApp support
|
2024-08-01 19:57:12 +00:00 |
|
Julian Winkler
|
ef77bb287a
|
NotificationManager: store Intents in HashMap
This is needed for Intents with extras, because Parcelable serialization is not yet implemented
|
2024-07-31 18:22:26 +02:00 |
|
Julian Winkler
|
71bb6d96bd
|
implement Context.stopService()
|
2024-07-31 18:21:14 +02:00 |
|
Julian Winkler
|
7b11277287
|
AlertDialog: handle buttons
|
2024-07-31 11:10:45 +00:00 |
|
Julian Winkler
|
4ecd541c6c
|
NotificationManager: implement cancel() for MPRIS notifications
|
2024-07-20 14:14:53 +02:00 |
|
Julian Winkler
|
9d27fc138b
|
NotificationManager: handle non player part of MPRIS
This exposes the package name to MPRIS and allows to raise the
application to the front when clicking the MPRIS notification.
|
2024-07-17 22:43:16 +02:00 |
|
Julian Winkler
|
b54bed4784
|
implementing MediaSession using MPRIS
NotificationManager will now ignore MediaStyle notifications
|
2024-07-17 22:35:55 +02:00 |
|
Julian Winkler
|
bb50bbfa91
|
add lots of java APIs needed for Whatsapp
|
2024-06-16 08:45:31 +02:00 |
|
Mis012
|
81797c2667
|
api-impl: add misc stubs/impls
|
2024-06-13 21:00:06 +02:00 |
|
Julian Winkler
|
b15bf203a7
|
remove custom AndroidManifest.xml parsing and instead use PackageParser
This has the advantage, that AndroidManifest.xml is only parsed once.
|
2024-06-12 23:03:20 +02:00 |
|
Julian Winkler
|
778d19f268
|
remove remaining dependencies on ARSClib
|
2024-05-23 23:30:03 +02:00 |
|
Nikita Travkin
|
e1f79dc3a9
|
android: Support Unity text input dialog
|
2024-05-19 14:20:00 +05:00 |
|
Mis012
|
30a9f66c4a
|
api-impl: misc stubs for stupid ad stuff in SubwaySurfers
|
2024-04-26 18:11:29 +02:00 |
|
Mis012
|
341e39463a
|
api-impl: copy GradientDrawable from AOSP, some stubs
|
2024-04-23 19:14:41 +02:00 |
|
Mis012
|
a1df6a43e5
|
api-impl: stubs to make OsmAnd allow OpenGL renderer
it doesn't render anything sadly
|
2024-04-14 21:48:19 +02:00 |
|
Julian Winkler
|
5e674e1410
|
add option to install desktop entry with dynamic launcher portal
A desktop entry is needed to have window icons on Wayland.
|
2024-04-13 19:20:38 +02:00 |
|
Mis012
|
2802aaa28d
|
api-impl: add stubs / simple stuff for OsmAnd
without native libs present, launches and renders white square
in map view; with native libs present, segfaults in bundled skia
|
2024-04-13 15:22:38 +02:00 |
|
Julian Winkler
|
2f4cd3917f
|
implement some APIs needed for OctoDroid
|
2024-04-09 18:19:13 +02:00 |
|
Mis012
|
b1d4a69c6b
|
Activity: implement getTitle/setTitle
also set the title from AndroidManifest.xml
this is used by some androidx AppCompat widgets
|
2024-04-07 21:42:42 +02:00 |
|
Markuss Broks
|
1b1f026e76
|
implement android.app.ApplicationErrorReport
|
2024-04-01 19:41:06 +00:00 |
|
Markuss Broks
|
ad4de8edc4
|
ActivityManager: add a stub for MemoryInfo
|
2024-04-01 19:41:06 +00:00 |
|
Julian Winkler
|
50fa760c63
|
NoitficationManager: implement cancel
|
2024-03-18 23:12:04 +01:00 |
|
Julian Winkler
|
cdcc3411aa
|
NotificationManager: delete ongoing and MediaStyle notifications on exit
The XDG Portal API doesn't have a concept of ongoing notifications.
MediaStyle notifications could be changed to MPRIS in the future.
|
2024-03-18 15:41:44 +01:00 |
|
Julian Winkler
|
acb00a8beb
|
NotificationManager: add support for icons
|
2024-03-18 14:37:56 +01:00 |
|