Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmackh/Hacker-News-for-iOS

Hacker News client for iPad and iPhone [DEPRECATED]
https://github.com/mmackh/Hacker-News-for-iOS

Last synced: 3 months ago
JSON representation

Hacker News client for iPad and iPhone [DEPRECATED]

Awesome Lists containing this project

README

        

Hacker News for iOS
===================
A Hacker News client for iPad and iPhone written in Objective-C.

![Preview](https://github.com/mmackh/Hacker-News-for-iOS/raw/master/preview.png)

Philosophy
------
- Highlight the content, make browsing HN fast and enjoyable through an easy on the eye design.
- Minimal network usage
- No orange
- Easy to understand code
- Future proof design, ready for iOS7
- A pure design asthetic & UX as inspiration for your future reading apps

Support
------
You can always compile your own version for for free, but consider supporting development through a purchase of a copy in the App Store: [https://itunes.apple.com/us/app/hacker-news/id514166419?ls=1&mt=8](https://itunes.apple.com/us/app/hacker-news/id514166419?ls=1&mt=8)

Be sure to leave feedback & follow me on twitter [@mmackh](https://twitter.com/mmackh) or open an issue in this repo.

Todo
------
1. UIActivity support for 'Read it Later' services like Readability, Instapaper ~~& Pocket~~ (thanks ZachOrr)
2. Logging in to vote and comment instead of redirecting to a UIWebView
3. Night Mode
4. ? (Suggestions welcome)

Contributing
------
I welcome any contributions to this repository. There are many things todo! However, please continue with the same code formatting

Attribution
-----
- [AFNetworking](https://github.com/AFNetworking/AFNetworking)
- [hpple](https://github.com/topfunky/hpple)
- [RaptureXML](https://github.com/ZaBlanc/RaptureXML)
- [TTTAttributedLabel](https://github.com/mattt/TTTAttributedLabel)
- [TUSafariActivity](https://github.com/davbeck/TUSafariActivity)
- [KGStatusBar](https://github.com/kevingibbon/KGStatusBar)

Disclaimer
----
Not affiliated or endorsed by news.ycombinator.com

License
----

The following artwork is licensed under Attribution-NonCommercial-ShareAlike 3.0:
- icon.psd
- icon.png
- 57.png
- 72.png
- 114.png
- 144.png
- [email protected]
- Default.png
- Default-Portrait~ipad.png
- Default-Portrait@2x~ipad.png
- Default-Landscape~ipad.png
- Default-Landscape@2x~ipad.png

------

Code in this repository is licensed under the standard MIT license. Any third party code that appears in this repository is licensed under the terms the original author laid out and does not transfer to my licensure.

The MIT License (MIT)

Copyright (c) 2013 Maximilian Mackh (http://inoads.com) and its contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.