Code Monkey home page Code Monkey logo

phnx's People

Contributors

allie-wake-up avatar fiaxhs avatar minego avatar strackoverflow avatar testing10231023419123 avatar upsuper 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

phnx's Issues

Gap Detection

So uh, there's gap detection logic in place in main-assistant.js (in the gotItems function). Just needs the capability to insert the missing tweets and she's good to go.

Not all new tweets

When I start the app, after a while, a lot of tweets loaded.

I think it's better, when only the newest 20 where loaded. This speed up the app.

Maybe this feature is optional.

Direct Messages Missing Sent Messages

It should be possible to blend sent and received direct messages into one feed with in the app by taking the direct_messages/sent API feed, converting the JSON into a JS Array and merging it with the array of received DMs using the JavaScript array.concat method and then using the array.sort with a custom sort that compares the "created_at" fields from the objects.

Replace TwitPic with Official Twitter Photo API

Right now phnx is sending TwitPic uploads through a PHP script at phnxapp.com.

This was because originally a phnx-specific photo sharing site was in the works and has since been abandoned. (I didn't store any images or data, just wanted the endpoint to stay the same for a seamless transition when the service went live).

Obviously I can't keep phnxapp.com's script running forever so it is a good idea to switch to the new photo upload API that Twitter published: https://dev.twitter.com/docs/api/1/post/statuses/update_with_media

I'm not personally a fan of overwhelming users with tons of preferences in areas like this, mostly because 90% of the users won't change the default setting and all it would do is add unnecessary complexity to the app. So I feel like using the official photo endpoint is the way to go here.

[Feature request] Notification => no reload

Hey,

yesterday, my Palm Pre had a phnx notification because new DM.
When i tap on this message, open phnx and phnx load the messages.

Why phnx load the messages 2 times?
I think, you can cache the messages, which loaded for notification. So you doesn't need a new reload and phnx is faster, after notifications.

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.