TomMyDevX / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

OI Shopping List crashes in Android 4.0 #403

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Pjv reported:

"I also noticed the Shopping List is partially broken on Froyo
phones [...]
Try installing the app freshly (disable bmgr). You get the click through
screens like updates, terms, but they drop you out of the app each time.
Could it be that introducing fragments broke it? Please fix."

Problem:
Many things were hard-coded for Honeycomb (like Fragments), but they do not 
fully make sense on Ice Cream Sandwich.

In particular, the detection which layout to choose should not depend only on 
the Android version, but also on screen size, etc.

A fix should run on all Android versions, Starting from Android 1.5(?), Android 
1.6, Android 2.x, Android 3.x, and Android 4.0.

This should be solved in a forward-compatible way, so that it also works in 
future Android versions on various screen sizes.

---
Google Code-in:
Since this is urgently needed, it is considered a "hard" task for GCI.

Original issue reported on code.google.com by peli0...@googlemail.com on 22 Nov 2011 at 1:16

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r3755.

Original comment by AaronPer...@gmail.com on 24 Nov 2011 at 12:41