-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for enableAnnotationEditing and editableAnnotationTypes prop to Android #311
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not impact iOS + the usage in JavaScript in the Catalog LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
android/src/main/java/com/pspdfkit/react/ConfigurationAdapter.java
Outdated
Show resolved
Hide resolved
commit b6686db Author: Matthew Slight <matthew@slight.me> Date: Tue Nov 26 10:37:18 2019 +0400 merge source/tags/1.26.4 with local/fix/annotation-selection-box commit ae93813 Merge: e4c2f7e 73c3051 Author: Matthew Slight <matthew@slight.me> Date: Tue Nov 26 10:27:56 2019 +0400 Merge branch 'fix/annotation-select-box' into version/1.26.4 commit 73c3051 Author: Matthew Slight <matthew@slight.me> Date: Wed Nov 20 22:28:22 2019 +0400 don't subscribe to annotationChangeNotification commit e4c2f7e Merge: 20fc189 6b2a65f Author: Reinhard Hafenscher <reinhard@pspdfkit.com> Date: Tue Nov 5 10:45:04 2019 +0100 Merge pull request PSPDFKit#318 from PSPDFKit/reinhard/native-catalog Add "Native Catalog" with advanced integration examples commit 6b2a65f Author: irgendeinich <reinhard@pspdfkit.com> Date: Tue Nov 5 10:39:58 2019 +0100 Bump version number commit c91aa72 Merge: 2af4ac9 20fc189 Author: irgendeinich <reinhard@pspdfkit.com> Date: Tue Nov 5 10:36:44 2019 +0100 Merge branch 'master' into reinhard/native-catalog commit 2af4ac9 Author: Reinhard Hafenscher <reinhard@pspdfkit.com> Date: Tue Nov 5 10:27:58 2019 +0100 Apply suggestions from code review Co-Authored-By: Rad Azzouz <radazzouz@users.noreply.github.com> commit 54f1201 Author: irgendeinich <reinhard@pspdfkit.com> Date: Mon Nov 4 17:42:59 2019 +0100 Address review remarks commit 9dc11b3 Author: irgendeinich <reinhard@pspdfkit.com> Date: Mon Nov 4 17:32:06 2019 +0100 Remove iOS project commit b998c3e Author: Reinhard Hafenscher <reinhard@pspdfkit.com> Date: Mon Nov 4 17:25:34 2019 +0100 Apply suggestions from code review Co-Authored-By: Rad Azzouz <radazzouz@users.noreply.github.com> Co-Authored-By: David Schreiber-Ranner <davidschreiber@users.noreply.github.com> commit 20fc189 Author: Rad Azzouz <rad@pspdfkit.com> Date: Sun Nov 3 10:01:33 2019 -0500 Embed & Sign XCFrameworks commit b1a4e2c Author: irgendeinich <reinhard@pspdfkit.com> Date: Wed Oct 30 16:27:08 2019 +0100 Add instructions how to run the NativeCatalog sample commit 526f94f Author: irgendeinich <reinhard@pspdfkit.com> Date: Tue Oct 29 18:30:35 2019 +0100 Add getFragment to PdfView for more ease when using PdfView directly commit 72735ff Author: irgendeinich <reinhard@pspdfkit.com> Date: Tue Oct 29 18:26:08 2019 +0100 Also request permissions for watermark example commit 44a6f9f Author: irgendeinich <reinhard@pspdfkit.com> Date: Tue Oct 29 18:24:04 2019 +0100 Add readme for native catalog commit 684b07e Author: irgendeinich <reinhard@pspdfkit.com> Date: Tue Oct 29 15:51:50 2019 +0100 Add example of adding a watermark to a document and saving it to a a new file commit 2003be4 Author: irgendeinich <reinhard@pspdfkit.com> Date: Tue Oct 29 15:28:29 2019 +0100 Add example for starting signing flow and digitally signing from react-native commit 2f05642 Merge: 05b137e 956bc96 Author: Reinhard Hafenscher <reinhard@pspdfkit.com> Date: Mon Oct 28 11:56:08 2019 +0100 Merge pull request PSPDFKit#312 from PSPDFKit/reinhard/update-pspdfkit-6.0 Update PSPDFKit to 6.0.2 commit 956bc96 Author: irgendeinich <reinhard@pspdfkit.com> Date: Mon Oct 28 11:55:24 2019 +0100 Update package version commit ea1ffdf Merge: afa606c 05b137e Author: irgendeinich <reinhard@pspdfkit.com> Date: Mon Oct 28 11:52:42 2019 +0100 Merge branch 'master' into reinhard/update-pspdfkit-6.0 commit 05b137e Merge: 64500f0 f6c1c2d Author: Reinhard Hafenscher <reinhard@pspdfkit.com> Date: Mon Oct 28 11:51:13 2019 +0100 Merge pull request PSPDFKit#311 from PSPDFKit/reinhard/expose-enableAnnotationEditing Add support for enableAnnotationEditing and editableAnnotationTypes prop to Android commit 64500f0 Merge: 35de88e a43aaed Author: Reinhard Hafenscher <reinhard@pspdfkit.com> Date: Mon Oct 28 11:50:48 2019 +0100 Merge pull request PSPDFKit#308 from PSPDFKit/reinhard/save-document-promise Make saveCurrentDocument and setFormFieldValue return a promise commit afa606c Author: irgendeinich <reinhard@pspdfkit.com> Date: Tue Oct 22 16:31:41 2019 +0200 Update PSPDFKit to 6.0.2 commit f6c1c2d Author: irgendeinich <reinhard@pspdfkit.com> Date: Fri Oct 18 13:39:07 2019 +0200 Log error instead of warning commit 7e1cbcd Author: irgendeinich <reinhard@pspdfkit.com> Date: Wed Oct 16 14:33:25 2019 +0200 Add support for enableAnnotationEditing and editableAnnotationTypes prop to Android commit a43aaed Author: Rad Azzouz <rad@pspdfkit.com> Date: Thu Oct 10 10:06:28 2019 -0400 Make setFormFieldValue return a promise on iOS commit 876fc2d Author: irgendeinich <reinhard@pspdfkit.com> Date: Thu Oct 10 14:23:10 2019 +0200 Make saveCurrentDocument and setFormFieldValue return a promise
Details
enableAnnotationEditing
configuration option.editableAnnotationTypes
configuration option.Acceptance Criteria
package.json
,package-lock.json
, andsamples/Catalog/package.json
(see example commit: 1bf805f).