- 02-08-2013, 01:33 AM
Thread Author #1
CB10 - CrackBerry App for BlackBerry 10 - Beta 1.05
Next beta build attached. Feature locked now for release v1. Tomorrow will tackle some of the offline access bugs, and GUI cleanup.
Please note that the first time you launch the app it may take up to 30 seconds to download the initial articles. Will improve this.
New in this Beta:
- Article access
Known Bugs:
- Not intercepting URLs properly in article view.
- Random Crashes
- 02-08-2013, 01:44 AM #2
Yes! Throwing it on now, so happy to finally have the articles in this version! Thanks

EDIT: Installed, works great! In the future will you give an option so it will connect to the hub and we can get notifications when they post a new article? That would be a very cool option. Or at least make it so the app icon gets a red spark when there is a new post. Also, the main page runs a bit slow as it has SO much to load (atleast on my Dev Alpha B), but does there really need to be SOOOO many articles on the first load? That seems to be what's making it so overwhelming. When most of us check the app, I feel like the most articles we are going to have to check up on is the recent 10 or so, for that reason, is it really necessary to have the 50+ articles on the first page? It also makes the "pull down to refresh" thing take quite a while as it has SO many articles to reload. I would love it so after 10-15 articles it just loaded the next 10-15 just like it does in the forums when you scroll down to get to the next page.
Runs great, love it, just keeps getting better and better! Absolutely LOVE that the comments are a separate option instead of just being forced to scroll down to the bottom of the article.. You guys have really thought everything through! LOVE it!
Posted using CrackBerry App on BB10Last edited by Flip4Bytes; 02-08-2013 at 02:07 AM.
Developer of "Web Design Cheat Sheet" for BlackBerry 10 using Native Cascades:
App is FREE, check it out HERE // Please Leave a Review, Thanks!
___
My First Impressions of the BlackBerry Developer Alpha C Device
Check out some of my Web Design work @ www.cyberbytesdesign.com | Newest client website @ NTRC
Personal Twitter - @Flip4Bytes | Company's Twitter - @CyberBytesInc | App's Twitter - @WDCSApp - 02-08-2013, 05:09 AM #4
Just Installed, working beautifully. love that it flows.
Device(s):Curve 9300>Bold 9700>Z10>Samsung Galaxy Note 2
Tablet: BlackBerry Playbook 32GB - 02-08-2013, 06:18 AM #5
Agree, but when will we be able to reply to threads? Or am I doing something wrong?
edit: Stupid me, forgot to login in. thanks Marcus.Last edited by Lendo78; 02-08-2013 at 06:40 AM.
Click here ---->Lendo's .APK to .BAR Thread <---- Click here
Unlocked Rogers Z10 STL100-3 running 10.1.0.1916 with 0 Random Reboots 
- 02-08-2013, 06:32 AM
Thread Author #6
CB10 Lead App Developer
CEO, Mobile NationsThanked by:Lendo78 (02-08-2013)
- 02-08-2013, 06:49 AM #7
Can I change the default signature?
Posted using CrackBerry App on BB10Click here ---->Lendo's .APK to .BAR Thread <---- Click here
Unlocked Rogers Z10 STL100-3 running 10.1.0.1916 with 0 Random Reboots 
- 02-08-2013, 06:58 AM
Thread Author #8
- 02-08-2013, 06:59 AM #9Click here ---->Lendo's .APK to .BAR Thread <---- Click here
Unlocked Rogers Z10 STL100-3 running 10.1.0.1916 with 0 Random Reboots 
- 02-08-2013, 07:01 AM
Thread Author #10
Yes Hub support is coming. I plan to do it properly, with Push notification and invocation "cards" (so you could read an article without leaving the hub).
Will work on speed optimization today. On the sim it only takes 2-3 sec to refresh so will see what is blocking on the device. - 02-08-2013, 07:17 AM #11
On the Dev B it seems to hang quite a bit on login (4-5 seconds to show over AT&T H+).
Is the login page a webview? If so could you implement something else, for instance using cascades components in a form and just using HTTP post (or similar) to do the login? That would speed up the process quite a bit as webviews are fairly slow loading compared to the rest.
After the initial load of the articles, the app seems to perform better overall.
The settings page is very nice, could you implement a font size selection as well? Currently in an app I am writing I use basic QML to set it on a button press, but you could easily use a slider or dropdown, etc. In the webview itself I set the Default Font size and the minimum Font size (i did not want the users going too small).
Code:actions: [ ActionItem { title: "Increase Font" ActionBar.placement: ActionBarPlacement.InOverflow //do not show in action bar onTriggered: { webviewID.settings.defaultFontSize = webviewID.settings.defaultFontSize + 4; //adjust default font size for specific webview } imageSource: "asset:///images/ic_zoom_in.png" //zoom in icon }, ActionItem { title: "Decrease Font" ActionBar.placement: ActionBarPlacement.InOverflow onTriggered: { webviewID.settings.defaultFontSize = webviewID.settings.defaultFontSize - 4; //adjust default font size for specific webview } imageSource: "asset:///images/ic_zoom_out.png" //zoom out icon } ]
I will poke around more and see what else I can see. This is an amazing app, and I am very impressed with how well it performs!~S_A - 02-08-2013, 07:33 AM #12
Can't download the app from the app

Posted using CrackBerry App on BB10 - 02-08-2013, 07:39 AM
Thread Author #13
Yes it is currently a Webview. I considered wrapping it on Cascades, but there is so much network stuff (cookies, redirects etc) when you use the SSO it was easier to implement this way. But will always reconsider in later versions.
We currently respect the global font size selection (through the main Settings). Could make it an individual settings element as well. Thanks for all the feedback! - 02-08-2013, 07:47 AM #14
I haven't loaded the latest version so I'm not sure if this has changed, but I'd like to use it in landscape.
Also, I believe this could be near the front of the priority list, but I think the active frame state could be useful. If you minimise the app from the forums it can display the newest threads titles and if you minimise it from the news page, it displays the latest news post titles (maybe even if you minimise while reading an article, it displays a portion of the latest comments.)
Also, with the implementation of HUB push notifications, I'd appreciate if it was optional. I like just checking for new articles and threads when I get the time and wouldn't like the notifications (no offense!) but I know some people will.
Thanks again guys, the app is coming along wonderfully, it almost seems native.
Posted using CrackBerry App on BB10 - 02-08-2013, 01:37 PM #15
If you didnt want to make an individual setting, you could invoke the settings/display element directly, and have the user change it as they desire. The app looks very good, and as I said, after initial load it does very very well. I agree with the first reply in this thread, about the articles loading all at once. Perhaps just load the articles based on date (on the first page) and then have another tab with the rest? Something like the main page here with the 10 or so articles per page.
~S_A - 02-08-2013, 01:37 PM #16
Having issues watching youtube videos, I just get errors and such, video won't play. Also, when I click to view an article in the browser, it doesn't open up the browser. It instead opens it up within the CB app and kinda spazzes out a bit (images are wayy top large, etc.)
Posted using CrackBerry App on BB10Developer of "Web Design Cheat Sheet" for BlackBerry 10 using Native Cascades:
App is FREE, check it out HERE // Please Leave a Review, Thanks!
___
My First Impressions of the BlackBerry Developer Alpha C Device
Check out some of my Web Design work @ www.cyberbytesdesign.com | Newest client website @ NTRC
Personal Twitter - @Flip4Bytes | Company's Twitter - @CyberBytesInc | App's Twitter - @WDCSApp - 02-08-2013, 01:58 PM #17Thanked by:
Flip4Bytes (02-08-2013)
- 02-08-2013, 08:39 PM #19
Well yes, which I want it to open within the app when I click a link.. exactly what I want.. BUT, the setting when you click "Open in Browser", well that should just open it in the browser as it says it's going to do. The settings option and the open in Browser" option are two separate things. Thanks for pointing this out tho, I still think it's something that needs to be fixed.
Also, an option to edit your post would be awesome.. It's a shame to not be able to do that. In addition to that, I sometimes accidentally "like" or "thank" someone, but there is currently no way to "remove thanks" or "unlike" a post, which is kind of a pain as I have to go on my computer to remove those.
Posted using CrackBerry App on BB10Last edited by Flip4Bytes; 02-08-2013 at 09:02 PM.
Developer of "Web Design Cheat Sheet" for BlackBerry 10 using Native Cascades:
App is FREE, check it out HERE // Please Leave a Review, Thanks!
___
My First Impressions of the BlackBerry Developer Alpha C Device
Check out some of my Web Design work @ www.cyberbytesdesign.com | Newest client website @ NTRC
Personal Twitter - @Flip4Bytes | Company's Twitter - @CyberBytesInc | App's Twitter - @WDCSApp - 02-08-2013, 09:13 PM
Thread Author #20
The bugs with links in articles has been fixed in the next release. Post editing is coming in the next major release.
Posted using CrackBerry App on BB10CB10 Lead App Developer
CEO, Mobile Nations - 02-09-2013, 10:13 PM #21
Ok, where's the beta for me to break? ><
Posted using CrackBerry App on BB10 - 02-16-2013, 11:33 AM
Thread Author #23
CB10 Lead App Developer
CEO, Mobile Nations - 02-16-2013, 01:53 PM #24
I sent the email to be a beta tester, how do I know if I am or not? Also, I know it's been said before, but the one quirk I have with this is the amount of time it takes to log in. When ever I open up the app, I wish it remembered that I'm logged in and everything be fine. Closing the app and opening it, requiring me to again click the log in button and sit there and wait for it to log me in, and then wait for my threads to load, it's a lot of time waiting. Is that because the login is being pulled in through the Web instead of internal inside the app that it takes so long and doesn't remember/auto log you in?
Posted using CrackBerry App on BB10Developer of "Web Design Cheat Sheet" for BlackBerry 10 using Native Cascades:
App is FREE, check it out HERE // Please Leave a Review, Thanks!
___
My First Impressions of the BlackBerry Developer Alpha C Device
Check out some of my Web Design work @ www.cyberbytesdesign.com | Newest client website @ NTRC
Personal Twitter - @Flip4Bytes | Company's Twitter - @CyberBytesInc | App's Twitter - @WDCSApp - 02-16-2013, 02:06 PM
Thread Author #25
CB10 Lead App Developer
CEO, Mobile Nations
Similar Threads
-
LottoTrackr - New App for BlackBerry 10 - Beta testers needed!
By HorizonXP in forum BlackBerry 10 AppsReplies: 14Last Post: 04-15-2013, 11:48 AM -
CB10 - CrackBerry App for BlackBerry 10 - Beta 1.04
By Marcus Adolfsson in forum CrackBerry AppsReplies: 38Last Post: 02-08-2013, 10:14 AM -
Find-a-Coffee App for BlackBerry 10 - Beta Test
By Zach Gilbert in forum BlackBerry 10 AppsReplies: 20Last Post: 01-20-2013, 12:21 PM -
CrackBerry.com App for BlackBerry 10
By kdna in forum PlayBook Apps & GamesReplies: 8Last Post: 07-14-2012, 02:52 PM
















