Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7f75202
chore: delete docs/commands.md as no longer need after PasscodesApp/P…
JeelDobariya38 Sep 19, 2025
ba808f1
chore: delete docs/database-design-guide.md as it is migrated to Pass…
JeelDobariya38 Sep 19, 2025
8570338
chore: delete docs/building.md after migrate to PasscodesApp/Passcode…
JeelDobariya38 Sep 19, 2025
7bfc178
chore: delete docs/project-overiew.md after migrate PasscodesApp/Pass…
JeelDobariya38 Sep 19, 2025
53f257e
chore: migrate docs/installing.md to PasscodesApp/Passcodes-Docs
JeelDobariya38 Sep 19, 2025
23d9bcc
chore: migrate docs/release-workflow.md to PasscodesApp/Passcodes-Docs
JeelDobariya38 Sep 19, 2025
97bddff
Merge branch 'main' into jeel-dev
JeelDobariya38 Sep 19, 2025
a127c6b
chore: remove the git hooks as no longer needed
JeelDobariya38 Sep 24, 2025
fe82b7a
chore: update pull request template
JeelDobariya38 Sep 24, 2025
ada341f
docs: add link to new files
JeelDobariya38 Sep 24, 2025
a471127
feat: remove README.md & SECURITY.md as it not need..
JeelDobariya38 Sep 24, 2025
d566d60
fix: soon to be broken URLgit add .
JeelDobariya38 Sep 24, 2025
74ea5a1
docs: add a deletion warning
JeelDobariya38 Sep 24, 2025
9c212af
docs: delete extra files as not need after PasscodesApp/Passcodes-Docs
JeelDobariya38 Sep 24, 2025
65676c4
docs: Update README.md in accordance with `PasscodesApp/Passcodes-Docs`
JeelDobariya38 Sep 24, 2025
071e0e9
docs: Add Read More in README.md
JeelDobariya38 Sep 24, 2025
7a529cb
docs: Update README.md
JeelDobariya38 Sep 24, 2025
b4b208a
chore: improve format in README.md
JeelDobariya38 Sep 24, 2025
2687a3f
chore: format README.md
JeelDobariya38 Sep 24, 2025
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
16 changes: 14 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

- summary 1.
- summary 2.
- ...

# Notes
> summary here should be in one line (write consise so that review without take look at code, can say/determine what changed)..
> they should provide structure overview that read and understand what changed
> not a detail guide, you can provide further infomation in notes section or it would be expictily ask in pr comments at review if need..)


# Breaking Changes

- [Write about any breaking changes, like architure change or databse changes etc.. If none, remove the sectio compeletly].


## Notes

[if any, otherwise remove the section]

[if any, none if remove section]
130 changes: 0 additions & 130 deletions CONTRIBUTING.md

This file was deleted.

54 changes: 31 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
A android app that take down the headache of remembering passwords. It is open source solutions that help you in keeping your passwords safe and secure, in your own local storage without ever needing to push them to cloud.

> What we think of passcodes?
> Password management is one such thing that is as simple as remember a password yet, it very important topic in term of security. So, we as developer of passcodes think to streamline and securing the process as much as possible. [Read more](docs/project-overview.md)
> Password management is one such thing that is as simple as remember a password yet, it very important topic in term of security. So, we as developer of passcodes think to streamline and securing the process as much as possible. [Read more](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/other-docs/project-overview.md)

## Website

Expand Down Expand Up @@ -50,21 +50,21 @@ Note: high version can still run, but are not guaranteed offically.
- [ ] Update Checkers & Manager.
- [x] Password Management. (Current Priority)
- [ ] Secure File. (Least Priority, Because it include permission. Which, I am as developer not familar with 😂)
- Could be Image. (JPG. PNG ....)
- Could be Vidoe.
- Could any Binary File. (more like won't be a text file)
- Could be Image. (JPG. PNG ....)
- Could be Vidoe.
- Could any Binary File. (more like won't be a text file)
- [ ] Other Secret Info Management.
- Could be note. (txt file)
- Could be any info that can encode as key & value.
```json
{
"key": "SECRET API KEY",
"content": "qwerty-let-say",
"createdat": "...",
"updatedat": "..."
}
```
- [ ] NON Secret Info Store
- Could be note. (txt file)
- Could be any info that can encode as key & value.
```json
{
"key": "SECRET API KEY",
"content": "qwerty-let-say",
"createdat": "...",
"updatedat": "..."
}
```
- [ ] NON Secret Info Store.
- [ ] Encryption and Decryption.
- [ ] Backup Manager.
- [ ] Import/Export Passwords.
Expand All @@ -82,7 +82,7 @@ Note: high version can still run, but are not guaranteed offically.

3. Install the apk and you are ready to use the app.

It was most shortest and sweetest description (I have ever crafted), For more detailed description, Vist the file [docs/installing.md](docs/installing.md)
It was most shortest and sweetest description (I have ever crafted), For more detailed description, Vist the file [installing.md](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/user-docs/installing.md) in `PasscodesApp/Passcodes-Docs`.

## Building The App

Expand All @@ -94,16 +94,16 @@ It was most shortest and sweetest description (I have ever crafted), For more de

4. For code documention and support docs, check the `docs/` folder in our repository.

It was general, intuitive, short and sweet description, For more detailed description, Vist the file [docs/building.md](docs/building.md).
It was general, intuitive, short and sweet description, For more detailed description, Vist the file [building.md](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/dev-docs/building.md) in `PasscodesApp/Passcodes-Docs`.

## Support Docs

You can checkout support docs, provided in [docs/](docs/) Or You can even seek help on our [telegram community](https://t.me/passcodescommunity)
You can checkout support docs, provided in [PasscodesApp/Passcodes-Docs](https://github.com/PasscodesApp/Passcodes-Docs) Or You can even seek help on our [telegram community](https://t.me/passcodescommunity)

## Changelog & Release Notes

- Professional ChangeLog: [here](https://github.com/PasscodesApp/Passcodes/blob/main/changelog.md)
- Casual Release Notes: [here](https://github.com/PasscodesApp/Passcodes/blob/main/docs/release-notes.md)
- Professional ChangeLog: [here](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/user-docs/changelog.md)
- Casual Release Notes: [here](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/user-docs/release-notes.md)

## Contribution Are Appreciated!!!

Expand All @@ -114,9 +114,17 @@ You can checkout support docs, provided in [docs/](docs/) Or You can even seek h
> There are still other ways to contribute to project.. like by testing app, by contributing to documenation or more or less just by spreading the word around.. about the app. but, code contribution is limited from my side.... & I hope you can understand...
>
> For more, infomation on what kind of contribtuion we approve or allow, please open a issue in our repo. that way you avoid wasteing your time...
>
> [Read More](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/other-docs/open-contributing-timeline.md)

By, contributing to project you accept the [Terms For Contributions](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/other-docs/terms-for-contributions.md), [CONTRIBUTING.md](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/CONTRIBUTING.md) & [MIT License](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/LICENSE.txt).

And also have look at [Open Contributing Timeline](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/other-docs/open-contributing-timeline.md).

## Security Policy

By, contributing to project you accept the [CONTRIBUTING.md](https://github.com/PasscodesApp/Passcodes/blob/main/CONTRIBUTING.md) & [MIT License](https://github.com/PasscodesApp/Passcodes/blob/main/LICENSE.txt).
Avaliable here in [PasscodesApp/Passcodes-Docs](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/SECURITY.md).

## Licence
## License

Passcodes Project is license under [MIT](https://github.com/PasscodesApp/Passcodes/blob/main/LICENSE.txt) License. Downloading the app would mean, you are okay and have accepted the license.
Passcodes Project is license under [MIT](https://github.com/PasscodesApp/Passcodes-Docs/blob/main/LICENSE.txt) License. Downloading Or Use the app or any associated stuff would mean, you are okay and have accepted the license terms.
8 changes: 0 additions & 8 deletions SECURITY.md

This file was deleted.

Loading