1. 23 May, 2017 2 commits
  2. 07 May, 2017 3 commits
  3. 27 Apr, 2017 1 commit
  4. 22 Apr, 2017 1 commit
    • gcole's avatar
      Android custom annotation bugfixes. · 156d3f9c
      gcole authored
      - Custom annotations would sometimes not get rendered on the screen.
        Haven't nailed down the exact problem, but it was some sort of
        interleaving of operations from adding children and computing custom
        marker views. Moving the marker view stuff to when the map finishes
        loading resolves this.
      - The adapter for the react native marker views now handles the caching
        behaviour correctly and re-uses views when they are available.
      - Make sure each layout actually gets the height and width of the react
        native views from the correct shadow nodes so that they don't all have
        the same measurements by accident.
      - Update locations of annotations when they are changed.
      - Split annotation views into a map. The manager is a singleton and all
        the existing map views go through it so the children need to be kep
        separately.
      - Safeguard against relayout being called after onDrop(), resulting in a
        null pointer exception.
      156d3f9c
  5. 20 Apr, 2017 1 commit
  6. 05 Apr, 2017 2 commits
  7. 30 Mar, 2017 3 commits
  8. 29 Mar, 2017 2 commits
    • gcole's avatar
      Need default constructor in marker view options. · 73665878
      gcole authored
      Removed this pre-commit too hastily.
      73665878
    • gcole's avatar
      Custom annotation views for Android. · c9b60e17
      gcole authored
      This gives feature parity to Custom Annotation Views
      between iOS and Android.
      
      - Add custom marker view and options for mapbox.
      - Add an implementation for the Annotation class.
      - Add a MarkerViewAdapater that transforms Annotations into views that
        get displayed on the map.
      - Handle adding and removing of children.
      - Update custom annotation docs.
      c9b60e17
  9. 14 Mar, 2017 1 commit
  10. 22 Feb, 2017 1 commit
  11. 07 Feb, 2017 3 commits
  12. 20 Jan, 2017 1 commit
  13. 05 Dec, 2016 1 commit
  14. 01 Dec, 2016 1 commit
  15. 29 Nov, 2016 1 commit
  16. 18 Nov, 2016 6 commits
  17. 17 Nov, 2016 1 commit
  18. 07 Nov, 2016 1 commit
  19. 05 Nov, 2016 1 commit
  20. 28 Oct, 2016 4 commits
  21. 26 Oct, 2016 2 commits
    • Tom MacWright's avatar
      Merge pull request #447 from wafisher/patch-1 · 1f4d86b7
      Tom MacWright authored
      PropTypes.object() is not a function. Use shape() instead.
      1f4d86b7
    • Will Fisher's avatar
      Update index.js · bd8a5255
      Will Fisher authored
      `PropTypes.object` is not a function — use `.shape` instead. Should remove the following error message from the console:
      
      ```
      <Warning>: Warning: You are manually calling a React.PropTypes validation function for the `undefined` prop on `<<anonymous>>`. This is deprecated and will not work in the next major version. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.
      ```
      bd8a5255
  22. 25 Oct, 2016 1 commit