1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00
joplin/ReactNativeClient
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
..
android Mobile: Add quick actions (#2247) 2020-02-18 23:52:36 +00:00
ios Mobile: Add quick actions (#2247) 2020-02-18 23:52:36 +00:00
lib Mobile: Add quick actions (#2247) 2020-02-18 23:52:36 +00:00
locales Update translations 2020-02-18 15:01:29 -05:00
.buckconfig
.flowconfig Mobile: Upgrading to React Native to 0.61.5 2020-02-09 20:21:52 +00:00
.gitattributes
.gitignore Mobile: Upgrading to React Native to 0.61.5 2020-02-09 20:21:52 +00:00
.watchmanconfig
app.json
build_android_prod.bat
build_android.bat
clean_build.bat
debug_log.bat
debug_log.sh
encodeAssets.js Removed auto-copied assets 2020-02-08 11:20:44 +00:00
index.android.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
index.ios.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
index.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
main.js Mobile: Add quick actions (#2247) 2020-02-18 23:52:36 +00:00
metro.config.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
package-lock.json Mobile: Add quick actions (#2247) 2020-02-18 23:52:36 +00:00
package.json Mobile: Add quick actions (#2247) 2020-02-18 23:52:36 +00:00
PluginAssetsLoader.ts All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
QuickActions.ts Mobile: Add quick actions (#2247) 2020-02-18 23:52:36 +00:00
root.js Mobile: Add quick actions (#2247) 2020-02-18 23:52:36 +00:00
run_ios.sh Mobile: Upgraded WebView 2019-06-14 08:11:15 +01:00
start_server.bat
start_server.sh