Commit Graph

458 Commits (7e6d91165721472e061a2f459ee8d5417178146c)

Author SHA1 Message Date
Sawyer Blatz 504fc41e51 For #1072: Modifies icons 5 years ago
Sawyer Blatz d2af87f8f8 For #1072: Adds grabber handle bounce animation 5 years ago
Sawyer Blatz 4acd939289 For #1072: Adds grabber handle 5 years ago
Sawyer Blatz 994d88542e For #1072: Adds basic view 5 years ago
Sawyer Blatz 557cb95082 Closes #1119: Removes unused crash_container 5 years ago
Emily Kager bb3ebbdbe2 Closes #932 - Home Page UI polish 5 years ago
Emily Kager 90d2185db9 Closes #1056 - Add overscroll glow color for light theme 5 years ago
Sawyer Blatz 5e96b2037e
Closes #1039: Adds crash reporting (#1053)
* For #1039: Small cleanup

* Closes #1039: Adds crash reporting

* Add images

* Adds build settings back

* Fix nits
5 years ago
Emily Kager 202b195215 Closes #1089 - Default Search Engine should be shown in Pref summary 5 years ago
Emily Kager 49e24ec2dc Closes #1080 - Update Normal Browsing Toggle Color 5 years ago
ekager fcda84dce7 Closes #1030 - Fixes navigation, white screen after back button 5 years ago
Jonathan Almeida fb8c82b1bd Closes #1054: Separate SEND intent from VIEW 5 years ago
Colin Lee 0ac3e5369d Fixes #1050: Fenix sessions save and close upon opening 5 years ago
Emily Kager 56f4174c02 Closes #1043 - Remove redundant CustomTabsToolbarFeature 5 years ago
Emily Kager 8cfdae7973 Closes #1045 - Add crash reporting bool to settings 5 years ago
Arturo Mejia 32478edf00 Moving onTrimMemory to application level. 5 years ago
Jeff Boek 7cbf73fa8c No Issue - Fixes startup crash in nightly 5 years ago
Jeff Boek 3f86764a3a Fixes #1041 - Disables telemetry when the toggle is off 5 years ago
Sawyer Blatz 8620b78d6a
Closes #832 & For #222: Adds basic custom tab integration (#1026) 5 years ago
Colin Lee 6e1655e935 Fix #1032: Crash altering sessions DB on main thread 5 years ago
Emily Kager 9255962219 Revert "Closes #517 - Pressing back after clicking tabs should reopen browsing"
This reverts commit f1ad83d404.
5 years ago
Sawyer Blatz 463ab8bf79 No issue: Fixes compilation errors with a-c 47.0 5 years ago
Emily Kager 4f6cc8efec No issue: update Androidx dependencies 5 years ago
Grisha Kruglov 2b00d1120f Integrate BackgroundSyncManager, enable history syncing
This patch integrates the new a-c BackgroundSyncManager, which is the
main entry point for interacting with Sync. Behind the scenes, it uses
WorkManager in order to sync configured syncable stores.

Current behaviour:
- sync runs on start, with a slight delay
- sync runs on a schedule few times a day, to lessen the startup sync burden

Also included is a basic UI integration in order to allow user to synchronize
on demand, and monitor sync state.
5 years ago
Grisha Kruglov 1e1c8a7b46 Pre: fix an IDE warning 5 years ago
Emily Kager 8c2f80a3ef Closes #654 - Use new two state button for menu toolbar buttons 5 years ago
Arturo Mejia 2fa25a86f0 Closes #1004: Integrating ThumbnailsFeature. 5 years ago
Sawyer Blatz 9d18bbad12
Closes #847: Implement onCancelEditing to handle keyboard backPress (#929) 5 years ago
Sawyer Blatz 33b83fb0e3
Closes #832: Adds custom tabs menu (#944) 5 years ago
Sawyer Blatz 78c3db1fc8
Fixes #992: Updates account implementation for a-c 47.0 (#995) 5 years ago
Harsh Shandilya 7132229b16 SearchView: Replace deprecated calls with recommended method
Resources#getDrawable(int) has been deprecated in favour
of Resources#getDrawable(int, Theme). Make the suitable changes
in SearchView class to reflect this.

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
5 years ago
Jeff Boek 044e8fd7fa For #973 - Adds first metric to track 5 years ago
Jeff Boek 644e88dacb For #965 - Uses proper initialization call depending on the key type 5 years ago
Jeff Boek fcb75aaa53 No Issue - Fixes crash when no valid .leanplum_token is present 5 years ago
Jeff Boek 9dc0b4781a Fixes #965 - Adds a metrics wrapper for telemetry 5 years ago
Emily Kager f66bae0801 Closes #963 - Hooks up show search suggestion pref 5 years ago
Emily Kager 8d442c062d Closes #884 - Set and use default search engine 5 years ago
Emily Kager dc257a09aa Closes #873 - Themes History Fragment colors 5 years ago
Arturo Mejia fd4acf6e92 Upgrade AC dependency to 0.47.0-SNAPSHOT and GV to 67.0.20190312095443 (#958)
* Upgrade AC dependency to 0.47.0-SNAPSHOT and GV to 67.0.20190312095443

* Fix compliation errors
5 years ago
Jeff Boek 79395631d7 Fixes #870 - Fixes logic for the session bottom sheet fragment for private mode
Also fixes #871
5 years ago
Emily Kager 3a558f6f78 Closes #900 - Use Settings BrowserDirection from Settings 5 years ago
Jeff Boek dae42a7451 Fixes #945 - Ties leanplum to telemetry toggle 5 years ago
ekager 49142349b8 Closes #824 - Removes evenOdd from icons that need theme color 5 years ago
Jeff Boek 521ca74836 Fixes #891 - Adds the leanplum sdk 5 years ago
Emily Kager 82fd77e136 Closes #866 - Add Install Packages permission to download APKs from Fenix 5 years ago
Emily Kager 0482a84c67 Closes #855 - Remove customtab check for CustomTabToolbarFeature 5 years ago
Sawyer Blatz b1d0233b04 Closes #814: Scrolls to top after session restore 5 years ago
Sawyer Blatz d6ebd88186
Closes #804: Adds disable private browsing content description (#851) 5 years ago
Daniel Holbert 44336c429c Fix stray HTML tag in about.html
Just moving the `html` tag to the beginning (to be the parent of the `head`, rather than its next-sibling).

I'm also deindenting `body` and its contents so that the indentation is consistent. (Alternately, we could increase the indentation of `head` and all of its contents, but that seems unnecessary, and it would probably force the `img#wordmark` /**/ comment to wrap to 3 lines. Seems simpler to just have html/body/head all at the same level of indentation, which is a somewhat common practice to save on indentation.)

This fixes #901.
5 years ago
ekager 205af4153d Closes #867 - Update Default Browser Toggle in onResume 5 years ago
Emily Kager d15e4bb3fa Closes #877 - Add Search Engine Settings 5 years ago
Sawyer Blatz a79134fdc3
Closes #823 & Closes #835: Refactors openToBrowserAndLoad to include fromFragment (#833) 5 years ago
Emily Kager 65fa904a21 No issue: remove breaking AC change params (#878) 5 years ago
Emily Kager 58b32e944b Revert "Closes #811 - Clear stack after switching to private browsing" (#876)
This reverts commit 8b793cd43e.
5 years ago
Emily Kager 8b793cd43e Closes #811 - Clear stack after switching to private browsing 5 years ago
Sawyer Blatz 4bc3dae00d
Fixes #848: Corrects private browsing explanation string (#849) 5 years ago
Jeff Boek 4af11a1e2b Fixes #858 - Reverts send and share string for UR (#859) 5 years ago
Jeff Boek d413b7228f Fixes compiler error for new version of A-C 5 years ago
Emily Kager 513b16ff0e Suppress unreachable code hack 5 years ago
Sawyer Blatz c4b3927f2e Fixes #836: Creates new private tab in new session from menu bar 5 years ago
Jeff Boek 3f6c68cced Attempts to fix nightly builds 5 years ago
Jeff Boek 7c3bc3a162 Updates strings 5 years ago
Sawyer Blatz 6cef7803d1
No issue: passes intent to handleOpenedFromExternalSourceIfNecessary (#834) 5 years ago
Sawyer Blatz e200807a7a
Fixes #706: Adds launchMode singleInstance (#829) 5 years ago
Colin Lee f5c3e0e35e Fixes #262: Need full screen functionality and "Entering full screen" 5 years ago
Emily Kager 56d2ae6d46 For #824 - Reformat ic_login 5 years ago
Sawyer Blatz 000a2236a2
Closes #505: Themes autocomplete highlight (#582)
* Closes #505: Themes autocomplete highlight

* Add Autocomplete highlight color

* Re-add getView fun which is used elsewhere in master

* Remove Test imports that aren't found
5 years ago
Colin Lee 9d3ef76929 For #747: Fix memory leak with HomeMenu 5 years ago
Emily Kager 476a8619a9 Remove test imports 5 years ago
Colin Lee b9aee25edd Fixes #675: Integrate Adjust SDK (for Greenfield flavor) 5 years ago
Jeff Boek c4fe44529a No issue - Adds basic tab theming 5 years ago
Jeff Boek 27c5570b43 For #673 - Dismiss bottom sheet on archive. Remove boolean logic 5 years ago
ekager f1ad83d404 Closes #517 - Pressing back after clicking tabs should reopen browsing 5 years ago
ekager c4674a9026 Closes #754 - Restore SearchFragment navigation logic 5 years ago
Christian Sadilek 1b1a9e0d11 Issue #418: Add account settings page and sign out functionality 5 years ago
Emily Kager 2df5fa2e52 Closes #613 - Do not close activity for normal tabs on back press 5 years ago
Jeff Boek e05f0894e8 For #673 - Modifies Session Bottom Sheet to work for current and archived sessions 5 years ago
Jeff Boek 22c915b5a4 For #673 - Trigger session overflow menu on session item menu 5 years ago
Jeff Boek 1aa3d7e1ad For #673 - Pulls out the session overflow action 5 years ago
Sawyer Blatz e9e74122b5 Closes #736 & Closes #722: Adds delete session button to private browsing 5 years ago
Sawyer Blatz d1219a26f5 Closes #749: Adds coloring to destructive history option 5 years ago
Arturo Mejia 725074ec16 Adding support for Site Permissions. 5 years ago
Colin Lee dfd3e93d17 Fixes #745: Integrate Browser-Icons component for favicons 5 years ago
Jeff Boek 77189a00a0 Fixes #741 - Dont show the current session in the previous session list 5 years ago
Jeff Boek abd225463a No issue - Fixes the shadow getting clipped on Session items 5 years ago
Jeff Boek 6e387a291c No Issue - Fixes spacing between tabs 5 years ago
Jeff Boek 7e995ee00b No Issue - Use a consistent color for a session item 5 years ago
Jeff Boek 104b6fbf22 No issue - pulls logic outside of the UIView 5 years ago
Sawyer Blatz 84a2b24554 Closes #510: Adds private browsing myths SUMO link 5 years ago
Sawyer Blatz e57aa67d60
Closes #664 & Closes #665: Refactors load to respect private mode (#667) 5 years ago
Sebastian Kaspari 2e4ab8b387 Closes #699: Firefox flavors: Re-use sharedUserId. 5 years ago
Sawyer Blatz 2f13c3f9f2
Closes #630: Polishes tab UI (#686) 5 years ago
Emily Kager 329e05c502 Closes #717 - Cut off session host preview at 64 5 years ago
Jeff Boek 1d4be1b665 For #633 - Remove only normal sessions, add a11y for glyphs 5 years ago
Jeff Boek 416382c3ad For #633 - Gives the user the ability to save their session 5 years ago
Grisha Kruglov 46789f4c62 Issue #418: Basic Firefox Accounts integration
This patch integrates relevant a-c components, and updates the current Preferences
UI to allow signing-in and displaying basic account information (email, displayName).

Currently there's no Accounts UI, and so singing out or otherwise interacting with the
account isn't possible.
5 years ago
Grisha Kruglov 9a9740bfd3 Issue #309: Consume Fenix megazord; enable Rust logging 5 years ago
Jeff Boek 59c514996b Fixes #362 - Auto closes session 5 years ago
Emily Kager 85cc76de1f Closes #478 - Use new attr to theme clear button in toolbar 5 years ago
Jeff Boek 000d5a2e54 Fixes #672 - Moves private browsing description out of sessions 5 years ago
Sawyer Blatz 57a0d97114 Fixes #678: Hides sessionsComponent in private mode 5 years ago
Jeff Boek c9237529cb Fixes #687 - Show the sessions placeholder when the session list is empty 5 years ago
Sebastian Kaspari e02724727e Update to Mozilla Android Components 0.45.0-SNAPSHOT and GeckoView Nightly 67.0.20190227104426. 5 years ago
Sebastian Kaspari 4aa2030ab1 Revert "Update to Mozilla Android Components 0.45.0-SNAPSHOT and GeckoView Nightly 67.0.20190226093755. (#676)"
This reverts commit 49d527d0dd.
5 years ago
Emily Kager 298049e28e Revert "Closes #478 - Use new AC attr to tint close button in the search bar"
This reverts commit df2c46621b.
5 years ago
ekager df2c46621b Closes #478 - Use new AC attr to tint close button in the search bar 5 years ago
Colin Lee 64ef207613 Limit Raptor to debug and special builds 5 years ago
Sebastian Kaspari 49d527d0dd Update to Mozilla Android Components 0.45.0-SNAPSHOT and GeckoView Nightly 67.0.20190226093755. (#676) 5 years ago
Jeff Boek 73a57f2b45 For #631 - Adds license and dimen 5 years ago
Jeff Boek 4a8a5c8c66 Replaces drawable with existing one 5 years ago
Jeff Boek d5aeec417b For #636 - Allow a user to delete a session 5 years ago
Jeff Boek 2ac2f9a9da For #635 - Restores a session 5 years ago
Jeff Boek 3ecf9d338e For #631 - Adds session item layout 5 years ago
Jeff Boek 8379c3d2cb For #631 - Puts tabs and sessions into a nested scrollview 5 years ago
Jeff Boek d62d41b46a For #631 - Passes data into the sessions component and render a list 5 years ago
Sawyer Blatz 56dadad35a
Closes #292: Adds placeholder advanced settings fragments (#638) 5 years ago
Emily Kager 5b8d40e6e0 Closes #655 - Show/Hide toolbar in onResume 5 years ago
Sawyer Blatz dddbb374e9 Fixes #661: Unflags OPEN_TO_BROWSER after use 5 years ago
ekager 7baafe2c37 Closes #647 - Private Mode Inherit from Dark Theme 5 years ago
Colin Lee f22f3ec9e2 Fixes #423: [Battery Performance] Set up Fenix and Raptor 5 years ago
nikit19 9d6ea0ac28 disable blank searches 5 years ago
Colin Lee 3ccce1b4d2 Fixes #293: Adds about settings page
Co-authored-by: Sawyer Blatz <sblatz@mozilla.com>
5 years ago
Emily Kager 2750b65cc3 Close #420 - Default Browser Preference reacts to default browser status 5 years ago
Sawyer Blatz 53f391de60
Closes #537: Refactors private sessions (#629) 5 years ago
Jeff Boek 5ab49ff7cf For #507 - Leaves a comment to explain the current state 5 years ago
Jeff Boek bacf84678d For #507 - Moves the loading of the URL to the fragment 5 years ago
Jeff Boek b03266fca3 For #507 - Use just the presenter over the feature 5 years ago
Colin Lee aa74e35955 Fixes #620: Top toolbar flashes "fragment_browser" when exiting Settings 5 years ago
Colin Lee be5e4c2426 Fixes #595: Galaxy S7: tap on URL bar doesn't register after task switch 5 years ago
Sawyer Blatz 797d1cc423 Fixes #566: Clears search on new tab 5 years ago
Emily Kager 1935f01879 Closes #484 -Library Screen UI remove divider, add selectable background 5 years ago
Colin Lee 5cf61c95db Fixes #589: Add sample unit tests for a component 5 years ago
Sawyer Blatz a2031b92cd For #537: Removes unused asset 5 years ago
Colin Lee d910bda929 Fixes #575: Crash "IllegalStateException: Display already acquired" 5 years ago
ekager 3954c55c53 Closes #586 - Use Circular Ripple for Tab List Header Icons 5 years ago
Sawyer Blatz bce5e77333 Closes #584: Adds missing string descriptions 5 years ago
Colin Lee 291f21aa8e Handle listener state bugs as onViewCreated isn't always called 5 years ago
Colin Lee 2d9157ce0d Fixes #545: overflow menu multitasking deletes private and non-private 5 years ago
Colin Lee 66ebb652a6 Fixes #568: Crash on custom tabs menu if no other tabs are open 5 years ago
Colin Lee b42a512b87 Fixes #557: Selected tab should appear with selected theme 5 years ago
Colin Lee 8fcef90c4a Fixes #551: Cropped Sessions Info Box 5 years ago
Colin Lee 6d71faa44d Fixes #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 03826651dd Fixes #545: overflow menu for multitasking mixes regular and private 5 years ago
Colin Lee 870621b958 BrowserToolbar UrlCommitListener requires Boolean return 5 years ago
Emily Kager 3f52178420 Closes #546 - Uses Minimum Touch Target Size for Tab Header Buttons 5 years ago
Jeff Boek 927c1bdc85 For #357 - Uses synthetic imports 5 years ago
Jeff Boek d3c0aa20c1 For #357 - Removes unneeded if statement 5 years ago
Jeff Boek 007cefa281 For #357 - Adds some descriptive comments for temporary values 5 years ago
Jeff Boek 4263f8ab3e For #357 - Adds menu to delete a single item 5 years ago
Jeff Boek 434c839b73 For #357 - Emits action on delete 5 years ago
Jeff Boek a65bd9b245 For #357 - Changes delete text depending on the number of items selected 5 years ago
Jeff Boek 1f276ec9fc For #357 - Display number of selected items in the delete button 5 years ago
Jeff Boek 20944ae1be For #357 - Adds a button to delete history 5 years ago
Jeff Boek 92dd055a86 For #357 - Forces history titles to be a single line 5 years ago
Jeff Boek 2cfc1bfc6a For #357 - Handles back press in edit mode 5 years ago
Jeff Boek a6e38165cb For #357 - Dont set the checkbox if it already contains the right value 5 years ago
Jeff Boek 0cc44d1ee2 For #357 - Adds ability to toggle checkbox by selecting item 5 years ago
Jeff Boek b7c7fd3100 For #357 - Adds selected items to the history component state 5 years ago
Jeff Boek 0cbcd93208 For #357 - Adds an editing mode to the history component 5 years ago
Sawyer Blatz 9bf0354d02 Closes #530: Adds private keyboard support 5 years ago
Colin Lee 2979c61868 Default to LeakCanary being off 5 years ago
Sawyer Blatz e5fe80f928
Closes #347: Adds private browsing logic (#506)
* For #347: Adds private browsing logic

*  For #347: Adds private session explainer

* Adds persistence
5 years ago
Emily Kager fe74df8b7f Closes #508 - Use Default Component Text Size for Toolbar 5 years ago
Sawyer Blatz 59c2594624 Fixes #511: Corrects theming for home fragment menu 5 years ago
Sebastian Kaspari 4a66c60548 Pass concept-fetch Client implementation to SearchSuggestionProvider. 5 years ago
Colin Lee ee229c9709 Fixes #354: Overflow menu for multitasking in current session 5 years ago
Emily Kager 06890d0837 Closes #487 - Replace home toolbar icon with tabs icon 5 years ago
Jeff Boek a4a9222a94 For #490 - Fixes navigation when selecting a history item 5 years ago
Jeff Boek 06403f3b3f For #490 - Properly closes the library when launched from the home view 5 years ago
Colin Lee ff96362551 Fixes #488: LeakCanary crash 5 years ago
Jeff Boek 2e525813f6 Adds build date to the about page 5 years ago
Sawyer Blatz 7531bc56f2 Closes #476: Adds browserToolbarMenuIcon theming 5 years ago
Colin Lee 2bc769190e Fixes #401: Resolve known leak and install LeakCanary 5 years ago
Sebastian Kaspari b4d1ac0d63 Closes #472: Integrate feature-session-bundling component.
This will take care of saving and restoring the (`SessionManager`) state.
5 years ago
Emily Kager ffd3049d99 Closes #463 - Add attr for home divider color for private mode theming 5 years ago
Jeff Boek 2fa814947a Fixes #390 - Gives Fenix the ability to respond to the assist intent 5 years ago
Jeff Boek 6f25b1cadd Fixes the library list item layout 5 years ago
Emily Kager 6cc8d433fc Closes #459 - Remove redundant awesome bar in browser fragment 5 years ago
Jeff Boek f37250127a Fixes #430 - Hides software keyboard when you background the app 5 years ago
Jeff Boek 5addcca524 For #456 - Adds popover menu to menu button 5 years ago
Jeff Boek 4873d989a0 Moves the shared toolbar component to the components package 5 years ago
Jeff Boek df3eaa2ca7 For #456 - Moves out KeyTrigger into its own file 5 years ago
Emily Kager 931778acac Add new tab and navigate to it 5 years ago
Emily Kager 0c8b2a8a1e Closes #449 - Adds Basic About Page with Dated Version Name 5 years ago
Colin Lee 83f637e386 Fixes #431: Scroll-down on the home screen messes up everything 5 years ago
Jeff Boek b6ab865e44 For #355 - Fixes the default context 5 years ago
Jeff Boek a0ac6bfb37 For #355 - Uses the generated Navigation directions 5 years ago
Jeff Boek d8845dc524 For #355 - Adds history section header 5 years ago
Jeff Boek babe5d7d9b For #355 - Adds favicon and menu placeholder 5 years ago
Jeff Boek 29227e6f90 For #355 - Fixes coroutine scope 5 years ago
Jeff Boek b9171cd99a For #355 - Navigat back to brows when you tap a history item 5 years ago
Jeff Boek aac39f97f2 For #355 - Creates ViewHolder for HistoryItem 5 years ago
Jeff Boek 64e96495cc For #355 - Adds history to the recyclerview 5 years ago
Jeff Boek 22ab6ac934 For #355 - Creates the history component 5 years ago
Jeff Boek 0b147d8956 For #355 - Adds the history fragment and the ability to navigate to it 5 years ago
Sawyer Blatz d543d776b1 Closes #438: Adds dynamic nav bar color 5 years ago
Sawyer Blatz 616af429dd Fixes #434: Settings visible in private mode 5 years ago
Emily Kager 94b52beab2 Remove unnecessary is inside when for objects 5 years ago
Emily Kager 414cf16658 Closes #436 - Make Toolbar Menu Item When Exhaustive 5 years ago
Emily Kager ed723557e9 Closes #440 - Set Find in Page colors from theme attrs 5 years ago