Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Google Images integration. Fixes #111 #119

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

Google Images integration. Fixes #111 #119

wants to merge 12 commits into from

Commits on May 3, 2016

  1. Fixes jumping searchbar when using one service

    If you only configure one service, the segmented search titles do not
    appear which causes the search bar to misplaced. Also, changed the text
    for empty results if there is no initial search term.
    ebalassanian committed May 3, 2016
    Configuration menu
    Copy the full SHA
    df007bc View commit details
    Browse the repository at this point in the history
  2. remove defunct services

    Only google images and flickr seem to work
    ebalassanian committed May 3, 2016
    Configuration menu
    Copy the full SHA
    8b4e73a View commit details
    Browse the repository at this point in the history
  3. Address google being stingy

    Google only allows 10 photos per search. This code will recursively
    fetch more results until the total number needed to fulfill the search
    page are returned. Google also returns an error after 100 results are
    fetched so that is the hard limit on the number of images per query.
    ebalassanian committed May 3, 2016
    Configuration menu
    Copy the full SHA
    f5464f3 View commit details
    Browse the repository at this point in the history
  4. fix for a merge issue

    ebalassanian committed May 3, 2016
    Configuration menu
    Copy the full SHA
    d73a890 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. address issue with searchbar frame

    On some devices (ipod touch for example) the searchbar frame is not set
    properly. This addresses the issue and ensures a valid frame.
    ebalassanian committed May 4, 2016
    Configuration menu
    Copy the full SHA
    7f8f65e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    d7c0857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e6bf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4ea291 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e390b7 View commit details
    Browse the repository at this point in the history
  5. Update DZNPhotoPickerController.podspec

    ebalassanian authored and eddies5 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    46df6c2 View commit details
    Browse the repository at this point in the history
  6. Update DZNPhotoDisplayViewCell.m

    ebalassanian authored and eddies5 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    050c3be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3243b22 View commit details
    Browse the repository at this point in the history