Skip to content

HDBaggy/Home-For-iOS

This branch is 8 commits behind kenshin03/Home-For-iOS:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Kenny Tang
Jul 25, 2013
6a552ae · Jul 25, 2013

History

72 Commits
Jul 25, 2013
Jun 17, 2013
Apr 29, 2013
May 31, 2013
May 9, 2013
May 12, 2013

Repository files navigation

Home for iOS

Screenshot

Last updated: May 31

This is an attempt to replicate essential elements of the Facebook Home experience in iOS, as an app. The aim is to re-create features like Cover Feed with basic UIKit controls and the Facebook Graph API.

Development Notes:

Videos

Animated GIF

Vimeo Video

Vimeo Video

Installation

  • git clone / pull
  • cd Home-For-iOS/Home
  • (optional) pod install / pod update
  • open and build from Home.xcworkspace
  • For installation on devices, please create a facebook app that matches the app bundle id you are using. See kenshin03#5.

Working Features

  • Coverfeed. Supports posts of type photo (added_photos/mobile_status_update/shared_story) and status (picture/mobile_status_update/wall_post).
  • Double tap to like a post from Coverfeed.
  • View comments and add comments to a post.
  • Post to your own timeline.
  • Fake launcher that opens pre-installed apps like Facebook Camera, Twitter, Instagram, Mail via URL schemes.
  • SSO to Facebook using iOS 6's SocialFramework.
  • Read Facebook Notifications

In-progress

  • Messaging
    • View Controller to list contacts to write message to
    • Message compose view with textfield and send button
    • Code to send message to graph ID via XMPP
    • Code to listen to XMPP notification and message compose view / animate in chathead.
  • UX
    • Coverfeed - Timer based auto-scroll to next view
    • Coverfeed - Auto-refresh of timeline contents after x minutes
  • Authentication
    • Auto-retry failed authentication after detecting a change in settings.

Contribution

Feel free to fork and work on any features or fix any issues as you see fit. Or submit an issue with feature requests or bug reports.

License

MIT (https://github.com/kenshin03/Home-For-iOS/blob/master/LICENSE)

About

Facebook Home port for iOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published