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

Add "Show splash view" to debug menu #330

Merged
merged 5 commits into from
Feb 14, 2017

Conversation

takuaraki
Copy link
Contributor

@takuaraki takuaraki commented Feb 13, 2017

Issue

Overview (Required)

Main

  • Add "Show splash view" to debug menu ff39dca

Other

I encountered leak of SplashActivity and I commit 9bfd0be to fix the leak.
The leak may be resolved by #329 .

Links

N/A

Screenshot

@takuaraki
Copy link
Contributor Author

Oh. My PR may conflict #329 ...

@konifar
Copy link
Contributor

konifar commented Feb 13, 2017

Sorry, can you resolve? 🙇

# Conflicts:
#	app/src/main/java/io/github/droidkaigi/confsched2017/view/activity/SplashActivity.java
@takuaraki
Copy link
Contributor Author

I resolved conflict 😸

@@ -86,6 +86,11 @@
android:theme="@style/AppTheme.ColoredStatusBar"
/>

<activity
android:name=".view.activity.SplashViewActivity"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think SplashDemoActivity is better name.
What do you think?

@@ -39,6 +40,9 @@
NotificationStrategy notificationStrategy;

@Inject
ShowSplashStrategy showSplashStrategy;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's not good to add many debug menu to debot 🤔
No need to fix on this PR. But I might arrange the debug / developer menu later.

@konifar
Copy link
Contributor

konifar commented Feb 14, 2017

LGTM! Thanks 👍

@konifar konifar merged commit 28fd171 into DroidKaigi:master Feb 14, 2017
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.

3 participants