Commit Graph

5894 Commits

Author SHA1 Message Date
Tienson Qin
ef1b3d7131 fix(mobile): empty space below new page 2021-11-27 22:08:43 +08:00
Tienson Qin
8f0002ea8c enhance: set left bar width to 70vw 2021-11-27 21:48:46 +08:00
Tienson Qin
e26d744679 enhance: a little bit wider for mobile left bar 2021-11-27 21:47:14 +08:00
Tienson Qin
f291779aad fix(mobile): file permissions 2021-11-27 21:19:07 +08:00
Tienson Qin
676d4002fa chore: bump capacitor/filesystem 2021-11-27 19:11:20 +08:00
Tienson Qin
d0d25b5ad4 fix(mobile): refresh 2021-11-27 17:46:32 +08:00
Tienson Qin
7101b8c491 fix: can't open graph again on Android 2021-11-27 13:10:34 +08:00
Tienson Qin
60d1a48fb0 fix: disable custom.js on mobile 2021-11-27 11:11:04 +08:00
Tienson Qin
453579affd fix: Hashtag # with Chinese character doesn't trigger search
close #3283
2021-11-26 22:09:38 +08:00
Junyi Du
91a76260ec fix: '#'s trigger WYSIWYG style headline in org-mode editing 2021-11-26 21:47:07 +08:00
Junyi Du
96bed7a543 Enable height measurement cache back 2021-11-26 21:47:07 +08:00
Junyi Du
8bee44c313 refactor: remove duplicated class-name
enhance: remove change of style for multiline headings in editing

enhance: to make heading css more responsive, bind editor's heading class to editor content

adapt textarea to changable font-size
2021-11-26 21:47:07 +08:00
Tienson Qin
b8e3298904 enhance: type ``` and press Enter to switch to codemirror 2021-11-26 21:04:10 +08:00
leizhe
a4608fbf79 bump version 2021-11-26 20:09:17 +08:00
leizhe
5b552b08a7 enhance(mobile): tweak panel height 2021-11-26 20:06:11 +08:00
Tienson Qin
a5674b1728 fix: code block can't be saved 2021-11-26 19:15:33 +08:00
leizhe
dc9ca3462b enhance(mobile): add a refresh button 2021-11-26 16:45:35 +08:00
leizhe
ccd5b6e69a Merge branch 'mobile' of github.com:logseq/logseq into mobile 2021-11-26 16:28:40 +08:00
leizhe
f4302d2bef fix(mobile): remove empty spaces in left sidebar below the header 2021-11-26 16:27:02 +08:00
charlie
adeb5a8d4a Merge branch 'mobile' of https://github.com/logseq/logseq into mobile 2021-11-26 15:54:51 +08:00
charlie
2c6c55a15a fix(ui): too much blank space within left sidebar on middle width screen 2021-11-26 15:54:45 +08:00
leizhe
3abdbf9c59 enhance(mobile): set a max-width for mobile left-sidebar 2021-11-26 15:20:42 +08:00
leizhe
11228c29e3 enhance(mobile): touch/click title to fold/unfold foldable elements 2021-11-26 14:58:35 +08:00
Andelf
1ef6741282 fix: search input in All pages requires 2 chars
Fixes #3273
2021-11-26 12:19:22 +08:00
Andelf
dc8972b08a ci: add .gitlibs to build cache 2021-11-26 12:03:22 +08:00
charlie
c3b4f2f0bd improve(mobile): navigation for android 2021-11-25 17:10:25 +08:00
charlie
5ce32ef0e6 dev(mobile): more heap memory for gradle building 2021-11-25 16:22:56 +08:00
charlie
0d16b12885 Merge branch 'master' into mobile 2021-11-25 15:58:01 +08:00
Tienson Qin
5b2ae552ae chore: bump version 0.5.1 2021-11-25 15:20:12 +08:00
Tienson Qin
6db64f9f1a fix: Contents is not considered a "Built-in page" for Graph view
close #3265
2021-11-25 15:17:53 +08:00
Tienson Qin
da73064a90 fix: make blockquotes compatible with previous versions
related to #3267
2021-11-25 15:00:32 +08:00
Tienson Qin
b8d2dc1458 fix: add fs watcher when switching to another graph 2021-11-25 14:08:42 +08:00
rcmerci
4dfadfaaf9 add left+parent check after transact 2021-11-25 14:00:09 +08:00
Tienson Qin
7491857460 fix: close the existing watcher when adding new graph
Also, don't create today's journal file during parsing
2021-11-25 13:30:49 +08:00
Tienson Qin
aca4109862 chore: add file ack debugging back 2021-11-25 10:57:34 +08:00
leizhe
59f6a4371f add run-ios-release script 2021-11-25 10:07:43 +08:00
charlie
38f1f1d8c1 Merge branch 'mobile' of github.com:logseq/logseq into mobile 2021-11-25 10:04:29 +08:00
charlie
9922951492 fix(ui): padding of left sidebar 2021-11-25 10:04:22 +08:00
leizhe
718b7ff701 restore get-local-dir for path debug 2021-11-25 10:03:23 +08:00
Tienson Qin
dbef0c3d10 fix: ci 2021-11-24 23:11:21 +08:00
Tienson Qin
aae3a982d1 fix: add both card and contents to default pages 2021-11-24 22:41:08 +08:00
Tienson Qin
efbcb79299 fix: double [[ not trigger auto-complete on Windows with microsoft pinyin
close #3251
2021-11-24 22:11:07 +08:00
Tienson Qin
50904f6fb3 ci: another try 2021-11-24 17:45:18 +08:00
charlie
62a8ed8ff4 improve(mobile): back navigation for android 2021-11-24 17:26:05 +08:00
Andelf
13aefde53c fix(test): minor fix for e2e test 2021-11-24 17:20:01 +08:00
Andelf
aae4a8b18c test(e2e): add test cases for auto-completion 2021-11-24 17:20:01 +08:00
Tienson Qin
8bcbf08d8e chore: bump mldoc 2021-11-24 17:03:21 +08:00
rcmerci
22e429cc84 add embed-data link-type
related to https://github.com/logseq/mldoc/pull/110
2021-11-24 16:55:46 +08:00
Tienson Qin
b05f79a032 ci: fix cert path 2021-11-24 16:53:42 +08:00
Tienson Qin
b18d44e63f enhance: convert highlighted word to a link when pasting a url 2021-11-24 16:47:45 +08:00