Commit Graph

63 Commits (b485bbef29470b14699b4f1dc8f27a372bef9b79)

Author SHA1 Message Date
Colin Lee 447b6c9526 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1050: Fenix sessions save and close upon opening 5 years ago
Colin Lee 5cf2fa2389 [fenix] Fix https://github.com/mozilla-mobile/fenix/issues/1032: Crash altering sessions DB on main thread 5 years ago
Sawyer Blatz 827a128b85 [fenix] No issue: Fixes compilation errors with a-c 47.0 5 years ago
Emily Kager f3933d34e6 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/884 - Set and use default search engine 5 years ago
Jeff Boek 3613f52518 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/870 - Fixes logic for the session bottom sheet fragment for private mode
Also fixes https://github.com/mozilla-mobile/fenix/issues/871
5 years ago
Sawyer Blatz a3b1210b35 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/814: Scrolls to top after session restore 5 years ago
Sawyer Blatz e1c4698859 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/804: Adds disable private browsing content description (https://github.com/mozilla-mobile/fenix/pull/851) 5 years ago
Emily Kager 43e2c306fa [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/877 - Add Search Engine Settings 5 years ago
Sawyer Blatz 81afb77e04 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/823 & Closes https://github.com/mozilla-mobile/fenix/issues/835: Refactors openToBrowserAndLoad to include fromFragment (https://github.com/mozilla-mobile/fenix/pull/833) 5 years ago
Emily Kager 9e5c823ac2 [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/811 - Clear stack after switching to private browsing" (https://github.com/mozilla-mobile/fenix/pull/876)
This reverts commit 62b743ee072a8b72375ac3e64085f1f7a993d6ad.
5 years ago
Emily Kager 672e4b7651 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/811 - Clear stack after switching to private browsing 5 years ago
Jeff Boek 97de95c41d [fenix] Fixes compiler error for new version of A-C 5 years ago
Colin Lee 0cc6302190 [fenix] For https://github.com/mozilla-mobile/fenix/issues/747: Fix memory leak with HomeMenu 5 years ago
Jeff Boek eb19c3a642 [fenix] For https://github.com/mozilla-mobile/fenix/issues/673 - Dismiss bottom sheet on archive. Remove boolean logic 5 years ago
Jeff Boek 3cd141bffd [fenix] For https://github.com/mozilla-mobile/fenix/issues/673 - Modifies Session Bottom Sheet to work for current and archived sessions 5 years ago
Jeff Boek 55b8b21e5c [fenix] For https://github.com/mozilla-mobile/fenix/issues/673 - Trigger session overflow menu on session item menu 5 years ago
Jeff Boek ba251f0df0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/673 - Pulls out the session overflow action 5 years ago
Sawyer Blatz 9c136469b8 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/736 & Closes https://github.com/mozilla-mobile/fenix/issues/722: Adds delete session button to private browsing 5 years ago
Jeff Boek f3e8316105 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/741 - Dont show the current session in the previous session list 5 years ago
Sawyer Blatz 2f765631d6 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/510: Adds private browsing myths SUMO link 5 years ago
Jeff Boek 8412f2e37e [fenix] For https://github.com/mozilla-mobile/fenix/issues/633 - Remove only normal sessions, add a11y for glyphs 5 years ago
Jeff Boek 4ca4df9ca9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/633 - Gives the user the ability to save their session 5 years ago
Jeff Boek 185ca50890 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/672 - Moves private browsing description out of sessions 5 years ago
Sawyer Blatz 8555fc3e45 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/678: Hides sessionsComponent in private mode 5 years ago
Jeff Boek 0165735fd5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/636 - Allow a user to delete a session 5 years ago
Jeff Boek 3dd377b331 [fenix] For https://github.com/mozilla-mobile/fenix/issues/635 - Restores a session 5 years ago
Jeff Boek 4412fc5298 [fenix] For https://github.com/mozilla-mobile/fenix/issues/631 - Puts tabs and sessions into a nested scrollview 5 years ago
Jeff Boek 6d293a703f [fenix] For https://github.com/mozilla-mobile/fenix/issues/631 - Passes data into the sessions component and render a list 5 years ago
Emily Kager 24d5391c16 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/655 - Show/Hide toolbar in onResume 5 years ago
Sawyer Blatz 0524579c46 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/537: Refactors private sessions (https://github.com/mozilla-mobile/fenix/pull/629) 5 years ago
Colin Lee 3f4cb75bb0 [fenix] Handle listener state bugs as onViewCreated isn't always called 5 years ago
Colin Lee 36e09d14fb [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/557: Selected tab should appear with selected theme 5 years ago
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.
5 years ago
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
5 years ago
Colin Lee 12701ada25 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/354: Overflow menu for multitasking in current session 5 years ago
Jeff Boek 66f6db029c [fenix] For https://github.com/mozilla-mobile/fenix/issues/456 - Adds popover menu to menu button 5 years ago
Jeff Boek a802d90d3b [fenix] For https://github.com/mozilla-mobile/fenix/issues/456 - Moves out KeyTrigger into its own file 5 years ago
Colin Lee 96b742bcfb [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/431: Scroll-down on the home screen messes up everything 5 years ago
Sawyer Blatz fbc9c78510 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/438: Adds dynamic nav bar color 5 years ago
Colin Lee d6e79694f8 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/351 Create home screen component for multitasking 5 years ago
Emily Kager 8e2ddbefd0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/403 Use Fragments for Navigation, Add Toolbar to HomeActivity 5 years ago
Sawyer Blatz 294c35a84b [fenix] Closes https://github.com/mozilla-mobile/fenix/pull/363 & Closes https://github.com/mozilla-mobile/fenix/issues/364: Adds private browsing theme (https://github.com/mozilla-mobile/fenix/pull/405)
* For https://github.com/mozilla-mobile/fenix/issues/345 https://github.com/mozilla-mobile/fenix/issues/346 - Adds private browsing theme

Co-authored-by: Sawyer Blatz <sdblatz@gmail.com>

* Abstracts theme management

* Theme browser toolbar

* Remove unused imports

* Begin work on sharedPreferences

* fix lint

* https://github.com/mozilla-mobile/fenix/issues/346 - Refactors ThemeManager to take a callback

* Adds clean status bar and nav bar

* lint

* Themes settings icons better

* Small clean up
5 years ago
Jeff Boek e12754121f [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/362 - Downgrade to ConstraintLayout 2.0.0-alpha2
There is currently an issue with visibility changes in ConstraintLayout 2.0.0-alpha3
https://issuetracker.google.com/issues/122090772
For now we're going to manually implement KeyTriggers.
5 years ago
Emily Kager 2db2d21c4e [fenix] Part of https://github.com/mozilla-mobile/fenix/issues/288 - Set up basic settings menu 5 years ago
Colin Lee ecbfa2bcfc [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/290: Integrate new Fenix architecture 5 years ago
Colin Lee c0a89dc3c1 [fenix] Make ktlint and detekt style changes 5 years ago
Colin Lee c062bbb6f9 [fenix] Fix MotionLayout animation the proper way 5 years ago
Jeff Boek 4e5750df9f [fenix] For https://github.com/mozilla-mobile/fenix/issues/141 - Cleans up search UI 5 years ago
Jeff Boek 1523b47403 [fenix] Cleans up animation between search bar states 5 years ago
Jeff Boek 2ca556cbdb [fenix] Cleans up the elevation transition for the search bar on the homescreen 5 years ago