Commit Graph

29547 Commits

Author SHA1 Message Date
Elian Doran
ca4e10bd66 Standalone mobile test (#9513) 2026-04-20 23:10:33 +03:00
Elian Doran
a6ddf7dd89 feat(mobile): add a dedicated badge 2026-04-20 23:01:19 +03:00
Elian Doran
4a52bae7b9 feat(mobile/about): hide data directory 2026-04-20 22:58:20 +03:00
Elian Doran
d90f7f2b3c fix(mobile): close button in unsafe area 2026-04-20 22:54:22 +03:00
Elian Doran
4db5d86528 chore(mobile): fix deps 2026-04-20 22:45:16 +03:00
Elian Doran
706a75b867 chore(mobile): address requested changes 2026-04-20 22:02:54 +03:00
Elian Doran
c3488c0039 chore(setup): improve layout on both mobile & desktop 2026-04-20 21:56:38 +03:00
Elian Doran
8e1e1618ae chore(setup/mobile): improve safe margins 2026-04-20 21:50:32 +03:00
Elian Doran
e551e77bb0 chore(setup): improve illustration sizes 2026-04-20 21:41:39 +03:00
Elian Doran
bb9ff4fa15 chore(setup): improve language selection 2026-04-20 21:30:52 +03:00
Elian Doran
849afaa877 chore(setup): tweak language selection 2026-04-20 21:25:44 +03:00
Elian Doran
8c3cbf34a8 chore(setup): apply mobile class 2026-04-20 21:23:10 +03:00
Elian Doran
70c42fabfb chore(mobile/setup): smaller headings 2026-04-20 21:09:50 +03:00
Elian Doran
0e678a6870 chore(mobile): add a slighter warmer background 2026-04-20 20:23:17 +03:00
Elian Doran
07608a041b feat(mobile): provide monochrome icon too 2026-04-20 20:21:13 +03:00
Elian Doran
4914ff7601 chore(mobile): icon clipped on Samsung with squircle 2026-04-20 20:20:06 +03:00
Elian Doran
97438ed46f chore(mobile): icon clipped on Samsung with squircle 2026-04-20 20:16:53 +03:00
Elian Doran
f4790e59eb chore(mobile): icon clipped on Pixel 10 2026-04-20 20:12:03 +03:00
Elian Doran
89d89318a0 chore(mobile): add script to sync 2026-04-20 20:08:47 +03:00
Elian Doran
e956d951a8 chore(mobile): basic icon set 2026-04-20 20:07:47 +03:00
Elian Doran
a65f9cb12e chore(docker): deploy docker for standalone branch 2026-04-20 19:49:45 +03:00
Elian Doran
4f9304c816 feat(server): bake in CORS origins for mobile 2026-04-20 19:41:21 +03:00
Elian Doran
9295c8646b fix(ci): gradle not executable 2026-04-20 17:29:33 +03:00
Elian Doran
124603c2b3 feat(ci): build mobile debug APK 2026-04-20 17:26:33 +03:00
Elian Doran
bf6a2f2f32 chore(mobile): remove warnings related to COOP/COEP 2026-04-20 17:25:34 +03:00
Elian Doran
6625c60599 chore(mobile): build on sync 2026-04-20 17:25:14 +03:00
Elian Doran
c703575449 Merge remote-tracking branch 'origin/standalone' into standalone-mobile-test 2026-04-20 17:12:09 +03:00
Elian Doran
a822f253cd Merge branch 'standalone' of github.com:TriliumNext/Trilium into standalone 2026-04-20 17:10:49 +03:00
Elian Doran
d6070da5d6 fix(mobile): splash screen never ending 2026-04-20 16:24:29 +03:00
Elian Doran
8b44e7cc61 chore(mobile): init Android project 2026-04-20 15:38:02 +03:00
Elian Doran
ed54a7daca chore(mobile): wire it up to client-standalone build 2026-04-20 15:26:39 +03:00
Elian Doran
7141f2380c chore(mobile): start with an empty capacitor app 2026-04-20 15:09:52 +03:00
claude[bot]
fbbeee9e4d fix(migration): avoid mutating MIGRATIONS array in-place during sort
The prepareMigrations() function called MIGRATIONS.sort() which mutated
the module-level exported array. When the test setup ran migrations via
beforeAll(), the array was left in ascending order, causing the
migrations.spec.ts ordering test to fail.

Co-authored-by: Elian Doran <eliandoran@users.noreply.github.com>
2026-04-19 20:08:29 +00:00
Elian Doran
6a2e48dacb feat(standalone): migrate to SAHPool for faster DB 2026-04-19 22:28:27 +03:00
Elian Doran
9ac3fcb21c feat(standalone): improve error handling for accessing over HTTP 2026-04-19 22:11:29 +03:00
Elian Doran
095d287729 feat(standalone): improve standalone badge on mobile 2026-04-19 22:10:41 +03:00
Elian Doran
132c72536a feat(standalone): display a more compact badge 2026-04-19 22:09:39 +03:00
Elian Doran
e64608d92e feat(setup): add RTL support 2026-04-19 21:58:39 +03:00
Elian Doran
b43841157e fix(anchors): detection no longer working 2026-04-19 20:58:10 +03:00
Elian Doran
d97818a594 chore(standalone): fix typecheck 2026-04-19 20:43:27 +03:00
Elian Doran
28c6826b35 Merge remote-tracking branch 'origin/main' into standalone 2026-04-19 20:26:10 +03:00
Elian Doran
f48509ea2f Translations update from Hosted Weblate (#9493) 2026-04-19 19:53:53 +03:00
Elian Doran
e30f61b41f e2e: make tests reusable for standalone (#9491) 2026-04-19 19:39:39 +03:00
Elian Doran
fb85af44e2 fix(standalone): change locale after DB init 2026-04-19 19:30:01 +03:00
Elian Doran
24d0b3f6b1 e2e(standalone): test failing due to reload mechanism 2026-04-19 19:14:29 +03:00
Hosted Weblate
1d0bc138fd Update translation files
Updated by "Cleanup translation files" add-on in Weblate.

Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/
2026-04-19 16:01:26 +00:00
Abi Quinn
326c0234ff Translated using Weblate (English (United Kingdom))
Currently translated at 8.5% (170 of 1999 strings)

Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/en_GB/
2026-04-19 16:01:24 +00:00
Abi Quinn
bbbacf7f78 Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (116 of 116 strings)

Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/en_GB/
2026-04-19 16:01:23 +00:00
Abi Quinn
fd428a81e0 Translated using Weblate (English (United Kingdom))
Currently translated at 91.1% (144 of 158 strings)

Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/en_GB/
2026-04-19 16:01:22 +00:00
green
ba0e9e2eaa Translated using Weblate (Japanese)
Currently translated at 99.9% (1998 of 1999 strings)

Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2026-04-19 16:01:22 +00:00