1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00
joplin/ReactNativeClient/lib/models
Ben Fisher 58b68cab0c fix for #906, 1) windows paths like C:\a\b weren't accepted because b… (#935)
* fix for #906, 1) windows paths like C:\a\b weren't accepted because backslashes were treated as escape sequences, 2) common paths like C:\Program Files\Foo\Foo.exe weren't accepted because of the space in the path

* Using anothing approach,
a) backslashes are no longer treated as escape characters,
b) string change to remind people to add spaces

* Removing joplin.pot from the patch, it will be updated later.

* Removing unused code.
2018-11-20 21:46:18 +00:00
..
Alarm.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
BaseItem.js Merge branch 'master' of github.com:laurent22/joplin 2018-11-13 22:38:32 +00:00
Folder.js All: Simplifying serialisation of base items 2018-10-07 20:11:33 +01:00
ItemChange.js All: Finished service to clean up resources 2018-03-15 18:08:46 +00:00
MasterKey.js All: Simplifying serialisation of base items 2018-10-07 20:11:33 +01:00
Note.js Mobile: Fixes #902: Don't change existing note when sharing with mobile app 2018-10-24 19:10:05 +01:00
NoteResource.js All: Fixes #593: Resource should not be auto-deleted if they've never been linked to any note 2018-06-17 16:59:06 +01:00
NoteTag.js All: Simplifying serialisation of base items 2018-10-07 20:11:33 +01:00
Resource.js Display number of resources being fetched in side bar 2018-11-13 22:25:23 +00:00
ResourceLocalState.js All: Moved resource app-specific state to different table 2018-11-13 00:45:08 +00:00
Search.js Electron: Resolves #144, Resolves #311: Highlight search results and search in real time. Associated Ctrl+F with searching. 2018-03-19 23:04:48 +00:00
Setting.js fix for #906, 1) windows paths like C:\a\b weren't accepted because b… (#935) 2018-11-20 21:46:18 +00:00
Tag.js Adds functionality to display tags under the open note. (#893) 2018-11-07 22:16:05 +00:00