1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/CliClient
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
..
app Tools: Linter: Enforce object-curly-spacing - always 2020-02-04 22:09:34 +00:00
build/locales Update translations 2020-02-18 15:01:29 -05:00
locales Update translations 2020-02-18 15:01:29 -05:00
patches Desktop, Cli: Fix importing of very large attachments (150MB+) from Evernote ENEX files 2020-02-10 21:50:45 +00:00
tests All: Security: Fixed potential Arbitrary File Read via XSS 2020-02-13 23:59:23 +00:00
.eslintrc.js Chore: Apply eslint no-unused-vars eslint config and add TypeScript config 2019-09-12 22:16:42 +00:00
.gitignore Tools: Move Cli compiles locales under git to simplify build 2020-02-17 20:41:11 +00:00
build-doc.sh Made scripts executable 2017-08-04 22:23:47 +02:00
build.sh Tools: Move Cli compiles locales under git to simplify build 2020-02-17 20:41:11 +00:00
cli-integration.sh Bug fixes and integration tests for cli 2017-07-11 18:41:18 +00:00
fuzzing.sh Removed requirement for unique folder title 2017-07-03 18:03:14 +00:00
package-lock.json Mobile: Add quick actions (#2247) 2020-02-18 23:52:36 +00:00
package.json All: Security: Fixed potential Arbitrary File Read via XSS 2020-02-13 23:59:23 +00:00
publish.sh CLI v1.0.153 2020-01-24 23:17:46 +00:00
run_test.sh Tools: Upgraded jasmine and made it easier to filter tests 2019-11-02 10:19:24 +00:00
run.sh CLI: Fixed regression which was preventing decryption on newly created profiles 2019-06-10 08:55:36 +01:00