[android-developers] Updated app not showing up in Market's "by date" sorting?

2009-01-23 Thread Sean E. Russell
Has anybody else encountered this? I've updated (uploaded a new version) of my app, TimeTracker, twice in the past couple of months, and in both cases, the new upload has not shown up in the "by date" sorted list of the Market app. When I search for the app, I see the correct version in the Mark

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-24 Thread Sean E. Russell
That can't be true; I see updates to apps that I have already installed at the top of the the "by date" list regularly. For example, looking at the list right now, I see a new version of "SnapPhoto" at #11, and I've had that installed since December. --- SER On Jan 23, 4:41 pm, Sundog wrote: >

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-28 Thread Sean E. Russell
That sounds like it would do it. I don't dislike new versions being bumped to the top, actually. That's how I keep track of which ones have new versions, to be honest... only now I know it isn't a reliable way to do that. --- SER On Jan 26, 8:01 am, A T wrote: > Yeah, I did that by accident on

[android-developers] Force close (exception) during rotation

2009-01-28 Thread Sean E. Russell
I have a strange problem where, if the screen is rotated while a dialog is displayed, an exception gets thrown every time. It happens _only_ during this single dialog, and the exception is thrown outside of the app (there's no trace information that touches any of my code). It happens in both th

[android-developers] Re: Force close (exception) during rotation

2009-01-31 Thread Sean E. Russell
Thanks; it looks as if it might. --- SER On Jan 30, 7:11 am, "Alistair." wrote: > This might help. > > http://groups.google.com/group/android-developers/browse_thread/threa... > > Al. > > On Jan 29, 3:16 am, "Sean E.Russell" wrote: > > > I have a strange problem where, if the screen is rotated