Commit Graph

22 Commits

Author SHA1 Message Date
x
9785777642 chore: Update copyright license year
Happy 2026!
2026-01-01 11:40:45 +00:00
darkfi
64b167e134 app: use upstream parley git repo, rework editor set_selection() 2025-10-30 09:04:21 +01:00
darkfi
7fd6219ac0 app: update editor for latest parley version 2025-10-19 13:28:35 +02:00
darkfi
84d3a1c1fb app: bugfix edit select on android to have correct logic 2025-10-19 12:29:19 +02:00
darkfi
e0c757546a app: android port new handle_select and scroll to android 2025-10-17 13:28:52 +02:00
darkfi
5e4c79f0d5 app: break long lines within word 2025-09-21 18:49:00 +04:00
darkfi
5cbd321700 app: scroll working for single/multi line edit 2025-09-21 13:10:46 +04:00
darkfi
53ca281102 app: fix ALL warnings ;) 2025-06-29 11:04:28 +02:00
darkfi
d950dd6e37 app: cargo fmt 2025-06-27 11:24:39 +02:00
darkfi
fdb878b3df app: fix desktop for parley update 2025-06-27 11:18:12 +02:00
darkfi
b8226ec94d app: editor add insert() method which works on android too 2025-05-04 10:51:01 +02:00
darkfi
8fbdc0627d app: fix broken editor for desktop builds due to recent android changes 2025-05-03 10:27:44 +02:00
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. 2025-05-01 08:07:19 +02:00
darkfi
3ca5b77324 app: chatedit working scroll (all platforms) 2025-04-22 11:27:50 +02:00
darkfi
d1d73e09a4 app: make modifying selection fast and disallow it crossing itself 2025-04-21 15:53:17 +02:00
darkfi
281b586eb4 app: chatedit drag select working 2025-04-21 13:42:30 +02:00
darkfi
5172708030 app: selecting text 2025-04-20 15:37:29 +02:00
jkds
00b8fa1ca4 app: composing underline for android 2025-04-20 13:45:13 +02:00
darkfi
064fe1ac25 app: add selected_text() for android 2025-04-20 11:27:04 +02:00
darkfi
1c2bd72d67 app: add editor actions and inner padding 2025-04-18 17:04:07 +02:00
darkfi
89826d5071 app: use thread local non-locking storage for text context 2025-04-16 10:22:57 +02:00
darkfi
d27f5dfe4e app: completely rework text editing subsystem. initial draft version 2025-04-15 13:08:42 +02:00