Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[WIP] Annotation callout views #1074

Closed
wants to merge 31 commits into from
Closed

[WIP] Annotation callout views #1074

wants to merge 31 commits into from

Commits on Mar 23, 2015

  1. More descriptive variable name

    1ec5 committed Mar 23, 2015
    1 Configuration menu
    Copy the full SHA
    e992448 View commit details
    Browse the repository at this point in the history
  2. Annotation callout views

    Tapping an annotation now displays a callout view. Changing the viewport in any way dismisses the callout view. Only one callout view is displayed at a time.
    
    Ref #894
    1ec5 committed Mar 23, 2015
    4 Configuration menu
    Copy the full SHA
    b027b0b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. Configuration menu
    Copy the full SHA
    579b25d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a84f9c View commit details
    Browse the repository at this point in the history
  3. rename callout submodule & move to vendor folder

    We will eventually have callouts on Android and other platforms,
    perhaps also third-party libraries. We should name here more
    specifically, as well as pop things into a vendor folder for
    tidiness.
    incanus committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    fa67a65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd5eca6 View commit details
    Browse the repository at this point in the history
  5. move QuartzCore linking

    incanus committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    e42321a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64e60b2 View commit details
    Browse the repository at this point in the history
  7. codify threading assumptions

    incanus committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    b17beda View commit details
    Browse the repository at this point in the history
  8. stub out delegate callbacks

    incanus committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    6a6c2a1 View commit details
    Browse the repository at this point in the history
  9. implement delegate callbacks

    We will hopefully eventually move to a more MapKit-like model
    of passing the annotation _view_ here and not the annotation
    in future.
    incanus committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    36e7cee View commit details
    Browse the repository at this point in the history
  10. clean whitespace

    incanus committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    836e425 View commit details
    Browse the repository at this point in the history
  11. remove unused properties

    incanus committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    c71e468 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    65949db View commit details
    Browse the repository at this point in the history
  13. remove unnecessary

    incanus committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    f97f42c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b28853f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6a46c48 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6ac2c4d View commit details
    Browse the repository at this point in the history
  17. remove log line

    incanus committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    8b675da View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3b29337 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fc2e7fd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    265aa9f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5850422 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    952fe12 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f282d6f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. docs improvements

    incanus committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    af5b007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3346f8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4f279f View commit details
    Browse the repository at this point in the history
  4. show callouts by default

    incanus committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    1f3d813 View commit details
    Browse the repository at this point in the history
  5. reduce span of touch regions

    incanus committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    0dbed13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7efb15e View commit details
    Browse the repository at this point in the history