Skip to content

Commit e7e7f84

Browse files
committed
Fix more robust widget update, add en ver. readme and pol
1 parent f1f2d3c commit e7e7f84

10 files changed

Lines changed: 409 additions & 885 deletions

File tree

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ misc.xml
2929
deploymentTargetDropDown.xml
3030
render.experimental.xml
3131

32+
# vscode
33+
.vscode/
34+
.vscode-test/
35+
3236
# Keystore files
3337
*.jks
3438
*.keystore
@@ -40,5 +44,5 @@ google-services.json
4044
*.hprof
4145

4246
# まだFdrrodiにリリースされていないので
43-
Privacy policy.md
44-
README.md
47+
# Privacy policy.md
48+
# README.md

Privacy policy.en.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Oyatsu Privacy Policy
2+
3+
In this Agreement, "Service" refers to the service provided when the Software is utilized. "You" refers to you as the user of the Software's Service. The Developer is committed to enhancing the protection of user privacy. This Privacy Policy is designed to assist in understanding how data is collected and used, and the degree of security afforded to the information provided. This Policy serves as a reference for making informed decisions when utilizing the Service. By utilizing the Software, you agree to all terms set forth in this Privacy Policy and consent to the collection, storage, use, and disclosure of your personal information as described herein. This Privacy Policy applies exclusively to the Oyatsu Software, and the Developer assumes no responsibility for the privacy practices of third-party tools or services incorporated within the Software.
4+
5+
## Types of Data Collected
6+
7+
### Personal Data
8+
The Developer does not collect personally identifiable data.
9+
10+
### Usage Data
11+
The Developer does not collect usage data.
12+
13+
## Crash Reports
14+
15+
The Developer cannot automatically obtain crash reports when the application crashes. Instead, Oyatsu utilizes [ACRA][1] to enable users to manually submit generated crash reports. When the application crashes, a dialog is presented, providing users with the option to open their email program and compose and send an email with an attached stack trace. The stack trace is a text file viewable in any text editor.
16+
17+
Oyatsu remains an actively developed project, and the Developer requires information when functionality fails. Should errors occur during Software usage, please report issues on GitHub. In the event of application crashes, please include logcat in your reports when possible.
18+
19+
[1]: https://www.acra.ch/
20+
21+
## Service Providers
22+
23+
Oyatsu relies upon third-party library services to facilitate usage and perform Service-related operations. Additionally, these services assist in analyzing how the Software's Service is utilized. These third parties may access your personal data, but such access is utilized solely for performing certain tasks on behalf of the Developer.
24+
25+
## Data Transfer
26+
27+
Through these third-party libraries incorporated within the Software, your information (including personal data) may be transferred to computers located outside your state, province, country, or other governmental jurisdiction, where data protection laws may differ from those of your jurisdiction. Your agreement to this Privacy Policy and submission of such information represents your consent to such transfer.
28+
29+
## Links to Other Sites
30+
31+
Oyatsu contains links to other services not directly operated by the Developer. Clicking on third-party library web pages or license URLs will redirect you to those third-party sites. The Developer exercises no control over and assumes no responsibility for the content, privacy policies, or practices of third-party sites or services.
32+
33+
## Data Security
34+
35+
No security risks arise during Oyatsu usage. However, due to the inclusion of third-party libraries, the Developer cannot guarantee your maximum security. Additionally, it should be noted that no method of transmission over the Internet or method of electronic storage is 100% secure. The Oyatsu Developer assumes no responsibility for data integrity issues caused by the use of this application.
36+
37+
## Changes to This Privacy Policy
38+
39+
This Privacy Policy statement is not final and may be subject to future modifications. Such changes are made to accommodate Software architectural changes due to further development, and these changes may not align with certain statements or policies within this document. Therefore, periodic review of this policy statement is recommended to identify any changes that may have occurred. Policy changes become effective at the time such changes are implemented. Additionally, please periodically review the policies of third-party software linked to Oyatsu.
40+
41+
## Disclaimer
42+
43+
The Developer maintains no commercial interest in this application and does not collect user data. There are no future plans to collect data. Furthermore, this application shall never be used for data collection purposes.
44+
45+
## Contact
46+
47+
Oyatsu will undoubtedly be improved through contributions from the open-source community. Please feel free to contribute to or make suggestions for this project by reporting issues and implementing pull requests for suggestions and improvements. For further inquiries regarding this Privacy Policy or other matters related to Oyatsu Software development, please report or inquire with the Developer at the application's official repository [here](https://github.com/tknv/oyatsu/issues/new). You may also check the [Developer's profile](https://github.com/tknv) for additional information.

Privacy policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
開発者は個人を特定できるデータを収集しません。
99

1010
### 使用データ
11-
開発者は使用データを収集しません。
11+
開発者は使用データを収集しません。+
1212

1313
## クラッシュレポート
1414

README.en..md

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)