-
Notifications
You must be signed in to change notification settings - Fork 97
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
refactor: Use mobilestack references in android builds #6039
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
01881d0
Genericize Android builds
jophish 19f4082
test nightly
jophish e3bfade
Fix e2e
jophish 8466931
Merge branch 'main' into jophish/android-mobilestack
jophish f02c318
Revert tests
jophish 8caecf5
Merge branch 'jophish/android-mobilestack' of github.com:valora-inc/w…
jophish dba285e
Merge branch 'main' into jophish/android-mobilestack
jophish 222b49b
Merge branch 'main' into jophish/android-mobilestack
jophish 9d68634
Merge branch 'main' into jophish/android-mobilestack
jophish 1f1cbc6
Merge branch 'main' into jophish/android-mobilestack
jophish 691f6cc
Test release
jophish cf89d13
Strings
jophish 781aebf
Update keys
jophish 332e419
Update alias name
jophish 75a8bfe
Revert test
jophish 612c97b
Respond to comments
jophish d09bacb
Merge branch 'main' into jophish/android-mobilestack
jophish dc0e297
Use new keystore with single password
jophish 49582ba
Change alias
jophish ab3c9aa
Test alfajores nightly
jophish 713f597
Merge branch 'main' into jophish/android-mobilestack
jophish 76323ce
Revert test
jophish de27a5a
Merge
jophish 6eef6b4
Change project name
jophish ef89804
Merge branch 'main' into jophish/android-mobilestack
jophish File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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
File renamed without changes.
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
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,4 +1,4 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" package="org.celo.mobile" android:versionCode="1" android:versionName="1.0"> | ||
xmlns:tools="http://schemas.android.com/tools" package="xyz.mobilestack" android:versionCode="1" android:versionName="1.0"> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" tools:overrideLibrary="com.wix.detox, android.support.test.uiautomator.v18" /> | ||
</manifest> | ||
</manifest> |
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...celo/mobile/FirebaseMessagingService.java → ...mobilestack/FirebaseMessagingService.java
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,4 +1,4 @@ | ||
package org.celo.mobile; | ||
package xyz.mobilestack; | ||
|
||
import android.os.Bundle; | ||
import android.util.Log; | ||
|
2 changes: 1 addition & 1 deletion
2
...in/java/org/celo/mobile/MainActivity.java → ...in/java/xyz/mobilestack/MainActivity.java
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,4 +1,4 @@ | ||
package org.celo.mobile; | ||
package xyz.mobilestack; | ||
|
||
import android.content.Intent; | ||
import android.graphics.Color; | ||
|
2 changes: 1 addition & 1 deletion
2
...java/org/celo/mobile/MainApplication.java → ...java/xyz/mobilestack/MainApplication.java
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
2 changes: 1 addition & 1 deletion
2
...g/celo/mobile/UserAgentClientFactory.java → ...z/mobilestack/UserAgentClientFactory.java
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
2 changes: 1 addition & 1 deletion
2
...org/celo/mobile/UserAgentInterceptor.java → ...xyz/mobilestack/UserAgentInterceptor.java
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,4 +1,4 @@ | ||
package org.celo.mobile; | ||
package xyz.mobilestack; | ||
|
||
import android.os.Build; | ||
import java.io.IOException; | ||
|
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="celo_background">#45CD85</color> | ||
<color name="celo_notification">#42D689</color> | ||
<color name="mobilestack_background">#45CD85</color> | ||
<color name="mobilestack_notification">#42D689</color> | ||
<color name="primary_dark">#000000</color> | ||
</resources> | ||
</resources> |
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="persona_inquiry_start_title">Valora would like to verify your identity</string> | ||
<string name="persona_inquiry_start_title">This app would like to verify your identity</string> | ||
<string name="persona_inquiry_start_body">Please have a government issued ID ready to continue.</string> | ||
<string name="persona_inquiry_start_button">Begin Verification</string> | ||
</resources> |
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- See https://developer.android.com/guide/topics/data/autobackup on how to modify this file --> | ||
<full-backup-content> | ||
<include domain="file" path=".integration/celoandroid"/> | ||
<include domain="file" path=".alfajoresstaging/celoandroid"/> | ||
</full-backup-content> | ||
<include domain="file" path=".integration/mobilestackandroid"/> | ||
<include domain="file" path=".alfajoresstaging/mobilestackandroid"/> | ||
</full-backup-content> |
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wonder if this can somehow use app name. I guess its a barely used feature so maybe not too important