andybryant / android-shuffle

Automatically exported from code.google.com/p/android-shuffle
0 stars 0 forks source link

Crash when use Google Search #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Type my search string into the search textbox
2. Search
3. Crash

Device
HTC Desire

SDK version
8

Release
2.2

Shuffle Version
v1.6.3

Exception class name
java.lang.NullPointerException

Source class
android.content.ContentUris

Source method
parseId

Stack trace
java.lang.RuntimeException: Unable to start activity 
ComponentInfo{org.dodgybits.android.shuffle/org.dodgybits.shuffle.android.list.a
ctivity.task.ContextTaskActivity}: java.lang.NullPointerException
...
  at android.content.ContentUris.parseId(ContentUris.java:40)
  at org.dodgybits.shuffle.android.list.activity.task.ContextTasksActiity.onCreate(ContextTasksActivity.java:57)
...

Original issue reported on code.google.com by nordy...@gmail.com on 14 Jan 2011 at 7:03

GoogleCodeExporter commented 9 years ago
The activities marked as searchable don't handle the search 
action(Intent.SEARCH).

Original comment by nordy...@gmail.com on 14 Jan 2011 at 8:51

GoogleCodeExporter commented 9 years ago
This issue happens in my moto defy device.

Original comment by stone...@gmail.com on 8 Jun 2011 at 2:20

GoogleCodeExporter commented 9 years ago
Could reproduce this issue, attached log-file.

Original comment by LippertsJan on 22 Mar 2012 at 10:08

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed on master for 2.0.0b2

Original comment by andybry...@gmail.com on 24 Mar 2012 at 12:30