Skip to content
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

Open
wants to merge 78 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2017

  1. Configuration menu
    Copy the full SHA
    8128254 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. Configuration menu
    Copy the full SHA
    12c6773 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    f64123c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Configuration menu
    Copy the full SHA
    6d09e55 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Configuration menu
    Copy the full SHA
    07f4517 View commit details
    Browse the repository at this point in the history
  2. 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.
    scottcc committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    c4e24d6 View commit details
    Browse the repository at this point in the history
  3. 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.
    scottcc committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    8f7f06c View commit details
    Browse the repository at this point in the history
  4. Add readonly access to annotations

    In PDFAnnotationController, and PDFAnnotationStore
    scottcc committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    e8e91aa View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Configuration menu
    Copy the full SHA
    2e85fb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Allow setting a modalDoneButtonTouched block

    Default does what it always does, calls
      dismiss(animated: true, completion: nil)
    scottcc committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    b42592c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Configuration menu
    Copy the full SHA
    896b371 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jakestephens/master

    start up a new annotation after undoing one
    scottcc authored Dec 6, 2017
    Configuration menu
    Copy the full SHA
    491d394 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    9fc0082 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b81bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from jakestephens/master

    better pen width and better undo functionality
    jakestephens authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    c214cb8 View commit details
    Browse the repository at this point in the history
  4. fix it better

    - undo should still be enabled if you start an empty annotation while there are annotations in the store
    jakestephens committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    cc5dd51 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from jakestephens/master

    fix it better
    jakestephens authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    8993564 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    7484680 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    diegostamigni authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    436a521 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    diegostamigni authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    4057050 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Configuration menu
    Copy the full SHA
    0525c79 View commit details
    Browse the repository at this point in the history
  2. iPhone X support added

    diegostamigni committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    504ea8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3a2582 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Toolbar icons updated (to a more iOS look and feel style) -- UXMThumb…

    …nailViewController collection view spacing added between lines
    diegostamigni committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    64a6643 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Configuration menu
    Copy the full SHA
    4207d0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    769606e View commit details
    Browse the repository at this point in the history
  3. clearEncodedAnnotations utility method added (deletes serialized plis…

    …t annotation file for a specific document)
    diegostamigni committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    0ec3cea View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Configuration menu
    Copy the full SHA
    091dec6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    50ad092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13e382 View commit details
    Browse the repository at this point in the history
  3. - Bump version.

    brianmwadime committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    dffa51c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    759423b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from Withinapp/feature/annotations

    Merge in feature/annotations
    brianmwadime authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    fa3141f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    144d139 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from Withinapp/feature/annotations

    - Adds proper keyboard display for text form fields.
    brianmwadime authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    612fa09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c2e186 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from Withinapp/feature/annotations

    Fix delegate assignment for annotation actions.
    brianmwadime authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    e790408 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d358fdf View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4 from Withinapp/feature/annotations

    Return orientation back to portrait mode after signature is taken.
    brianmwadime authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    643ea93 View commit details
    Browse the repository at this point in the history
  12. bump version.

    brianmwadime committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    70f19ab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b4a792b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6dbbc22 View commit details
    Browse the repository at this point in the history
  15. Merge pull request uxmstudio#5 from Withinapp/feature/annotations

    Merge in feature/annotations
    brianmwadime authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    94908f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Configuration menu
    Copy the full SHA
    0e9bf2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request uxmstudio#6 from Withinapp/feature/annotations

    - Update signature rotation.
    brianmwadime authored Oct 5, 2018
    Configuration menu
    Copy the full SHA
    2582eb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Configuration menu
    Copy the full SHA
    2f88b4a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Merge pull request #1 from diegostamigni/master

    Diegostamigni changes
    rivera-ernesto authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    f85a9c0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'withinapp/master' into fork

    # Conflicts:
    #	Example/UXMPDFKit.xcodeproj/project.pbxproj
    #	Pod/Classes/Annotations/UXMTextAnnotation.swift
    #	Pod/Classes/Form/UXMFormSignatureField.swift
    rivera-ernesto committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    a261761 View commit details
    Browse the repository at this point in the history
  3. Update example project

    rivera-ernesto committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    253b598 View commit details
    Browse the repository at this point in the history
  4. Remove dead alias

    rivera-ernesto committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    92a3c8c View commit details
    Browse the repository at this point in the history
  5. Update README

    rivera-ernesto committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    bb9b8c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    f400910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdabe1b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from codelathe/master

    Fixes from Withinapp and Example project update
    diegostamigni authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    ea07ae1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Merge pull request uxmstudio#7 from diegostamigni/master

    Merge in diegostamigni master branch
    brianmwadime authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    0a03c17 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    8e10528 View commit details
    Browse the repository at this point in the history
  2. - updates

    brianmwadime committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    c0de079 View commit details
    Browse the repository at this point in the history
  3. - update

    brianmwadime committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    2e27440 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Fix on retained self

    diegostamigni committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    39978b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba93f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85d109d View commit details
    Browse the repository at this point in the history
  4. Merge pull request uxmstudio#9 from diegostamigni/master

    Fix on retained self
    brianmwadime authored Mar 12, 2019
    Configuration menu
    Copy the full SHA
    b5199dc View commit details
    Browse the repository at this point in the history
  5. - updates for 4.2

    brianmwadime committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    847bc82 View commit details
    Browse the repository at this point in the history
  6. - update for 4.2

    brianmwadime committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    2dbd379 View commit details
    Browse the repository at this point in the history
  7. - bump version to 0.8.4

    brianmwadime committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    497253b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. - update sample pdfs

    brianmwadime committed May 25, 2019
    Configuration menu
    Copy the full SHA
    85cb050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    826b3f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    739bc40 View commit details
    Browse the repository at this point in the history
  4. Merge pull request uxmstudio#10 from Withinapp/choicefields

    Merge in choice fields feature
    brianmwadime authored May 25, 2019
    Configuration menu
    Copy the full SHA
    19b1fb6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. - fix warnings from Travis CI

    - bump version to 0.8.5
    brianmwadime committed May 28, 2019
    Configuration menu
    Copy the full SHA
    b582d85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request uxmstudio#11 from Withinapp/choicefields

    - fix warnings from Travis CI
    brianmwadime authored May 28, 2019
    Configuration menu
    Copy the full SHA
    cfee5b4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from Withinapp/master

    adds choice fields functionality
    diegostamigni authored May 28, 2019
    Configuration menu
    Copy the full SHA
    bdb7d74 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    d0a7c5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request uxmstudio#12 from Withinapp/choicefields

    - fix sizing of signature annotation when rendering to flat pdf
    brianmwadime authored Jun 4, 2019
    Configuration menu
    Copy the full SHA
    5a9dfb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    d1a8026 View commit details
    Browse the repository at this point in the history
  2. Merge pull request uxmstudio#13 from Withinapp/choicefields

    - Fixes orientation of signature annotation on final exported pdf
    brianmwadime authored Jun 5, 2019
    Configuration menu
    Copy the full SHA
    2c40560 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Merge pull request #4 from Withinapp/master

    Correct sizing and orientation of signature field/annotation on exported flat pdf
    diegostamigni authored Jun 6, 2019
    Configuration menu
    Copy the full SHA
    c14e5b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Update .travis.yml

    diegostamigni authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    332261d View commit details
    Browse the repository at this point in the history