Fixed
Status Update
Comments
al...@google.com <al...@google.com> #2
please fix this soon
ri...@gmail.com <ri...@gmail.com> #3
Please somebody read this and fix soon. The inability of the default calendar on
one's phone to sync with their google calendar makes the possibility of time
productivity IMPOSSIBLE! How much sense does it make to write something in an agenda
TWICE?
one's phone to sync with their google calendar makes the possibility of time
productivity IMPOSSIBLE! How much sense does it make to write something in an agenda
TWICE?
al...@google.com <al...@google.com> #4
This feature of not being able to sync my calendar with my online one has made
scheduling problems for me. Not only that I got the android phone because it is a
google phone basically. I thought getting this phone would allow me to connect to my
gmail and all the other services that google has unique to other phones. So street
view gps and so on. Its kind of upsetting to know that the Iphone and Blackberry
which don't run on googles android system get bettter treament than the phones they "
call their own".
scheduling problems for me. Not only that I got the android phone because it is a
google phone basically. I thought getting this phone would allow me to connect to my
gmail and all the other services that google has unique to other phones. So street
view gps and so on. Its kind of upsetting to know that the Iphone and Blackberry
which don't run on googles android system get bettter treament than the phones they "
call their own".
Description
Component used: androidx.appcompat.widget.SearchView
Version used: 1.4.0
Devices/Android versions reproduced on: Android 10+
Feature request: There are methods available in the
SearchView
class to override some of its suggestions behaviour (e.g. withsetOnSuggestionListener()
I modify what happens when a suggestion is clicked), but I need a method to override what happens when you click the query refinement icon (thevoid onQueryRefine(CharSequence queryText)
method), for example with asetOnQueryRefineListener()
method.It is not possible to subclass
SearchView
and override it since the method is package-private.