Commit Graph

585 Commits

Author SHA1 Message Date
a193de501d
forgot to throw update on read 2024-03-04 13:55:28 +01:00
c4ab54fef9
dont sync messages we dont know enough about 2024-03-04 13:55:28 +01:00
a049026ec5
make adjacency loading work, extend range and use loops 2024-03-04 13:55:28 +01:00
14ed3a374f
replace old bad prev/next code with way better code 2024-03-04 13:55:28 +01:00
cad9939b4e
smaller contact frag fixes 2024-03-04 13:55:27 +01:00
bbbae63cd0
impl new acceleration structure for components, not exploited yet
disable funky load at first msg
2024-03-04 13:55:27 +01:00
87e4472af1
forgot to check contact 2024-03-04 13:55:27 +01:00
4935d514fd
rework cursers for cg, keep views between switching. will be refactored later 2024-03-04 13:55:27 +01:00
1048d3bd55
fix one inverted comparator 2024-03-04 13:55:27 +01:00
9994757fe4
stop ignoring mfs interval and sort after 2024-03-04 13:55:26 +01:00
2e64943673
make inital curser a range 2024-03-04 13:55:26 +01:00
6591cfcdd4
loading logic implemented but broken (very funky and sometimes even out of contact) 2024-03-04 13:55:26 +01:00
55eae4feb4
load based on view cursers (untested and not used yet) 2024-03-04 13:55:26 +01:00
47115f69a0
msg frag before and after helper 2024-03-04 13:55:26 +01:00
f2093df4b9
fix potential tsrange errors and deduplicate state 2024-03-04 13:55:26 +01:00
1b391ca201
make writing safe (by using a tmp file and moving to actual location) 2024-03-04 13:55:25 +01:00
3360bf62c6
make empty contacts from ids on message load 2024-03-04 13:55:25 +01:00
ed5c25c479
change binary meta format and add zstd to metadata 2024-03-04 13:55:25 +01:00
93955b7bbc
switch to streaming compressor for data to drastically improve ratio.
would still benefit from a abstract file refactor
2024-03-04 13:55:25 +01:00
e2dc52fa9d
update fs readme a little 2024-03-04 13:55:25 +01:00
ae9a251b31
save msg json zstd compressed (3x compression) 2024-03-04 13:55:25 +01:00
986cad1067
simplify array cast a little 2024-03-04 13:55:24 +01:00
c1a7e20f02
add zstd dep 2024-03-04 13:55:24 +01:00
45f2adf657
comp refactor and make groups work 2024-03-04 13:55:24 +01:00
adccf1baf9
move json around and disable files for now 2024-03-04 13:55:24 +01:00
9e9c134722
reverse message write order 2024-03-04 13:55:24 +01:00
9927a20b1e
add dup check, would work for ngc if we saved tox group msg id yet 2024-03-04 13:55:24 +01:00
9ca17b26c6
fix dup on write 2024-03-04 13:55:23 +01:00
a167661da0
basically working, but some dup glitch is still there 2024-03-04 13:55:23 +01:00
993600df21
scan laters 2024-03-04 13:55:23 +01:00
95f13e20e8
fragment events + 256bit uuids 2024-03-04 13:55:23 +01:00
b08b410bf8
refactor message serializer to allow access to eg contacts 2024-03-04 13:55:23 +01:00
dcd5c31e12
further serializer refactoring 2024-03-04 13:55:22 +01:00
649b2936eb
improve deserialization and provide message comp deserl 2024-03-04 13:55:22 +01:00
41c317a2d2
loading fragments mostly working (not notifying anyone yet) 2024-03-04 13:55:22 +01:00
58142ae8b5
add contact id to meta 2024-03-04 13:55:22 +01:00
c5848f1d2f
more comps 2024-03-04 13:55:22 +01:00
7b43660b9a
handle empty type 2024-03-04 13:55:22 +01:00
1028a594c3
dump messages to data (some comps) 2024-03-04 13:55:21 +01:00
614592ce83
message fragment meta is saved, but still empty data 2024-03-04 13:55:21 +01:00
a30d040c96
start with messages (no fragments get created yet) 2024-03-04 13:55:21 +01:00
3ba3a3b013
refactoring, add to mainscreen 2024-03-04 13:55:21 +01:00
e369b0c5f2
random ids 2024-03-04 13:55:21 +01:00
65f375d6b8
working prototpying code 2024-03-04 13:55:21 +01:00
8d5b619884
full on qoi 2024-03-04 13:38:55 +01:00
2cbda6e7be
qoi lib 2024-03-04 12:41:12 +01:00
029df21423 Add 'external/qoi/qoi/' from commit '30d15d79b7726b977cd889151cc5cd6b17742f8f'
git-subtree-dir: external/qoi/qoi
git-subtree-mainline: 28b92b0f4c
git-subtree-split: 30d15d79b7
2024-03-04 12:39:30 +01:00
28b92b0f4c
prep qoi 2024-03-04 12:38:39 +01:00
c966fc6954
update sub changes coming from fs/os research 2024-03-04 11:28:51 +01:00
d0761bf60e
revert crop by default (did not work as intended) 2024-02-29 19:15:33 +01:00