Commit Graph

12477 Commits (fenix/122.0)
 

Author SHA1 Message Date
Colin Lee a04ab155f5 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/620: Top toolbar flashes "fragment_browser" when exiting Settings 5 years ago
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 5 years ago
Sawyer Blatz fc537c42ec [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/566: Clears search on new tab 5 years ago
Emily Kager b924df54f5 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/484 -Library Screen UI remove divider, add selectable background 5 years ago
Colin Lee 3aeaac9459 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/589: Add sample unit tests for a component 5 years ago
Sawyer Blatz 0a639183b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/537: Removes unused asset 5 years ago
Colin Lee 452d157f0c [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/575: Crash "IllegalStateException: Display already acquired" 5 years ago
ekager 28101b5f43 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/586 - Use Circular Ripple for Tab List Header Icons 5 years ago
Sawyer Blatz 7de08b2eba [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/584: Adds missing string descriptions 5 years ago
Colin Lee 3f4cb75bb0 [fenix] Handle listener state bugs as onViewCreated isn't always called 5 years ago
Colin Lee 0ce3ec8ed7 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/571: Startup IncompatibleClassChangeError crash on Android 6.0 5 years ago
Colin Lee 3dae7c48d1 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/545: overflow menu multitasking deletes private and non-private 5 years ago
Colin Lee 9b1c5ef4d5 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/568: Crash on custom tabs menu if no other tabs are open 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 14cd28da3d [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/551: Cropped Sessions Info Box 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
Colin Lee 7c1b83650c [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/545: overflow menu for multitasking mixes regular and private 5 years ago
Colin Lee 06a8f5630d [fenix] BrowserToolbar UrlCommitListener requires Boolean return 5 years ago
Emily Kager ba8052adf7 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/546 - Uses Minimum Touch Target Size for Tab Header Buttons 5 years ago
Jeff Boek fccef0c7b3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Uses synthetic imports 5 years ago
Jeff Boek 55fc77fcb6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Removes unneeded if statement 5 years ago
Jeff Boek 4c1dcb7383 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds some descriptive comments for temporary values 5 years ago
Jeff Boek d68e21c9ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds menu to delete a single item 5 years ago
Jeff Boek 502dc1257d [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Emits action on delete 5 years ago
Jeff Boek 912d8dbb04 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Changes delete text depending on the number of items selected 5 years ago
Jeff Boek 2431d61130 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Display number of selected items in the delete button 5 years ago
Jeff Boek a2fee5b715 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds a button to delete history 5 years ago
Jeff Boek ac6d3a3f71 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Forces history titles to be a single line 5 years ago
Jeff Boek 40238c9f35 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Handles back press in edit mode 5 years ago
Jeff Boek 244b43db35 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Dont set the checkbox if it already contains the right value 5 years ago
Jeff Boek 54d8091a0f [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds ability to toggle checkbox by selecting item 5 years ago
Jeff Boek 53851d38fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds selected items to the history component state 5 years ago
Jeff Boek b9d0109592 [fenix] For https://github.com/mozilla-mobile/fenix/issues/357 - Adds an editing mode to the history component 5 years ago
Sawyer Blatz ac7109db14 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/530: Adds private keyboard support 5 years ago
Mitchell Hentges 147e137e62 [fenix] Ensures that fenix team is also notified of automation changes 5 years ago
Mitchell Hentges 53fbc72f32 [fenix] Changes global code owner to mozilla-mobile/fenix 5 years ago
Mitchell Hentges 1aef3e2272 [fenix] Sets up CODEOWNERS file 5 years ago
Colin Lee 009b03a195 [fenix] Default to LeakCanary being off 5 years ago
Colin Lee 0fafb06ec7 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/523: Multitasking unpressable after Home button and reopen 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
Emily Kager f1f1211008 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/508 - Use Default Component Text Size for Toolbar 5 years ago
Sawyer Blatz fd17d83289 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/511: Corrects theming for home fragment menu 5 years ago
Sebastian Kaspari e3d9e80252 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/444: Adapt version code for aarch64 to follow order: X86 > aarch64 > ARM. 5 years ago
Sebastian Kaspari 7f8f40c805 [fenix] Pass concept-fetch Client implementation to SearchSuggestionProvider. 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
Emily Kager b55b72f0f6 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/487 - Replace home toolbar icon with tabs icon 5 years ago
Jeff Boek 36433876ec [fenix] For https://github.com/mozilla-mobile/fenix/issues/490 - Fixes navigation when selecting a history item 5 years ago
Jeff Boek a9e9f2b9d1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/490 - Properly closes the library when launched from the home view 5 years ago
Colin Lee 1ddaffa988 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/488: LeakCanary crash 5 years ago
Jeff Boek da12c7410a [fenix] Adds build date to the about page 5 years ago