[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-25 Thread String
I've now reproduced this with a minimal test case, so I've gone ahead and created a bug report for it, http://code.google.com/p/android/issues/detail?id=21202. Romain, did you test the built-in LWPs on the emulator, or a Galaxy Nexus? String -- You received this message because you are

Re: [android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-25 Thread Dianne Hackborn
Please stop stressing. The stock launcher changes the x offset. It is working fine on our devices. I don't know what the situation is with the emulator; it may just be turned off there for performance reasons. Also the default wallpaper on Galaxy Prime does not scroll when the offset changes.

Re: [android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-25 Thread String
Thanks very much for that info. It was hard not to stress before, given we have nothing but the emulator to go on out here, but I'll gladly stop now that we know it's an emulator-specific issue. :^) String -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Dusk Jockeys Android Apps
It must be a bug, as the function does not appear deprecated, removed or otherwise according to the SDK. Ms Hackborn or anyone from Google had a chance to look at this yet? On Oct 22, 3:59 am, String sterling.ud...@googlemail.com wrote: I'm on the fence whether to report this as a bug, or just

Re: [android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Romain Guy
The built-in live wallpapers rely on this feature and they seem to be working properly. Do you have a reproducible test case? On Mon, Oct 24, 2011 at 1:03 AM, Dusk Jockeys Android Apps duskjock...@gmail.com wrote: It must be a bug, as the function does not appear deprecated, removed or

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread String
Romain, There are no built in live wallpapers in the emulator, which is the only environment we have access to. I'll put together a minimal test case and post it to the bug tracker. It's certainly failing on both of my live wallpaper apps; one reason I posted here first was to see if other

Re: [android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread String
Sure, I understand that. I just haven't had time to do that, been too busy trying to get my own apps working on ICS. String -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Romain Guy
I am talking about the live wallpapers that are part of Android 2.3, 3.0 and 4.0. Android 2.3's live wallpaper source code is available for you to try. On Mon, Oct 24, 2011 at 1:22 AM, String sterling.ud...@googlemail.comwrote: Romain, There are no built in live wallpapers in the emulator,

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Zsolt Vasvari
Off topic: Actually, there is a Live Wallpaper in the emulator -- it's a wireframe spinning cube which spins at about 3 fps... On Oct 24, 4:45 pm, String sterling.ud...@googlemail.com wrote: Sure, I understand that. I just haven't had time to do that, been too busy trying to get my own apps

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Darren K
I don't think the issue is that onOffsetsChanged() isn't getting called. It's that it only gets called once, with values of 0 for everything. I tried this with one of mine and logged calls to onOffsetsChanged(). It is not called while scrolling home screens. I noticed during Andy Rubin's

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Darren K
To clarify...Duarte's presentation, not Rubin. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Jeremy Statz
I've made a lot of live wallpapers, and this honestly made me break out into a cold sweat. Please tell me this isn't broken. It'll basically wreck the personalization category. :/ On Oct 24, 10:42 pm, Darren K dake...@gmail.com wrote: To clarify...Duarte's presentation, not Rubin. -- You

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-21 Thread Darren K
HTC did this in the Sense 3.0 launcher as well. And I did get users emailing me and asking how to fix it. I had to tell them they were out of luck unless they wanted to download an alternate launcher from the Market. The ones who emailed me did understand that the problem was not my fault.

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-21 Thread avillar
Maybe an error? I notice that in android 3.0 in portrait the scroll are slow (x offset only in range 0.25-0.75) and in the other versions have full range. Maybe in 4.0 they forget something hopefully On 21 oct, 13:56, Darren K dake...@gmail.com wrote: HTC did this in the Sense 3.0 launcher

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-21 Thread String
I'm on the fence whether to report this as a bug, or just assume it's by design. Opinions? String -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from