maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Instago, an Instagram client for MeeGo / Harmattan (https://talk.maemo.org/showthread.php?t=86665)

soryuuha 2012-11-03 14:37

Re: [Announce] Instago, an Instagram client for MeeGo / Harmattan
 
Quote:

Originally Posted by Eem (Post 1289222)
Hey friends,

You also can create your account via Bluestacks, I just have done it.

...now I need to understand how to upload a photo, I think that my idea of the application was wrong...

totally forgot this. thanks. Instago wiki should be created

dirksonguer 2012-11-03 20:26

Re: [Announce] Instago, an Instagram client for MeeGo / Harmattan
 
Thanks. @knobtviker. Maybe I'll rename the app "Instaview" :)

Caching is not implemented yet. I've added the caching code, then removed it again when it wasn't stable enough for the weekly release. It's just a stub since then. Plan is to cache images, users, comments and likes (since Instagram is pretty verbose with it's data and makes caching easy).

knobtviker 2012-11-03 22:01

Re: [Announce] Instago, an Instagram client for MeeGo / Harmattan
 
Nah... Instago is a cool name. People are misinformed and not interested to learn but they want everything served on a sliver platter.
Anyways, I have only 1 wish if possible once cache is operational.
Please, pretty please, make smart SQL queries. Multi row inserts, nested queries and such. Do not sacrifice speed just because it's easier to run a for loop and 100 SELECTs inside... :)

dirksonguer 2012-11-03 23:57

Re: [Announce] Instago, an Instagram client for MeeGo / Harmattan
 
Quote:

Originally Posted by knobtviker (Post 1289620)
Please, pretty please, make smart SQL queries. Multi row inserts, nested queries and such. Do not sacrifice speed just because it's easier to run a for loop and 100 SELECTs inside... :)

Sounds easy enough. The thing is: the first version of the cache used the app SQL db. But as most of the data is actually pretty dynamic (likes, comments, even users) the second version used only memory (with a given limit). I somewhat question that it's necessary to permanently store images and users when they're outdated a couple of hours later anyway.

dirksonguer 2012-11-04 11:03

Re: [Announce] Instago, an Instagram client for MeeGo / Harmattan
 
Well, I found the reason for the "@suzypanpan-problem". This is what Instagram gives me:

Code:

comments: {
count: 2,
data: [ ]
}

Now, I don't know about you, Instagram, but when I count the children inside the data node I don't come up with two :)

So it seems like you can't rely on the "count" node to tell you how many comments they actually are. Solution: read them all out and count the items in your array. *shrug*

mbanck 2012-11-04 11:53

Re: [Announce] Instago, an Instagram client for MeeGo / Harmattan
 
Maybe the missing comments relative to the count value are from private/non-visible users?

dirksonguer 2012-11-04 12:36

Re: [Announce] Instago, an Instagram client for MeeGo / Harmattan
 
Hi all,

you can find the weekly developer release (v0.4.2, developer build) here: http://n9-development-sources.google....4.2_armel.deb (direct link)

Here is the changelog:

instago (0.4.2) unstable; urgency=low

* Added user search
* Added hashtag search
* Added list of users likes
* Fixed showing wrong number of comments for some users

Note that (as usual) this is an unstable developer build. It may be a bit more unstable than ususal as I was traveling this week and didn't have much time to test. Please report anything here if you encounter it.

mbanck 2012-11-04 12:50

Re: [Announce] Instago, an Instagram client for MeeGo / Harmattan
 
Quote:

Originally Posted by dirksonguer (Post 1289854)
Hi all,
* Added user search

Works quite well, except I was confused at first how to start the search - I wrote a search term and then tapped on the "user search" button and nothing happened, only later did I figure out one has to hit the "enter" button on the virtual keyboard. Two suggestions:

1. Rename the "enter" button to "search", I think some apps can do that (like the Nokia store app).

2. Possibly add a dedicated "search" button.

Or just ignore my dumb first try ;)

mbanck 2012-11-04 12:54

Re: [Announce] Instago, an Instagram client for MeeGo / Harmattan
 
I found a possible issue with commenting: when I comment on a photo on my feed, the view returns to my feed, but the photo I commented on still has the old number of comments (if I view the comments, my comment will show up).

Might be a caching issue, but for consistency either the feed should be reloaded (slow), or that photo's comment count should be temporarily increased by one to make it correct (which should still be there if I comment on yet another photo before reloading my feed).

Muzimak 2012-11-04 14:03

Re: [Announce] Instago, an Instagram client for MeeGo / Harmattan
 
One of the best developments around, lovinh it


All times are GMT. The time now is 12:47.

vBulletin® Version 3.8.8