Hèctor Godoy
Hèctor Godoy
Tried this branch. Here are some problems that I found: - Watomatic not detecting the app is installed, although it is (I suppose this is also the reason why the...
Tested this branch again, everything works right except for the installed apps list, which is weird (see screenshot). I imagine it is because of the rtl approach, so I would...
It is fixed indeed. Now I'm facing a couple of issues * App names are not visible on dark theme, can be fixed by changing https://github.com/adeekshith/watomatic/blob/6e19f99bf82231362345ed144bc575f0020db1e1/app/src/main/res/layout/installed_apps_list.xml#L28 with `android:textColor="?colorOnSurface"` * Apps...
Nice, tried it with telegram, it works great!
Merged main into this to solve merge conflicts, this should be tested. And maybe release a new version? There are some nice changes since the last one.
I will implement each one of these on separate PR as I have time (some are easier than others to implement)
So you suggest saving the contact list immediately after every change?
Shouldn't be difficult to implement. We can move the methods to save the configuration changes to the recycler view adapter, so we can call the methods from both the adapter...
> Hey, > I am new to this world and would love to contribute wherever I can, if you dont't mind can I pick the search functionality for contact selector?...
@releyannu As the custom contacts feature is now implemented, feel free to implement the search feature. If you have any question don't hesitate to ask me!