-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create 1-bug-report.yml (#210) Update 1-bug-report.yml (#211) Update 1-bug-report.yml (#212) Update 1-bug-report.yml (#213) Update 1-bug-report.yml (#214) Update 1-bug-report.yml (#215) Update 1-bug-report.yml (#216) Update 1-bug-report.yml (#217) Update 1-bug-report.yml (#218) Update 1-bug-report.yml (#219) Update 1-bug-report.yml (#220) Update 1-bug-report.yml (#221) Update 1-bug-report.yml (#222) Update 1-bug-report.yml (#223) Update 1-bug-report.yml (#224) Delete .github/FUNDING.yml (#226) Delete .github/ISSUE_TEMPLATE~56e9056c (Create ISSUE_TEMPLATE) (#227) Delete .github/ISSUE_TEMPLATE/bug_report.md (#228) Create 2-tech-debt.yml (#229) Delete .github/ISSUE_TEMPLATE/techdebt.md (#230) Rename feature.md to feature-old.md (#232) Rename spike.md to old-spike.md Rename feature_request.md to old-feature_request.md Rename request.md to old-request.md Create 3-feature.yml Create 4-user-feature-request.yml Create 6-general-request.yml Create 5-spike.yml Update 3-feature.yml (#235) Update 3-feature.yml Update 3-feature.yml Update 4-user-feature-request.yml Update 5-spike.yml Update 6-general-request.yml Update 3-feature.yml (#234) Update 2-tech-debt.yml Update 2-tech-debt.yml Update 2-tech-debt.yml Update 2-tech-debt.yml Update 2-tech-debt.yml Update 2-tech-debt.yml Update 2-tech-debt.yml Update 3-feature.yml Update 3-feature.yml Update 4-user-feature-request.yml Update 4-user-feature-request.yml Update 4-user-feature-request.yml Update 3-feature.yml Delete .github/ISSUE_TEMPLATE/feature-old.md Update 3-feature.yml Delete .github/ISSUE_TEMPLATE/old-feature_request.md Delete .github/ISSUE_TEMPLATE/old-request.md Delete .github/ISSUE_TEMPLATE/old-spike.md Update 5-spike.yml Update 5-spike.yml Update 5-spike.yml Update 5-spike.yml Update 5-spike.yml Update 6-general-request.yml Update 6-general-request.yml * Remove Announcement View Email activity (#233) * Fixup squashes commits (#237) * Configure YAML Issue templates - Bug Report - Tech Debt - Feature - User Feature Request - Spike - General Request * Remove Announcement View Email activity (#233) --------- Co-authored-by: Josi Kie <[email protected]> Signed-off-by: kcw-grunt <[email protected]> * Fixup squashes commits (#238) * Configure YAML Issue templates - Bug Report - Tech Debt - Feature - User Feature Request - Spike - General Request * Remove Announcement View Email activity (#233) --------- Co-authored-by: Josi Kie <[email protected]> Signed-off-by: kcw-grunt <[email protected]> * updated the gitignore Signed-off-by: kcw-grunt <[email protected]> * Deprecated Play Core to the list of Play Family Removed BuildConfig conditionals Updated the build gradle per recommendations Signed-off-by: kcw-grunt <[email protected]> # Conflicts: # app/build.gradle * Update review blogic (#243) * Removed unused code - Removed the Ternio analytics references - Updated the Review/Rating business logic - Remove test deprecated code Signed-off-by: kcw-grunt <[email protected]> * build bump Signed-off-by: kcw-grunt <[email protected]> --------- Signed-off-by: kcw-grunt <[email protected]> * bump code and version Signed-off-by: kcw-grunt <[email protected]> * Fixed Android Manifest error - Remember to update this each time we update targetSDK `uses-sdk android:minSdkVersion="31" android:targetSdkVersion="34”` - Add AppsFlyer Signed-off-by: kcw-grunt <[email protected]> # Conflicts: # app/src/main/java/com/breadwallet/BreadApp.java * WIP: Apply v2.11.1 changes to clean history Signed-off-by: kcw-grunt <[email protected]> --------- Signed-off-by: kcw-grunt <[email protected]> Co-authored-by: Josi Kie <[email protected]>
- Loading branch information
Showing
27 changed files
with
334 additions
and
370 deletions.
There are no files selected for viewing
This file was deleted.
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 |
---|---|---|
@@ -0,0 +1,73 @@ | ||
name: 🐛[Bug Report] | ||
description: An issue for when Litewallet Android is not operating as expected. | ||
title: "🐛[Bug Report]: " | ||
labels: ["🐛 bug"] | ||
projects: ["litecoin-foundation/3"] | ||
assignees: | ||
- josikie | ||
- kcw-grunt | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Bug reports are extremely valuable. Thanks for this report! | ||
- type: textarea | ||
id: device-model | ||
attributes: | ||
label: Device model | ||
description: Which is your Android device? | ||
placeholder: Android model | ||
value: "Do you have a Samsung Galaxy S23 Ultra or Google Pixel 7A or something else?" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: os-version | ||
attributes: | ||
label: OS version | ||
description: What version of Android OS is running on your device? | ||
multiple: false | ||
options: | ||
- Android 14 | Level 34 (Default) | ||
- Android 13 | Level 33 | ||
- Android 12 | Level 32 | ||
- Android 11 | Level 30 | ||
- Android 10 | Level 29 | ||
- Other | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: app-version | ||
attributes: | ||
label: Which version of Litewallet are you running? | ||
multiple: false | ||
options: | ||
- v2.10.0 (Default) | ||
- v2.9.1 | ||
- v2.9.0 | ||
- v2.8.4 | ||
- Other | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: describe-what-happened | ||
attributes: | ||
label: Describe what happened. | ||
description: Write down the steps to reproduce the behavior | ||
placeholder: Tell us step by step | ||
value: | | ||
1. Go to ... | ||
2. Tap on ... | ||
3. Error, error! 🦑🔥 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: other-notes | ||
attributes: | ||
label: Add any notes you would like to add. | ||
description: Is there any more information for us? | ||
placeholder: Optional notes. | ||
value: "🤔 💡" | ||
validations: | ||
required: false |
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,36 @@ | ||
name: 🦺[Tech Debt] | ||
description: An issue that maintains/strengthens the Litewallet Android code or system and **not** necessarily visible in the UI | ||
title: "🦺[Tech Debt]: " | ||
labels: ["🦺 tech debt"] | ||
projects: ["litecoin-foundation/3"] | ||
assignees: | ||
- josikie | ||
- kcw-grunt | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Overview | ||
Work needed to maintain the codebase. This is usually something because the\ | ||
supporting libraries or the user behavior has evolved. | ||
- type: textarea | ||
id: long-description | ||
attributes: | ||
label: Describe the work to be done | ||
placeholder: e.g; The current SDK is at EOL and we need to migrate soon... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: goal | ||
attributes: | ||
label: Steps to complete | ||
placeholder: e.g; Update a library or update some business logic, Test, Review | ||
value: | | ||
- [ ] Action 1 | ||
- [ ] Action 2 | ||
- [ ] Action ... | ||
- [ ] Action n | ||
validations: | ||
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,78 @@ | ||
name: 🥳[Feature] | ||
description: Some change that improves Litewallet Android | ||
title: "🥳[Feature]: " | ||
labels: ["🥳 feature","🏡 moderate-priority"] | ||
projects: ["litecoin-foundation/3"] | ||
assignees: | ||
- kcw-grunt | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please explain what feature that needs to be added to Litewallet. | ||
- type: textarea | ||
id: why | ||
attributes: | ||
label: Why? | ||
description: Why should this change be undertaken? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what | ||
attributes: | ||
label: What? | ||
description: What do you think should be changed? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: before-after | ||
attributes: | ||
label: UI Changes | ||
description: Show the before and after | ||
value: | | ||
### UI Changes | ||
# |**Before**|**After**| | ||
# |----------|---------| | ||
# |<!-- Insert _before_ screenshot or gif-->|<!-- Insert _after_ screenshot or gif if you can-->| | ||
validations: | ||
required: false | ||
# --- | ||
|
||
|
||
|
||
|
||
# name: 🥳[Feature] | ||
# about: An issue that improves Litewallet Android | ||
# title: '🥳[Feature]' | ||
# labels: 'enhancement' | ||
# assignees: 'mosadialiou' | ||
|
||
# --- | ||
|
||
# ## Overview"🥳 feature" | ||
|
||
# ### Why? | ||
# **Is your request related to a problem? Or, do you have an idea to improve the app? Please describe.** | ||
# <!-- A clear and concise description of your idea. --> | ||
|
||
|
||
# ### What? | ||
# **Describe the solution you'd like** | ||
# <!-- A clear and concise description of what you want to happen. --> | ||
|
||
# **Describe alternatives you've considered** | ||
# <!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
# **Additional context** | ||
# <!-- Add any other context or screenshots about the feature request here. --> | ||
|
||
# ### Definition of Done | ||
# - [ ] Action 1 | ||
# - [ ] Action 2 | ||
# - [ ] Action N | ||
|
||
# ## UI Changes | ||
|
||
# |**Before**|**After**| | ||
# |----------|---------| | ||
# |<!-- Insert _before_ screenshot or gif-->|<!-- Insert _after_ screenshot or gif if you can-->| |
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,34 @@ | ||
name: 💡[User feature request] | ||
description: A request to change Litewallet Android | ||
title: "💡[User feature request]: " | ||
labels: ["🥳 feature","🏡 moderate-priority"] | ||
projects: ["litecoin-foundation/3"] | ||
assignees: | ||
- kcw-grunt | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please explain what you would like and why you think it is important for Litewallet. | ||
- type: textarea | ||
id: why | ||
attributes: | ||
label: Why? | ||
description: Why should this change be undertaken? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what | ||
attributes: | ||
label: What? | ||
description: What do you think should be changed? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: notes | ||
attributes: | ||
label: User notes | ||
value: | | ||
I like sparkles! 🦄🦄🌈🌈. Please add! | ||
validations: | ||
required: false |
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,29 @@ | ||
name: ⛏️[Spike] | ||
description: An issue where code may or not be written but some research and planning is done for Litewallet Android. | ||
title: "⛏️[Spike]: " | ||
labels: ["⛏️ spike"] | ||
projects: ["litecoin-foundation/3"] | ||
assignees: | ||
- kcw-grunt | ||
- josikie | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the strategy for the plan. The more verbose, the better. | ||
- type: textarea | ||
id: essay | ||
attributes: | ||
label: Spike details | ||
value: | | ||
## Research getting really rich. | ||
Lorem ipsum odor amet, consectetuer adipiscing elit. Euismod commodo accumsan congue eros hendrerit netus netus viverra. Pulvinar donec venenatis nam risus ultricies facilisis. Praesent magnis maximus magnis a nostra class tortor aliquet. Orci venenatis consequat finibus, inceptos imperdiet aenean. Bibendum elit venenatis potenti lectus auctor. | ||
Auctor morbi luctus est; massa sollicitudin elit. Fringilla taciti finibus tortor molestie ultrices nullam rutrum. Nam viverra nibh condimentum dictum sit. Tristique odio velit venenatis, nec viverra condimentum. Risus sociosqu conubia hendrerit mus libero montes. Orci placerat phasellus libero varius dis felis? Dapibus massa donec mi donec sociosqu potenti. | ||
--- | ||
- [ ] Collect underpants. | ||
- [ ] 🧙🏽♀️ | ||
- [ ] I'm rich! | ||
validations: | ||
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,23 @@ | ||
name: 🙏🏽 [General request] | ||
description: A request regarding Litewallet Android | ||
title: "🙏🏽 [General request]: " | ||
projects: ["litecoin-foundation/3"] | ||
assignees: | ||
- kcw-grunt | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please explain what you would like to know about Litewallet. | ||
- type: textarea | ||
id: why | ||
attributes: | ||
label: Why do you ask? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what | ||
attributes: | ||
label: What do you need to know? | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.