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

Add Author and Android project repo #802

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions config/android/repos/priyavkaneria-locallock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"expertise": "BEGINNER",
"version": 1,
"source": "github",
"authorIds": [
"priyavkaneria"
],
"owner": "priyavkaneria",
"repo": "LocalLock",
"name": "LocalLock",
"shortDescription": "An Android app with the only goal of being a secure, locked, no-third party, completely local open source password saving app",
"longDescription": "An Android app with the only goal of being a secure, locked, no-third party, completely local open source password saving app",
"content": "README.md",
"pages": [],
"tags": [
"modern-android-development"
]
}
6 changes: 6 additions & 0 deletions config/authors/priyavkaneria.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Priyav K Kaneria",
"bio": "Software Developer | Generalist",
"photoURL": "https://avatars.githubusercontent.com/priyavkaneria",
"githubURL": "https://github.com/priyavkaneria"
}