Skip to content

Commit

Permalink
Merge pull request #6 from D4rK7355608/refractor_jetpack_compose
Browse files Browse the repository at this point in the history
Refractor jetpack compose
  • Loading branch information
D4rK7355608 authored May 20, 2024
2 parents 5805e68 + f824a6b commit 760315f
Show file tree
Hide file tree
Showing 192 changed files with 5,651 additions and 2,458 deletions.
3 changes: 1 addition & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
github: D4rK7355608
patreon: patreon.com/D4rK7355608
custom: ['https://www.paypal.me/d4rkmichaeltutorials', 'https://bit.ly/3p8bpjj']
patreon: patreon.com/D4rK7355608
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: [ "bug", "triage me" ]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: checkboxes
attributes:
label: Is there a StackOverflow question about this issue?
description: Please search StackOverflow if an issue with an answer already exists for the bug you encountered.
options:
- label: I have searched StackOverflow
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant logcat output
description: Please copy and paste any relevant logcat output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our Code of Conduct
options:
- label: I agree to follow this project's Code of Conduct
required: true
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Feature request
description: File a feature request
title: "[FR]: "
labels: [ "enhancement", "triage me" ]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for this feature request.
options:
- label: I have searched the existing issues
required: true
- type: textarea
id: describe-problem
attributes:
label: Describe the problem
description: Is your feature request related to a problem? Please describe.
placeholder: I'm always frustrated when...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution
description: Please describe the solution you'd like. A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: weekly
time: "11:00"
open-pull-requests-limit: 10
- package-ecosystem: gradle
directory: "/"
schedule:
interval: weekly
time: "11:00"
open-pull-requests-limit: 10
17 changes: 17 additions & 0 deletions .idea/appInsightsSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,54 @@
# Version 3.1_r1:

- Made various under-the-hood improvements for a better overall app experience.

# Version 3.0_r3:

- Added tooltips for all buttons.
- Made minor under-the-hood improvements for a better overall app experience.

# Version 3.0_r2:

- Fixed some typos.

# Version 3.0_r1:

- Added a new GDPR message to comply with Google Play policy.
- Added a new help center, with more comprehensive documentation and support options.
- Added snack bars instead of toasts for all notifications.
- Added tooltips to help users understand what is happening in the app.
- Improved translations for all supported languages.
- Improved user interface.
- Fixed various bugs and improved readability, consistency, app performance, and responsiveness by optimizing and styling the outdated code.
- Fixed various bugs and improved readability, consistency, app performance, and responsiveness by
optimizing and styling the outdated code.
- Made various project structure enhancements for better readability and maintainability.
- Made various under-the-hood improvements for a better overall app experience.

# Version 2.0_r1:

- Added language support for Hungarian.
- Reworked language system, making it more accurate and user-friendly.
- Fixed various bugs and improved readability, consistency, app performance, and responsiveness by optimizing and styling the outdated code.
- Fixed various bugs and improved readability, consistency, app performance, and responsiveness by
optimizing and styling the outdated code.
- Made various under-the-hood improvements for a better overall app experience.

# Version 1.2_r1:

- Made various under-the-hood improvements for a better overall app experience.

# Version 1.1_r1:

- Added ability to remove items from cart.
- Made minor under-the-hood improvements for a better overall app experience.

# Version 1.0_r3:

- Added functionality to "Music" chip.

# Version 1.0_r2:

- Made minor under-the-hood improvements for a better overall app experience.

# Version 1.0_r1:

- Initial stable version.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down
Loading

0 comments on commit 760315f

Please sign in to comment.