Archive for the 'Uncategorized' Category


BuddyFeed 2.0 calls for beta testers

Update: the beta test has begun and the sign up is closed. Thank you very much!
The development of BuddyFeed 2.0 is almost done. There’re quite a few changes in the new version. I’d like to invite FriendFeed users to the beta test. If you want to experience BuddyFeed 2.0 in the first place, it would [...]

BuddyFeed 1.2 released

BuddyFeed 1.2 has been released.
The update includes following changes:
Load More
Now at every bottom of feed list, there’s a “Load more…”. Click on it and more feed entries are loaded.
Search History
Every time you search a term, the term will be put into the search history and can be re-used in the future. Click on the bookmark [...]

iPhone Application Post Build Script

I composed a script. Add it into the Run Script Build Phase and it can help you to package the binary and dSYM into:

[application].app.[version].zip
[application].app.dSYM.[version].[git hash].zip

after a “Distribution” build.
Here’s the script:

#!/usr/bin/env ruby
if ENV["BUILD_STYLE"] == "Distribution" && ENV["ARCHS"] == ‘armv6′
common_git_paths = %w[/usr/local/bin/git /usr/local/git/bin/git /opt/local/bin/git]
git_path = ""
 
common_git_paths.each do |p|
[...]

BuddyFeed 1.1 released!

BuddyFeed 1.1 got approve and was released today.
This update includes following changes:
Lists
View feeds by lists you have defined.

Rooms
View feeds by rooms.

Support Hide
The hidden messages are now shown in the home anymore. You can still show hidden messages by clicking the upper-right button if there are any hidden message.

Post to a room
You can select a room [...]

BuddyFeed release and the plan

The binary was submitted at Jan. 6. Yesterday, it was approved by Apple. BuddyFeed 1.0 was finally released.
Thanks for the people who report issues and feature requests in the support forum.
What has been done has been done. Here’s the plan. Hopefully, following issues will be addressed in the next release:

The encoding problem of the text [...]

Alive!

A new start in the new year.