Skip to content

Add base HistoryActivity for testing#1447

Merged
danesfeder merged 1 commit into
masterfrom
dan-history
Oct 23, 2018
Merged

Add base HistoryActivity for testing#1447
danesfeder merged 1 commit into
masterfrom
dan-history

Conversation

@danesfeder
Copy link
Copy Markdown
Contributor

This PR extracts the history code from ComponentNavigationActivity into a base HistoryActivity class so we can more easily add it to our examples for testing purposes.

@danesfeder danesfeder added this to the 0.22.0 milestone Oct 22, 2018
@danesfeder danesfeder self-assigned this Oct 22, 2018
Copy link
Copy Markdown
Contributor

@Guardiola31337 Guardiola31337 left a comment

Choose a reason for hiding this comment

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

Other that one minor question this looks good to me 👍

Thanks for extracting this logic out @danesfeder 🙇

<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<action android:name="android.intent.action.VIEW"/>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Curious 🤔 Why is this needed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

screen shot 2018-10-23 at 9 33 21 am

This lint warning was highlighting the whole AndroidManifest.xml

@danesfeder danesfeder merged commit 367eea0 into master Oct 23, 2018
@danesfeder danesfeder deleted the dan-history branch October 23, 2018 14:10
@danesfeder danesfeder mentioned this pull request Oct 24, 2018
11 tasks
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