1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00
Commit Graph

78 Commits

Author SHA1 Message Date
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
3283f34c79 ios-v10.0.50 2020-06-28 20:17:13 +01:00
95d8ee65a5 ios-v10.0.49 2020-06-14 17:04:10 +01:00
e5866e8aa6 ios-v10.0.48 2020-06-07 14:54:34 +01:00
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
b4a572c8ae ios-v10.0.47 2020-04-10 19:30:43 +01:00
093fc811eb All: Fixes #2604: Fixed iOS and macOS icons and created script to automate icon creation 2020-04-06 20:55:40 +00:00
6027725fae ios-v10.0.46 2020-03-22 20:07:49 +00:00
5db362e812 ios-v10.0.45 2020-03-08 08:56:18 +00:00
421d7a947f Tools: Added back RN bundler command and cleaned up files 2020-02-24 17:30:11 +00:00
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
2fa8e2ff09 Fix build 2020-02-19 00:09:19 +00:00
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
f97bae0b27 iOS: Fixes #2384: Improve support for dark mode 2020-02-14 00:17:09 +00:00
691521c5b9 ios-v10.0.44 2020-02-10 21:44:27 +00:00
d8ef15a1e2 Mobile: Upgrading to React Native to 0.61.5 2020-02-09 20:21:52 +00:00
46ca24cf9d RN upgrade: Restore iOS notification feature 2020-02-09 16:29:46 +00:00
4235288c55 Mobile: Upgrading to RN 60 2020-02-09 14:51:12 +00:00
a00e35fb57 ios-v10.0.43 2020-01-25 10:28:22 +00:00
c003b8d32d iOS: Update application icon 2019-12-09 16:56:01 +00:00
1550a52002 iOS v10.0.41 2019-12-08 12:08:02 +00:00
03c7368d71 iOS v10.0.40 2019-11-20 20:48:37 +00:00
d4234b8921 ios-v10.0.39 2019-11-11 09:43:24 +00:00
e7a56bb2b1 ios-v10.0.37 2019-09-13 22:08:13 +01:00
0e57b7eb46 iOS v10.0.36 2019-06-19 23:22:35 +01:00
d55c511b4a iOS v10.0.35 2019-06-15 18:18:17 +01:00
2a7d555859 Replaced deprecated Slider component 2019-06-14 22:59:27 +01:00
ff257060d1 Trying get RNCamera to work in iOS 2019-06-14 22:31:01 +01:00
122bc29035 Mobile: Upgraded WebView 2019-06-14 08:11:15 +01:00
f46ad5bfda Upgrading to React Native 5.9 2019-06-14 07:12:24 +01:00
64427f0160 iOS 10.0.34 2019-05-13 10:10:37 +01:00
eb2065128e Electron release v1.0.151 2019-05-12 16:04:01 +01:00
10e81aa476 Trying to fix iOS release issue 2019-05-12 16:03:22 +01:00
3e808f05fd Improved logic to set resource file size 2019-05-12 15:53:42 +01:00
60054d1d8b ios-v10.0.31 2019-04-26 08:52:59 +01:00
b691092d7a iOS v10.0.30 2019-02-26 23:39:52 +00:00
77e4cb87ad iOS v29 2019-02-05 17:06:36 +00:00
4e3896c108 iOS: Fixes #792: Fix "Network request failed" error that some users were having 2019-01-18 17:42:46 +00:00
bd465a72cf iOS v10.0.28 2019-01-13 15:50:19 +00:00
3f88b16603 iOS v10.0.27 2018-12-17 23:12:35 +01:00
7cd3e6b1f7 mobile: add version info (#930) 2018-11-02 00:43:42 +00:00
1f927c1285 iOS v26 2018-10-24 19:48:09 +01:00
f22b2adaad Mobile: Improved camera attachment 2018-10-13 10:32:44 +01:00
44986a35a4 Android: Fix crash when attaching certain files 2018-10-07 18:55:49 +01:00
d1f4c5be18 Disable non-working ShareExtension on iOS 2018-10-03 08:17:37 +01:00
2c6c20f44f Mobile: Resolves #350: Open non-image resources in external application 2018-06-30 19:45:21 +01:00
84efc6a04e ios-v10.0.24 2018-05-22 16:09:25 +01:00
5a0e3cbbf2 ios-v10.0.23 2018-05-21 23:02:47 +01:00
dd67602b87 ios v10.0.22 2018-05-16 15:33:52 +01:00
2e16cc5433 ios-v10.0.21 2018-05-09 14:15:04 +01:00