xkcd for iPhone (SourceForge Project)

A place to discuss the implementation and style of computer programs.

Moderators: phlip, Moderators General, Prelates

xkcd for iPhone (SourceForge Project)

Postby Positronized » Sun Feb 01, 2009 8:04 pm UTC

I've been developing a (native) app for the iPhone/iPod Touch to read and archive xkcd comics on the device. I'm planning to release it as a free app on the iTunes App Store (subject to Apple's approval, of course) at some point in the future when it's more stable.

Implemented features are:
- Locally-stored list of comics, automatically updated upon app launch
- Image downloaded and stored locally on device on first view
- Visual cue to distinguish between cached and uncached comics (uncached ones are greyed out), and between read and unread comics (red bullets)
- Alt (title) text toggling
- Supports zooming and device rotation
- Searching by title or comic ID

I will probably push out a few more features before release if I have time.

Here are some screenshots:
Image Image
Image Image
Image Image

The project's also still up on SourceForge.net with MIT License. I would like to request that if anyone really wants to build and test it, please don't release it for Installer/Cydia/whatever. (It actually won't run properly without being installed by iTunes anyway due to the different directory structure so you will need to modify it if you want to test it for yourself)

I will probably release a codesigned binary for testing properly through iTunes at some point soon as well, and if that happens I will post here. (Although I think I can only register up to 100 devices for ad-hoc testing distribution through Apple iPhone dev programme)

*PS: There's still an issue with image zooming, which I just discovered today. It only happens after a few zooms are done on different comics. Basically, I had to slice the image up into smaller pieces because UIImageView bugs out when loading large images entirely (like Depth or Height). This means that the UIScrollView's default zooming behaviour doesn't work properly anymore and so this needs fixing/perfecting.

*PPS: If anyone do build and test out the app, I would very much appreciate your feedback and suggestions.

*PPPS: Feature requests are welcomed, although there's no guarantee that I'll have time to implement it. (Although, please PM if you do want to contribute some code :mrgreen: )
Positronized
 
Posts: 16
Joined: Sun Feb 01, 2009 7:40 pm UTC
Location: Cambridge, UK

Re: xkcd for iPhone

Postby laserbeen » Mon Feb 02, 2009 12:36 am UTC

Cool, I'm looking forward to trying it out.
Goodbye.
User avatar
laserbeen
 
Posts: 94
Joined: Tue Jan 20, 2009 11:59 pm UTC
Location: Melbourne, AU

Re: xkcd for iPhone

Postby Zer088 » Mon Feb 02, 2009 3:22 pm UTC

Sounds like a great idea. I'll be downloading it for sure, but wouldn't it be better to make an app that worked with any webcomic?
Will it support reading and checking if there's new news or a new blag?
What do you plan on using for an icon?
YaKKa Foob MoG. GRuG PubbaWuP ZiNK wattooM GaZoRK. CHuMBLE spuzz.
Image
John Kaim: Love is the most powerful catalyst in existence.
User avatar
Zer088
 
Posts: 209
Joined: Wed Aug 06, 2008 10:13 pm UTC
Location: south florida

Re: xkcd for iPhone

Postby Splodgeinator » Mon Feb 02, 2009 4:21 pm UTC

This thread makes me wish I had an iPhone.
Does the alt-text scroll on its own or can you scroll through it yourself?
User avatar
Splodgeinator
 
Posts: 5
Joined: Sun Sep 07, 2008 8:32 pm UTC
Location: Wiltshire!

Re: xkcd for iPhone

Postby Hawknc » Mon Feb 02, 2009 8:42 pm UTC

Hell, I'd pay a few dollars for it if you're willing to release it on the Australian iTunes store. I like supporting independent projects like this and it combines two of my favourite things - my iPhone and xkcd.
User avatar
Hawknc
Oompa Loompa of SCIENCE!
 
Posts: 6963
Joined: Mon Oct 02, 2006 5:14 am UTC
Location: Melbourne, Australia

Re: xkcd for iPhone

Postby SirHoundalot » Mon Feb 02, 2009 8:45 pm UTC

This looks cool - I'm looking forward to trying it out.
Image
User avatar
SirHoundalot
 
Posts: 69
Joined: Sat Mar 29, 2008 1:56 pm UTC

Re: xkcd for iPhone

Postby Positronized » Mon Feb 02, 2009 10:19 pm UTC

Zer088 wrote:Sounds like a great idea. I'll be downloading it for sure, but wouldn't it be better to make an app that worked with any webcomic?
Will it support reading and checking if there's new news or a new blag?
What do you plan on using for an icon?

Yes, I would "generalise" the app to other webcomic sites IF I have time to do so :mrgreen: With respect to the news or blag, I've got no plan on doing that yet, but I assume it shouldn't be too hard. As for the icon, this is what it looks like, at least at the moment:
Image

Splodgeinator wrote:This thread makes me wish I had an iPhone.
Does the alt-text scroll on its own or can you scroll through it yourself?

You can (in fact, you have to) scroll it through yourself.

Hawknc wrote:Hell, I'd pay a few dollars for it if you're willing to release it on the Australian iTunes store. I like supporting independent projects like this and it combines two of my favourite things - my iPhone and xkcd.

I'll almost definitely release it on Australian store, and definitely on NZ store 8) It'll be free but I'll probably put a donate link on it (one for myself and one for xkcd, I guess)
Positronized
 
Posts: 16
Joined: Sun Feb 01, 2009 7:40 pm UTC
Location: Cambridge, UK

Re: xkcd for iPhone

Postby Jos » Tue Feb 03, 2009 12:02 am UTC

Isn't there a copyright issue hiding in here just waiting to snap your head off?
Image
philsov wrote:Internets is a gift to Jos.

littlebuddy wrote:hmm... I wonder if I should call rule 34 on that hammer moderator, she probably has nice legs.
User avatar
Jos
 
Posts: 526
Joined: Thu Dec 04, 2008 10:08 pm UTC
Location: In ur ___, ___'ing ur ____

Re: xkcd for iPhone

Postby GuitarFreak » Tue Feb 03, 2009 12:08 am UTC

For the icon, how about BHG and the girl?
Image
Cooler than a bose-einstein condensate
Bakemaster wrote:I went to high school with a girl whose middle name was Nguyen and whose last name was Huynh. It was a win-win situation.
User avatar
GuitarFreak
 
Posts: 381
Joined: Mon Dec 24, 2007 7:30 am UTC
Location: Nanticoke PA

Re: xkcd for iPhone

Postby Positronized » Tue Feb 03, 2009 12:45 am UTC

Jos wrote:Isn't there a copyright issue hiding in here just waiting to snap your head off?

The comics are released under CC-BY-NC license so that should be fine. I make it quite clear that the app is merely pulling the images from the xkcd server and save it locally for personal use.

And the app is to be released for free as well!

(Hypothetically, even if that isn't the case, I could rename the app to something else and make it so that users have to enter the URL of the website to pull the comics from themselves, that way the app becomes just a comic reader, if you know what I mean)

But yeah, may be I'll have to rename the app. I don't know.
Positronized
 
Posts: 16
Joined: Sun Feb 01, 2009 7:40 pm UTC
Location: Cambridge, UK

Re: xkcd for iPhone

Postby joshz » Tue Feb 03, 2009 2:59 am UTC

You could have it grab the search index from OhNoRobot as well, so we could search the text of the comics (maybe eliminate dupes from that while you're at it, too.)
But it looks like a good idea.
You, sir, name? wrote:If you have over 26 levels of nesting, you've got bigger problems ... than variable naming.
suffer-cait wrote:it might also be interesting to note here that i don't like 5 fingers. they feel too bulky.
User avatar
joshz
 
Posts: 1466
Joined: Tue Nov 11, 2008 2:51 am UTC
Location: Pittsburgh, PA

Re: xkcd for iPhone

Postby Arantor » Tue Feb 03, 2009 2:49 pm UTC

Grabbing the index from OhNoRobot would be awkward, since there are some gaps, many duplicates and one that isn't even an actual comic. (The very first one in the archives, listed as being http://www.xkcd.com/NUMBER/)

I would suggest grabbing it from WordOwl.com instead which is more accurate in some places though it's missing yesterday's strip at present, not that there's a convenient API for it. (Though there could be, email the developer, email address on the WordOwl.com About page)
Arantor
 
Posts: 67
Joined: Tue Jan 01, 2008 11:34 pm UTC

Re: xkcd for iPhone

Postby keozen » Wed Feb 18, 2009 3:03 pm UTC

This looks like an awesome idea. I'll be getting it as soon as it's out. Also, if you need a tester to try it out via ad hoc distribution please feel free to PM me.
User avatar
keozen
 
Posts: 1464
Joined: Wed Aug 01, 2007 6:31 am UTC
Location: Yorkshire, UK

Re: xkcd for iPhone

Postby Vaniver » Mon Feb 23, 2009 6:27 am UTC

If you aren't connected to the internet, how does the program respond to not being able to update?

Making it just not update will help the iPod Touch users out quite a bit.
Motivation is when your dreams put on work clothes. -- Ben Franklin

Avatar from My Little Pony: Friendship is Magic, owned by Hasbro.
User avatar
Vaniver
 
Posts: 9357
Joined: Fri Oct 13, 2006 2:12 am UTC

Re: xkcd for iPhone

Postby Positronized » Fri Feb 27, 2009 2:27 am UTC

Sorry, I've been busy lately so haven't updated the app/checked the thread :mrgreen: Anyway, if it cannot connect to the Internet, it'll just show a popup alert telling the user that it can't get the updated comics list and then work in local mode. I'm trying to implement a sensible system to batch-download comics which will be especially important to users using it on the iPod Touch. Mindless batch downloading (i.e. just pull every single one known and cache it) is easy but not very practical, since it will consume quite a bit of bandwidth, takes a lot of time, waste battery and storage space.

A bit more thinking is required :shock:

P.S. finally had an opportunity to update my iPhone to 2.2.1 today... the new SDK is annoyingly large... almost 2GB packaged, 4.7GB installed :?
Positronized
 
Posts: 16
Joined: Sun Feb 01, 2009 7:40 pm UTC
Location: Cambridge, UK

Re: xkcd for iPhone

Postby HawkDesigns » Tue Mar 10, 2009 10:22 pm UTC

Great idea. Any thoughts on the cost?
Spoiler:
Image
^Clicky clicky^
User avatar
HawkDesigns
 
Posts: 37
Joined: Mon Mar 09, 2009 2:53 am UTC

Re: xkcd for iPhone

Postby Positronized » Wed Mar 11, 2009 12:58 am UTC

I think I've done quite enough for the time being and the app is good enough for release, for FREE, completely ad-free! (Hopefully people won't mind if I add a donate button in future versions)

I'm applying for distribution through the App Store right now, will keep this thread updated throughout the process!

*PS if enough people show interest in the meantime I can do an ad-hoc release. PM me your email address along with your iPhone/iPod Touch's Identifier, which can be found in iTunes by following the instructions below from Apple:
Image

When I have a few of these identifiers I'll create a distribution certificate and email this with the app and you'll be able to install it on your device!

(Either that or you can grab the source from SourceForge; I updated the trunk to the release candidate today. If you have the facility to do this then by all means do so but be aware that it will not work without a bit of editting, specifically the path from which the app loads the plist and sqlite DB from.)
Positronized
 
Posts: 16
Joined: Sun Feb 01, 2009 7:40 pm UTC
Location: Cambridge, UK

Re: xkcd for iPhone

Postby Positronized » Mon Mar 16, 2009 7:50 pm UTC

An update on submission to Apple. I've received an email from Apple today:
Please include the line below in follow-up emails for this request.

Follow-up: 69619921

Hello XXX YYYY,

Thank you for submitting xkcd to the App Store. We've reviewed xkcd and determined that we cannot post this version of your iPhone application to the App Store because it contains objectionable content and is in violation of Section 3.3.12 from the iPhone SDK Agreement which states:

"Applications must not contain any obscene, pornographic, offensive or defamatory content or materials of any kind (text, graphics, images, photographs, etc.), or other content or materials that in Apple's reasonable judgement may be found objectionable by iPhone or iPod touch users."

Please refer to the attached screenshots as examples of objectionable material.

If you believe that you can make the necessary changes so that xkcd does not violate the iPhone SDK Agreement we encourage you to do so and resubmit it for review.

Regards,

iPhone Developer Program


The attached screenshots are a quite cunningly chosen selection of comics:
ImageImage
ImageImage

So as of this moment the app will never make it to the App Store without some modification. I'd welcome any suggestion from people here. (Frankly, I'm kind of pissed off at this but I can't see any way around it at the moment, plus I have other work to do as well, sadly.)

It does seem that the guy who did the review of the app either already knew what he was looking for, or had a lot of fun reading through the comics to pick those out.
Last edited by Positronized on Mon Mar 16, 2009 8:32 pm UTC, edited 1 time in total.
Positronized
 
Posts: 16
Joined: Sun Feb 01, 2009 7:40 pm UTC
Location: Cambridge, UK

Re: xkcd for iPhone

Postby RealGrouchy » Mon Mar 16, 2009 8:06 pm UTC

I suggest you re-submit it, but that the only comic displayed is comic 137

- RG>
Jack Saladin wrote:etc., lock'd
Mighty Jalapeno wrote:At least he has the decency to REMOVE THE GAP BETWEEN HIS QUOTES....
Sungura wrote:I don't really miss him. At all. He was pretty grouchy.
User avatar
RealGrouchy
Nobody Misses Me As Much As Meaux.
 
Posts: 6691
Joined: Thu May 18, 2006 7:17 am UTC
Location: Ottawa, Ontario, Canada

Re: xkcd for iPhone

Postby laserbeen » Mon Mar 16, 2009 10:15 pm UTC

The only thing I can think of is to flag the comics that contain "offensive" material/language, and for those ones show a message with a link that opens the comic in safari. Hmm I wonder if they'd object to you linking to offensive material?
Goodbye.
User avatar
laserbeen
 
Posts: 94
Joined: Tue Jan 20, 2009 11:59 pm UTC
Location: Melbourne, AU

Re: xkcd for iPhone

Postby Positronized » Mon Mar 16, 2009 11:18 pm UTC

laserbeen wrote:The only thing I can think of is to flag the comics that contain "offensive" material/language, and for those ones show a message with a link that opens the comic in safari. Hmm I wonder if they'd object to you linking to offensive material?


Well, that'd create so much more work on my part and I'll have to maintain it as well, which I don't think I'll have time to do so.
Positronized
 
Posts: 16
Joined: Sun Feb 01, 2009 7:40 pm UTC
Location: Cambridge, UK

Re: xkcd for iPhone

Postby Awia » Mon Mar 16, 2009 11:20 pm UTC

A user submitted system? Where you have a button that says "Mark this comic as offensive"?
Francis wrote:Look on the bright side, if you all die I'll still be handsome
Awia
 
Posts: 1182
Joined: Fri Jun 08, 2007 7:57 pm UTC
Location: Britland!

Re: xkcd for iPhone

Postby joshz » Mon Mar 16, 2009 11:35 pm UTC

Awia wrote:A user submitted system? Where you have a button that says "Mark this comic as offensive"?
This could work very well.
You, sir, name? wrote:If you have over 26 levels of nesting, you've got bigger problems ... than variable naming.
suffer-cait wrote:it might also be interesting to note here that i don't like 5 fingers. they feel too bulky.
User avatar
joshz
 
Posts: 1466
Joined: Tue Nov 11, 2008 2:51 am UTC
Location: Pittsburgh, PA

Re: xkcd for iPhone

Postby Arantor » Tue Mar 17, 2009 12:29 am UTC

You could hook it up against my data in wordowl.com - that has both auto and manual flagging (auto based on inappropriate language, manual based on my own judgement)

(It's also up to date as of today's comic, too)
Arantor
 
Posts: 67
Joined: Tue Jan 01, 2008 11:34 pm UTC

Re: xkcd for iPhone

Postby joshz » Tue Mar 17, 2009 1:38 am UTC

Arantor wrote:You could hook it up against my data in wordowl.com - that has both auto and manual flagging (auto based on inappropriate language, manual based on my own judgement)

(It's also up to date as of today's comic, too)
I would use this, and then provide an in-app option to "show inappropriate content". If Apple still doesn't like that, then just link to it to open in Safari, I guess.
You, sir, name? wrote:If you have over 26 levels of nesting, you've got bigger problems ... than variable naming.
suffer-cait wrote:it might also be interesting to note here that i don't like 5 fingers. they feel too bulky.
User avatar
joshz
 
Posts: 1466
Joined: Tue Nov 11, 2008 2:51 am UTC
Location: Pittsburgh, PA

Re: xkcd for iPhone

Postby Positronized » Tue Mar 17, 2009 12:44 pm UTC

Thanks for the suggestions guys! I'll be away for a week-ish but when I get back if I have some time I'll try to implement something into the app, fingers crossed. (Unfortunately I've also got exams coming up so that gets the top priority)

If anyone feels particularly keen the code's always on SourceForge in case you want to play around with it :P
Positronized
 
Posts: 16
Joined: Sun Feb 01, 2009 7:40 pm UTC
Location: Cambridge, UK

Re: xkcd for iPhone

Postby Gordon » Fri Mar 20, 2009 3:38 am UTC

Two parter post:

First is that since the app has been nix'd by the iStore (or whatever Apple has dubbed it, I will give them credit for creating a naming convention that allows anyone to guess the names of 99% of their products / services), I'll move this to one of the techy forums.

The other is that I recently got one of the Blackberry Storms. These things are damn cool, I got this mypoynt (mypoynt.com) app and found that there are 34 Tim Horton's within a 20km radius of my work. I'm going to try and make a point of hitting all of these locations at some point in the next 34-68 business days.

Edit: Picked coding because he mention he put it on sourceforge. I won't be upset if someone moves it somewhere else :P
Meaux_Pas wrote:
RealGrouchy wrote:I still remember the time when Gordon left. I still wake up in the middle of the night crying and screaming his name.
I do that too, but for an entirely different reason.
RealGrouchy wrote:
Gordon wrote:How long have I been asleep?!
Our daughter is in high school now.
User avatar
Gordon
Dr. Banana
Dr. Banana
 
Posts: 3516
Joined: Mon Jan 08, 2007 6:51 am UTC
Location: Ontario, Canada

Re: xkcd for iPhone (SourceForge Project)

Postby darkspork » Wed Mar 25, 2009 4:39 pm UTC

I don't see how Apple can have a problem with such an app. It's used for BROWSING THE INTERNET. You can watch porn on Safari. Should Safari be banned? also, is there a way to get this app without jailbreaking? I've been looking for a way to view the alt-text.
Shameless Website Promotion: Gamma Energy
My new esoteric programming language: GLOBOL
An experiment to mess with Google Search results: HARDCORE PORNOGRAPHY HARDCORE PORNOGRAPHY
User avatar
darkspork
 
Posts: 531
Joined: Tue Sep 23, 2008 12:43 am UTC
Location: Land of Trains and Suburbs

Re: xkcd for iPhone (SourceForge Project)

Postby OOPMan » Thu Mar 26, 2009 7:03 am UTC

If I recall, Apple tend to nix apps which duplicate functionality of their apps. So, because you can browse xkcd on Safari, they'll give an app like this the finger.

This kind of thing makes me really hate Apple.
Image

Image
User avatar
OOPMan
 
Posts: 314
Joined: Mon Oct 15, 2007 10:20 am UTC
Location: Cape Town, South Africa

Re: xkcd for iPhone (SourceForge Project)

Postby joshz » Thu Mar 26, 2009 1:39 pm UTC

OOPMan wrote:If I recall, Apple tend to nix apps which duplicate functionality of their apps. So, because you can browse xkcd on Safari, they'll give an app like this the finger.

This kind of thing makes me really hate Apple.
But they specifically rejected it for "obscenity". If it was for "duplicating functionality", they would have said that. That's what they did with another app (Podcaster, IIRC). It's still dumb, don't get me wrong. I think they rejected a Twitter (IIRC) app for the same reason. It's dumb. But not because of "duplicating functionality"--that wouldn't make sense in this case.
You, sir, name? wrote:If you have over 26 levels of nesting, you've got bigger problems ... than variable naming.
suffer-cait wrote:it might also be interesting to note here that i don't like 5 fingers. they feel too bulky.
User avatar
joshz
 
Posts: 1466
Joined: Tue Nov 11, 2008 2:51 am UTC
Location: Pittsburgh, PA

Re: xkcd for iPhone (SourceForge Project)

Postby kernelpanic » Thu Mar 26, 2009 8:21 pm UTC

I may be about to make an idiotic/sinful suggestion, so tell me if I'm just insane.
Have you considered releasing this for cydia/other similar app?
I'm not disorganized. My room has a high entropy.
Bhelliom wrote:Don't forget that the cat probably knows EXACTLY what it is doing is is most likely just screwing with you. You know, for CAT SCIENCE!

Image
User avatar
kernelpanic
 
Posts: 891
Joined: Tue Oct 28, 2008 1:26 am UTC
Location: 1.6180339x10^18 attoparsecs from Earth

Re: xkcd for iPhone (SourceForge Project)

Postby stephentyrone » Thu Mar 26, 2009 8:50 pm UTC

You *have* tried resubmitting the app with an explanation, right?

Some twitter app was rejected for essentially the same reason, and was accepted when resubmitted with an explanation.
GENERATION -16 + 31i: The first time you see this, copy it into your sig on any forum. Square it, and then add i to the generation.
stephentyrone
 
Posts: 779
Joined: Mon Aug 11, 2008 10:58 pm UTC
Location: Palo Alto, CA

Re: xkcd for iPhone (SourceForge Project)

Postby Positronized » Sat Mar 28, 2009 11:57 am UTC

So you're suggesting that I tell them the comics are not part of the app, but simply third-party contents that the application pull from. Hmm, that may work, will try that soon.

If you want the App on now without jailbreaking, give me a PM and I'll send you an ad-hoc testing copy which you can put on your phone through iTunes.
Positronized
 
Posts: 16
Joined: Sun Feb 01, 2009 7:40 pm UTC
Location: Cambridge, UK

Re: xkcd for iPhone (SourceForge Project)

Postby rj42492 » Sat Apr 18, 2009 1:46 pm UTC

Using the new FML app as a precedent would be a pretty compelling argument, as it does pretty much the same thing, only with the FML text, which is in the same genre as the "worse" comics.
rj42492
 
Posts: 5
Joined: Fri Apr 17, 2009 2:29 am UTC

Re: xkcd for iPhone (SourceForge Project)

Postby joshz » Wed May 06, 2009 11:18 am UTC

Apple will apparently loosen restrictions in iPhone 3.0, so it's worth resubmitting after that comes out, probably. (From what I understand, they'll put in parental controls, so that some objectionable content will be allowed. xkcd'll probably fall under that.)
You, sir, name? wrote:If you have over 26 levels of nesting, you've got bigger problems ... than variable naming.
suffer-cait wrote:it might also be interesting to note here that i don't like 5 fingers. they feel too bulky.
User avatar
joshz
 
Posts: 1466
Joined: Tue Nov 11, 2008 2:51 am UTC
Location: Pittsburgh, PA

Re: xkcd for iPhone (SourceForge Project)

Postby darkspork » Wed May 06, 2009 2:53 pm UTC

joshz wrote:Apple will apparently loosen restrictions in iPhone 3.0, so it's worth resubmitting after that comes out, probably. (From what I understand, they'll put in parental controls, so that some objectionable content will be allowed. xkcd'll probably fall under that.)

Good to hear :D

As of now, the app works very well. I've found one or two minor glitches, but it still beats Safari by a longshot.
Shameless Website Promotion: Gamma Energy
My new esoteric programming language: GLOBOL
An experiment to mess with Google Search results: HARDCORE PORNOGRAPHY HARDCORE PORNOGRAPHY
User avatar
darkspork
 
Posts: 531
Joined: Tue Sep 23, 2008 12:43 am UTC
Location: Land of Trains and Suburbs

Re: xkcd for iPhone (SourceForge Project)

Postby iamevn » Mon May 25, 2009 3:53 am UTC

Just Dl'd from source forge and am messing around w/ the iPhone simulator (im not jailbreaking my iphone)

Looks nice, works well.

The only thing i can think to add is some sort of favorites system where the favorited comics will show up in a separate list

cant wait for it on the app store
iamevn
 
Posts: 99
Joined: Thu Oct 30, 2008 3:59 am UTC

Re: xkcd for iPhone (SourceForge Project)

Postby joshz » Thu Jun 18, 2009 1:21 am UTC

And apple now has ratings on the App store.

Try resubmitting, and maybe they'll approve it, with a rating.
You, sir, name? wrote:If you have over 26 levels of nesting, you've got bigger problems ... than variable naming.
suffer-cait wrote:it might also be interesting to note here that i don't like 5 fingers. they feel too bulky.
User avatar
joshz
 
Posts: 1466
Joined: Tue Nov 11, 2008 2:51 am UTC
Location: Pittsburgh, PA

Re: xkcd for iPhone (SourceForge Project)

Postby antimatter15 » Thu Jun 25, 2009 3:37 pm UTC

Is there an easy way to cache all comics? I'm currently using an extremely limited, xkcd viewer from Cydia, with no alt text -_- Though I hacked together a shell script to fill the cache directory (I bet the servers hate me).
antimatter15
 
Posts: 1
Joined: Thu Jun 25, 2009 3:26 pm UTC

Re: xkcd for iPhone (SourceForge Project)

Postby darkspork » Thu Jun 25, 2009 8:43 pm UTC

antimatter15 wrote:Is there an easy way to cache all comics? I'm currently using an extremely limited, xkcd viewer from Cydia, with no alt text -_- Though I hacked together a shell script to fill the cache directory (I bet the servers hate me).

Yeah. His app has a button on it labelled "download all comics."
Shameless Website Promotion: Gamma Energy
My new esoteric programming language: GLOBOL
An experiment to mess with Google Search results: HARDCORE PORNOGRAPHY HARDCORE PORNOGRAPHY
User avatar
darkspork
 
Posts: 531
Joined: Tue Sep 23, 2008 12:43 am UTC
Location: Land of Trains and Suburbs

Next

Return to Coding

Who is online

Users browsing this forum: lgw and 8 guests