-
Notifications
You must be signed in to change notification settings - Fork 305
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
Android wear support #94
base: master
Are you sure you want to change the base?
Conversation
Conflicts: app/app.iml app/build.gradle
Neat, but I hope this does not get merged. Adding proprietary Google Play Services to FreeOTP would ruin the FOSSness of the app and prevent it from being on F-Droid. |
What a shame. |
@brad I'm now revisiting some of these PRs. I'm open to merging Android Wear support. However, this needs to be rebased on master. |
Thanks @npmccallum I'll rebase |
So you're willing to add proprietary Google Play Services to FreeOTP? |
I'd love to be able to grab a token from my watch... |
Hi everyone,
This PR implements Android Wear support. It creates an app called "ManageTokens" on the wear device which can also be opened with the voice command "Open manage tokens". The app shows the same list as the phone and displays a 2fa code in the detail view. I personally used this a lot with a previous version of FreeOTP and I have to say that having the codes on the watch is a wonderful thing. Please review, and consider pulling this in (in some form) to the main project. NOTE: I did not write this code, see the commit history to know who to thank (or blame).