jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
December 10, 2013, 12:37:21 PM |
|
- getSystemInfo - it now includes locale and preferred currency info; the version and build number properties I mentioned before were also moved there (sorry...)
- updateExchangeRate - you can now get currency exchange rates (e.g. USD/BTC) inside apps
- makeRequest - this should be used to bypass origin policy if a web API doesn't support JSONP or CORS (again, please don't rely on the fact that Hive is currently disabling the origin policy check)
This is now available in the latest build on Sparkle and on grabhive.com. Oh, and one more thing: links with target="_blank" will now open in an external browser instead of just being ignored as before.
|
|
|
|
|
hivewallet (OP)
|
|
December 10, 2013, 10:05:43 PM |
|
greenek that's looking really nice!
Does it allow at the moment sending purchased Bitcoin directly to your local Hive wallet? Also we should probably be careful to always say "Coinbase balance" when showing another balance. And that balance should respect the local BTC/mBTC/uBTC setting.
|
|
|
|
tgerring
Full Member
Offline
Activity: 142
Merit: 100
Hive/Ethereum
|
|
December 16, 2013, 03:41:03 PM |
|
I've been working on a new Bitstamp app in light of both their and our API changes. It's a fairly simple HTML/jQuery app with Bootstrap styling--no compilers/preprocessors are used, so it should be very easy to inspect to design your own app using this as an example. It makes use of several common Hive Wallet API features including: send bitcoins, get user address, and get user locale. Additionally, this is the first app to make use of our new storage API so it will remember your API secret and automatically log you in to your account. You can follow the project on GitHub at https://github.com/tgerring/hiveapp-bitstamptrader and here's a screenshot (though already outdated):
|
|
|
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
January 30, 2014, 09:41:55 PM |
|
We've added 4 new apps in Hive 1.0 released today: 1) The new Bitstamp app - see above (we've added a detailed wizard/tutorial for creating an API key, since even I had problems with this process...). 2) Coinbase app - you can send and receive money from your Coinbase wallet (including easy transfer between Hive and Coinbase); no buying/selling yet. 3) BitPremier app: 4) Prepaid Mobile Recharge app by Umbrel (mobile client of http://spend-a-bit.com):
|
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
January 30, 2014, 11:58:16 PM |
|
|
|
|
|
ZeroEnmity
Newbie
Offline
Activity: 3
Merit: 0
|
|
January 31, 2014, 12:06:22 PM |
|
Thanks for the great tutorial.. Much appreciated!
|
|
|
|
weilu
Newbie
Offline
Activity: 12
Merit: 0
|
|
February 13, 2014, 11:03:41 AM |
|
Announcing Hive Toolbelt ( https://github.com/hivewallet/toolbelt) - Building Hive apps made easy. You can install it with `gem install hive-toolbelt` Currently the toolbelt provides two useful commands: 1) `hive init` # walks you through scaffolding a Hive app 2) `hive package` # creates a .hiveapp bundle from specified or current working directory Find out more on github: https://github.com/hivewallet/toolbelt. Issues and pull requests are welcome
|
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
February 20, 2014, 02:25:31 PM |
|
Hi, a few new things we’ve added to the API: - bitcoin.installApp - can be used to create “app store” kind of apps that let you install other apps from a given set
- bitcoin.apiVersionMajor/apiVersionMinor - returns current API version (currently 0.1)
- bitcoin.getSystemInfo - added availableCurrencies list, and preferredBitcoinFormat and preferredCurrency that return user’s selected Bitcoin unit and fiat currency
- a few methods for parsing and formatting amounts, see https://github.com/hivewallet/hive-osx/wiki/API#wiki-formatting-and-parsing
Also, the same-origin policy hack is disabled now, so XHR requests to external domains will not work unless the server supports CORS or JSONP - use bitcoin.makeRequest in those cases.
|
|
|
|
|
hivewallet (OP)
|
|
May 28, 2014, 06:15:24 AM |
|
The integrated app store app has been updated to reflect some Android changes.
|
|
|
|
hivewallet (OP)
|
|
June 27, 2014, 12:01:41 PM |
|
To app developers: Yes, Hive Web will soon support apps. We are not dropping them.
|
|
|
|
|