Christian Stadelmann
|
c6be36f553
|
Context: Fix typo
|
2024-11-14 19:52:14 +00:00 |
|
Daniel Panero
|
e541d87fc2
|
api-impl: misc stubs and fixes for Spotify
|
2024-11-02 17:03:53 +00:00 |
|
Markuss Broks
|
24fab49a1c
|
api-impl: misc stubs
|
2024-10-14 19:59:38 +03:00 |
|
Julian Winkler
|
f3092fd4bd
|
implement file sharing by file descriptor
Using custom gdbus code, as libportal doesn't expose the raw
org.freedesktop.portal.OpenURI.OpenFile method.
|
2024-10-03 15:57:44 +02:00 |
|
Julian Winkler
|
c492e1f03f
|
add Java APIs needed for WhatsApp MainActivity and ConversationActivity
|
2024-10-03 15:57:44 +02:00 |
|
Julian Winkler
|
9084dddf03
|
HACK: set loglevel for Whatsapps custom log implementation
|
2024-08-01 22:06:27 +02:00 |
|
Julian Winkler
|
a8ba2f797a
|
PackageManager.GET_SIGNATURES use real apk signature instead of dummy
WhatsApp needs its own signature to generate a valid authentication token
|
2024-08-01 19:57:12 +00: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
|
71bb6d96bd
|
implement Context.stopService()
|
2024-07-31 18:21:14 +02:00 |
|
Mis012
|
92e2c06347
|
make sure the apk path is reliably set in the PackageInfo
|
2024-06-19 22:35:50 +02:00 |
|
Julian Winkler
|
bb50bbfa91
|
add lots of java APIs needed for Whatsapp
|
2024-06-16 08:45:31 +02:00 |
|
Julian Winkler
|
2a10196bc5
|
Context: cache SharedPreferences
OsmAnd renderer reads SharedPreferences for every frame. Use cached
objects instead of reading it from disk every time
|
2024-06-15 00:01:51 +02:00 |
|
Mis012
|
795c76f144
|
android/content/Context: misc cleanup
|
2024-06-13 20:54:21 +02:00 |
|
Julian Winkler
|
2efa545e73
|
fix application_info.dataDir getting overwritten by PackageParser
|
2024-06-13 20:07:10 +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 |
|
Mis012
|
30a9f66c4a
|
api-impl: misc stubs for stupid ad stuff in SubwaySurfers
|
2024-04-26 18:11:29 +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 |
|
Markuss Broks
|
24e8743cc1
|
Context: add the input service tag string
|
2024-04-01 19:41:06 +00:00 |
|
Julian Winkler
|
494605932c
|
implement more APIs
|
2024-03-22 21:02:22 +01:00 |
|
Mis012
|
0592b71489
|
View: basic implementation for performHapticFeedback
we currently ignore the feedbackConstant and simply vibrate for 10ms
|
2024-03-22 14:04:17 +01:00 |
|
Julian Winkler
|
45de09a191
|
notification support using libportal
|
2024-03-18 07:26:25 +01:00 |
|
Julian Winkler
|
276b5ca7ef
|
add more APIs needed for NewPipe
|
2024-03-17 20:02:50 +01:00 |
|
Julian Winkler
|
005e2299bd
|
automatically enable UI_MODE_NIGHT when gtk-theme-name contains "dark"
gtk-theme-name is only checked once at start up
|
2024-03-10 12:05:33 +01:00 |
|