-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
[2870] Add an in-app changelog #3810
[2870] Add an in-app changelog #3810
Conversation
.observeOn(AndroidSchedulers.mainThread()) | ||
.subscribe( | ||
{ items -> recyclerView.adapter = ChangelogAdapter(items) }, | ||
{ throwable -> throwable.printStackTrace() } |
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.
Do we need to log this somehow?
@@ -420,6 +421,10 @@ class MainActivity : BaseActivity(), NavigationDrawerListener { | |||
binding.bottomNavigationInclude.bottomNavigation.selectNavigationItem(0) | |||
binding.bottomNavigationInclude.bottomNavigation.installBottomNavigation(this) | |||
handleIntent(intent) | |||
|
|||
if (isFlavors(AppFlavors.OFF)) { |
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.
only for OFF now
f338d81
to
836b148
Compare
0594542
to
a6ab8af
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Code-wise it's ok. @teolemon have you tested?
Not yet, but it looks good. My biggest concern was architecture wise (so that we don't show the message twice, and that we have a simple translation path) |
@naivekook isn't there anything to use the resources created by fastlane with the |
@VaiTon sorry I don't understand the question |
Ok, let's merge and debug in the internal release 👍 YOLO :-) |
Description
Add new screen to show all our new functionality to users in a fancy way.
Related issues
Linked issue #{2870}
Related PRs
Screenshots