Skip to content

Commit

Permalink
Updated readme and TOS
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaisn committed Apr 27, 2020
1 parent 996eb10 commit 48ca410
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dev/

# Firebase
app/src/sync/google-services.json
.firebaserc

# Android Studio
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ components.
[View changelog here][changelog] for the app release notes.

### Contributing
Contributions are welcome. Please open an issue before submitting a feature pull request so it
can be discussed. Make sure to follow existing code style. For now the most important need
is new translations.
Contributions are welcome. For now the most important need is new translations.
- Please open an issue before submitting a pull request that adds a new feature, so it can be discussed.
- All changes should be committed the `dev` branch, not `master`.
- Make sure to follow existing code style.

### License
- All code is licensed under Apache License 2.0.
Expand Down
10 changes: 9 additions & 1 deletion TERMS_AND_CONDITIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ giving notice of termination to you. Unless we tell you otherwise, upon any
termination, (a) the rights and licenses granted to you in these terms will end;
(b) you must stop using the app, and (if needed) delete it from your device.

### Synchronization feature

The developer will not take responsibility for any data loss occuring due to
use of the synchronization feature. Accounts may be deleted at any time without
prior notice at the discretion of the server administrator and for any reason.
Furthermore, the developer may decide to disable or remove the synchronization
feature at any time in the future without prior notice.

### Changes to This Terms and Conditions

I may update our Terms and Conditions from time to time. Thus, you are advised
Expand All @@ -90,4 +98,4 @@ This Terms and Conditions page was generated by

[google-play-services-tos]: https://policies.google.com/terms
[issue-tracker]: https://github.com/maltaisn/another-notes-app/issues
[policy-generator]: https://app-privacy-policy-generator.firebaseapp.com/
[policy-generator]: https://app-privacy-policy-generator.firebaseapp.com/
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# App
appVersion=0.0.1
appVersion=1.0.0

# Kotlin
kotlinVersion=1.3.72
Expand Down

0 comments on commit 48ca410

Please sign in to comment.