Skip to content
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

[ProxyAuth Epic] Rewrite entire Android Application #61

Open
zakuArbor opened this issue Jan 10, 2022 · 2 comments
Open

[ProxyAuth Epic] Rewrite entire Android Application #61

zakuArbor opened this issue Jan 10, 2022 · 2 comments
Assignees
Labels
Epic An Epic

Comments

@zakuArbor
Copy link
Owner

Epic: As a user, I want a functioning and easily installable Android application to authenticate my device

Goal: Rewrite the entire Android Application (I also gain full ownership of the Android component of the project)

App Flow

  • when the user opens the app, they'll be shown a list of previously connected devices
  • when a user selects a device, they will automatically try to connect and authenticate
  • each item in the list will have a gearbox where they can edit and see device information
@zakuArbor zakuArbor self-assigned this Jan 10, 2022
@zakuArbor zakuArbor added the Epic An Epic label Jan 10, 2022
@zakuArbor
Copy link
Owner Author

This is a duplicate of #50 but using Github's new project board. I am fiddling around to figure a workflow that works for me.

@zakuArbor zakuArbor changed the title [ProxyAuth] Rewrite entire Android Application [Epic] Rewrite entire Android Application Jan 10, 2022
@zakuArbor zakuArbor changed the title [Epic] Rewrite entire Android Application [ProxyAuth Epic] Rewrite entire Android Application Jan 10, 2022
@zakuArbor zakuArbor added this to the proxyauth-rc-v1 milestone Jan 16, 2022
@zakuArbor
Copy link
Owner Author

zakuArbor commented Jan 16, 2022

Try using the following command to see code ownership and ask explicit approval on code license change I made a year or two ago:

git ls-tree --name-only -z -r HEAD|egrep -z -Z -E '\.(cc|h|cpp|hpp|c|txt|java|kt|xml)$' \
  |xargs -0 -n1 git blame --line-porcelain|grep "^author "|sort|uniq -c|sort -nr

Aim is to only ask D.Wang since Android will be completely rewritten from scratch by the end of the milestone. Though, if the code isn't an automated generated file (a lot of files in android are auto-generated), then I will probably have to ask a few other contributors.

Edit: D.Wang gave permission

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic An Epic
Projects
None yet
Development

No branches or pull requests

1 participant