Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tech Debt] Remove stale api server code and add switch for dev mode - #98 #103

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c491d9c
Added український language
kcw-grunt May 25, 2022
2487323
💣🐞[Hotbug fix] sharedprefs fb fix (#19)
kcw-grunt May 25, 2022
3fff6a1
🚀[ Release v.2.6.0] Merge into Develop (#13)
kcw-grunt May 24, 2022
5c30ba4
🚀[Release] v2.6.1 (#21)
kcw-grunt May 25, 2022
d3c1b55
Feature/add bitrefill (#28)
kcw-grunt Oct 15, 2022
c553cf7
Feature/update branding (#29)
kcw-grunt Oct 15, 2022
56e9056
Create ISSUE_TEMPLATE
kcw-grunt Oct 30, 2022
6d109b5
Delete ISSUE_TEMPLATE
kcw-grunt Oct 30, 2022
5d74332
Create test.md
kcw-grunt Oct 30, 2022
047b2f3
Create bug_report.md
kcw-grunt Oct 30, 2022
d4ee871
Delete bug_report.md
kcw-grunt Oct 30, 2022
d714b51
Create feature.md
kcw-grunt Oct 30, 2022
e53b7c9
Create feature_request.md
kcw-grunt Oct 30, 2022
87dfc61
Create request.md
kcw-grunt Oct 30, 2022
6d4e3f1
Create spike.md
kcw-grunt Oct 30, 2022
82041dd
Create techdebt.md
kcw-grunt Oct 30, 2022
cb1ecb2
Delete feature.md
kcw-grunt Oct 30, 2022
15176f1
Delete feature_request.md
kcw-grunt Oct 30, 2022
0f29150
Delete request.md
kcw-grunt Oct 30, 2022
00182f6
Delete spike.md
kcw-grunt Oct 30, 2022
438dd84
Delete tech_debt.md
kcw-grunt Oct 30, 2022
04c0034
Delete test.md
kcw-grunt Oct 30, 2022
8cb4971
🚀[ Release v.2.7.0] Merge into Develop (#32)
kcw-grunt Nov 6, 2022
80e20a0
[Techdebt/] pdate match firebase events 33 (#48)
kcw-grunt Nov 7, 2022
451fff8
Fix - revert FragmentBuy webview test (#72)
vsima Dec 8, 2022
005d89a
🚀[ Release v.2.7.1] Merge into Develop (#104)
kcw-grunt Jan 15, 2023
e130db7
Commented out the partial work
kcw-grunt Jan 15, 2023
ebf1e6e
Add .circleci/config.yml (#74)
kcw-grunt Jan 15, 2023
5ba5372
Feature - donation disclaimer modal (#75)
vsima Jan 15, 2023
9cb9653
Feature - Show Litecoin Card as Webview (#82)
vsima Jan 24, 2023
0187160
[Tech Debt] Remove stale api server code and add switch for dev mode …
vsima Jan 14, 2023
bb6d58a
- update advanced settings ui
vsima Jan 21, 2023
5db18c0
- add dev mode copy to toolbar
vsima Jan 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 21 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
version: 2
# Use the latest 2.1 version of CircleCI pipeline process engine.
# See: https://circleci.com/docs/2.0/configuration-reference
version: 2.1

# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
jobs:
build:
working_directory: ~/code
say-hello:
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
docker:
- image: circleci/android:api-29
environment:
JVM_OPTS: -Xmx3200m
- image: cimg/base:stable
# Add steps to the job
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
name: Chmod permissions #if permission for Gradlew Dependencies fail, use this.
command: sudo chmod +x ./gradlew
- run:
name: Download Dependencies
command: ./gradlew androidDependencies
- save_cache:
paths:
- ~/.gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
name: Run Tests
command: ./gradlew lint test
- store_artifacts:
path: app/build/reports
destination: reports
- store_test_results:
path: app/build/test-results
name: "Say hello"
command: "echo Hello, World!"

# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
workflows:
say-hello-workflow:
jobs:
- say-hello
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ If applicable, add screenshots or GIFs to help explain your problem.
- Litewallet Version [e.g. v1.19.3]

**Additional context**
Add any other context about the problem here.
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/feature.md → .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ assignees: 'mosadialiou'

|**Before**|**After**|
|----------|---------|
|<!-- Insert _before_ screenshot or gif-->|<!-- Insert _after_ screenshot or gif if you can-->|
|<!-- Insert _before_ screenshot or gif-->|<!-- Insert _after_ screenshot or gif if you can-->|
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/request.md → .github/ISSUE_TEMPLATE/request.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ assignees: 'kcw-grunt'
<!-- 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. -->
<!-- Add any other context or screenshots about the feature request here. -->
2 changes: 1 addition & 1 deletion .github/spike.md → .github/ISSUE_TEMPLATE/spike.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ labels: 'spike'
assignees: 'mosadialiou'

---
## Subject
## Subject
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ assignees: 'mosadialiou'
## Definition of Done
- [ ] Action 1
- [ ] Action 2
- [ ] Action N
- [ ] Action N
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
[submodule "app/src/main/jni/loafwallet-core"]
path = app/src/main/jni/loafwallet-core
url = https://github.com/litecoin-foundation/loafwallet-core.git
[submodule "partnerapi"]
path = partnerapi
url = https://github.com/litecoin-foundation/litewallet-partner-api-android.git
51 changes: 51 additions & 0 deletions .idea/androidTestResultsUserPreferences.xml

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

Loading