Deekshith Allamaneni

Results 69 comments of Deekshith Allamaneni

Cannot guarantee but will plan to do it by end of this month 😊 Bug fixes are usually higher priority than implementing new features but trying to maintain a balance...

Screenshot from Delta chat app. That is open source so we can check how they are doing too. ![Screenshot_20210410-011447_Delta Chat.jpg](https://user-images.githubusercontent.com/2568945/115485388-39f2e080-a21a-11eb-89d2-cde6e4144ffb.jpg) Then a system UI shows up asking to disable battery...

> It could be implemented in a similar way to [SmsMatrix](https://github.com/tijder/SmsMatrix) I think we should think of a plugin architecture for Watomatic to implement these kinds of features. Each plugin...

> I've done done android dev before but it's something I've been meaning to play with so maybe I can help the project in other ways too Yes, that'd be...

Regarding save button, we should also think how it fits when we implement search. Another common UX pattern these days instead of save button is to use an undo button....

Thinking about this more, only actions that need confirmation in the contacts selector UI are "Select All" and "Select None". So we can have confirmation dialog for those. Individual checkbox...

> So you suggest saving the contact list immediately after every change? Yes, we can save the contact list immediately except for "Select All" and "Select None" where we show...

We can do whatever is easy for now but just logging thoughts for the future. Adding a confirmation dialog while going back as you suggested might do for now.

> Hey @adeekshith , I was reading the telegram discussion on the latest release and thought of a new feature, which is allowing users to enable contact based reply without...

> I think of two options > > * Leave it as a contact selector, which would work the same way as it does now. If the user does not...