Julian Winkler
|
276b5ca7ef
|
add more APIs needed for NewPipe
|
2024-03-17 20:02:50 +01:00 |
|
Julian Winkler
|
aef5d5ad23
|
Html.fromHtml(): replace as well
|
2024-03-10 23:00:42 +01:00 |
|
Julian Winkler
|
c61e8b8f53
|
Html.fromHtml(): replace <br> as well
Gtk fails to parse <br> tags in markup
|
2024-02-27 22:02:36 +01:00 |
|
Julian Winkler
|
5dfadc9c59
|
Add some more methods needed by NewPipe. Mostly stubs
|
2024-02-18 10:08:43 +01:00 |
|
Julian Winkler
|
1d8e140a3b
|
TextView: add stubs to fix RecyclerView demo apk
The views_widgets_samples_flower_finder.apk was broken, because of
recent changes
|
2024-02-16 20:48:10 +01:00 |
|
Julian Winkler
|
d2f28a5b21
|
add some methods needed for androidx dialogs
|
2024-02-16 15:28:04 +01:00 |
|
Julian Winkler
|
aa56f3fb81
|
Add some methods needed for androidx preferences
|
2024-02-10 10:28:48 +01:00 |
|
Julian Winkler
|
0614e6c245
|
add some stubs needed since we now handle onMeasure() for more Views
|
2023-12-29 11:40:52 +01:00 |
|
Julian Winkler
|
72a8b3a047
|
add more stubs
|
2023-11-12 12:16:23 +01:00 |
|
Julian Winkler
|
c830abc5f3
|
add more API stubs for NewPipe
|
2023-10-14 18:29:33 +02:00 |
|
Julian Winkler
|
f5fc993484
|
add APIs needed for non legacy NewPipe version
|
2023-10-14 18:29:33 +02:00 |
|
Julian Winkler
|
960930a348
|
Add some stubs needed by android material library
|
2023-08-23 12:39:49 +02:00 |
|
Julian Winkler
|
4434de4a58
|
implement android.widget.EditText using GtkEntry
|
2023-08-23 11:47:05 +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
|
151eb334cc
|
TextUtils: fixup isEmpty() and add equals()
|
2023-08-08 14:18:20 +02:00 |
|
Mis012
|
0a9591c474
|
src/api-impl: fix up code style, mainly for code imported from AOSP
used the following (plus manual edits):
`clang-format --style="{BasedOnStyle: LLVM, IndentWidth: 8, UseTab: Always, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: true, ColumnLimit: 0}`
|
2023-06-22 11:45:46 +02:00 |
|
Mis012
|
75187b01d5
|
implement/stub some stuff to make SmashHit launch
|
2022-11-24 16:05:38 +01:00 |
|
Nikita Travkin
|
c7fcb0f84e
|
Stub some stuff
|
2022-11-02 15:25:14 +01:00 |
|
Mis012
|
449090143e
|
refactor source tree organization, switch to meson
|
2022-10-09 22:59:16 +02:00 |
|