1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00
joplin/ReactNativeClient/lib
2018-03-09 09:09:13 +00:00
..
components Added donation links 2018-03-09 09:09:13 +00:00
images
models Minor tweaks 2018-03-02 18:24:02 +00:00
services Android: Fix when downloading many encrypted items 2018-03-05 18:21:42 +00:00
vendor All: Added methods to get secure random bytes 2017-12-12 17:51:07 +00:00
ArrayUtils.js Support importing JEX and raw data 2018-02-25 17:01:16 +00:00
BaseApplication.js All: Better handling of startup errors 2018-03-07 19:11:55 +00:00
BaseModel.js All: Prevent export of encrypted items 2018-02-27 20:51:07 +00:00
BaseSyncTarget.js All: Added sync config check to config screens 2018-02-06 18:59:36 +00:00
Cache.js All: Added more export options including jpz format 2018-02-23 19:32:19 +00:00
database-driver-node.js Electron, Mobile: Created alarm service and drivers 2017-11-27 22:50:46 +00:00
database-driver-react-native.js Electron, Mobile: Created alarm service and drivers 2017-11-27 22:50:46 +00:00
database.js CLI: Fixed shell mode 2017-12-07 18:12:46 +00:00
dialogs.js All: Allow sorting notes by various fields 2018-02-22 18:58:15 +00:00
event-dispatcher.js
file-api-driver-local.js Removed uneeded created_time property 2018-02-07 20:42:52 +00:00
file-api-driver-memory.js Fixed race condition when testing with memory driver and fixed encoding issue 2018-02-15 17:12:09 +00:00
file-api-driver-onedrive.js Removed uneeded created_time property 2018-02-07 20:42:52 +00:00
file-api-driver-webdav.js Clean up 2018-02-21 19:20:33 +00:00
file-api.js All: Fixed: Local items were no longer being deleted via sync. Also fixed Nextcloud sync target. 2018-02-18 21:52:07 +00:00
folders-screen-utils.js All: Made model naming more consistent 2017-12-14 18:12:14 +00:00
fs-driver-base.js Changed export format extension to JEX and made it a non-compressed tar file 2018-02-25 21:08:40 +00:00
fs-driver-dummy.js
fs-driver-node.js Refactored Interop service to make export/import code more modular 2018-02-26 19:25:54 +00:00
fs-driver-rn.js Changed export format extension to JEX and made it a non-compressed tar file 2018-02-25 21:08:40 +00:00
geolocation-node.js
geolocation-react.js All: Made model naming more consistent 2017-12-14 18:12:14 +00:00
import-enex-md-gen.js All: Convert new lines in tables to BR tag, and added support for HTML tags in Markdown viewers 2018-02-17 19:29:10 +00:00
import-enex.js All: Improved handling of empty links when importing ENEX files. Fixed minor layout issues in Electron app 2017-12-07 00:57:36 +00:00
joplin-database.js All: Handling of impossible-to-sync items (such as when they are over the size limit of the cloud provider) 2017-12-04 23:38:09 +00:00
JoplinError.js Various tweaks to get Nextcloud working in mobile 2018-01-25 20:48:01 +00:00
layout-utils.js
locale.js Added Basque translation, fixed issue with handling invalid translations. Updated translation FR. 2018-02-10 12:43:45 +00:00
log.js
logger.js Mobile: Allow filtering log by warning/error 2018-01-31 19:51:29 +00:00
markdown-utils.js
MdToHtml_Katex.js Better error handling for Katex and handling of code blocks and inline 2018-02-05 17:55:35 +00:00
MdToHtml.js All: Convert new lines in tables to BR tag, and added support for HTML tags in Markdown viewers 2018-02-17 19:29:10 +00:00
mime-utils.js iOS: Fixed attaching images 2017-11-19 22:08:58 +00:00
ModelCache.js Don't needlessly reload resources 2017-11-28 21:15:22 +00:00
net-utils.js Improved fetch with retry on all three platforms 2017-11-12 22:52:54 +00:00
ObjectUtils.js Support importing JEX and raw data 2018-02-25 17:01:16 +00:00
onedrive-api.js Minor tweaks 2017-12-04 23:01:22 +00:00
package.json
parameters.js All: Made model naming more consistent 2017-12-14 18:12:14 +00:00
parseUri.js Mobile: Improved OneDrive login 2017-11-28 21:49:58 +00:00
path-utils.js Got Nextcloud sync to work in Electron 2018-01-25 19:01:14 +00:00
poor-man-intervals.js Android: Got notifications to work 2017-11-28 18:58:04 +00:00
promise-utils.js
react-logger.js
reducer.js All: Allow sorting notes by various fields 2018-02-22 18:58:15 +00:00
registry.js All: Made scheduled sync delay slightly shorter 2018-02-27 21:19:11 +00:00
shim-init-node.js Support importing JEX and raw data 2018-02-25 17:01:16 +00:00
shim-init-react.js All: Provide Content-Length header for WebDAV for better compatibility with more servers 2018-02-15 18:33:08 +00:00
shim.js Electron: Added several keyboard shortcuts 2018-02-16 18:08:02 +00:00
string-utils.js All: Allow sorting notes by various fields 2018-02-22 18:58:15 +00:00
synchronizer.js All: Fixed: Notify DecryptionWorker when item added due to conflict, to make sure it is decrypted as early as possible 2018-02-16 17:55:50 +00:00
SyncTargetFilesystem.js All: Various changes to get filesystem target to work on mobile 2018-01-17 21:01:41 +00:00
SyncTargetMemory.js All: Made model naming more consistent 2017-12-14 18:12:14 +00:00
SyncTargetNextcloud.js Minor refactoring to make function purpose clearer 2018-02-21 18:36:29 +00:00
SyncTargetOneDrive.js Got Nextcloud sync to work in Electron 2018-01-25 19:01:14 +00:00
SyncTargetOneDriveDev.js All: Made model naming more consistent 2017-12-14 18:12:14 +00:00
SyncTargetRegistry.js All: Added sync config check to config screens 2018-02-06 18:59:36 +00:00
SyncTargetWebDAV.js Clean up 2018-02-21 19:20:33 +00:00
time-utils.js Mobile: Added status info to view active alarms 2017-11-28 20:31:14 +00:00
urlUtils.js
uuid.js
WebDavApi.js Clean up 2018-02-21 19:20:33 +00:00