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
|
e2e1f137bb
|
implement ContentResolver
ContentUris.java and UriMatcher.java are copied from AOSP
|
2024-08-05 23:00:50 +02:00 |
|
Julian Winkler
|
bb50bbfa91
|
add lots of java APIs needed for Whatsapp
|
2024-06-16 08:45:31 +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 |
|
Julian Winkler
|
55a1ff2cc5
|
create ContentProvider from AndroidManifest.xml
This is required for androidx startup library.
Only onCreate method is called for now.
|
2023-10-14 18:29:33 +02:00 |
|