darkfi
|
a6d8104b97
Revert "Add iOS build and run support for the DarkFi app"
|
7 months ago |
darkfi
|
0e56d14013
app/vid: make video decoding fast now. turns out i just need release mode for rav1d
|
7 months ago |
x
|
43f1d8d1ed
app: Fix compilation error
|
7 months ago |
darkfi
|
2a26349ab5
app: add new video module, which contains IVF demuxer and YUV -> RGB color conversion. add rav1d branch with rust API to cargo.toml
|
7 months ago |
nighthawk24
|
7243212aee
Add iOS build and run support for the DarkFi app
|
8 months ago |
epiphany
|
1f99bf931d
app: add fud plugin, add FileMessage to MessageBuffer
|
8 months ago |
oars
|
06ac488ccb
bin/app: replace log with tracing
|
1 year ago |
darkfi
|
06ae05d11f
app: make tweaks to build and release workflow for win/mac
|
9 months ago |
darkfi
|
a36dfb84e6
app: on linux allow specifying x11 or wayland backend explicitly using CLI args
|
1 year ago |
darkfi
|
aea0908463
app: fix net module compile err
|
1 year ago |
darkfi
|
a9a68782f6
app: switch user APIs from foo(self: Arc<Self>, ...) to foo(self: &Arc<Self>, ...) due to new rust stable feature
|
1 year ago |
darkfi
|
c4731e725d
app: make UI jankless by making all updates truly atomic └(^o^ )X( ^o^)┘
|
1 year ago |
darkfi
|
ffd44686b9
app: use a Mutex<Vec> + thread to merge render_api incoming requests queue with the main render loop update(). Once update() is called, we take the stack from the Vec and process it.
|
1 year ago |
darkfi
|
b6c9e446d2
app: gfx RenderApi rename method_req/method_rep to method_send/method_recv since it no longer replies anything (just unidirectional pipe)
|
1 year ago |
darkfi
|
af12bf8341
app: locale realtime switching and reloading UI
|
1 year ago |
darkfi
|
72c1cff8b4
app: cargo fmt
|
1 year ago |
darkfi
|
53ca281102
app: fix ALL warnings ;)
|
1 year ago |
darkfi
|
413a6db8e3
app: reduce display scale for Android, disable crashing settings icon, and make various UI tweaks
|
1 year ago |
darkfi
|
7b6b86d5b8
app: fix broken emoji picker
|
1 year ago |
darkfi
|
b8d2706a76
app: only do an initial draw when epoch == 1
|
1 year ago |
darkfi
|
e1daeb7b64
app: chatedit fix set text property
|
1 year ago |
darkfi
|
e96d92cf82
app: enable darkirc plugin running on bg_runtime inside God::new()
|
1 year ago |
darkfi
|
b535679cfe
app: simplify the code, by removing the erroneous/redundant .setup_app() step, move it directly into God::new()
|
1 year ago |
darkfi
|
e26b82dbdb
app: restore back the prod UI from test UI, and upgrade remaining code. App is fully persistent & UI is restartable now.
|
1 year ago |
darkfi
|
17865fa10e
app: begin dividing code between long running bg runtime, and short lived fg for UI. Restarting works and the app is running an Android foreground service for the bg_runtime. Introduce GOD into main.
|
1 year ago |
darkfi
|
1c2bd72d67
app: add editor actions and inner padding
|
1 year ago |
darkfi
|
930470bbcd
app: fix android builds with new stable toolchain
|
1 year ago |
darkfi
|
33d18f11dd
app: migrate from nightly to stable toolchain
|
1 year ago |
darkfi
|
d27f5dfe4e
app: completely rework text editing subsystem. initial draft version
|
1 year ago |
darkfi
|
0133a33caf
app: disable numbers in menu cos they look ugly
|
1 year ago |