forked from wbinarytree/android-architecture-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Master #1
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
Merged
Merged
Master #1
Conversation
This file contains hidden or 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
Verified with ./run_all_tests.sh
Update README.md
Create README.md
Change-Id: I9dd8db8cff0168b1c0a22c760357ab55dac59741
Update WorkManager sample to use 1.0.0 stable
As Architecture Components use AndroidX, we can safely switch to Navigation 2.0.0-rc02 Verified with ./run_all_tests.sh
Change-Id: I91b2f1fa66fea48eab572ce81eea39f3dd7b946e
* Tests pass. * Ran WorkManager sample app. Change-Id: I556152696c10f2d81d2e4a61e58ca77e75fbc482
Change-Id: I06b01c25068dabcf3e9ac11fc238b5feaecccefe
Change-Id: Ie5a4639ef454e2366385418171b0af418c4aa1db
Change-Id: If697ab08f995829bf66767d56348e75a430a50d0
Change-Id: I0811480de9bf0b417cf02ae34edb94f5131a27c1
Adds Navigation advanced sample
Change-Id: Ib0fb38a10114e6b71cd57c1cda4c14cba209b538
Upgrade to WorkManager 2.0.0-rc01.
[NavigationAdvancedSample] Adds optional case for item reselected
Verified with ./run_all_tests.sh
Verified with ./run_all_tests.sh
Additionally bump androidx.arch.core to 2.0.1 and add it as a dependency in WorkManagerSample and NavigationAdvanceSample to avoid conflicting versions between app and test variant.
Update Room dep to 2.1.0-alpha06
Fix scroll to top behavior in PagingWithNetworkSample
Update PagingWithNetworkSample README
Add an issue template to redirect to buganizer for FR / Bugs in libraries
…AsFlow-can-be-collected-just-once [Paging with Network] Fix consumeAsFlow can be collected just once
Thanks for catching it! Co-authored-by: Dustin Lam <[email protected]>
Update paging to 3.0.0-alpha05
[This change](https://android.googlesource.com/platform/frameworks/base.git/+/324c73f212b702d70cd101547ac6aaa8cf347888%5E%21/#F0) in the framework marked both parameters to the [ActivityLifecycleCallbacks.onActivitySaveInstanceState](https://developer.android.com/reference/kotlin/android/app/Application.ActivityLifecycleCallbacks#onActivitySaveInstanceState(android.app.Activity,%20android.os.Bundle)) as NonNull, so the trailing ? on outState: Bundle should be removed.
Navigation series This app consists of a list of items (donuts) in a RecyclerView and a dialog used to enter or edit information about those items. The sample is mainly useful in conjunction with the MAD Skills series of articles and videos that use the sample; there are other samples in this repo that are intended for more general-purpose exmaples of the Navigation Component.
Navigation series This app consists of a list of items (donuts) in a RecyclerView and a dialog used to enter or edit information about those items. The sample is mainly useful in conjunction with the MAD Skills series of articles and videos that use the sample; there are other samples in this repo that are intended for more general-purpose exmaples of the Navigation Component.
…e-components-samples into NavMadSkillsCreation
…e-components-samples into NavMadSkillsCreation
First commit for DonutTracker app, a sample for the MAD Skills
Test: ./gradlew lib:cC app:cC In FakeRedditApi, prepend and append were loading refresh data. Fixed append, and made prepend always return emptyList() for simplicity.
Additionally, add cachedIn() to prevent re-load on rotation.
Test: ./gradlew lib:cC app:cC Also removed unused NetworkState.
Update to paging 3.0.0-alpha11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.