-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* code cleanup * add github button to about page * new app icon for android and win * replace android icons with transparent version * add git url to about screen * update about menu * add imprint template * added imprint and assets folder * add markdown package that does not work yet * fix markdown imprint * remove misleading comment lul * add privacy.md * add privacy link * update settings screen * update build.gradle * rename quickmaths to multiplyme * add error handling for when range a is greater than b * add internet permission * update url bullshit * bump minSdkVersion to android 8 * bump build number * update readme
- Loading branch information
1 parent
d05dc29
commit df9a57c
Showing
34 changed files
with
460 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Privacy Policy | ||
|
||
By using this app (MultiplyMe), you agree with the privacy policy as described below in this document. | ||
|
||
## Collected data | ||
I do not collect, store or share any data through this app, be it personal data or not. Any and all data generated by the app stays on your phone and is not collected on any server, nor is it shared with third parties. The app also does not use any third party packages or extensions that collect any data, nor does it contain any ads. | ||
|
||
If you contact me via E-Mail, your name and E-Mail address is only used to reply to your specific inquiry. They will not be used for any marketing purposes. | ||
|
||
## Contact | ||
If you have any questions, suggestions or other remarks about this privacy policy or the app in general, you can contact me via the E-Mail address [email protected]. | ||
|
||
--- | ||
##### Last updated: 10.03.2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# MultiplyMe | ||
|
||
A math practise app, originally developed to practise specifically multiplication tables. | ||
A math practise app mainly developed for practising multiplication tables. This was a private project of mine from december 2021/january 2022 that I turned into a public repo and released on google play. It is also one of my first flutter projects and has (as of march 2023) not the most optimized codebase. Feel free to create a fork and expand the project to your own liking. | ||
|
||
## Imprint | ||
Since it is required by german law to create an imprint for any website or app, this app contains an entry for that in the settings. To avoid checking in personal data in a public repository, the app loads a markdown file from `assets/imprint.md` that is excluded through the `.gitignore`. You have to add an `imprint.md` file with at least one character, otherwise the app will not compile. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# assets | ||
The assets folder in multiply_me is currently only used to house a markdown file containing the imprint for your app (`assets/imprint.md`). The imprint has to contain various information such as a full name, address, E-Mail address and/or phone number. This is required by German law for any website or app on a digital marketplace, which is why this file has to be here. When building the app, the imprint is included as an asset and its content is shown under Settings -> Imprint in the app. The file is not included in the git repository, to avoid checking in personal data. The `assets/imprint.md` file **has to** be here though, otherwise the app won't build! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.