Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Update change log and 'known-bugs' for SearchView fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 17, 2012
1 parent 1e880a3 commit e5f1661
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
Change Log
===============================================================================

Version 4.2.1 *(In Development)*
--------------------------------

* Fix: `SearchView` suggestions now work properly.


Version 4.2.0 *(2012-10-07)*
----------------------------

Expand Down
32 changes: 16 additions & 16 deletions samples/known-bugs/AndroidManifest.xml
Expand Up @@ -17,22 +17,6 @@

<!-- OPEN BUGS -->

<activity android:label="Issue #659" android:name=".Issue659" >
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="com.actionbarsherlock.sample.knownbugs.OPEN"/>
</intent-filter>
<meta-data android:name="android.app.searchable"
android:value=".Issue659"
android:resource="@xml/searchable_issue659"/>
</activity>

<provider android:name=".Issue659SuggestionsProvider"
android:authorities="com.actionbarsherlock.sample.knownbugs.Issue659SuggestionsProvider" />

<activity android:label="Issue #240" android:name=".Issue240">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
Expand Down Expand Up @@ -73,5 +57,21 @@
</intent-filter>
</activity>

<activity android:label="Issue #659" android:name=".Issue659" >
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="com.actionbarsherlock.sample.knownbugs.CLOSED"/>
</intent-filter>
<meta-data android:name="android.app.searchable"
android:value=".Issue659"
android:resource="@xml/searchable_issue659"/>
</activity>

<provider android:name=".Issue659SuggestionsProvider"
android:authorities="com.actionbarsherlock.sample.knownbugs.Issue659SuggestionsProvider" />

</application>
</manifest>

0 comments on commit e5f1661

Please sign in to comment.