2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00
Commit Graph

137 Commits

Author SHA1 Message Date
Jeff Boek
fb009c7f0a [fenix] For https://github.com/mozilla-mobile/fenix/issues/507 - Leaves a comment to explain the current state 2019-02-21 11:29:13 -08:00
Jeff Boek
dfb4f29848 [fenix] For https://github.com/mozilla-mobile/fenix/issues/507 - Moves the loading of the URL to the fragment 2019-02-21 11:29:13 -08:00
Jeff Boek
e8392c43fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/507 - Use just the presenter over the feature 2019-02-21 11:29:13 -08:00
Colin Lee
c7088ee0a3 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/595: Galaxy S7: tap on URL bar doesn't register after task switch 2019-02-20 22:12:29 -06:00
Sawyer Blatz
fc537c42ec [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/566: Clears search on new tab 2019-02-20 15:32:24 -06:00
Colin Lee
3aeaac9459 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/589: Add sample unit tests for a component 2019-02-20 09:20:40 -08:00
Colin Lee
452d157f0c [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/575: Crash "IllegalStateException: Display already acquired" 2019-02-20 10:05:49 -06:00
Colin Lee
3f4cb75bb0 [fenix] Handle listener state bugs as onViewCreated isn't always called 2019-02-19 09:08:25 -08:00
Colin Lee
3dae7c48d1 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/545: overflow menu multitasking deletes private and non-private 2019-02-18 11:09:47 -06:00
Colin Lee
9b1c5ef4d5 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/568: Crash on custom tabs menu if no other tabs are open 2019-02-17 23:29:14 -08:00
Colin Lee
36e09d14fb [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/557: Selected tab should appear with selected theme 2019-02-16 20:55:44 -08:00
Colin Lee
45d61ca51f [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/541: Crash on Home Screen
The Android Lifecycle Architecture component does not have fine-grained enough lifecycle event callbacks to safely manage Rx subscriptions in Fragment lifecycles. Added autodispose to simplify.
2019-02-16 19:40:39 -08:00
Colin Lee
7c1b83650c [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/545: overflow menu for multitasking mixes regular and private 2019-02-16 19:39:47 -08:00
Colin Lee
06a8f5630d [fenix] BrowserToolbar UrlCommitListener requires Boolean return 2019-02-16 17:28:38 -06:00
Jeff Boek
fccef0c7b3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Uses synthetic imports 2019-02-15 16:28:03 -08:00
Jeff Boek
55fc77fcb6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Removes unneeded if statement 2019-02-15 16:28:03 -08:00
Jeff Boek
4c1dcb7383 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds some descriptive comments for temporary values 2019-02-15 16:28:03 -08:00
Jeff Boek
d68e21c9ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds menu to delete a single item 2019-02-15 16:28:03 -08:00
Jeff Boek
502dc1257d [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Emits action on delete 2019-02-15 16:28:03 -08:00
Jeff Boek
912d8dbb04 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Changes delete text depending on the number of items selected 2019-02-15 16:28:03 -08:00
Jeff Boek
2431d61130 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Display number of selected items in the delete button 2019-02-15 16:28:03 -08:00
Jeff Boek
a2fee5b715 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds a button to delete history 2019-02-15 16:28:03 -08:00
Jeff Boek
40238c9f35 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Handles back press in edit mode 2019-02-15 16:28:03 -08:00
Jeff Boek
244b43db35 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Dont set the checkbox if it already contains the right value 2019-02-15 16:28:03 -08:00
Jeff Boek
54d8091a0f [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds ability to toggle checkbox by selecting item 2019-02-15 16:28:03 -08:00
Jeff Boek
53851d38fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds selected items to the history component state 2019-02-15 16:28:03 -08:00
Jeff Boek
b9d0109592 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds an editing mode to the history component 2019-02-15 16:28:03 -08:00
Sawyer Blatz
ac7109db14 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/530: Adds private keyboard support 2019-02-15 14:37:57 -08:00
Sawyer Blatz
b7454bc4a7 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/347: Adds private browsing logic (https://github.com/mozilla-mobile/fenix/pull/506)
* For https://github.com/mozilla-mobile/fenix/issues/347: Adds private browsing logic

*  For https://github.com/mozilla-mobile/fenix/issues/347: Adds private session explainer

* Adds persistence
2019-02-15 09:31:03 -08:00
Emily Kager
f1f1211008 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/508 - Use Default Component Text Size for Toolbar 2019-02-14 20:34:51 -06:00
Sawyer Blatz
fd17d83289 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/511: Corrects theming for home fragment menu 2019-02-14 13:44:44 -06:00
Sebastian Kaspari
7f8f40c805 [fenix] Pass concept-fetch Client implementation to SearchSuggestionProvider. 2019-02-14 10:18:20 -06:00
Colin Lee
12701ada25 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/354: Overflow menu for multitasking in current session 2019-02-14 10:14:57 -06:00
Emily Kager
b55b72f0f6 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/487 - Replace home toolbar icon with tabs icon 2019-02-13 15:33:55 -08:00
Jeff Boek
36433876ec [fenix] For https://github.com/mozilla-mobile/fenix/issues/490 - Fixes navigation when selecting a history item 2019-02-13 16:13:20 -06:00
Jeff Boek
a9e9f2b9d1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/490 - Properly closes the library when launched from the home view 2019-02-13 16:13:20 -06:00
Jeff Boek
da12c7410a [fenix] Adds build date to the about page 2019-02-13 13:20:12 -06:00
Sawyer Blatz
40acbaf627 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/476: Adds browserToolbarMenuIcon theming 2019-02-13 12:56:04 -06:00
Colin Lee
b3e1b4bc0a [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/401: Resolve known leak and install LeakCanary 2019-02-13 09:37:13 -08:00
Sebastian Kaspari
16db6131e3 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/472: Integrate feature-session-bundling component.
This will take care of saving and restoring the (`SessionManager`) state.
2019-02-13 09:35:45 -08:00
Jeff Boek
bf305c1032 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/430 - Hides software keyboard when you background the app 2019-02-12 16:34:49 -08:00
Jeff Boek
66f6db029c [fenix] For https://github.com/mozilla-mobile/fenix/issues/456 - Adds popover menu to menu button 2019-02-12 16:25:40 -08:00
Jeff Boek
d340e18216 [fenix] Moves the shared toolbar component to the components package 2019-02-12 16:25:40 -08:00
Jeff Boek
a802d90d3b [fenix] For https://github.com/mozilla-mobile/fenix/issues/456 - Moves out KeyTrigger into its own file 2019-02-12 16:25:40 -08:00
Emily Kager
2d781cc316 [fenix] Add new tab and navigate to it 2019-02-12 16:04:01 -08:00
Emily Kager
5a7b905b28 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/449 - Adds Basic About Page with Dated Version Name 2019-02-12 16:04:01 -08:00
Colin Lee
96b742bcfb [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/431: Scroll-down on the home screen messes up everything 2019-02-12 16:14:46 -06:00
Jeff Boek
5e70cca8c6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/355 - Fixes the default context 2019-02-12 13:44:09 -08:00
Jeff Boek
a6606690b8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/355 - Uses the generated Navigation directions 2019-02-12 13:44:09 -08:00
Jeff Boek
a0b638d851 [fenix] For https://github.com/mozilla-mobile/fenix/issues/355 - Adds history section header 2019-02-12 13:44:09 -08:00