1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-03 08:35:29 +02:00
joplin/ReactNativeClient/lib
2018-01-31 20:10:32 +00:00
..
components Mobile: Allow filtering log by warning/error 2018-01-31 19:51:29 +00:00
images
models Electron: Added tray icon support 2018-01-31 20:10:32 +00:00
services Mobile: Allow filtering log by warning/error 2018-01-31 19:51:29 +00:00
vendor All: Added methods to get secure random bytes 2017-12-12 17:51:07 +00:00
ArrayUtils.js All: Optimised Nextcloud sync delta functionality 2018-01-29 20:51:14 +00:00
BaseApplication.js Got Nextcloud sync to work in Electron 2018-01-25 19:01:14 +00:00
BaseModel.js All: Fixed model ID issue 2018-01-14 17:11:44 +00:00
BaseSyncTarget.js Got Nextcloud sync to work in Electron 2018-01-25 19:01:14 +00:00
Cache.js Simplified and fixed caching issue 2018-01-17 17:59:33 +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 Mobile: Also do multi-selection from search page 2017-11-23 18:41:35 +00:00
event-dispatcher.js Changed export to module.exports 2017-11-03 00:13:17 +00:00
file-api-driver-local.js Tweaks to make sure Nextcloud driver passes all test units 2018-01-25 21:15:58 +00:00
file-api-driver-memory.js Tweaks to make sure Nextcloud driver passes all test units 2018-01-25 21:15:58 +00:00
file-api-driver-onedrive.js Tweaks to make sure Nextcloud driver passes all test units 2018-01-25 21:15:58 +00:00
file-api-driver-webdav.js All: Handle case where file is left half-uploaded on Nextcloud instance (possibly an ocloud.de issue only) 2018-01-30 20:10:36 +00:00
file-api.js Fixed delta function when processing many items 2018-01-30 21:10:54 +00:00
folders-screen-utils.js All: Made model naming more consistent 2017-12-14 18:12:14 +00:00
fs-driver-dummy.js Changed export to module.exports 2017-11-03 00:13:17 +00:00
fs-driver-node.js Convert fs errors to normal errors 2018-01-28 17:36:36 +00:00
fs-driver-rn.js Tweaks to make sure Nextcloud driver passes all test units 2018-01-25 21:15:58 +00:00
geolocation-node.js Changed export to module.exports 2017-11-03 00:13:17 +00:00
geolocation-react.js All: Made model naming more consistent 2017-12-14 18:12:14 +00:00
import-enex-md-gen.js All: Added support for HTML tags found in ENEX files: colgroup, col, ins, kbd, address, caption, var, area, map 2017-12-08 17:41:32 +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 Show editor and rendering side by side 2017-11-07 21:11:14 +00:00
locale.js All: Updated translations 2017-12-17 12:30:32 +01:00
log.js Changed export to module.exports 2017-11-03 00:13:17 +00:00
logger.js Mobile: Allow filtering log by warning/error 2018-01-31 19:51:29 +00:00
markdown-utils.js Optimised markdown rendering for mobile and electron 2017-11-07 18:39:11 +00:00
MdToHtml.js All: Fixed crash when having invalid UTF-8 string in text editor 2018-01-31 19:01:11 +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
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 Changed export to module.exports 2017-11-03 00:13:17 +00:00
react-logger.js Changed export to module.exports 2017-11-03 00:13:17 +00:00
reducer.js Electron: Improved the way new note are created, and automatically add a title. Made saving and loading notes more reliable. 2018-01-12 19:58:01 +00:00
registry.js All: Schedule sync only after 30 seconds 2018-01-08 21:05:08 +01:00
shim-init-node.js All: Handle case where resource blob is missing during sync 2018-01-21 17:48:50 +00:00
shim-init-react.js Fixed crash when calling fetch() with invalid URL in RN app 2018-01-30 19:01:07 +00:00
shim.js Fixed crash when calling fetch() with invalid URL in RN app 2018-01-30 19:01:07 +00:00
string-utils.js All: Added fs drivers and encryption service 2017-12-11 23:52:42 +00:00
synchronizer.js All: Handle case where file is left half-uploaded on Nextcloud instance (possibly an ocloud.de issue only) 2018-01-30 20:10:36 +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 Handle password text input in mobile and desktop 2018-01-25 22:44:09 +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 Tweaks to make sure Nextcloud driver passes all test units 2018-01-25 21:15:58 +00:00
time-utils.js Mobile: Added status info to view active alarms 2017-11-28 20:31:14 +00:00
urlUtils.js Prompt dialog and popup menu 2017-11-08 17:51:55 +00:00
uuid.js Changed export to module.exports 2017-11-03 00:13:17 +00:00
WebDavApi.js Add Content-Size header for WebDAV, which is required by some services 2018-01-30 20:24:09 +00:00