Commit Graph

22389 Commits

Author SHA1 Message Date
Tienson Qin
f7207d2d2a fix(mobile): cold start capture first doesn't render other journals 2025-12-16 23:17:48 +08:00
Tienson Qin
7b063be300 fix: don't hide right positioned properties 2025-12-16 21:53:28 +08:00
Tienson Qin
efc9f36b67 fix(mobile): favorite icon doesn't update status 2025-12-16 21:36:56 +08:00
Tienson Qin
b9928a150c fix(mobile): press home button in the root tab doesn't scroll to top 2025-12-16 21:19:02 +08:00
Tienson Qin
6020df8806 fix: pages backlink count resets to zero
fixes https://github.com/logseq/db-test/issues/634
2025-12-16 21:08:38 +08:00
Tienson Qin
ef8f5caa27 chore: remove debug 2025-12-16 19:20:07 +08:00
Tienson Qin
fd52fb50c0 fix: search highlights doesn't work for pages
fix https://github.com/logseq/db-test/issues/633
2025-12-16 19:16:35 +08:00
rcmerci
bef3939f39 enhance(e2ee): update :iterations for en/decrypt fns (2)
add version to encrypted-data vector
2025-12-16 17:32:24 +08:00
rcmerci
85211e95db enhance(e2ee): update :iterations for en/decrypt fns (1) 2025-12-16 17:32:24 +08:00
Tienson Qin
60b8e92980 fix(mobile): foldable control 2025-12-16 17:20:26 +08:00
Tienson Qin
1caefaef61 enhance(mobile): add create new graph link to graph switcher 2025-12-16 16:35:45 +08:00
Tienson Qin
6eea79313d fix(ios): set keyboard resize to none 2025-12-16 16:10:35 +08:00
Tienson Qin
50963ed058 fix(mobile): pop to root shouldn't be running on ios 2025-12-16 15:47:59 +08:00
Tienson Qin
9cfb7f0b2e fix(mobile): clicking icon and properties shouldn't redirect page 2025-12-16 15:20:55 +08:00
Tienson Qin
135878a78f fix(mobile): swipe on node link opens the node 2025-12-16 14:57:27 +08:00
Tienson Qin
52dae0feed fix(iOS): failed to share screenshot
related to https://github.com/logseq/db-test/issues/594
2025-12-16 14:37:10 +08:00
Tienson Qin
2801130bb3 fix(mobile): duplicate assets created when sharing to mobile 2025-12-16 13:54:44 +08:00
Tienson Qin
666c50f659 fix: sentry-cli releases 2025-12-16 08:31:07 +08:00
Tienson Qin
30068f882e chore: remove command fix broken graph 2025-12-16 08:24:33 +08:00
Gabriel Horner
fe55fdf817 chore: add dev cli task for easier cli testing 2025-12-15 12:59:41 -05:00
Gabriel Horner
b4f3e364e6 fix: duplication of exporter config leads to bugs
in script and test. Also fix <export-file not being waited on and new docs
after #12260
2025-12-15 12:15:48 -05:00
rcmerci
bcad78227f fix(rtc): lost first block's rtc-ops when paste multiple blocks (2)
- add more tests
- consider more cases
2025-12-16 00:48:46 +08:00
Tienson Qin
33db791ac0 fix: import Zotero pdf blocks (#12260)
fix: support zotero files when importing pdf annotations
2025-12-15 23:28:58 +08:00
Tienson Qin
270f13f11a fix: support external pdf files when importing from file graphs 2025-12-15 23:02:33 +08:00
rcmerci
208e3df662 fix(rtc): lost first block's rtc-ops when paste multiple blocks 2025-12-15 22:54:31 +08:00
charlie
c9f1920e16 enhance(css): improve layout for block title wrap in PDF styling 2025-12-15 18:15:16 +08:00
charlie
b107535024 fix(pdf): add extern hints for pdfjs apis 2025-12-15 18:05:32 +08:00
Tienson Qin
98fad292eb fix(regression): pdf annotations in file graphs 2025-12-15 17:18:15 +08:00
Tienson Qin
bab068ac3a fix: add warning on excalidraw 2025-12-15 16:33:29 +08:00
Tienson Qin
cf7e51a8cc fix: lint 2025-12-15 16:06:26 +08:00
Tienson Qin
f77a4ba960 fix: shouldn't retract db/ident when validating and fixing db 2025-12-15 16:02:36 +08:00
charlie
1413ab97dd enhance(mobile): improve modal handling on back navigation 2025-12-15 15:06:28 +08:00
Tienson Qin
401fce3a76 fix: show mcp server toggle only on electron
fixes https://github.com/logseq/db-test/issues/663
2025-12-15 14:55:13 +08:00
Tienson Qin
81cbc1e701 fix: pages don't have #Page tag when importing from markdown files
related to https://github.com/logseq/db-test/issues/641
2025-12-15 14:49:17 +08:00
charlie
c75322f55e enhance(mobile): polish UI spacing and background styling in various components 2025-12-13 19:01:25 +08:00
rcmerci
ff7ecc4baa fix(rtc): carefully compare t when add-ops to client-ops 2025-12-13 02:16:29 +08:00
Tienson Qin
b7cd27a92a fix(android): search crashes 2025-12-13 00:59:55 +08:00
Tienson Qin
56593a0924 fix: keyboard toolbar position on Android (release) 2025-12-13 00:53:08 +08:00
Gabriel Horner
a4d3bd4d93 fix(cli): CLI can't run in CI envs
For now just downgrade desktop check to warning. Decided
against CI flag since that requires more setup for all
2025-12-12 11:14:11 -05:00
Tienson Qin
f910fcfea8 Android native UX (#12254)
feat: android native UX
2025-12-13 00:10:56 +08:00
Gabriel Horner
068dbf266b fix(dev): add js dev dep to db
so that CLI commands can be run from deps/db.
This is especially useful for developing and debugging deps/db based CLI
commands
2025-12-12 10:28:24 -05:00
Gabriel Horner
ef96a8d031 chore: remove db scripts made redundant by CLI 2025-12-12 10:17:12 -05:00
rcmerci
61daa0aff0 ci: separate build and parallel test jobs for rtc-extra-test 2025-12-12 22:17:31 +08:00
rcmerci
fa7c9f1025 ci: add rtc-extra-part2-test to github ci and run in parallel 2025-12-12 22:04:24 +08:00
rcmerci
707ef76ad3 fix(rtc): temp fix custom-decode for :block/name 2025-12-12 20:30:29 +08:00
rcmerci
73ee1bbc16 test(rtc): add logseq.e2e.rtc-extra-part2-test (1) 2025-12-12 20:23:28 +08:00
Gabriel Horner
529be0496c fix: build and export of property values
for a :many property that has additional attributes
e.g. :build/tags
Another possible fix for https://github.com/logseq/db-test/issues/636
2025-12-11 14:46:21 -05:00
rcmerci
75a1312387 enhance(rtc): add more context when apply-ops return :not-found-target-ops 2025-12-11 21:24:22 +08:00
Tienson Qin
cd36c97f72 remove confusing message 2025-12-11 15:09:32 +08:00
Tienson Qin
390bf94ca3 fix: allow properties to use rename-db-idents 2025-12-11 14:49:19 +08:00