remulasce / metroapp

Realtime arrival notification utility for LA Metro
2 stars 0 forks source link

On Evo Wimax (4.1.2), autocomplete view keeps popping up. #265

Closed remulasce closed 9 years ago

remulasce commented 9 years ago

You can't unfocus the autocompletextview properly on these devices, so the autocomplete text stays up all the time.

remulasce commented 9 years ago

Maybe that's why we don't have any users on lower than 4.3?

Dashboard shows overall Android users are ~20% lower than 4.3 So maybe they're all getting screwed by my UI.

remulasce commented 9 years ago

So the problem is, even when focus was cleared on older platforms, Android won't allow nothing to be focused. It looks for the next focusable thing- and if there's nothing else focusable, it just refocuses the edittext.

So I've allowed the layout under the textview to be focusable, so it gets focused instead of the edittext when you tap somewhere else.

I need to test on, like, all apis now to make sure I didn't break anything else, though.

remulasce commented 9 years ago

Android 5: Still works Android 4.3: Still works Android 4.1: Fixed

remulasce commented 9 years ago

Hey, remember how we have analytics?

All of our uninstalls are on Android 4.1 and 2.3. 100%.

I wonder how we could have known there was a problem?

remulasce commented 9 years ago

Android 2.3: Focus works. But 2.3 is still all kinds of fucked, so I'm keeping it off the supported list.

nighelles commented 9 years ago

Lol, android shouldn't have fragmented the shit out of their userbase.

On Sat, May 23, 2015 at 1:46 PM, remulasce notifications@github.com wrote:

Android 2.3: Focus works. But 2.3 is still all kinds of fucked, so I'm keeping it off the supported list.

— Reply to this email directly or view it on GitHub https://github.com/remulasce/metroapp/issues/265#issuecomment-104943690.

remulasce commented 9 years ago

My Evo Wimax, Android 4.1, was the phone I got in 2011.

Does the iOS version still run on your high school iPhone?

nighelles commented 9 years ago

It's only guranteed to work on ios8 and up.

On Sat, May 23, 2015 at 2:08 PM, remulasce notifications@github.com wrote:

Closed #265 https://github.com/remulasce/metroapp/issues/265.

— Reply to this email directly or view it on GitHub https://github.com/remulasce/metroapp/issues/265#event-312421691.

remulasce commented 9 years ago

I see. On May 23, 2015 5:11 PM, "Nighelles David" notifications@github.com wrote:

It's only guranteed to work on ios8 and up.

On Sat, May 23, 2015 at 2:08 PM, remulasce notifications@github.com wrote:

Closed #265 https://github.com/remulasce/metroapp/issues/265.

— Reply to this email directly or view it on GitHub https://github.com/remulasce/metroapp/issues/265#event-312421691.

— Reply to this email directly or view it on GitHub https://github.com/remulasce/metroapp/issues/265#issuecomment-104960256.