Fixed
Status Update
Comments
se...@google.com <se...@google.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?
te...@gmail.com <te...@gmail.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".
se...@google.com <se...@google.com> #6
Hey, guys, how about we knock it off with the comments about how upset we are? These
comments are meant to be helpful to a developer. If you have relevant details, by
all means, post them. If you're just upset because "I want it NOW!", then keep it to
yourself. I get enough emails as is, and I don't need to hear your whining.
To the devs: thanks for the wonderful product. Sorry I don't have any
development-relevant feedback. Keep up the great work!
comments are meant to be helpful to a developer. If you have relevant details, by
all means, post them. If you're just upset because "I want it NOW!", then keep it to
yourself. I get enough emails as is, and I don't need to hear your whining.
To the devs: thanks for the wonderful product. Sorry I don't have any
development-relevant feedback. Keep up the great work!
te...@gmail.com <te...@gmail.com> #7
Sorry. I just felt Like I had to have my say. I never knew the volume of the comments specially since there was
only 2 before me. I dont know how to help the developer but maybe expressed feelings in volumes will get
attention on such a basic issue. It just looks bad if Iphone users and blackberry users get this over us.
only 2 before me. I dont know how to help the developer but maybe expressed feelings in volumes will get
attention on such a basic issue. It just looks bad if Iphone users and blackberry users get this over us.
Description
Version used: 1.4.0
Devices/Android versions reproduced on: All
Problem is since version 1.4.0, AppCompatEditText constructor call addTextChangedListener during instantiation which is not a final method.
In my lib, I have overrided this method in my sub class to do some job and improve behavior when you add a textWatcher.
But this overrided method can't be called before the construction is fully processed... And since AppCompatEditText call now this method in its constructor, it always failed and crash since the sub construction has not been done yet...
The problem doesn't exist up to version 1.3.1