-
-
Notifications
You must be signed in to change notification settings - Fork 132
add autocomplete for location #820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add autocomplete for location #820
Conversation
|
@Friendly-Banana, could you resolve the conflicts here and in #817? |
11ff262 to
f3fe3f0
Compare
|
looking into it |
|
rebased and tested |
| @Query("SELECT * FROM events WHERE type = $TYPE_TASK") | ||
| fun getAllTasks(): List<Event> | ||
|
|
||
| @Query("SELECT DISTINCT location FROM events") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe sort them first?
| @Query("SELECT DISTINCT location FROM events") | |
| @Query("SELECT DISTINCT location FROM events ORDER BY location COLLATE NOCASE") |
| android:textSize="@dimen/day_text_size" /> | ||
|
|
||
| <org.fossify.commons.views.MyEditText | ||
| <AutoCompleteTextView |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use the Fossify implementation so proper colors are used in all themes.
| <AutoCompleteTextView | |
| <org.fossify.commons.views.MyAutoCompleteTextView |
Type of change(s)
What changed and why
Tests performed
Before & after preview
Closes the following issue(s)
Checklist
CHANGELOG.md(if applicable).I had to make
item_dropdown.xmlbecause in light mode the suggestions were gray on white and unreadable.