Thread
:
Timeline won't update in Mauku
View Single Post
hhedberg
2009-06-15 , 15:08
Posts: 84 | Thanked: 212 times | Joined on Nov 2007 @ Oulu, Finland
#
7
Originally Posted by
Jaffa
Doesn't seem that unlikely that Mauku will be storing the tweet id in a (signed)
int
:-/
Mauku is storing all ids in a strings. However, I just realized that the json-c library Mauku is using internally converts JSON integers to int values. So, Mauku is after all affected by the Twitpocalypse.
There will be a new backend for Mauku 2.0. It is not using the json-c anymore. However, I am focusing on Fremantle version for now, and a Diablo port may follow some time later. Thus, I am not keen on fixing the json-c library for the Mauku 0.x at all.
If someone is interested in fixing the json-c library, here is the original source code (note, that the upstream has even newer version of the json-c):
http://oss.metaparadigm.com/json-c/
It seems that json_object.c should be patched to use long long int.
It might be also useful to look older debian packaging for Maemo I have made:
http://repository.maemo.org/extras/p...source/j/json/
If someone does the job, please, ping me. I will link Mauku against the new json-c library. That also forces the Application Manager to update the library.
__________________
Forum Nokia Champion
Mauku - The micro-blogging client for Maemo devices
Quote & Reply
|
The Following 4 Users Say Thank You to hhedberg For This Useful Post:
bdraws
,
dkwatts
,
Jaffa
,
timsamoff
hhedberg
View Public Profile
Send a private message to hhedberg
Visit hhedberg's homepage!
Find all posts by hhedberg