Giter VIP home page Giter VIP logo

ireddit's Introduction

Note: This project is defunct.

It is left here purely for historical reference.

Build Instructions

You'll need to use at least version 4.2 of the iPhone SDK

iReddit requires TouchJSON and Three20 to build.

In the project directory simply run the following command to retrieve the submodules:

git submodule update --init

You should then be able to build iReddit.

ireddit's People

Contributors

alastairstuart avatar ketralnis avatar parkerk avatar rbruels avatar rmccue avatar rpetrich avatar simonyangme avatar spladug avatar umbrae avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ireddit's Issues

"Hide from Reddit" doesn't hide on reddit page.

Tap on a story. Then tap on the comments while on the story. Then tap "Hide on Reddit" from the menu. Go back to the story, and go back to the reddit, it is not hidden.

If you select "Hide on Reddit" from the story, or if you go directly to the comments, it will hide it on your list, but only if it's a first layer. However, if you select hide from a second layer (ie. comments from story or viewing story from comments), it won't hide on the list of links.

"Shake for New Story" bug

Load app.
Make sure "shake for new story" is turned on.
Load home page or story.
Sleep iOS device.
Shake device.
The app will detect the shake for a few additional seconds and continue to change news stories despite being in sleep mode.

Desired outcome: App should go inactive when the device goes into sleep mode and disable shake as soon as the sleep button is hit.

App autorotates all upside down.

This is a UI issue which applies only to the iPhone and iPod touch.

When lying in my bed sideways browsing Reddit, I want to hold the device upside down so I can read easily. The problem is that the app rotates all upside down. Many apps don't do this, and none of the default iPhone apps do this so it's pretty inconsistent.

Could this please be fixed? It would make the app so much more usable.

Here is the fix (should be in every view controller):

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
  return interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown || UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad;
}

Externalize list of reddits from RootViewController.m Line# 459

[result addObjectsFromArray:
    [NSArray arrayWithObjects:    
            [TTTableTextItem itemWithText:@"reddit.com" URL:@"/r/reddit.com/"],
            [TTTableTextItem itemWithText:@"programming" URL:@"/r/programming/"],
            [TTTableTextItem itemWithText:@"pics" URL:@"/r/pics/"],
            [TTTableTextItem itemWithText:@"politics" URL:@"/r/politics/"],
            [TTTableTextItem itemWithText:@"technology" URL:@"/r/technology/"],
            [TTTableTextItem itemWithText:@"world news" URL:@"/r/worldnews/"],
            [TTTableTextItem itemWithText:@"best of reddit" URL:@"/r/bestof/"],
        nil]
 ];

..... would be better as an external textual resource in 'App File Sharing' so that power users (with iFunBox) can edit it.

Better still would be a editor dialog within iReddit, but I'd personally be happy with the cheapest way for y'all to enable this.

Synchronous image loading

It appears as though iReddit uses synchronous image loading, as the app will occasionally freeze when loading thumbnail images.

I believe three20 has support for asynchronous image loading, so that should be used.

If it is already being used, then something else is responsible for the freezing. Not sure what that would be.

Persist visited (purple) links

Every once in a while - probably when iOS decides to close the app - iReddit will set all visited links back to blue again. It would be nice if the app could remember which stories have been visited, and recall those each time the app is loaded.

iReddit icon incorrectly adds rounded corners

The icon is incorrectly adding a rounded corner effect, presumably in some attempt to get a custom edge look. I don't think this is a good idea in the first place, but even if it must stand, right now its implemented incorrectly, and looks strange on the device. I think the best course of action is to remove the effect entirely.

ui screenshots for developing Android Client

Hi

Could you please post screenshots for iReddit interface?

The reason why I want to see how the interface looks is because I would like to make an Android Client. There are a few scattered on Android Market, but I thought it would be a good idea to offer the same interface as iReddit.

Opinions?

Cheers,
Cris

Submit link

The ireddit app lacks ability to submit a link, which is a function I would like to see added in near future.

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.