Julian Winkler
|
eac22aaa64
|
Resources.getSystem(): just return application resoources
|
2023-08-27 23:14:00 +02:00 |
|
Julian Winkler
|
2e0c18d755
|
add complete java side of sqlite implementation
Mostly taken from https://www.sqlite.org/android which is forked from
AOSPs implementation
|
2023-08-27 11:17:33 +02:00 |
|
Julian Winkler
|
28cd0006bc
|
some fixes to make NewPipe not crash when layouting
|
2023-08-23 14:52:56 +02:00 |
|
Julian Winkler
|
c4b7bdc63d
|
ViewGroup: handle scroll events
|
2023-08-23 12:39:55 +02:00 |
|
Julian Winkler
|
960930a348
|
Add some stubs needed by android material library
|
2023-08-23 12:39:49 +02:00 |
|
Julian Winkler
|
83cc2e5991
|
load the default Application theme on startup
|
2023-08-22 22:30:06 +02:00 |
|
Julian Winkler
|
34d214e9ae
|
AssetManager.java: fill indices array when loading TypedArray
This is needed for TypedArray.getIndexCount() and related functions
|
2023-08-22 22:30:03 +02:00 |
|
Julian Winkler
|
9bd5593657
|
Activity: make startActivityForResult() functional
|
2023-08-22 22:29:20 +02:00 |
|
Julian Winkler
|
3fd81baeaf
|
AssetManager: fix loading without merge
use cookie values to find correct StringPool
|
2023-08-22 22:29:03 +02:00 |
|
Julian Winkler
|
2b97e3bd57
|
AssetManager.java: iterate tableBlocks instead of merging
The merging process is too slow
|
2023-08-22 19:44:09 +02:00 |
|
Julian Winkler
|
6547e66d4f
|
implement android.app.AlertDialog using GtkDialog
|
2023-08-22 19:39:57 +02:00 |
|
Julian Winkler
|
82744e9e5e
|
add bunch of new java APIs: mostly stubs or copied from AOSP
Many of these classes are only needed to be subclassed by androidx
support library, which is used in many android apps
|
2023-08-22 15:53:09 +02:00 |
|
Julian Winkler
|
a8e39cd613
|
get Application class from AndroidManifest.xml and call onCreate()
|
2023-08-22 15:53:09 +02:00 |
|
Julian Winkler
|
c60e97f13f
|
implement obtainStyledAttributes() functions properly
|
2023-08-22 15:51:13 +02:00 |
|
Mis012
|
4a1159f5cb
|
api-impl: add misc stubs
|
2023-08-12 13:09:33 +02:00 |
|
Mis012
|
a1aa38c7b8
|
api-impl/android/content/pm/PackageInfo: make some items not stubs
|
2023-08-12 13:06:10 +02:00 |
|
Mis012
|
c936333c74
|
src/main-executable: show actual package name as window title, preparation for showing app icon, re-add some missing stuff
|
2023-08-12 13:05:34 +02:00 |
|
Julian Winkler
|
a7f8e44f30
|
Intent.java: add some missing methods
|
2023-08-11 18:15:19 +02:00 |
|
Julian Winkler
|
64cbb17a67
|
add support for loading framework-res.apk for system resources
|
2023-08-08 14:18:20 +02:00 |
|
Julian Winkler
|
4de91fdaaa
|
AssetManager.getResourceValue: handle references and invalid IDs
|
2023-08-08 14:18:20 +02:00 |
|
Julian Winkler
|
77459e34e0
|
add AssetManager.getArrayIntResource and Context.getString
|
2023-08-08 14:18:20 +02:00 |
|
Julian Winkler
|
696e0ce714
|
implement LocationManager and orientation sensor using libportal
|
2023-08-08 14:18:20 +02:00 |
|
Julian Winkler
|
5c6b83e8f1
|
LayoutInflator: support <include/> tags
|
2023-08-08 14:18:20 +02:00 |
|
Julian Winkler
|
c10504c089
|
make BitmapDrawable functional
|
2023-08-08 13:35:47 +02:00 |
|
Mis012
|
ffb2855a05
|
api-impl: add misc stuff needed by Teeter
note that Teeter still needs more stuff before it will work
|
2023-07-25 14:29:50 +02:00 |
|