1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix
Mugurell 645674c9bd Closes #4396 - Add a Bookmarks Controller (#4593)
* For #4396 - Rename BookmarkInteractor methods

Following the naming model used in other Interactors this too will use reactive
method names in the form of "on..." instead of the previous imperative model.

Kept the imperative naming model for the methods from `SelectionInteractor` as
they are a new addition and I'm not sure about the future direction.

* For #4396 - Add a BookmarkController

It abstracts the Fragment behavior in a contract through which various
Interactors can inform about the specific View changes and can ask for
modifications in their container Fragment.

This contract and it's implementation - `DefaultBookmarkController` are the
result of extracting the container Fragment's business logic from
`BookmarkFragmentInteractor` in it's own standalone component.

* For #4396 - Refactored Bookmark related tests

Added a new `BookmarkControllerTest` tests class which complements the new
`BookmarkController` to ensure that it properly operates on `BookmarkFragment`

Also refactored the existing `BookmarkFragmentInteractorTest` to accommodate
`BookmarkFragmentInteractor`'s now more specialized behavior.
2019-08-19 08:34:57 -07:00
..
browser Extract quick action sheet observer code (#4368) 2019-08-19 08:28:33 -07:00
collections For #3424 - Make talkback ignore ImageButton in Collection Sele… (#3792) 2019-08-12 11:49:25 -04:00
components For #4799 #4790 - Don't use passed in sessions in BrowserToolbarController (#4800) 2019-08-18 20:36:40 -05:00
crashes For #4341 use camelCase for views referenced from code 2019-08-03 09:25:55 -07:00
customtabs No issue: Fix breaking AccountObserver API 2019-08-02 13:40:50 -04:00
downloads Closes #1657 - Use Gecko for downloads (#4296) 2019-08-02 17:28:30 -07:00
exceptions For #4508: Treats warnings as errors (#4543) 2019-08-07 14:00:53 -07:00
ext Issue #2379 - Use LibraryPageView in history 2019-08-01 15:59:55 -04:00
home For #4736: Display search shortcuts only from home or search widget 2019-08-15 12:24:54 -04:00
lib Remove redundant super calls 2019-07-29 10:22:53 -07:00
library Closes #4396 - Add a Bookmarks Controller (#4593) 2019-08-19 08:34:57 -07:00
onboarding No issue: Normalize license header comment (#3909) 2019-07-12 11:38:15 -07:00
quickactionsheet Extract quick action sheet observer code (#4368) 2019-08-19 08:28:33 -07:00
search For #4736: Display search shortcuts only from home or search widget 2019-08-15 12:24:54 -04:00
settings For #4421: Adds Leanplum events and attributes (#4626) 2019-08-14 13:48:45 -07:00
share For #4341 use camelCase for views referenced from code 2019-08-03 09:25:55 -07:00
utils For #4421: Add search widget attribute to Leanplum (#4694) 2019-08-14 12:00:29 -07:00
AppRequestInterceptor.kt Closes #3341 - Remove UserAgentRewriter 2019-07-31 11:05:42 -04:00
BrowserDirection.kt Use global navigation action for browser fragment (#4691) 2019-08-14 11:58:29 -05:00
BrowsingModeManager.kt Consodilate private browsing code 2019-08-09 11:00:41 -07:00
Config.kt No issue: Normalize license header comment (#3909) 2019-07-12 11:38:15 -07:00
Experiments.kt Fix #4612: Fetch experiments from Remote Settings CDN 2019-08-08 10:15:01 -07:00
FeatureFlags.kt Issue #4431: Integrate feature-media component (Nightly and debug builds only). (#4683) 2019-08-13 15:02:20 -05:00
FenixApplication.kt Add no-op experiment to test service-experiments integration (#4551) 2019-08-14 12:07:41 -05:00
FenixViewModelProvider.kt For #4529, #4427: Resuming after restoring instance state breaks UI (#4571) 2019-08-08 11:05:01 -05:00
HomeActivity.kt For #4736: Display search shortcuts only from home or search widget 2019-08-15 12:24:54 -04:00
IntentReceiverActivity.kt For #4457: Adds telemetry for search widget actions (#4714) 2019-08-14 11:39:54 -07:00
SearchWidgetProvider.kt For #4384: Hide mic icon if speech-to-text is unavailable (#4701) 2019-08-14 16:40:21 -07:00
ThemeManager.kt Consodilate private browsing code 2019-08-09 11:00:41 -07:00