-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Feature/306/feature to add custom package #340
base: main
Are you sure you want to change the base?
Conversation
Tried this branch. Here are some problems that I found:
Also some suggestions:
I can give more info or explain better if something is unclear, let me know! |
Hi @hegocre , |
…lected item checkbox
|
@spuday90 Can you also add a warning dialog when floating "+" button is clicked. Something like "Not tested to work with apps in the list and can cause unintended issues. Use at your own risk." With cancel and accept buttons. |
Added in abb51ae |
… triggered even when we manually change the state, so it was adding or removing the items even when we scroll
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 suggest using the method shown here, or just using a TextView + Checkbox instead, which I can implement if you are busy. |
Hi @hegocre , |
It is fixed indeed. Now I'm facing a couple of issues
Other than that, great work, I think it's nearly working perfectly, and it will be a great addition to Watomatic. |
Hi @hegocre, |
Nice, tried it with telegram, it works great! |
Is there an eta, of when this will be added? This would also solve quite a few other requests such as support for messenger lite, discord and telegram. |
Signed-off-by: hegocre <[email protected]> # Conflicts: # app/src/main/java/com/parishod/watomatic/adapter/SupportedAppsAdapter.kt # app/src/main/java/com/parishod/watomatic/fragment/EnabledAppsFragment.kt # app/src/main/java/com/parishod/watomatic/fragment/MainFragment.java # app/src/main/java/com/parishod/watomatic/model/App.kt # app/src/main/java/com/parishod/watomatic/model/utils/CustomDialog.java # app/src/main/java/com/parishod/watomatic/model/utils/NotificationHelper.java # app/src/main/res/values/strings.xml
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. |
Main reason for not merging this is Google Play has new policies regarding apps having permission to access entire apps list. We are now required to apply to them separately with justification, etc for this. And then they would scrutinize the app and websites before giving permissions. Some of the apps recently got removed from Play store for having a donation button on the website. Watomatic has that too so need to figure out having an alternative URL for Play Store users which does not show Donation button. It is not clear we are violating Play Store policies but there is a gray area there. Need to clear those bureaucratic hurdles before this can merged |
Thank you @hegocre 🙌 Will make a release next week. Thats true, its long overdue 😊 |
CLoses #306