Skip to content

manmal/hn-android

Repository files navigation

HN (Android)

This is the official repo for HN, an unofficial Hacker News client for Android, built for reliability and usability.
Download the app here: https://play.google.com/store/apps/details?id=com.manuelmaly.hn and read the introductory blog post.

If you find any issues, please post them into the Issues section, send a Pull request, or tweet me at @manuelmaly.

Note about Pull Requests: If you commit your additions into feature branches (http://nvie.com/posts/a-successful-git-branching-model/) instead of the master branch, you will have no problems later on when you pull in updates from my repo. If you do that, you always have a clean master branch at all times (meaning it does not contain anything other than my repo's master branch commits).

Setup

Import in Android Studio.

Create the following dummy properties file in the root directory.

keyStore=
keyStorePassword=
keyAlias=
keyAliasPassword=

Third party software

License

[MIT License] (http://opensource.org/licenses/mit-license.php):

Copyright (c) 2012 Manuel Maly

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.