You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-14 23:26:58 +02:00
Compare commits
12 Commits
android-v2
...
android-sy
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce097957aa | ||
|
|
d4731d1c4a | ||
|
|
3669a1b5d6 | ||
|
|
b93f9aaf01 | ||
|
|
8679290206 | ||
|
|
4acec5c6c7 | ||
|
|
f1b03453a4 | ||
|
|
7972dd5556 | ||
|
|
4842500f0a | ||
|
|
84c7f28ec5 | ||
|
|
f3eea43d24 | ||
|
|
8babaddbcb |
30
.yarn/patches/rn-fetch-blob-npm-0.12.0-cf02e3c544.patch
Normal file
30
.yarn/patches/rn-fetch-blob-npm-0.12.0-cf02e3c544.patch
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
diff --git a/android/src/main/java/com/RNFetchBlob/RNFetchBlobReq.java b/android/src/main/java/com/RNFetchBlob/RNFetchBlobReq.java
|
||||||
|
index a8abd71833879201e3438b2fa51d712a311c4551..ffe9c2c6dfa5c703ba76b65d94d5dd6784102c19 100644
|
||||||
|
--- a/android/src/main/java/com/RNFetchBlob/RNFetchBlobReq.java
|
||||||
|
+++ b/android/src/main/java/com/RNFetchBlob/RNFetchBlobReq.java
|
||||||
|
@@ -591,7 +591,7 @@ public class RNFetchBlobReq extends BroadcastReceiver implements Runnable {
|
||||||
|
// ignored.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
- RNFetchBlobFileResp rnFetchBlobFileResp = (RNFetchBlobFileResp) responseBody;
|
||||||
|
+ RNFetchBlobFileResp rnFetchBlobFileResp = new RNFetchBlobFileResp(responseBody);
|
||||||
|
|
||||||
|
if(rnFetchBlobFileResp != null && !rnFetchBlobFileResp.isDownloadComplete()){
|
||||||
|
callback.invoke("Download interrupted.", null);
|
||||||
|
diff --git a/android/src/main/java/com/RNFetchBlob/Response/RNFetchBlobFileResp.java b/android/src/main/java/com/RNFetchBlob/Response/RNFetchBlobFileResp.java
|
||||||
|
index 2470eef612308c15a89dfea5a1f16937469be29f..965f8becc195965907699182c764ec9e51811450 100644
|
||||||
|
--- a/android/src/main/java/com/RNFetchBlob/Response/RNFetchBlobFileResp.java
|
||||||
|
+++ b/android/src/main/java/com/RNFetchBlob/Response/RNFetchBlobFileResp.java
|
||||||
|
@@ -35,6 +35,12 @@ public class RNFetchBlobFileResp extends ResponseBody {
|
||||||
|
FileOutputStream ofStream;
|
||||||
|
boolean isEndMarkerReceived;
|
||||||
|
|
||||||
|
+ // ref: https://github.com/joltup/rn-fetch-blob/issues/490#issuecomment-990899440
|
||||||
|
+ public RNFetchBlobFileResp(ResponseBody body) {
|
||||||
|
+ super();
|
||||||
|
+ this.originalBody = body;
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
public RNFetchBlobFileResp(ReactApplicationContext ctx, String taskId, ResponseBody body, String path, boolean overwrite) throws IOException {
|
||||||
|
super();
|
||||||
|
this.rctContext = ctx;
|
||||||
@@ -95,6 +95,7 @@
|
|||||||
},
|
},
|
||||||
"packageManager": "yarn@3.3.1",
|
"packageManager": "yarn@3.3.1",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"react-native-camera@4.2.1": "patch:react-native-camera@npm%3A4.2.1#./.yarn/patches/react-native-camera-npm-4.2.1-24b2600a7e.patch"
|
"react-native-camera@4.2.1": "patch:react-native-camera@npm%3A4.2.1#./.yarn/patches/react-native-camera-npm-4.2.1-24b2600a7e.patch",
|
||||||
|
"rn-fetch-blob@0.12.0": "patch:rn-fetch-blob@npm%3A0.12.0#./.yarn/patches/rn-fetch-blob-npm-0.12.0-cf02e3c544.patch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
"react-native-image-picker": "5.3.1",
|
"react-native-image-picker": "5.3.1",
|
||||||
"react-native-image-resizer": "1.4.5",
|
"react-native-image-resizer": "1.4.5",
|
||||||
"react-native-modal-datetime-picker": "14.0.1",
|
"react-native-modal-datetime-picker": "14.0.1",
|
||||||
"react-native-paper": "5.4.1",
|
"react-native-paper": "5.5.2",
|
||||||
"react-native-popup-menu": "0.16.1",
|
"react-native-popup-menu": "0.16.1",
|
||||||
"react-native-quick-actions": "0.3.13",
|
"react-native-quick-actions": "0.3.13",
|
||||||
"react-native-rsa-native": "2.0.5",
|
"react-native-rsa-native": "2.0.5",
|
||||||
|
|||||||
@@ -1521,6 +1521,43 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking
|
|||||||
- Fixed: Fixed toggleNoteList and toggleSidebar commands
|
- Fixed: Fixed toggleNoteList and toggleSidebar commands
|
||||||
- Fixed: Fixed Toggle Editor button toolip and icon
|
- Fixed: Fixed Toggle Editor button toolip and icon
|
||||||
|
|
||||||
|
## [v1.3.9](https://github.com/laurent22/joplin/releases/tag/v1.3.9) (Pre-release) - 2020-10-23T16:04:26Z
|
||||||
|
|
||||||
|
- New: Added `openProfileDirectory` command and menu item
|
||||||
|
- Improved: Make “update is available” dialog box easier to use ([#3877](https://github.com/laurent22/joplin/issues/3877) by [@roryokane](https://github.com/roryokane))
|
||||||
|
- Improved: Sort tags in a case-insensitive way
|
||||||
|
- Fixed: Fix invalid tag state issue when importing notes or syncing
|
||||||
|
- Fixed: Fix search filters when language is in Korean or with accents ([#3947](https://github.com/laurent22/joplin/issues/3947) by Naveen M V)
|
||||||
|
- Fixed: Fixed Cut menu item
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
|
- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257))
|
||||||
|
- New: Added Thunderbird count for desktop client ([#3880](https://github.com/laurent22/joplin/issues/3880) by [@Technik-J](https://github.com/Technik-J))
|
||||||
|
- New: Added support for Menu API for plugins
|
||||||
|
- New: Added support for plugins packaged as JS bundles
|
||||||
|
- Improved: Display more info while an ENEX file is being imported
|
||||||
|
- Improved: Made toolbar buttons bigger and swap order of bullet and number lists
|
||||||
|
- Improved: Api: Allow preserving timestamps when updating a note
|
||||||
|
- Improved: Added support for a custom S3 URL ([#3921](https://github.com/laurent22/joplin/issues/3921)) ([#3691](https://github.com/laurent22/joplin/issues/3691) by [@aaron](https://github.com/aaron))
|
||||||
|
- Improved: Actually enter insert mode after pressing o/O in CodeMirror vim mode ([#3897](https://github.com/laurent22/joplin/issues/3897) by Caleb John)
|
||||||
|
- Improved: Simplified and improve command service, and added command palette
|
||||||
|
- Improved: Tray: Exit -> Quit ([#3945](https://github.com/laurent22/joplin/issues/3945) by Helmut K. C. Tessarek)
|
||||||
|
- Improved: Import `<strike>`, `<s>` tags (strikethrough) from Evernote ([#3936](https://github.com/laurent22/joplin/issues/3936) by Ian Slinger)
|
||||||
|
- Improved: Make sidebar item font weight normal (not bold)
|
||||||
|
- Improved: Plugin API - added support for settings.globalValue method
|
||||||
|
- Improved: Remove Hide Joplin menu item on Linux and Windows
|
||||||
|
- Improved: Removed OneDrive Dev sync target which was not really useful
|
||||||
|
- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884))
|
||||||
|
- Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya)
|
||||||
|
- Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom))
|
||||||
|
- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#3958](https://github.com/laurent22/joplin/issues/3958))
|
||||||
|
- Fixed: Fixed setting issue that would cause a password to be saved in plain text in the database, even when the keychain is working
|
||||||
|
- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#3893](https://github.com/laurent22/joplin/issues/3893))
|
||||||
|
- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886))
|
||||||
|
- Fixed: Fixed toggleNoteList and toggleSidebar commands
|
||||||
|
- Fixed: Fixed Toggle Editor button toolip and icon
|
||||||
|
|
||||||
## [v1.3.8](https://github.com/laurent22/joplin/releases/tag/v1.3.8) (Pre-release) - 2020-10-21T18:46:29Z
|
## [v1.3.8](https://github.com/laurent22/joplin/releases/tag/v1.3.8) (Pre-release) - 2020-10-21T18:46:29Z
|
||||||
|
|
||||||
- New: Plugins: Added support for content scripts
|
- New: Plugins: Added support for content scripts
|
||||||
@@ -2074,13 +2111,6 @@ This release is to remove the hierarchical/nested tags feature for now, as it ha
|
|||||||
- Fixed: Fixed issue with setting filename for edited attachments
|
- Fixed: Fixed issue with setting filename for edited attachments
|
||||||
- Fixed: Prevent notebook to be the parent of itself ([#3334](https://github.com/laurent22/joplin/issues/3334))
|
- Fixed: Prevent notebook to be the parent of itself ([#3334](https://github.com/laurent22/joplin/issues/3334))
|
||||||
|
|
||||||
## [v1.0.220](https://github.com/laurent22/joplin/releases/tag/v1.0.220) - 2020-06-13T18:26:22Z
|
|
||||||
|
|
||||||
- Improved: Improved escaping of Markdown titles in links ([#3333](https://github.com/laurent22/joplin/issues/3333))
|
|
||||||
- Improved: Refactored themes to allow using the same ones in both desktop and mobile version
|
|
||||||
- Fixed: Fixed issue with setting filename for edited attachments
|
|
||||||
- Fixed: Prevent notebook to be the parent of itself ([#3334](https://github.com/laurent22/joplin/issues/3334))
|
|
||||||
|
|
||||||
## [v1.0.218](https://github.com/laurent22/joplin/releases/tag/v1.0.218) - 2020-06-07T10:43:34Z
|
## [v1.0.218](https://github.com/laurent22/joplin/releases/tag/v1.0.218) - 2020-06-07T10:43:34Z
|
||||||
|
|
||||||
- Fixed: Fixed regression when applying theme for Ace Editor ([#3338](https://github.com/laurent22/joplin/issues/3338)) ([#3337](https://github.com/laurent22/joplin/issues/3337) by [@CalebJohn](https://github.com/CalebJohn))
|
- Fixed: Fixed regression when applying theme for Ace Editor ([#3338](https://github.com/laurent22/joplin/issues/3338)) ([#3337](https://github.com/laurent22/joplin/issues/3337) by [@CalebJohn](https://github.com/CalebJohn))
|
||||||
|
|||||||
@@ -431,6 +431,22 @@
|
|||||||
"created_at": "2023-04-07T10:04:51Z",
|
"created_at": "2023-04-07T10:04:51Z",
|
||||||
"repoId": 79162682,
|
"repoId": 79162682,
|
||||||
"pullRequestNo": 8029
|
"pullRequestNo": 8029
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tbjers",
|
||||||
|
"id": 1117052,
|
||||||
|
"comment_id": 1501316440,
|
||||||
|
"created_at": "2023-04-10T02:33:42Z",
|
||||||
|
"repoId": 79162682,
|
||||||
|
"pullRequestNo": 8036
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "simonla",
|
||||||
|
"id": 14934570,
|
||||||
|
"comment_id": 1503950257,
|
||||||
|
"created_at": "2023-04-11T19:02:23Z",
|
||||||
|
"repoId": 79162682,
|
||||||
|
"pullRequestNo": 8042
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -741,7 +741,7 @@ The following commands are available in [command-line mode](#command-line-mode):
|
|||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
Copyright (c) 2016-2021 Laurent Cozic
|
Copyright (c) 2016-2023 Laurent Cozic
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
"config:base"
|
"config:base"
|
||||||
],
|
],
|
||||||
"major": {
|
"major": {
|
||||||
"stabilityDays": 30,
|
"stabilityDays": 80,
|
||||||
},
|
},
|
||||||
"minor": {
|
"minor": {
|
||||||
"stabilityDays": 20,
|
"stabilityDays": 40,
|
||||||
},
|
},
|
||||||
"patch": {
|
"patch": {
|
||||||
"stabilityDays": 10,
|
"stabilityDays": 20,
|
||||||
},
|
},
|
||||||
"prConcurrentLimit": 5,
|
"prConcurrentLimit": 5,
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
|
|||||||
20
yarn.lock
20
yarn.lock
@@ -4978,7 +4978,7 @@ __metadata:
|
|||||||
react-native-image-picker: 5.3.1
|
react-native-image-picker: 5.3.1
|
||||||
react-native-image-resizer: 1.4.5
|
react-native-image-resizer: 1.4.5
|
||||||
react-native-modal-datetime-picker: 14.0.1
|
react-native-modal-datetime-picker: 14.0.1
|
||||||
react-native-paper: 5.4.1
|
react-native-paper: 5.5.2
|
||||||
react-native-popup-menu: 0.16.1
|
react-native-popup-menu: 0.16.1
|
||||||
react-native-quick-actions: 0.3.13
|
react-native-quick-actions: 0.3.13
|
||||||
react-native-rsa-native: 2.0.5
|
react-native-rsa-native: 2.0.5
|
||||||
@@ -27441,9 +27441,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"react-native-paper@npm:5.4.1":
|
"react-native-paper@npm:5.5.2":
|
||||||
version: 5.4.1
|
version: 5.5.2
|
||||||
resolution: "react-native-paper@npm:5.4.1"
|
resolution: "react-native-paper@npm:5.5.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@callstack/react-theme-provider": ^3.0.8
|
"@callstack/react-theme-provider": ^3.0.8
|
||||||
color: ^3.1.2
|
color: ^3.1.2
|
||||||
@@ -27453,7 +27453,7 @@ __metadata:
|
|||||||
react-native: "*"
|
react-native: "*"
|
||||||
react-native-safe-area-context: "*"
|
react-native-safe-area-context: "*"
|
||||||
react-native-vector-icons: "*"
|
react-native-vector-icons: "*"
|
||||||
checksum: b6bca70b935ca3b69ba4d2bc16717b938b4219d0a1fc17b1e0c7b87df753ba3cd8f52e8f17cf09ca862c7e6be243fb52092054fc176a4b284fa3143cf32d0672
|
checksum: fd87b64409e51a2a8c64019710c79c17d6dd016ea3744d869e9aa6a891093418ca6a2326f8ab063ef460d781459b8ed676952a030e64acf8312bc4d05a4c50eb
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -28790,6 +28790,16 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"rn-fetch-blob@patch:rn-fetch-blob@npm%3A0.12.0#./.yarn/patches/rn-fetch-blob-npm-0.12.0-cf02e3c544.patch::locator=root%40workspace%3A.":
|
||||||
|
version: 0.12.0
|
||||||
|
resolution: "rn-fetch-blob@patch:rn-fetch-blob@npm%3A0.12.0#./.yarn/patches/rn-fetch-blob-npm-0.12.0-cf02e3c544.patch::version=0.12.0&hash=9431c2&locator=root%40workspace%3A."
|
||||||
|
dependencies:
|
||||||
|
base-64: 0.1.0
|
||||||
|
glob: 7.0.6
|
||||||
|
checksum: 6535ee347b3e76733a10c3873c14622b35613caa86242536b68f130b75a3379d9bb060ad5c8832d78e639c88869e321c288e5c8e89373cdb0c14f23253c31c50
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"roarr@npm:^2.15.3":
|
"roarr@npm:^2.15.3":
|
||||||
version: 2.15.4
|
version: 2.15.4
|
||||||
resolution: "roarr@npm:2.15.4"
|
resolution: "roarr@npm:2.15.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user