Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add Hive iOS #523
Conversation
|
If the web page isn't open source, it should be |
|
@javgh Could you use a single description both for Hive iOS and Hive Web in en.yml? Translating takes a lot of effort so this would be appreciated. Under I was also wondering if we should be using the |
|
@schildbach You probably mean "If the web page is loaded remotely"? |
|
Ok, collapsed the descriptions to a single one for Hive Web and Hive iOS. Also displayed Android as the default for Hive iOS does not load any code from a remote server, the HTML and Javascript is already packaged and comes with the app. So I don't think that |
|
If the code is part of the app and not loaded remotely, that's indeed how I see it too. |
|
@javgh Ah ok, didn't know that. So it only runs locally and all of the app code, html and javascript is open source (and versioned in your git repo)? |
|
@schildbach That's right. The Hive Web source code can be found in this repository and the Hive iOS repository is a fork of that with Cordova build instructions added and some iOS tweaks applied and is located here: https://github.com/hivewallet/hive-ios . Both projects use a GPL license. |
|
LGTM. In the absence of critical feedback, this pull request will be merged on August 21th. |
javgh commentedAug 14, 2014
Another pull request from the Hive people. ;-)
This one adds Hive iOS. Hive iOS is basically just Hive Web wrapped with Cordova to turn it into an app. So code-wise there isn't much new, although the design has been slightly adjusted to better match iOS. I hope this can be added to the iOS mobile category. Thanks!