1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/library/history
MozLando 8e4d7248ac Merge #5908
5908: Closes #5876: Removed @ObsoleteCoroutinesApi in tests r=sblatz a=shldhll


### Pull Request checklist
<!-- Before submitting the PR, please address each item -->
- [x] **Quality**: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended)
- [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not
- [ ] **Screenshots**: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not
- [ ] **Accessibility**: The code in this PR follows [accessibility best practices](https://github.com/mozilla-mobile/shared-docs/blob/master/android/accessibility_guide.md) or does not include any user facing features

### After merge
- [ ] **Milestone**: Make sure issues finished by this pull request are added to the [milestone](https://github.com/mozilla-mobile/fenix/milestones) of the version currently in development.

### To download an APK when reviewing a PR:
1. click on Show All Checks,
2. click Details next to "Taskcluster (pull_request)" after it appears and then finishes with a green checkmark,
3. click on the "Fenix - assemble" task, then click "Run Artifacts".
4. the APK links should be on the left side of the screen, named for each CPU architecture

Co-authored-by: shldhll <iam.shldhll@gmail.com>
2019-10-14 16:52:22 +00:00
..
viewholders For #2570: Hide 3-dots menu for all library items when in select mode (#5699) 2019-10-10 23:02:22 -07:00
HistoryAdapter.kt Rename HistoryStore/State/Action to HistoryFragmentStore/State/Action. 2019-09-03 10:09:06 -07:00
HistoryController.kt Rename HistoryStore/State/Action to HistoryFragmentStore/State/Action. 2019-09-03 10:09:06 -07:00
HistoryDataSource.kt Add tryGetHostFromUrl and update ExceptionDomains 2019-09-19 22:40:35 -04:00
HistoryDataSourceFactory.kt For #4137 - Fixes HistoryInteractorTest 2019-07-31 14:35:33 -07:00
HistoryFragment.kt Optimized imports. Closes #5876 2019-10-10 04:17:43 +05:30
HistoryFragmentStore.kt Fix ktlint MaxLineLength issues. 2019-09-03 10:09:06 -07:00
HistoryInteractor.kt For #4398 - add HistoryController (#4837) 2019-08-27 10:33:40 -07:00
HistoryItemMenu.kt Move classes out of top-level package 2019-08-21 13:52:30 -07:00
HistoryView.kt For #2570: Hide 3-dots menu when in select mode for bookmarks and history (#5173) 2019-09-12 13:56:39 -07:00
HistoryViewModel.kt For #4137 - Fixes HistoryInteractorTest 2019-07-31 14:35:33 -07:00