-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from D4rK7355608/refractor_jetpack_compose
Refractor jetpack compose
- Loading branch information
Showing
192 changed files
with
5,651 additions
and
2,458 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
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 |
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,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 |
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,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 |
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,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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,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. |
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.