Commit Graph

532 Commits (6afc414b8375ff7bc283fbfca00fcd73097b4959)
 

Author SHA1 Message Date
Sawyer Blatz 390235ebc6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1072: Adds grabber handle bounce animation 5 years ago
Sawyer Blatz 12f289798b [fenix] For https://github.com/mozilla-mobile/fenix/issues/1072: Adds grabber handle 5 years ago
Sawyer Blatz c1da6491d8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1072: Adds basic view 5 years ago
Sawyer Blatz cf13448018 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1119: Removes unused crash_container 5 years ago
Emily Kager a56a895961 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/932 - Home Page UI polish 5 years ago
Grisha Kruglov b485bbef29 [fenix] Revert "Bump app-services gradle plugin version"
This reverts commit e8da8c78229cc702082c5ffcaa1fd879c53523f6.
5 years ago
Grisha Kruglov 4e9504dc8f [fenix] Bump app-services gradle plugin version
This is required for consumers of 0.20.2 application-services libraries.
It includes updated megazord definitions (and, I assume, other changes).
5 years ago
Emily Kager 1efca47f75 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1056 - Add overscroll glow color for light theme 5 years ago
Sawyer Blatz fb16343314 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1039: Adds crash reporting (https://github.com/mozilla-mobile/fenix/pull/1053)
* For https://github.com/mozilla-mobile/fenix/issues/1039: Small cleanup

* Closes https://github.com/mozilla-mobile/fenix/issues/1039: Adds crash reporting

* Add images

* Adds build settings back

* Fix nits
5 years ago
Emily Kager a24b139341 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1089 - Default Search Engine should be shown in Pref summary 5 years ago
Barbara Bermes 1a1699a5ff [fenix] added more bullets 5 years ago
Emily Kager 9938fd0038 [fenix] No issue: Update to Navigation 2.1.0-alpha01 5 years ago
Emily Kager 178c8b6a80 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1080 - Update Normal Browsing Toggle Color 5 years ago
Johan Lorenzo d1824f6fea [fenix] Bug 1533791 - Assume decision task scopes instead of redefining them 5 years ago
ekager 2ca2ca237f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1030 - Fixes navigation, white screen after back button 5 years ago
Jonathan Almeida 4247200f10 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1054: Separate SEND intent from VIEW 5 years ago
Colin Lee 447b6c9526 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1050: Fenix sessions save and close upon opening 5 years ago
Emily Kager 89bffe4990 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1043 - Remove redundant CustomTabsToolbarFeature 5 years ago
Emily Kager df846dff4f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1045 - Add crash reporting bool to settings 5 years ago
Arturo Mejia 53e2c54cc2 [fenix] Moving onTrimMemory to application level. 5 years ago
Jeff Boek 88a4f42a70 [fenix] No Issue - Fixes startup crash in nightly 5 years ago
Jeff Boek 2c9c293c9d [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1041 - Disables telemetry when the toggle is off 5 years ago
Colin Lee 0a8fe6ad18 [fenix] No issue: Upgrade to stable Navigation library and ignore ktlint issues in generated code 5 years ago
Sawyer Blatz a11a75ab91 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/832 & For https://github.com/mozilla-mobile/fenix/issues/222: Adds basic custom tab integration (https://github.com/mozilla-mobile/fenix/pull/1026) 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
Emily Kager b70ea531c4 [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/517 - Pressing back after clicking tabs should reopen browsing"
This reverts commit 18a65b5f2a920b839d606c5c11cac2afe78a3eaf.
5 years ago
Barbara Bermes 28ce4f325d [fenix] Update --telemetry-request.md
added icon
5 years ago
Barbara Bermes c837c3af19 [fenix] Create --telemetry-request.md
Added Telemetry template
5 years ago
Sawyer Blatz 827a128b85 [fenix] No issue: Fixes compilation errors with a-c 47.0 5 years ago
Emily Kager e6a4b4c227 [fenix] No issue: update Androidx dependencies 5 years ago
Grisha Kruglov 8d0e949d0b [fenix] 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 ba690ac8d6 [fenix] Pre: fix an IDE warning 5 years ago
Emily Kager 5a78196b1c [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/654 - Use new two state button for menu toolbar buttons 5 years ago
Arturo Mejia 34e1488740 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1004: Integrating ThumbnailsFeature. 5 years ago
Sawyer Blatz f5d13f442f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/847: Implement onCancelEditing to handle keyboard backPress (https://github.com/mozilla-mobile/fenix/pull/929) 5 years ago
Sawyer Blatz 96861a3b21 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/832: Adds custom tabs menu (https://github.com/mozilla-mobile/fenix/pull/944) 5 years ago
Sawyer Blatz 68504fc2fc [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/992: Updates account implementation for a-c 47.0 (https://github.com/mozilla-mobile/fenix/pull/995) 5 years ago
Harsh Shandilya 3eed646d4f [fenix] 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 e8d1723889 [fenix] For https://github.com/mozilla-mobile/fenix/issues/865 - Documents the OpenedApp event 5 years ago
Jeff Boek dede4c593b [fenix] For https://github.com/mozilla-mobile/fenix/issues/973 - Adds first metric to track 5 years ago
Jeff Boek cfd5c1d925 [fenix] For https://github.com/mozilla-mobile/fenix/issues/965 - Uses proper initialization call depending on the key type 5 years ago
Jeff Boek 39e4cfe991 [fenix] No Issue - Fixes crash when no valid .leanplum_token is present 5 years ago
Jeff Boek 2a3b9dac0c [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/965 - Adds a metrics wrapper for telemetry 5 years ago
Emily Kager 7916052eae [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/963 - Hooks up show search suggestion pref 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
Emily Kager e274a0a4fe [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/873 - Themes History Fragment colors 5 years ago
Arturo Mejia b4f2e17735 [fenix] Upgrade AC dependency to 0.47.0-SNAPSHOT and GV to 67.0.20190312095443 (https://github.com/mozilla-mobile/fenix/pull/958)
* Upgrade AC dependency to 0.47.0-SNAPSHOT and GV to 67.0.20190312095443

* Fix compliation errors
5 years ago
Barbara Bermes 8e99536a95 [fenix] created user story template 5 years ago
Barbara Bermes 06a2df1686 [fenix] Update --epic.md
Updated title
5 years ago
Barbara Bermes 17d7b2597d [fenix] Update --epic.md
Added updates based on Vesta's suggestions
5 years ago