![]() |
Re: [Announce] Stockona - Google finance stock quote client
Version 0.1.7 has been pushed to extras-devel. This is mainly a fine-tune/bug-fix release. What's new:
- Tweak to widget view to display more symbols. (+2 from 10 to 12) - Improve position view memory usage, now Stockona memory usage drops down to ~13% on N900. This translate into a noticeable improvement to the scrolling smoothness. - Error handling improvements for various error condition, e.g. local position error. - Fix setting loading bug. - Fix landscape chart view bug. - Make all local portfolio operations immediate. - Small tweak to make the progress bar at news view smooth instead of having a faint horizontal thin line. I also created a blog to document the development work of Stockona: http://sonyfever.blogspot.com/ Hopefully I could get some discussions that also improve my QT/QML coding. BTW: I think this will be the near-final version for Meego coding competition as I will have very limited time to work on Stockona in the next two weeks. |
Re: [Announce] Stockona - Google finance stock quote client
I've updated to the latest version and since than every time when I opened the program it said 'cannot load local portfolio'. Do I need to creat a local portfolio and how? If I don't have one can I shout down this feature? Thx.
|
Re: [Announce] Stockona - Google finance stock quote client
Quote:
A bug-fixing release (0.1.8) has been released to extras-devel to fix the issue. |
Re: [Announce] Stockona - Google finance stock quote client
can you please add chart support for index like .DJI and XJO
thanks |
Re: [Announce] Stockona - Google finance stock quote client
This is due to Google and Yahoo using difference symbol names.
The first one seems to be convertible because there seems to be a common rule, i.e. .DJI* in google = ^DJI* in yahoo. But for XJO, I don't see a general pattern to do the conversion so I'm afraid I can not do anything about it. I will add .* conversion to the next release. One workaround for now is to create a local yahoo portfolio for yahoo symbols. I remember you had used it? How do you like it? |
Re: [Announce] Stockona - Google finance stock quote client
A new release (0.1.9) is available in extras-devel.
- Enhance yahoo symbol conversion so for symbols starting with . in google finance, their charts can be fetched correctly. - Disable all C-side qDebug message to optimize performance. |
Re: [Announce] Stockona - Google finance stock quote client
Hi William
i tried to make local portfolio and added JBH.AX as the only stock. it shows the stock but it does not load the chart or the news. this is problem with local portfolio only. Thanks |
Re: [Announce] Stockona - Google finance stock quote client
Thanks anismistry, I can re-produce the bug. Also from the issue you raised, I realized the exchange field is not needed it only adds confusion. I will fix that after July. This is a busy month for me : p
|
Re: [Announce] Stockona - Google finance stock quote client
My Stockona seems to have broken after the latest updates. It starts up and just shows a black screen.
I tried removing it and re-installing, but same result. There is no /home/user/.stockona directory so not sure what the problem is. Any ideas? |
Re: [Announce] Stockona - Google finance stock quote client
Quote:
1) Launch xterm 2) Type 'run-standalone.sh /opt/stockona/bin/stockona' And tell me the debug message in the xterm. The sequence should be: Code:
State.login |
Re: [Announce] Stockona - Google finance stock quote client
Hi menno,
I think I have an idea what might be wrong...... could you check if you're seeing "httpss" appearing in the log? |
Re: [Announce] Stockona - Google finance stock quote client
A bug-fixing release has been uploaded to extras-devel. While porting to Harmattan, I found two bugs and I suspect one of them was the black screen issue experienced by menno.
The other bug was introduced due to the performance optimization I did... new users should see this issue when they log in for the first time, the app would not correctly load the position data and see "API return 0" error message appearing. |
Re: [Announce] Stockona - Google finance stock quote client
I get the following errors when I do that:
Code:
Nokia-N900:~# apt-get install stockona |
Re: [Announce] Stockona - Google finance stock quote client
Code:
apt-get install qtquickcompatAlthough I'm not sure if that is my only problem. Stockona now loads up, but I get a very sluggish user interface, sometimes freezing. CPU usage for stockona and dbus-daemon spike. Top shows: Code:
Mem: 240532K used, 5008K free, 0K shrd, 1364K buff, 74980K cached |
Re: [Announce] Stockona - Google finance stock quote client
Quote:
About the CPU usage, could you try increase the update interval? The memory usage looks ok, but CPU if constantly staying at 30+ is not normal. I cannot reproduce this and feel it's a system issue. If increasing update interval doesn't help can you reboot and see if it helps? |
Re: [Announce] Stockona - Google finance stock quote client
The problem was it was defaulted to a 5 seconds refresh. Which didnt work too well with my 48 share portfolio.
High cpu usage meant the gui was so sluggish I struggled to bring the menu up to change the refresh interval :) I set the refresh higher and now it works fine. Only thing I noticed is that the graphing doesnt work now. When I click on a time period just a thin horizontal bar is drawn. Cheers, Menno |
Re: [Announce] Stockona - Google finance stock quote client
A significant bug-fixing release (0.1.11) is pushed to extra-devel.
Bug fixes are: 1) There are various bugs in local portfolio. In particular: - Improve delete button precision so less likely to accidentally delete portfolio/position. - Fix a bug that make position in-deletable after creation. - Fix a mouse focus issue that causes focus to leak to back button in position edit view. - Add calculation of value/cost/gain/gain percentage for Yahoo positions. Please note that the "cost" you enter when creating a position is per-share cost. The app calculates the total cost for you. 2) Fix a layout issue in landscape mode when Yahoo position doesn't have daily price change. 3) Improve error message when there is no portfolio in google account. 4) Improve re-login procedure. For the performance issue, I will try to isolate the impact on google and yahoo data processing to see which part takes more resource... the C rewrite of data processing is progressing slowly, I only got the login part done : p |
Re: [Announce] Stockona - Google finance stock quote client
Quote:
|
Re: [Announce] Stockona - Google finance stock quote client
Hi, I am using this apps everyday and is great. The only issue for me is that it cannot plot graphs for me. Is there anything I can do?
|
Re: [Announce] Stockona - Google finance stock quote client
Quote:
|
Re: [Announce] Stockona - Google finance stock quote client
An update on the status of Stockona.. for the last month or so, I worked on Meego Harmattan version only. The good news is that Harmattan version is now available in Nokia Store, and I believe I have eliminated many of the bugs with local portfolio creation.
The bad news is.... well, since I re-worked the UI with Qt components and re-wrote some of the codes, Maemo 5 and Harmattan no longer use the same code base. I am inclined not to merge the changes back to Maemo 5, since there might be Qt component support for Maemo 5 in the near future. I guess I will wait and see how the Qt component support goes, if it's not working well I will do backport at some point in the future. |
Re: [Announce] Stockona - Google finance stock quote client
When I get to the detail page of a stock and tryto plot the graph. nothing has shown but leave a blank area. Is there any cure for it? Thanks in adv.
|
Re: [Announce] Stockona - Google finance stock quote client
Quote:
Also, are the symbols you are having problems with non-US stocks? If so, it's likely due to the symbol format is not converted correctly to Yahoo's format. |
Re: [Announce] Stockona - Google finance stock quote client
All of them have the same problem and I am talkijng about HK stocks. It is not the symbol that have problem but I cannot plot time graphs of the stocks. Pls. help thx.
|
Re: [Announce] Stockona - Google finance stock quote client
Quote:
|
Re: [Announce] Stockona - Google finance stock quote client
Good news!
I have backported the changes from Harmattan to Maemo5 to keep their codes more in sync. The major changes are: 1) Local portfolio is working much better than before. Also now you have to press the store (v) button to save any change you made. But delete action is still immediate in Maemo 5 version. (In Harmattan, a dialog will ask you to confirm the deletion.) 2) Multi-threaded for Google Portfolio, which means less chance of UI blocking. (Local portfolio still uses single-thread code.) 3) Small UI tweaks. One of them is utilizing the header bar to display the view information, e.g. in related-news for GOOG it will display "GOOG News." 4) I also finally specified the dependency on QtQuick namespace package. The release has been submitted to extras-devel, but I will publish it to Ovi Store too later. |
Re: [Announce] Stockona - Google finance stock quote client
I'm glad to see Meego Coding Competition 2011 voting finally goes live. If you like Stockona, I would appreciate you take the time and vote for it.
Now, a few status updates for Maemo 5. First of all, my N900 is dead :(. I dropped it on the ground and the eMMC went dead. There have been several updates to Harmattan version, e.g. less resource-demanding position update, option to bypass google login, etc. I am still developing some new features for Harmattan, but I hope I will backport some of the changes to Maemo 5 maybe late this year/early next year. |
Re: [Announce] Stockona - Google finance stock quote client
Thanks to all for your voting. Stockona didn't win anything but it's your support/feedback that makes the app what it is today :)
|
Re: [Announce] Stockona - Google finance stock quote client
A quick note to users (using harmattan devices).....
Google now also provides currency info, but somehow Google doesn't let users add currency symbol into a Google portfolio for tracking. Stockona+ has Market Overview to show the currency info, but currently the currencies covered are limited. I just found out it is possible add currencies into a local portfolio so you can add currency rates that you are interested in. Here's the how-to: 1. When creating a symbol, type in the currency symbol you're interested in, e.g. USDCNY. (Unfortunately you cannot rely on the search button to help you find the symbol name since Google Finance's search doesn't search into currencies...) 2. Type 'Currency' in the exchange field. There you go now you can track any currency rate that Google provides! |
Re: [Announce] Stockona - Google finance stock quote client
Around the time I started developing Stockona, Google deprecated Finance API. Now one year later, Google has announced that they are discontinuing Finance API in Oct this year. It's a pity because I just have the symbian version ready and also added sync-to-google feature...
The known impact is, Stockona will lose the ability to fetch/update your Google portfolio after Oct 20. Otherwise, (I hope) the app will still be usable. My current plan is to: 1) Relying on Google Drive as the cloud storage... but honestly, I don't want to touch Google API again. 2) Create Google Finance-compatible import/export files so users can sync portfolios manually. Possibly use the sharing framework for easier transfer. |
Re: [Announce] Stockona - Google finance stock quote client
good to read that stockona will not die
|
Re: [Announce] Stockona - Google finance stock quote client
|
Re: [Announce] Stockona - Google finance stock quote client
Hi,
I don't know if you've got my messages, but there is a problem with implementation on the 808 Pureview. Once installed the app works the first time, then even with the paid version, the second time onwards using it, it fails. Please could you check into this. Thanks, Patrick |
Re: [Announce] Stockona - Google finance stock quote client
Quote:
Thanks for reporting. I did see your comments on Nokia Store but have no way to reach out to you. Can you let me know after you click the icon, does the running indicator shows up on the top-left corner of the icon? |
Re: [Announce] Stockona - Google finance stock quote client
Just a friendly reminder to Stockona users:
Google will terminate Finance API on Oct 25, and Google portfolio will no longer works afterwards. For Harmattan and Symbian users, this means you need to set "Bypass Google login" to continue using Stockona. A future update will eliminate Google authentication. For Maemo 5 users, unfortunately this will be the end of the road since I didn't implement local portfolio feature in Maemo 5's version. I am aware there is an app to run Harmattan app on Maemo 5 and Qt component for fremantle. My N900 died so I cannot test them myself, but I am open to provide the necessary support for people to experiment with those options. If you are interested, PM me. Thanks again for using Stockona, and as always feedback are welcomed. |
Re: [Announce] Stockona - Google finance stock quote client
Hi sony123,
I really like stockona, it's a great app. Thanks for your hard work. I think I found a bug, so I'd like to report it. While editing your portfolio you can add stocks and enter the amount of shares and the 'price per share'. So far everything is fine but if I want to enter the price, I can't enter decimal values (e.g. 5.50). Maybe this is related to the fact, that for me (N9, german language) the keyboard only shows a comma (,) as a decimal separator and stockona expects a full stop? After entering 5,50 for examle, and pressing save it shows "Buy @ NaN". Edit: Changing keyboard layout to "swype" at least enables you to input fullstops instead of commas only. So issue fixed :D And one more thing: Is ist possible to localize stockona? I think it would be nice to have your native language available :). As for me I could help to translate stockona to german. Best regards Fredson |
Re: [Announce] Stockona - Google finance stock quote client
Quote:
Yes, the app expects a dot for fractional numbers. The issue is an easy-fix, I will add a function to convert comma to dot. For localization, sure I will look into this. Actually, I should have done this but keep pushing it off.... I will post here when I am ready to take the translation files. |
Re: [Announce] Stockona - Google finance stock quote client
Quote:
|
Accepting localization!
I am glad to announce that Stockona is ready for localization and welcome users' contributions. Currently, I only have traditional Chinese done. If you feel like helping with other languages, contact me by PM or stockona@ovi.com.
You will need Qt Linguist from Qt SDK to do the translation. Thanks in advance! |
Hi!
First of all, thanks for the great app! I immediately purchased the pro version! Is it possible to select the portfolio which is shown by default? Right now I've set up stockona to show the portfolio view after starting. However, it always shows the first portfolio. Is there any way to select a certain portfolio to be shown to default? Or is out possible to change the order of the portfolios? |
| All times are GMT. The time now is 14:59. |
vBulletin® Version 3.8.8