Commit Graph

24526 Commits

Author SHA1 Message Date
charlie
a8b41bdfd8 Revert "fix(android): finish activity at native root back"
This reverts commit 3a21c8bc7f.
2026-05-21 14:14:06 +08:00
charlie
4991a7c697 fix(android): implement WebView keyboard recovery handling 2026-05-21 14:09:52 +08:00
copilot-swe-agent[bot]
3a21c8bc7f fix(android): finish activity at native root back
Agent-Logs-Url: https://github.com/logseq/logseq/sessions/8607ea41-e86e-4901-bc85-cb886e184f1d

Co-authored-by: xyhp915 <1779837+xyhp915@users.noreply.github.com>
2026-05-21 05:38:54 +00:00
Charlie
201305ceeb Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-21 13:34:46 +08:00
charlie
1cee2de6d6 fix(android): missing icon 2026-05-21 13:33:26 +08:00
charlie
d21d525b9b fix(android): improve dismissal handling in NativeBottomSheetPlugin 2026-05-21 13:17:24 +08:00
Tienson Qin
331e122fcd Merge branch 'master' into fix/android-ux 2026-05-21 13:02:06 +08:00
megayu
d130d72579 Fix external asset rendering and journal import namespace handling (#12673)
* fix render external asset fail

* fix: handle nil stat in exteranal asset size calculation

* fix: normalize journal UUIDs and prevent namespace creation for slash-formatted journals

* fix: update journal UUID generation and prevent namespace creation for slash-formatted journals

* fix(import): avoid namespace pages for slash journal refs

* fix: clarify journal uuid option docs

Agent-Logs-Url: https://github.com/logseq/logseq/sessions/d8292bbe-fc6f-4c74-91cd-5705571a89b2

Co-authored-by: tiensonqin <479169+tiensonqin@users.noreply.github.com>

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: tiensonqin <479169+tiensonqin@users.noreply.github.com>
2026-05-21 12:04:02 +08:00
megayu
b1008c281f enhance(page): improve navigation handling for mobile and app (#12668) 2026-05-21 11:56:53 +08:00
charlie
eeeb04b085 fix(android): replace close button TextView with ImageButton in LiquidTabsPlugin 2026-05-21 10:41:53 +08:00
charlie
9016502add enhance(android): enhance navigation handling with conditional Compose application (B) 2026-05-20 19:55:06 +08:00
charlie
ddcb2b9035 enhance(android): enhance navigation handling with NavigationRenderState (A) 2026-05-20 18:48:35 +08:00
Tienson Qin
f791ecc45b publish style tweaks 2026-05-20 18:16:59 +08:00
charlie
b68069ec30 fix: handle native back press in LiquidTabsPlugin and MainActivity 2026-05-20 18:15:42 +08:00
Tienson Qin
bb04428527 update publish version 2026-05-20 18:05:40 +08:00
Tienson Qin
ed3be1ab07 fix: skip comments in publish payload (#12694)
* fix: skip comments in publish payload
2026-05-20 17:45:41 +08:00
charlie
0a044928a6 Merge branch 'fix/android-ux' of https://github.com/logseq/logseq into fix/android-ux 2026-05-20 17:38:48 +08:00
charlie
d7e839b1b5 Merge branch 'master' into fix/android-ux 2026-05-20 17:38:26 +08:00
Tienson Qin
228f3205f7 Merge branch 'master' into fix/android-ux 2026-05-20 17:34:11 +08:00
Tienson Qin
6b16efc2b6 fix: avatar initials for non-latin usernames (#12692) 2026-05-20 17:21:18 +08:00
charlie
20e7cf3f92 Merge branch 'master' into fix/android-ux 2026-05-20 16:42:27 +08:00
Tienson Qin
469bb1825c fix: improve mobile flashcards layout 2026-05-20 16:36:43 +08:00
Tienson Qin
93d2bf1778 fix: add mobile selection comment action 2026-05-20 16:34:56 +08:00
Tienson Qin
9b548a1a36 enhance(mobile): add language setting 2026-05-20 12:14:57 +08:00
Tienson Qin
7950eb1561 fix: upload map form sync txs 2026-05-20 11:42:57 +08:00
Tienson Qin
07e81c7511 fix: AppImage CLI launcher popup (#12686)
fix: keep appimage cli launcher stable
2026-05-20 11:32:35 +08:00
Tienson Qin
910a76fee0 fix: sync migration txs (#12687)
* fix: sync migration txs

* fix: repair missing migration built-ins
2026-05-20 11:31:06 +08:00
Tienson Qin
d68cbce311 enhance(ux): able to edit #Comments title 2026-05-20 03:09:53 +08:00
Tienson Qin
22609130c4 fix: undo lost created-by 2026-05-20 03:06:00 +08:00
Tienson Qin
553f15a4cd fix: comment icon alignment 2026-05-20 02:51:20 +08:00
Tienson Qin
8e48079bfb fix: comment issues 2026-05-20 02:33:06 +08:00
Tienson Qin
29854b9708 enhance: tag comment blocks 2026-05-19 22:08:02 +08:00
Tienson Qin
4afc96114e chore: remove :block/content usage from publish worker 2026-05-19 20:57:08 +08:00
Tienson Qin
f94c241f43 disable ssl by default 2026-05-19 20:10:51 +08:00
Tienson Qin
0e87a830a4 feat: comments (#12672)
* feat: comments

* comments ux enhancements

* fix: skip comments during cursor navigation

* enhance: support comments on selected blocks

* fix: store comment range targets by uuid

* fix: delete orphaned range comments

* fix: navigate across comments blocks

* refactor: move comments to its own namespaces

* fix lint and tests

* fix: polish block comments

* enhance: add related property to #Comments

* fix: align comments migration test

* fix: non logged in user can't edit or delete comment

* fix: keep comments in place on outdent

* enhance: put comments at top of page

* fix: remove empty comments area

* refactor: split move blocks transaction
2026-05-19 20:04:30 +08:00
charlie
9a5d8f4729 Merge branch 'master' into fix/android-ux 2026-05-19 12:45:20 +08:00
Tienson Qin
7efb9aa0a7 enhance(mobile): improve flashcards tab 2026-05-19 08:42:43 +08:00
Tienson Qin
519bdf39e0 fix: port 2026-05-19 06:54:41 +08:00
Tienson Qin
df6a83d079 fix: address ios native review issues 2026-05-19 06:54:41 +08:00
Tienson Qin
05ea21e8f1 fix: remove unused navigation binding 2026-05-19 06:54:41 +08:00
Tienson Qin
0f352a8e07 enhance: pull to refresh graphs 2026-05-19 06:54:41 +08:00
Tienson Qin
32f3fd5a64 fix: prevent calendar double redirect 2026-05-19 06:54:41 +08:00
Tienson Qin
3852d18822 fix: mask native tab transition briefly 2026-05-19 06:54:41 +08:00
Tienson Qin
4803a30327 fix: avoid web graphs flash on ios 2026-05-19 06:54:41 +08:00
Tienson Qin
7259ce4669 fix: native ios graphs view 2026-05-19 06:54:41 +08:00
Tienson Qin
2b950bad69 fix: show graph download progress from switcher 2026-05-19 06:54:41 +08:00
Tienson Qin
92c2b09c79 fix: wrap native notifications 2026-05-19 06:54:41 +08:00
Tienson Qin
c879671817 fix: smooth bottom sheet 2026-05-19 06:54:41 +08:00
Tienson Qin
0d79279c4f fix: avoid search exit on app background 2026-05-19 06:54:41 +08:00
Tienson Qin
326eebefdc fix: speed up ios search focus 2026-05-19 06:54:41 +08:00