-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ditto Compatibility App #127
Comments
Do we need a new repo for this? |
@rajramsaroop Yes, we should be able to create one under the |
Should it be a monorepo or should I make it Android specific? |
@rajramsaroop I think Android-specific in this case. |
So a quick outline of tasks to be done to create an MVP:
Adding the Wifi aware code to either the app or the Health tool is pretty much the same amount of work, with the only difference being if it's added to the Health tool a tools update will be required. Let me know if I'm missing anything. Will connect with @rdas-ditto to pair up. |
Repo created and initial commit added. The health tool that includes wifi aware capability checking is in review: #130 Once this is merged and published to maven, it should be trivial to integrate with the app |
@rajramsaroop I think maybe you meant to link to #130 above? |
Ya, updated. Thanks. |
Create an app that quickly tests overall Ditto compatibility and potential challenges on the current hardware and software. This is essentially an extended version of the WiFi Aware checker. This app should:
Notably, this app does not require the Ditto SDK (unless doing so makes a first draft faster)
If possible, build this as a tool and embed in a thin wrapper app.
This should also reference the details of what permissions we need and why from our docs when that becomes available in the near future.
The text was updated successfully, but these errors were encountered: