1. 09 Apr, 2015 7 commits
    • Randall Leeds's avatar
      Host is in charge of the frame · 7cf85396
      Randall Leeds authored
      7cf85396
    • Randall Leeds's avatar
      Merge pull request #2137 from hypothesis/mobile-support · 1a2b0004
      Randall Leeds authored
      Mobile support
      1a2b0004
    • Jake Hartnell's avatar
      Adds mobile support for annotation creation. · a7a192b7
      Jake Hartnell authored
      Android and iOS devices can now create annotations. Obsolete
      flags on the annotator object are removed.
      a7a192b7
    • Randall Leeds's avatar
      Move the up/down buckets up a z-level · 3ba67f68
      Randall Leeds authored
      This places the up/down navigational buckets on a z-plane with the
      toolbar buttons and ensures that the other buckets pass under them
      while moving on and off screen.
      3ba67f68
    • Randall Leeds's avatar
      Be strict about up/down arrow offscreen counts · e1134b97
      Randall Leeds authored
      It is potentially confusing if, upon reaching the start or end of
      highlights, the navigational buckets don't seem to do anything. At this
      point, the first or last highlights are visible but the buckets seem to
      indicate that the highlights are still off screen.
      
      Change the buckets to mantain a count of the annotations that are
      strictly off screen.
      e1134b97
    • Randall Leeds's avatar
      Move the up navigational bucket so it's visible · b3e953d9
      Randall Leeds authored
      Since the toolbar is no longer dynamically shown the position of
      the "up" bucket should statically be set to a higher offset top.
      b3e953d9
    • Randall Leeds's avatar
      Ignore onscreen highlights for up/down bucket nav · 007433cf
      Randall Leeds authored
      By having the up/down navigational buckets scroll highlights
      into view they only come to the inside edge of the viewport. This
      is not sufficient to get them far enough into view that they leave
      the navigational buckets. Therefore, it's not sufficient to take
      the next closest of the highlights in said buckets when attempting
      to scroll further, since it may already be on screen.
      
      Implement `getBoundingClientRect` for `TextHighlight` and use that
      to check whether a highlight is off screen before deciding to
      scroll to it.
      007433cf
  2. 08 Apr, 2015 9 commits
  3. 03 Apr, 2015 3 commits
  4. 02 Apr, 2015 18 commits
  5. 01 Apr, 2015 3 commits