mic704b
fbedc6b29b
Desktop: Resolves #262 : Implement "show all notes" ( #2472 )
...
* Implement "show all notes" feature.
* Ensure middleware is completely flushed and shutdown before continuing tests.
2020-02-22 11:25:16 +00:00
Laurent Cozic
3cf3cd1598
Cli: Fixes #2536 : Fixed issue when a notebook does not have a parent
2020-02-21 18:01:15 +00:00
Laurent Cozic
b4b424bf8a
Tools: Moved testing under "npm run test" and clean-up no longer used shell scripts
2020-02-21 12:15:06 +00:00
mic704b
1f803662d3
Tools: Improve test building ( #2546 )
2020-02-21 11:48:53 +00:00
genneko
ea1db84fcc
Translation: Fix an sprintf format error in ja ( #2541 )
2020-02-20 23:10:21 -05: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
genneko
8d43e1215a
Translation: Update ja_JP.po ( #2537 )
2020-02-20 12:02:59 -05:00
Ji-Hyeon Gim
6449289147
Translation: Update ko.po ( #2534 )
...
Signed-off-by: Ji-Hyeon Gim <potatogim@potatogim.net>
2020-02-20 12:00:52 -05:00
zaoyifan
5a33dcaf07
Translation: Update zh_CN.po ( #2525 )
...
* Improve Simplified Chinese translation
* Improve Simplified Chinese translation
2020-02-20 02:52:59 -05:00
TheoDutch
2e804086eb
Translation: Update nl_NL .po ( #2526 )
2020-02-19 19:02:30 -05: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
Helmut K. C. Tessarek
e6cbd8c8f8
Update translations
2020-02-18 15:01:29 -05:00
Mario
5a40204cb3
Translation: add Estonian language (et_EE.po) ( #2512 )
...
* Estonian lang
* correction of mistakes
2020-02-18 14:58:13 -05:00
Laurent Cozic
ca9102d4f5
Tools: Move Cli compiles locales under git to simplify build
2020-02-17 20:41:11 +00:00
Laurent Cozic
3361901cd8
Merge branch 'master' of github.com:laurent22/joplin
2020-02-13 23:59:34 +00:00
Laurent Cozic
3db47b575b
All: Security: Fixed potential Arbitrary File Read via XSS
2020-02-13 23:59:23 +00:00
Bailey
652b852f6d
Translation: Update nl_NL.po ( #2498 )
...
I felt like improving some of the Dutch translation work for Joplin so here are some more and improved translations
(not all that many but more may come)
2020-02-12 18:03:28 -05:00
Fernando Pindado
54fd2049a8
Translation: Update es_ES.po ( #2497 )
...
Updated some already translated messages and translated new ones
2020-02-12 16:28:28 -05:00
Laurent Cozic
06d807d9ff
Clipper: Fixes #2489 : Fixed clipping of pages that contain images without sources (YouTube), and improved support for SVG graphics
2020-02-12 18:15:16 +00:00
Laurent Cozic
9ec1e84ed0
Desktop, Cli: Fix importing of very large attachments (150MB+) from Evernote ENEX files
2020-02-10 21:50:45 +00:00
Helmut K. C. Tessarek
1abff212f9
CLI v1.0.155
2020-02-07 20:06:29 -05:00
Helmut K. C. Tessarek
df63572b7c
Update translations
2020-02-07 19:47:39 -05:00
mic704b
6973952892
Desktop, Cli: Fixes #2455 : Fix markdown export ( #2463 )
...
* Ensure directory exists when export md file.
* Add tests.
2020-02-07 23:36:25 +00:00
Laurent Cozic
d679ceeb9b
Removed postinstall for joplin-renderer
2020-02-07 23:29:53 +00:00
Laurent Cozic
74c8a38d48
CLI v1.0.154
2020-02-07 23:23:30 +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
Helmut K. C. Tessarek
3f23d8ed06
Desktop, Cli: Fixes #2085 : Fix escaping of title when generating a markdown link ( #2456 )
...
Previously a title with brackets was escaped incorrectly. The brackets were replaced by underscores.
The following title `title [square] (round)` looked like this:
[title _square_ _round_](:/c54794f53e5e4b1aa558699e255d5f95)
Now it looks like this:
[title \[square\] (round)](:/c54794f53e5e4b1aa558699e255d5f95)
fixes #2085
2020-02-07 22:15:41 +00:00
Helmut K. C. Tessarek
8cbb0d03e8
fix de_DE.po
2020-02-07 16:31:47 -05:00
Tomáš Bambas
52b99a1520
Translation: Update cs_CZ.po ( #2462 )
2020-02-07 16:07:22 -05:00
mic704b
5128190942
Desktop: Resolves #2330 : Fix rendering of tabs in code blocks ( #2446 )
...
* Add renderer plugin to handle tabs in code blocks.
* Add plugin to renderer package list.
* Attempt to fix unrelated linter issues.
* Fix unrelated linter problems.
The problems exist on master prior to the branch.
* Fix more inherited linter problems.
2020-02-05 22:15:40 +00:00
mic704b
82f5e26ef4
Desktop: Resolves #539 : Add "add or remove tags" for multiple notes. ( #2386 )
...
* Add `add or remove tags` for multiple notes.
* Fix test.
* Handle invalid argument.
* Enable "Edit > Tag" menu item.
* Clean up variable naming.
2020-02-05 21:24:12 +00:00
Andrey Dolgov
aef4a88d7f
All: Reset time fields when duplicating a note ( #2428 )
2020-02-05 11:18:14 +00:00
Laurent Cozic
0f1633dfbf
Tools: Linter: Enforce array-bracket-spacing - never
2020-02-04 22:11:35 +00:00
Laurent Cozic
737c3f62db
Tools: Linter: Enforce object-curly-spacing - always
2020-02-04 22:09:34 +00:00
fab4x
49701fbc55
Translation: update de_DE.po ( #2443 )
...
* update de_DE.po
Added some translations
* Update German translation
Added some translations
* deletion
2020-02-04 16:56:11 -05:00
mic704b
5395d57df8
Desktop: Support "select all" in the note list ( #2403 )
...
* Select all notes in note list, block select all in folder and tags lists.
* Adjust key mappings.
* Adjust key mappings.
2020-02-04 21:55:05 +00:00
chenlhlinux
ffdae41605
Translation: Update zh_CN.po ( #2421 )
2020-01-31 18:41:04 -05: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
Marton Paulo
59c8a87047
Remove personal e-mail address eo.po pt_BR.po ( #2414 )
...
* Remove personal e-mail address
* Remove personal e-mail address
* Remove personal e-mail address
* Revert "Remove personal e-mail address"
This reverts commit 7a66c4a5b6
.
* Remove space
* Remove space
2020-01-30 15:55:23 -05:00
Kirtan Purohit
fcda843778
All: Resolves #2279 : Handle Thai language in search ( #2387 )
...
* Update SearchEngine.js
use basicSearch if thai string
* Update string-utils.js
added thai regex support
* Update services_SearchEngine.js
added thai language test
* Update services_SearchEngine.js
remove trailing spaces
2020-01-29 12:50:52 +00:00
Helmut K. C. Tessarek
e1216dce4b
Update en_US.po
2020-01-26 23:19:54 -05:00
Helmut K. C. Tessarek
3839c7818e
Update de_DE.po
2020-01-26 23:19:37 -05:00
abonte
90652e40b4
Translation: Update it_IT.po ( #2366 )
...
* Update Italian translations
* fix double quotes
2020-01-26 19:56:06 -05:00
Laurent Cozic
c61e4cae4d
CLI v1.0.153
2020-01-24 23:17:46 +00:00
Laurent Cozic
8e531ca87a
Update translations
2020-01-24 22:28:54 +00:00
genneko
4ec9492f7c
Update ja_JP.po ( #2358 )
2020-01-24 15:19:57 +00:00
Laurent Cozic
6563606799
Merge branch 'master' of github.com:laurent22/joplin
2020-01-23 17:43:16 +00:00
Laurent Cozic
c01bc1c363
All: Added new, more secure encryption methods, so that they can be switched to at a later time
2020-01-22 22:01:58 +00:00
Alexander Pankratov
22a93994aa
Translation: Update ru_RU.po ( #2347 )
2020-01-23 01:07:12 -05:00
Xaris Ar
e0013858c4
Translation: Update el_GR.po ( #2340 )
...
* Create el_GR.po (part1)
* Update el_GR.po
* Update el_GR.po (part 2)
* Update el_GR.po
* Finished Greek(el_GR) translation
Finished translating all texts.
Update el_GR.po (beta)
* Update el_GR.po
to meet requirements for Joplin 1.0.173
* Update locale.js
* Delete el_GR.po
* Create el_GR.po
* Update Greek Translation
* Update Greek Translation
2020-01-22 22:31:19 -05:00