Something went wrong while setting issue due date.
Support searching of apps in "Create swap" screen
The logic for this screen was essentially copied from the LocalRepo stuff previously. One thing that wasn't coppied properly was the ability to search the app list using a search text view in the action bar. I haven't done this yet, and I have a suspicion it may not be a matter of directly re-using the old code. This is because the search view is now a fragment in an activity, and doesn't manage the action bar directly. However, given the fragments have some level of control over what appears in the action bar, I wouldn't imagine it is impossible either.