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

frontend/android: create new android id for lnalpha #3078

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

Beerosagos
Copy link
Collaborator

Now it is possible to compile the app using separated Android app id, which allows the LN app to co-exhists with the debug one.

make android-ln to compile it,
make deploy-ln to install through adb.

@Beerosagos Beerosagos marked this pull request as ready for review November 27, 2024 11:10
@Beerosagos Beerosagos requested a review from NickeZ November 27, 2024 11:12
@Beerosagos Beerosagos marked this pull request as draft December 3, 2024 14:59
@Beerosagos Beerosagos force-pushed the android-ln-id branch 2 times, most recently from 82141da to 6aa1dbc Compare December 3, 2024 16:24
@Beerosagos Beerosagos marked this pull request as ready for review December 3, 2024 16:24
Copy link
Collaborator

@NickeZ NickeZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Some of the logotypes seem to be the old image
  • I think we should build both the regular android debug build and the android lightning build. So duplicate the whole android build (we can use "matrix strategy" to avoid code duplication, but don't waste time on it if you don't want to.
  • We should change name to "BBApp Lightning". Otherwise you just see "BitBoxApp ...".

Now it is possible to compile the app using separated Android app
id, which allows the LN app to co-exhists with the debug one.

`make android` now compiles both the debug and lightning versions,
`make deploy-ln` to install the lightning one through adb.
@Beerosagos
Copy link
Collaborator Author

Updated:

  • Some of the logotypes seem to be the old image

Yes, that is on purpose. We need both a round and a square(ish) icon. The one with the lightning in the corner is good for the last one.

* I think we should build both the regular android debug build and the android lightning build. So duplicate the whole android build (we can use "matrix strategy" to avoid code duplication, but don't waste time on it if you don't want to.

Not sure what you meant with the matrix strategy, but I think now it should be good

* We should change name to "BBApp Lightning". Otherwise you just see "BitBoxApp ...".

Done, but I left the "Alpha" too as I think it is an important warning. Ack?

PTAL 🙏

Copy link
Collaborator

@NickeZ NickeZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Beerosagos Beerosagos merged commit d26ad7c into BitBoxSwiss:staging-ln Dec 4, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants