-
Notifications
You must be signed in to change notification settings - Fork 104
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
Fixes and Swift => 4.0 upgrade #83
base: master
Are you sure you want to change the base?
Commits on Aug 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8128254 - Browse repository at this point
Copy the full SHA 8128254View commit details
Commits on Sep 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 12c6773 - Browse repository at this point
Copy the full SHA 12c6773View commit details
Commits on Oct 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f64123c - Browse repository at this point
Copy the full SHA f64123cView commit details
Commits on Nov 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6d09e55 - Browse repository at this point
Copy the full SHA 6d09e55View commit details
Commits on Nov 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 07f4517 - Browse repository at this point
Copy the full SHA 07f4517View commit details -
Fix rightBarButtons() and signatureMode
That is, it should not assume that the Pen tool is button index 1. It should find it by type or assert otherwise.
Configuration menu - View commit details
-
Copy full SHA for c4e24d6 - Browse repository at this point
Copy the full SHA c4e24d6View commit details -
Add autoSaveAction lazy closure var customization point
That is, when disappearing from the view, the settor of that closure could infer from the passed PDFAnnotationController whether there are things to save, and if so, decide where/what to do or just ignore etc. Default behaviour is as before, just assigns the annotations out of the annotationController to the PDFDocument itself, then call save() on that document to archiveRootObject.
Configuration menu - View commit details
-
Copy full SHA for 8f7f06c - Browse repository at this point
Copy the full SHA 8f7f06cView commit details -
Add readonly access to annotations
In PDFAnnotationController, and PDFAnnotationStore
Configuration menu - View commit details
-
Copy full SHA for e8e91aa - Browse repository at this point
Copy the full SHA e8e91aaView commit details
Commits on Nov 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2e85fb8 - Browse repository at this point
Copy the full SHA 2e85fb8View commit details
Commits on Nov 13, 2017
-
Allow setting a modalDoneButtonTouched block
Default does what it always does, calls dismiss(animated: true, completion: nil)
Configuration menu - View commit details
-
Copy full SHA for b42592c - Browse repository at this point
Copy the full SHA b42592cView commit details
Commits on Dec 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 896b371 - Browse repository at this point
Copy the full SHA 896b371View commit details -
Merge pull request #1 from jakestephens/master
start up a new annotation after undoing one
Configuration menu - View commit details
-
Copy full SHA for 491d394 - Browse repository at this point
Copy the full SHA 491d394View commit details
Commits on Dec 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9fc0082 - Browse repository at this point
Copy the full SHA 9fc0082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41b81bc - Browse repository at this point
Copy the full SHA 41b81bcView commit details -
Merge pull request #3 from jakestephens/master
better pen width and better undo functionality
Configuration menu - View commit details
-
Copy full SHA for c214cb8 - Browse repository at this point
Copy the full SHA c214cb8View commit details -
- undo should still be enabled if you start an empty annotation while there are annotations in the store
Configuration menu - View commit details
-
Copy full SHA for cc5dd51 - Browse repository at this point
Copy the full SHA cc5dd51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8993564 - Browse repository at this point
Copy the full SHA 8993564View commit details
Commits on Jan 22, 2018
-
Swift upgrade to v4 -- Small bugfixes mostly regarding potential memo…
…ry leak with delegates
Configuration menu - View commit details
-
Copy full SHA for 7484680 - Browse repository at this point
Copy the full SHA 7484680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 436a521 - Browse repository at this point
Copy the full SHA 436a521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4057050 - Browse repository at this point
Copy the full SHA 4057050View commit details
Commits on Jan 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0525c79 - Browse repository at this point
Copy the full SHA 0525c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 504ea8c - Browse repository at this point
Copy the full SHA 504ea8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a2582 - Browse repository at this point
Copy the full SHA f3a2582View commit details
Commits on Feb 1, 2018
-
Toolbar icons updated (to a more iOS look and feel style) -- UXMThumb…
…nailViewController collection view spacing added between lines
Configuration menu - View commit details
-
Copy full SHA for 64a6643 - Browse repository at this point
Copy the full SHA 64a6643View commit details
Commits on Feb 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4207d0f - Browse repository at this point
Copy the full SHA 4207d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 769606e - Browse repository at this point
Copy the full SHA 769606eView commit details -
clearEncodedAnnotations utility method added (deletes serialized plis…
…t annotation file for a specific document)
Configuration menu - View commit details
-
Copy full SHA for 0ec3cea - Browse repository at this point
Copy the full SHA 0ec3ceaView commit details
Commits on Oct 3, 2018
-
- Added Signature annotation. Basically extended what was in the Sign…
…atureFormField to fit.
Configuration menu - View commit details
-
Copy full SHA for 091dec6 - Browse repository at this point
Copy the full SHA 091dec6View commit details
Commits on Oct 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 50ad092 - Browse repository at this point
Copy the full SHA 50ad092View commit details -
Configuration menu - View commit details
-
Copy full SHA for e13e382 - Browse repository at this point
Copy the full SHA e13e382View commit details -
Configuration menu - View commit details
-
Copy full SHA for dffa51c - Browse repository at this point
Copy the full SHA dffa51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 759423b - Browse repository at this point
Copy the full SHA 759423bView commit details -
Merge pull request #1 from Withinapp/feature/annotations
Merge in feature/annotations
Configuration menu - View commit details
-
Copy full SHA for fa3141f - Browse repository at this point
Copy the full SHA fa3141fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 144d139 - Browse repository at this point
Copy the full SHA 144d139View commit details -
Merge pull request #2 from Withinapp/feature/annotations
- Adds proper keyboard display for text form fields.
Configuration menu - View commit details
-
Copy full SHA for 612fa09 - Browse repository at this point
Copy the full SHA 612fa09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2e186 - Browse repository at this point
Copy the full SHA 4c2e186View commit details -
Merge pull request #3 from Withinapp/feature/annotations
Fix delegate assignment for annotation actions.
Configuration menu - View commit details
-
Copy full SHA for e790408 - Browse repository at this point
Copy the full SHA e790408View commit details -
Configuration menu - View commit details
-
Copy full SHA for d358fdf - Browse repository at this point
Copy the full SHA d358fdfView commit details -
Merge pull request #4 from Withinapp/feature/annotations
Return orientation back to portrait mode after signature is taken.
Configuration menu - View commit details
-
Copy full SHA for 643ea93 - Browse repository at this point
Copy the full SHA 643ea93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f19ab - Browse repository at this point
Copy the full SHA 70f19abView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4a792b - Browse repository at this point
Copy the full SHA b4a792bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dbbc22 - Browse repository at this point
Copy the full SHA 6dbbc22View commit details -
Merge pull request uxmstudio#5 from Withinapp/feature/annotations
Merge in feature/annotations
Configuration menu - View commit details
-
Copy full SHA for 94908f0 - Browse repository at this point
Copy the full SHA 94908f0View commit details
Commits on Oct 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0e9bf2f - Browse repository at this point
Copy the full SHA 0e9bf2fView commit details -
Merge pull request uxmstudio#6 from Withinapp/feature/annotations
- Update signature rotation.
Configuration menu - View commit details
-
Copy full SHA for 2582eb7 - Browse repository at this point
Copy the full SHA 2582eb7View commit details
Commits on Nov 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2f88b4a - Browse repository at this point
Copy the full SHA 2f88b4aView commit details
Commits on Dec 11, 2018
-
Merge pull request #1 from diegostamigni/master
Diegostamigni changes
Configuration menu - View commit details
-
Copy full SHA for f85a9c0 - Browse repository at this point
Copy the full SHA f85a9c0View commit details -
Merge remote-tracking branch 'withinapp/master' into fork
# Conflicts: # Example/UXMPDFKit.xcodeproj/project.pbxproj # Pod/Classes/Annotations/UXMTextAnnotation.swift # Pod/Classes/Form/UXMFormSignatureField.swift
Configuration menu - View commit details
-
Copy full SHA for a261761 - Browse repository at this point
Copy the full SHA a261761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 253b598 - Browse repository at this point
Copy the full SHA 253b598View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92a3c8c - Browse repository at this point
Copy the full SHA 92a3c8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9b8c0 - Browse repository at this point
Copy the full SHA bb9b8c0View commit details
Commits on Dec 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f400910 - Browse repository at this point
Copy the full SHA f400910View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdabe1b - Browse repository at this point
Copy the full SHA bdabe1bView commit details -
Merge pull request #2 from codelathe/master
Fixes from Withinapp and Example project update
Configuration menu - View commit details
-
Copy full SHA for ea07ae1 - Browse repository at this point
Copy the full SHA ea07ae1View commit details
Commits on Feb 7, 2019
-
Merge pull request uxmstudio#7 from diegostamigni/master
Merge in diegostamigni master branch
Configuration menu - View commit details
-
Copy full SHA for 0a03c17 - Browse repository at this point
Copy the full SHA 0a03c17View commit details
Commits on Feb 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8e10528 - Browse repository at this point
Copy the full SHA 8e10528View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0de079 - Browse repository at this point
Copy the full SHA c0de079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e27440 - Browse repository at this point
Copy the full SHA 2e27440View commit details
Commits on Mar 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 39978b6 - Browse repository at this point
Copy the full SHA 39978b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ba93f9 - Browse repository at this point
Copy the full SHA 7ba93f9View commit details -
Merge pull request uxmstudio#8 from Withinapp/feature/annotations
Feature/annotations
Configuration menu - View commit details
-
Copy full SHA for 85d109d - Browse repository at this point
Copy the full SHA 85d109dView commit details -
Merge pull request uxmstudio#9 from diegostamigni/master
Fix on retained self
Configuration menu - View commit details
-
Copy full SHA for b5199dc - Browse repository at this point
Copy the full SHA b5199dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 847bc82 - Browse repository at this point
Copy the full SHA 847bc82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dbd379 - Browse repository at this point
Copy the full SHA 2dbd379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 497253b - Browse repository at this point
Copy the full SHA 497253bView commit details
Commits on May 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 85cb050 - Browse repository at this point
Copy the full SHA 85cb050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 826b3f1 - Browse repository at this point
Copy the full SHA 826b3f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 739bc40 - Browse repository at this point
Copy the full SHA 739bc40View commit details -
Merge pull request uxmstudio#10 from Withinapp/choicefields
Merge in choice fields feature
Configuration menu - View commit details
-
Copy full SHA for 19b1fb6 - Browse repository at this point
Copy the full SHA 19b1fb6View commit details
Commits on May 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b582d85 - Browse repository at this point
Copy the full SHA b582d85View commit details -
Merge pull request uxmstudio#11 from Withinapp/choicefields
- fix warnings from Travis CI
Configuration menu - View commit details
-
Copy full SHA for cfee5b4 - Browse repository at this point
Copy the full SHA cfee5b4View commit details -
Merge pull request #3 from Withinapp/master
adds choice fields functionality
Configuration menu - View commit details
-
Copy full SHA for bdb7d74 - Browse repository at this point
Copy the full SHA bdb7d74View commit details
Commits on Jun 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d0a7c5b - Browse repository at this point
Copy the full SHA d0a7c5bView commit details -
Merge pull request uxmstudio#12 from Withinapp/choicefields
- fix sizing of signature annotation when rendering to flat pdf
Configuration menu - View commit details
-
Copy full SHA for 5a9dfb6 - Browse repository at this point
Copy the full SHA 5a9dfb6View commit details
Commits on Jun 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d1a8026 - Browse repository at this point
Copy the full SHA d1a8026View commit details -
Merge pull request uxmstudio#13 from Withinapp/choicefields
- Fixes orientation of signature annotation on final exported pdf
Configuration menu - View commit details
-
Copy full SHA for 2c40560 - Browse repository at this point
Copy the full SHA 2c40560View commit details
Commits on Jun 6, 2019
-
Merge pull request #4 from Withinapp/master
Correct sizing and orientation of signature field/annotation on exported flat pdf
Configuration menu - View commit details
-
Copy full SHA for c14e5b6 - Browse repository at this point
Copy the full SHA c14e5b6View commit details
Commits on Apr 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 332261d - Browse repository at this point
Copy the full SHA 332261dView commit details