Laurent Cozic
26ac745419
Deskop, Cli: Fixes #3780 : Fixed link generation when exporting to PDF or HTML
2020-09-22 12:56:56 +01:00
Thatcher Chamberlin
5f46d60c5e
Desktop, Cli, Update Katex to v0.12.0 ( #3571 )
2020-08-02 12:24:03 +01:00
alexchee
9a55afec01
All: Add support for AWS S3 synchronisation (Beta) ( #2815 )
2020-07-15 10:22:55 +01:00
Laurent Cozic
657cebfda9
Desktop: Improved GotoAnything speed and made it safer
...
Previously we'd use the remove-markdown package to create the note
preview however this function would freeze on certain notes, and was
probably unsafe as it used regex to parse Markdown. Replaced this in
favour of Markdown-it along with htmlparser2 to strip all markup from a
note.
2020-07-14 23:27:45 +01:00
Laurent Cozic
05acc51054
Desktop, Mobile: Fixes #3281 : Prevent code highlighting from freezing the app in some cases
2020-06-28 18:31:43 +01:00
Laurent Cozic
1dc4516efc
Revert "Mobile: Refactored and made dialog boxes more reliable"
...
This reverts commit f432734338
.
This new package has its own glitches and doesn't look good
when button labels are too large. So reverting to the less
glitchy package.
2020-06-13 16:20:59 +01:00
Laurent Cozic
f432734338
Mobile: Refactored and made dialog boxes more reliable
2020-06-10 22:12:18 +01:00
Laurent Cozic
b7f5f848f2
All: Refactored themes to allow using the same ones in both desktop and mobile version
...
Will also allow using them when exporting HTML or PDF from CLI.
2020-06-10 22:08:59 +01:00
Laurent Cozic
0f4a781df0
Mobile: Fixes #3240 : Fix geolocation
...
Co-authored-by: Roman Musin <musinrr@gmail.com>
Squashed commit of the following:
commit c3916ee544d2b59e6b0c760366a9a2b5f821b029
Author: Laurent Cozic <laurent@cozic.net>
Date: Fri Jun 5 00:01:18 2020 +0100
Fixed for iOS
commit 959a8b59d1
Author: Roman Musin <musinrr@gmail.com>
Date: Thu Jun 4 21:56:43 2020 +0100
Initialize keychain service when starting mobile app
commit 2b322352ed
Author: Roman Musin <musinrr@gmail.com>
Date: Thu Jun 4 21:32:40 2020 +0100
Mobile: fix geolocation
2020-06-05 00:08:09 +01:00
Laurent Cozic
58396ea5ce
Mobile: Dev fix: Added remove-markdown package
2020-05-20 17:40:38 +01:00
Laurent Cozic
71d1e6eb82
All: Fixes #2667 : Fixed sanitize function so that it does not break HTML
2020-03-06 00:54:21 +00:00
Laurent Cozic
421d7a947f
Tools: Added back RN bundler command and cleaned up files
2020-02-24 17:30:11 +00:00
Laurent Cozic
3407a31cf6
Tools: Improve and simplify how to build the apps ( #2538 )
...
* Improving CLI build
* Improving CLI build
* Remove requirement to build the tools
* Moved Electron app one level down
* Clean up Electron build
* Moved tools to sub-dir
* Updated root script
* update root
* update root
* update root
* update root
* update root
* update root
* Updated build
* Added doc
* Update CI config
* Should not lint index.js
* Fixing jetify
* Fixed linter errors
* Fixed pod build
* Fixed Windows build
2020-02-20 22:59:18 +00:00
Helmut K. C. Tessarek
9af4ec7b04
Mobile: Update react-native-version-info to 1.0.1 ( #2522 )
2020-02-19 00:45:22 +00:00
Laurent Cozic
2fa8e2ff09
Fix build
2020-02-19 00:09:19 +00:00
Devon Zuegel
eeb9999334
Mobile: Add quick actions ( #2247 )
...
* Super basic QuickAction is working!
* QuickAction successfully creates notes
* Update icons
* Update icons and support new to-do
* Update icons and support new to-do
* Fixed
* Extract QuickActions
* It works as long as you go out of the edit screen (saving is not sufficient)
* working? but still kinda buggy...
* Cleanup
* Cleanup
* Cleanup
* Use the same pattern as onJoplinLinkClick_
* Cleanup
* Cleanup
* Remove pluginAssets/index.js change
* manual Andoid linking
* Transition QuickActions.js to .ts
* Unstage QuickActions.js in favor of .ts
* Move QuickActions out of lib/
* Add comment about userInfo in QuickActions
* Remove redundant QuickActions file
* Remove pluginAssets/index to resolve conflict
* Update CONTRIBUTING.md to include test runner troubleshooting
* Add `npm run tsc` to Unit Tests docs
Co-authored-by: Helmut K. C. Tessarek <tessarek@evermeet.cx>
2020-02-18 23:52:36 +00:00
Laurent Cozic
3db47b575b
All: Security: Fixed potential Arbitrary File Read via XSS
2020-02-13 23:59:23 +00:00
Laurent Cozic
1d14c8a706
Desktop, Mobile: Resolves #2001 : Added Mermaid diagrams support
...
commit ae8a0641ab3681a3b25f6dc4ac40f20d52aaeb4d
Author: Laurent Cozic <laurent@cozic.net>
Date: Tue Feb 11 17:58:08 2020 +0000
Fixed plugin asset
commit 03adf7fc7c878f82f6a43515d37fd5e3dd59390f
Author: Laurent Cozic <laurent@cozic.net>
Date: Mon Feb 10 22:09:18 2020 +0000
Desktop: Adding Mermaid support
2020-02-11 22:28:43 +00:00
Laurent Cozic
d8ef15a1e2
Mobile: Upgrading to React Native to 0.61.5
2020-02-09 20:21:52 +00:00
Laurent Cozic
e865a5d7c6
RN upgrade: Fixing Android app
2020-02-09 17:42:19 +00:00
Laurent Cozic
46ca24cf9d
RN upgrade: Restore iOS notification feature
2020-02-09 16:29:46 +00:00
Laurent Cozic
813137efc9
RN upgrade: Fix SafeAreaView on iOS
2020-02-09 15:48:09 +00:00
Laurent Cozic
4235288c55
Mobile: Upgrading to RN 60
2020-02-09 14:51:12 +00:00
Laurent Cozic
cd19cedd46
Moved joplin-renderer dependencies to client package.json as a workaround to electron-builder bug
...
Due to this bug:
https://github.com/electron-userland/electron-builder/issues/3185
2020-02-07 23:21:16 +00:00
Laurent Cozic
688edd4b32
Moved the Joplin renderer back to the main repository to make development easier
2020-01-30 21:05:23 +00:00
Laurent Cozic
be210233be
Desktop, Mobile: Fixes #2339 , Fixes #2343 , Fixes #2345 : Fixed issues with Katex and MultiMd table plugin
2020-01-22 17:16:37 +00:00
Laurent Cozic
bc7099d29b
Desktop, Mobile: Fixed regression in HTML note rendering
2020-01-08 18:05:13 +00:00
Laurent Cozic
6d9f73eef7
Improved integration of external renderer
2019-12-30 21:54:13 +01:00
Laurent Cozic
589f0803e6
Fixed Electron upgrade regressions
2019-12-30 15:10:43 +01:00
Laurent Cozic
2a63ecef2a
All: Extract note renderer to separate package (WIP) ( #2206 )
...
* Started updating to use external renderer package
* Added way to build renderer assets
* Done mobile compatilibty
* Upgrade joplin-renderer
* Added joplin-renderer package
2019-12-29 18:58:40 +01:00
Helmut K. C. Tessarek
5bfd1849c1
Desktop, Mobile: Update Katex to 0.11.1 ( #2201 )
...
* update Katex to 0.11.1
* add package-lock.json files
2019-12-18 22:23:32 +00:00
Caleb John
c05bc899eb
Desktop, Mobile: Added link resource icon ( #2035 )
...
* Add forkawesome icons
* Add resource icon for specific filetypes
* Ignore resource link styling on mobile
* whtiespace
* render txt icons and adjust icon sizes
* Replace fork-awesome font with inline svg so icons work on mobile
* Add comment describing the source of resource icons
2019-11-05 21:41:36 +00:00
Helmut K. C. Tessarek
cdf6f9c436
Desktop, Mobile: Resolves #1953 : Update Markdown plugins: toc-done-right, anchor ( #2005 )
...
This change fixes a few issues with the toc plugin.
It now allows to set inline options. e.g. to set the max toc depth.
1. set toc depth to 2 levels
```
$<toc{"level":[1,2]}>
```
2. set toc depth to 3 levels and use an ordered list
```
$<toc{"level":[1,2,3],"listType":"ol"}>
```
/ref https://github.com/nagaozen/markdown-it-toc-done-right/issues/16
---
fixes #1953
fixes #1843
fixes https://discourse.joplinapp.org/t/set-depth-of-toc/2899
2019-10-30 10:18:31 +00:00
Laurent Cozic
fe9a037cf9
Chore: Fixed package.json files and updated BUILD instructions
2019-09-17 21:29:37 +01:00
Laurent Cozic
e4aed469d7
Chore: Add reslect to package
2019-09-13 22:05:02 +01:00
Laurent Cozic
0379523eaf
Desktop, Mobile: Fixes #1870 : Support non-alphabetical characters in note link anchors
2019-09-12 21:57:23 +01:00
Laurent Cozic
ba5c636dda
Android: Fixed AndroidX transition issue
2019-08-14 23:44:57 +02:00
Laurent Cozic
71efff6827
Linter update ( #1777 )
...
* Update eslint config
* Applied linter to lib
* Applied eslint config to CliClient/app
* Removed prettier due to https://github.com/prettier/prettier/pull/4765
* First pass on test units
* Applied linter config to test units
* Applied eslint config to clipper
* Applied to plugin dir
* Applied to root of ElectronClient
* Applied on RN root
* Applied on CLI root
* Applied on Clipper root
* Applied config to tools
* test hook
* test hook
* test hook
* Added pre-commit hook
* Applied rule no-trailing-spaces
* Make sure root packages are installed when installing sub-dir
* Added doc
2019-07-30 09:35:42 +02:00
Laurent Cozic
af4aa01b75
Mobile: Upgraded packages to fix security issues
2019-07-28 23:03:54 +02:00
Laurent Cozic
e418701e68
Mobile: Fixes #1764 (maybe): Upgrading React-Native to 0.59.10 to try to fix crash in certain Samsung phone due to 64-bit version
...
See also:
https://github.com/facebook/react-native/issues/24261#issuecomment-514332549
2019-07-26 23:08:11 +02:00
Helmut K. C. Tessarek
7a902bbd25
Desktop, Mobile: Update Markdown plugins: footnote, toc-done-right, anchor ( #1741 )
2019-07-15 01:29:44 +01:00
Laurent Cozic
075e55c077
Android release v1.0.269
2019-06-15 01:23:12 +01:00
Laurent Cozic
caa58dd913
name
2019-06-15 00:57:13 +01:00
Laurent Cozic
bda5ac9fb5
Upgraded RNdocument-picker
2019-06-14 23:23:01 +01:00
Laurent Cozic
f928f645e5
Upgraded RNSqlite to remove warnings
2019-06-14 23:16:37 +01:00
Laurent Cozic
e670b5d03f
Upgraded RNDialogbox to remove warnings
2019-06-14 23:02:35 +01:00
Laurent Cozic
2a7d555859
Replaced deprecated Slider component
2019-06-14 22:59:27 +01:00
Laurent Cozic
ff257060d1
Trying get RNCamera to work in iOS
2019-06-14 22:31:01 +01:00
Laurent Cozic
68cde202a4
Added JSC to improve performances of Android app
2019-06-14 18:37:46 +01:00
Laurent Cozic
2990642923
Trying to fix rn-camera but cannot be full fixed yet due to https://github.com/react-native-community/react-native-camera/pull/2306
2019-06-14 09:15:38 +01:00