Skip to content

android: new domain name creation method#4176

Open
truboxl wants to merge 2 commits into
BOINC:masterfrom
truboxl:truboxl/android-new-domain
Open

android: new domain name creation method#4176
truboxl wants to merge 2 commits into
BOINC:masterfrom
truboxl:truboxl/android-new-domain

Conversation

@truboxl

@truboxl truboxl commented Feb 10, 2021

Copy link
Copy Markdown
Contributor

Fixes #2846

Description of the Change
New domain name will be created based on brand, model, random strings on Android, else fallback to old way if something went awry

Alternate Designs
No idea how to do this using Java / Kotlin
I pick brand over manufacturer, since some phones have brand "Nokia" but manufacturer "HMD Global"

Release Notes
client: new android domain name creation method

Signed-off-by: Jia Yuan Lo <jylo06g@gmail.com>
@AenBleidd AenBleidd self-assigned this Feb 10, 2021
@AenBleidd AenBleidd self-requested a review February 10, 2021 10:19
@codecov

codecov Bot commented Feb 10, 2021

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 6.99%. Comparing base (f0a52e1) to head (2378fb0).
⚠️ Report is 4294 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##             master   #4176      +/-   ##
===========================================
+ Coverage      2.86%   6.99%   +4.13%     
- Complexity        0     756     +756     
===========================================
  Files           178     278     +100     
  Lines         27832   35087    +7255     
  Branches          0    1526    +1526     
===========================================
+ Hits            797    2454    +1657     
- Misses        27035   32521    +5486     
- Partials          0     112     +112     

see 104 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@truboxl

truboxl commented Feb 10, 2021

Copy link
Copy Markdown
Contributor Author

@truboxl truboxl closed this Mar 8, 2021
@truboxl truboxl deleted the truboxl/android-new-domain branch March 8, 2021 13:46
@truboxl truboxl restored the truboxl/android-new-domain branch March 8, 2021 13:47
@truboxl truboxl reopened this Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change the domain name creation process on Android

2 participants