minego / phnx

A Twitter client for webOS written in Mojo
http://phnxapp.com
35 stars 9 forks source link

URLs not always identified correctly #132

Open Herrie82 opened 10 years ago

Herrie82 commented 10 years ago

Seems to happen randomly with different kind of URLs. Maybe some regex that is looking for the URL is not working properly?

https://twitter.com/Herrie1982/status/386536867123851264/photo/1/large

davec555 commented 10 years ago

That may have already been fixed in V1.4.7. I just checked that same re-tweet and it looked ok. Which version are you using?

Herrie82 commented 10 years ago

1.4.6, where is 1.4.7?

http://minego.net/phnx/ only has 1.4.6?

On 5-10-2013 20:56, davec555 wrote:

That may have already been fixed in V1.4.7. I just checked that same re-tweet and it looked ok. Which version are you using?

— Reply to this email directly or view it on GitHub https://github.com/minego/phnx/issues/132#issuecomment-25754688.

davec555 commented 10 years ago

It's only here on github at the moment.

Herrie82 commented 10 years ago

OK,

So how do I get it? Just download the ZIP and palm-package it? I didn't see any IPK there?

Thanks, Herrie

On 6-10-2013 0:44, davec555 wrote:

It's only here on github at the moment.

— Reply to this email directly or view it on GitHub https://github.com/minego/phnx/issues/132#issuecomment-25758684.

dkirker commented 10 years ago

Herrie,

git clone https://github.com/minego/phnx.git cd phnx make install

-Donald