Giter VIP home page Giter VIP logo

photorex-ios's People

Contributors

zagharoot avatar

Stargazers

wdmchaft avatar  avatar mayulu avatar

Watchers

mayulu avatar  avatar James Cloos avatar

Forkers

wdmchaft

photorex-ios's Issues

share picture feature

when viewing the picture, we have a feature allowing us to share the picture with social media.

add functionality for clearCache and clearHistory

We have two functions on the server side to clear the cache and history for a particular user. We need to implement the client-side code for it so we can clear content from the iphone directly.

show the provider in the info band on top of pics

This is probably just for debugging purposes. On each picture, there's a band that can show info about the picture. Right now, we show the band only if the user has viewed that picture before.
We want to make it easy to show the band always and also show the source of the picture in the band.

fix the bug in the stackblur effect

Stackblur effect is used for pictures so that when a semi-transparent dialog box appears over the image, the whole image becomes blurry. It works just fine, except that sometimes the code crashes for black&white images.
I quickly traced the error and it looks like at some point it accesses an index in one of the arrays beyond its limit, causing the crash.

send pictures only subscribed for

So here's the deal: we want to be able to switch on/off each account and receive pictures only from the websites we have subscribed for. Each account will have two attributes: 1) isActive 2) isEnabled which are independent of each other
isActive means the user has provided a username for it.
isEnabled means we are fetching pictures for this account. (in settings page, this is shown by the check mark).

account with isEnabled=true and isActive=false means we are just fetching public pictures.

errored pages should refresh when we go back to them.

if a page contains error, anytime we go back to it we need to try to get pictures again. This means looking at the pictureInfoCollection to see where the error happened. if we don't even have image headers, we can request again for the page, ...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.