[android-developers] Re: What is the Sprint Hero AppWidget problem?

2009-12-13 Thread btm...@gmail.com
Hi buddha, What phone did you encounter this issue on? The damage may be spreading... I had gotten the impression that HTC had fixed this and had rolled it into the Sprint update, but the complaints just keep rolling in... No, I haven't come up with any workarounds... -Brian On Dec 7, 10:09 

[android-developers] What is the Sprint Hero AppWidget problem?

2009-11-03 Thread btm...@gmail.com
Hello all, I wrote a widget that has been working fine for most folks. However, I started getting bug reports about how the widget would be blank on reboot (not receive an update?), and it seemed that the Sprint Hero continually came up. I thought I was crazy but I'm finding that other people are

[android-developers] Theme.Translucent.NoTitleBar - No config changes...!?

2009-06-12 Thread btm...@gmail.com
If I switch the theme of my activity (which has android:configChanges=keyboardHidden|orientation) from Theme.Black.NoTitleBar to Theme.Translucent.TitleBar, I no longer get any config changes and when I rotate my G1 with auto orientation on nothing happens. 06-12 02:11:29.189:

[android-developers] AppWidgetProviders and PackageManager.setComponentEnabledSetting

2009-06-10 Thread btm...@gmail.com
Hello all, I am using PackageManager.setComponentEnabledSetting to turn off my app widget provider receivers to limit what is shown on the widget list. It seems my changes don't take into affect until I reboot my phone though. Is there a way to somehow get the app widget list refreshed or

[android-developers] Re: Bug with EditText and Linkifycation?

2009-06-03 Thread btm...@gmail.com
Yes, I get this too. I had to turn off all links on EditText, because entering a phone number or url caused the textview to crash :-( -Brian On May 20, 2:09 am, Marcus marcus.ter...@gmail.com wrote: Hi, I have an EditText with linkifycation on. But if the content contains a link and I tap

[android-developers] Updating ListView on Gallery item select disables focus

2009-01-08 Thread btm...@gmail.com
Hello all, I have a simple layout with a Gallery and a ListView. What I want to do is move through the gallery using the trackball and update the ListView as I select items in the Gallery. However, there is a problem where the gallery loses focus as soon as it selects an item. I don't think this