I got a couple emails about the weather not loading. I looked into the problem and found that there's a problem converting your Latitude and Longitude position into a Where On Earth ID (WOEID). It looks like the reverse geo coder that I was using got retired, so I made a quick change to use a different look up process. There is probably still a bug in there when you're trying to search for your location to set it as a static location (if you're already using a static location, you should be good as long as you're not trying to update it). I'll address that bug tomorrow or next week at the latest.
If you want to side load the update you can visit +Desk Clock Plus . on g+.
Showing posts with label Hot Fix. Show all posts
Showing posts with label Hot Fix. Show all posts
Wednesday, April 3, 2013
Tuesday, March 20, 2012
Hello IT... Yes, the programmer messed up.
I've been meaning to post this for a week now (wow, time flies when work kicks your ass). The problem looks to have been due to a change in the launch app when undocked feature that was added for the scrolling dock extension. It basically boiled down to not encasing things correctly in curly braces {}. I didn't catch it because I didn't test the app outside the dock (yes, I know bad programmer!). The app launched and it checked the state of the device to see if it was in the dock. When the answer was no I check to see if if was launched from the dock. When the answer to that is no, it shouldn't do anything, but the missing curly braces caused it to exit. When you do VB .NET for a living, those little things will get you when you're not used to it.
Now for a bit of good news, I finished (what I think) is the last new feature for the scrolling dock. I'm happy to introduce: Tablet Mode.
The Tablet Mode will extend the dock the entire width of the screen and provide a smooth continuous (instead of five icons at a time) listing of your applications. Tablet mode will only display the applications and actions that you have configured (ie you will not see a blank plus icon). So, if you only have seven buttons configured, you will only see those seven buttons repeated. Currently, there is no long press menu when you are in Tablet Mode, as I'm not sure it would work well in this case. If you are using a theme, you may want to go back and re-download the theme to pick up the tablet dock background image (if applicable to the theme).
The last note about all of this, when I released the hot fix for the app closing issue, I had all of the Tablet Mode code in place but hidden from activation. I started to get a bunch of error logs in due to some of the Tablet Mode changes, but by the time I realized that the code had changed to the point where I couldn't exactly pin point the issue. I think that I have them fixed or trapped, but I'm not 100% sure, so if you have problems with the app force closing or if tablet mode just doesn't turn on for you, please let me know. If I get an error log via the market with the latest version I'll be able to track it down and get it fixed.
What's next? I'm going to go into maintenance mode for a little while. I have a couple of minor bug reports that I need to look into. The Theme Downloader sucks and needs to be looked at. After that, I'm going to work on the advanced weather add-on.
Now for a bit of good news, I finished (what I think) is the last new feature for the scrolling dock. I'm happy to introduce: Tablet Mode.
Screen shot provided by the super awesome Aussie commenter Omniwolf. I will be happy to purchase him a beer (or any other beverage of his choice) if I ever travel there!
The Tablet Mode will extend the dock the entire width of the screen and provide a smooth continuous (instead of five icons at a time) listing of your applications. Tablet mode will only display the applications and actions that you have configured (ie you will not see a blank plus icon). So, if you only have seven buttons configured, you will only see those seven buttons repeated. Currently, there is no long press menu when you are in Tablet Mode, as I'm not sure it would work well in this case. If you are using a theme, you may want to go back and re-download the theme to pick up the tablet dock background image (if applicable to the theme).
The last note about all of this, when I released the hot fix for the app closing issue, I had all of the Tablet Mode code in place but hidden from activation. I started to get a bunch of error logs in due to some of the Tablet Mode changes, but by the time I realized that the code had changed to the point where I couldn't exactly pin point the issue. I think that I have them fixed or trapped, but I'm not 100% sure, so if you have problems with the app force closing or if tablet mode just doesn't turn on for you, please let me know. If I get an error log via the market with the latest version I'll be able to track it down and get it fixed.
What's next? I'm going to go into maintenance mode for a little while. I have a couple of minor bug reports that I need to look into. The Theme Downloader sucks and needs to be looked at. After that, I'm going to work on the advanced weather add-on.
Monday, July 26, 2010
Houston we have a problem...
I knew that I should have waited until over the weekend to push the update. I'm hoping that 99% of the Pro users didn't have the same problem as a user who emailed me on Saturday. After the update the widget disappeared. After thinking about it and a quick email exchange, I realized that the data conversion process was only happening on the configuration side of things and not on the widget side. What happened in his case (on a HTC Incredible) was that it couldn't find the default applications and returned a bunch of blanks. I believe that he then uninstalled the widget and tried to reinstall from the Market.
However, with the new configuration screen, it couldn't find the default apps that I specify. I believe that caused the force quit error. This would explain why the couple of new users canceled their order shortly after purchase.
So here's what it does now:
When the configuration screen loads and it can't find the application I'm looking for (Thank you very much non-vanilla androids... I'm looking at you HTC) it will just get the first application it can find. I'm assuming that everyone is going to change it regardless, but if your configuration window is all Alarm Clocks then you know why.
If you don't go into the configuration screen or the application can't be found you'll get a button with this guy:

Basically, it's saying that I can't find the app for this button. I'm hoping people who see this will just go back to the configuration screen and save their configuration again.
On a side note, this has given me some insight on why the Basic widget has been having issues with the HTC phones. I know what I want to do to fix it, I just need to learn HOW to do it.
However, with the new configuration screen, it couldn't find the default apps that I specify. I believe that caused the force quit error. This would explain why the couple of new users canceled their order shortly after purchase.
So here's what it does now:
When the configuration screen loads and it can't find the application I'm looking for (Thank you very much non-vanilla androids... I'm looking at you HTC) it will just get the first application it can find. I'm assuming that everyone is going to change it regardless, but if your configuration window is all Alarm Clocks then you know why.
If you don't go into the configuration screen or the application can't be found you'll get a button with this guy:

Basically, it's saying that I can't find the app for this button. I'm hoping people who see this will just go back to the configuration screen and save their configuration again.
On a side note, this has given me some insight on why the Basic widget has been having issues with the HTC phones. I know what I want to do to fix it, I just need to learn HOW to do it.
Subscribe to:
Posts (Atom)