Search feature for the Android App
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 4.2k
- Forks
- 3.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 7
Description
Adding a search above the file listing
Edited by @davigonz from here on
We are going to face this in different stages:
1. Local search [DONE]
Here you have a gif showing how the local search looks like
2. Search using API: https://github.com/owncloud/core/issues/25373#issuecomment-400967608
https://github.com/owncloud/core/pull/31873
CC @michaelstingl @jesmrec
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the issue's completed local-search stage and the linked ownCloud core issue and pull request for the API-search stage. Trace how the Android app currently lists files and determine the remaining integration scope. Done means the file-listing search works through the API as well as locally, with the behavior matching the referenced design.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100
