2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
Commit Graph

1966 Commits

Author SHA1 Message Date
Colin Lee
952926509c [fenix] For https://github.com/mozilla-mobile/fenix/issues/4507 Enable codecov (https://github.com/mozilla-mobile/fenix/pull/4520) 2019-08-08 19:09:54 -05:00
Colin Lee
1d4952ddf1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/4529: Handle crash initializing CreateCollectionViewModel late (https://github.com/mozilla-mobile/fenix/pull/4628) 2019-08-08 17:40:55 -05:00
ValentinTimisica
9ce027a0a4 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/4323: Modified UI of component_collection_creation.
To fix the overlapping issue I used Guideline and
layout_constraintWidth_default property. I also used the
layout_constraintHorizontal_bias property to make the back_button to
lean to the left and the select_all_button to lean to the right.
2019-08-08 12:57:19 -07:00
Christian Sadilek
27b574d548 [fenix] Suppress warning in LeanplumMetricsService to fix release builds 2019-08-08 15:17:12 -04:00
Emily Kager
527b52ed71 [fenix] No issue: Update testing dependencies 2019-08-08 11:37:16 -07:00
Mathieu Leplatre
f9490e8a4f [fenix] Update CHANGELOG 2019-08-08 10:15:01 -07:00
Mathieu Leplatre
edc8182698 [fenix] Fix https://github.com/mozilla-mobile/fenix/issues/4612: Fetch experiments from Remote Settings CDN 2019-08-08 10:15:01 -07:00
Colin Lee
1648fccc8c [fenix] For https://github.com/mozilla-mobile/fenix/issues/4529, https://github.com/mozilla-mobile/fenix/issues/4427: Resuming after restoring instance state breaks UI (https://github.com/mozilla-mobile/fenix/pull/4571)
* For https://github.com/mozilla-mobile/fenix/issues/4529, https://github.com/mozilla-mobile/fenix/issues/4427: Resuming after restoring instance state breaks UI

* Clear up warnings
2019-08-08 11:05:01 -05:00
Emily Kager
03e8f5b054 [fenix] No issue: Update testing dependencies and deprecated method (https://github.com/mozilla-mobile/fenix/pull/4608) 2019-08-08 09:03:39 -07:00
Sawyer Blatz
93a03e892e [fenix] For https://github.com/mozilla-mobile/fenix/issues/4451: Adds tests for DefaultBrowserToolbarController (https://github.com/mozilla-mobile/fenix/pull/4493)
* For https://github.com/mozilla-mobile/fenix/issues/4451: Adds tests for DefaultBrowserToolbarController

* Continue working

* Large refactoring of test

* Mock analytics

* Fix merge conflicts
2019-08-08 09:02:42 -07:00
Hakkı Kaan Çalışkan
9f5097b48c [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/4562: Add a-c git hash to about page 2019-08-07 16:59:11 -07:00
Emily Kager
2eedb1c015 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4602 - Add back transitions 2019-08-07 16:56:21 -07:00
Sawyer Blatz
c8fd7ba4cd [fenix] Fixes feedback 2019-08-07 16:41:29 -07:00
Sawyer Blatz
364b14f2a7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3060: Adds Leanplum attributes for fxa syncing 2019-08-07 16:41:29 -07:00
Sawyer Blatz
79dfd96a57 [fenix] No issue: Removes deprecated usage of ViewModelProviders 2019-08-07 19:21:41 -04:00
Yeon Taek Jeong
297e0520be [fenix] Fix ktlint 2019-08-07 19:17:56 -04:00
Yeon Taek Jeong
ed4864ce35 [fenix] Remove task flags 2019-08-07 19:17:56 -04:00
Yeon Taek Jeong
dddc36e8ca [fenix] Keep CLEAR_TASK 2019-08-07 19:17:56 -04:00
Yeon Taek Jeong
511b912a79 [fenix] Remove popBackStack 2019-08-07 19:17:56 -04:00
Yeon Taek Jeong
772fcc8f5d [fenix] For https://github.com/mozilla-mobile/fenix/issues/4438: Fix crash when opening any URL from URL bar w/ long press 2019-08-07 19:17:56 -04:00
Sawyer Blatz
e904bd867e [fenix] For https://github.com/mozilla-mobile/fenix/issues/969: Adds more telemetry for collections (https://github.com/mozilla-mobile/fenix/pull/4539) 2019-08-07 16:05:20 -07:00
Emily Kager
4ad3e4088b [fenix] No issue: Update AndroidX dependencies August 2019-08-07 14:26:37 -07:00
Tiger Oakes
664d6f2e81 [fenix] Minify the fenix 2019-08-07 14:24:32 -07:00
Sawyer Blatz
8bd4dc98d2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/4508: Treats warnings as errors (https://github.com/mozilla-mobile/fenix/pull/4543) 2019-08-07 14:00:53 -07:00
Grisha Kruglov
96f42368b3 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4467: Use a-c version of FirefoxAccountsAuthFeature 2019-08-07 13:42:39 -07:00
ValentinTimisica
f65f57cfbb [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/4354: Updated SearchFragment state after returning from SearchEngineFragment.
The user has the option to go to 'Shortcuts' -> 'Search engine settings' to
modify the default search engine. When returning from that settings screen we
need to update it to account for any changes.
For this we will check the current default engine against a previously stored
value in a newly added 'defaultEngineSource' property from SearchState class.
Also, I modified 'SearchStoreTest' by adding the new parameter to the
'SearchState' constructor.
2019-08-07 13:19:53 -07:00
Christian Sadilek
260b91bc23 [fenix] Use Mozilla Android Components 8.0.0 2019-08-07 15:52:32 -04:00
Colin Lee
32ec775443 [fenix] No issue: Add OSS licenses link to About page 2019-08-07 12:40:10 -07:00
Sawyer Blatz
2d9475c23d [fenix] For https://github.com/mozilla-mobile/fenix/issues/969: Finalizes collections telemetry (https://github.com/mozilla-mobile/fenix/pull/4592) 2019-08-07 10:26:52 -07:00
marianrai
7cefeb4841 [fenix] Bug 1566849 - [meta] Video QoE testing for Fenix (https://github.com/mozilla-mobile/fenix/pull/4555)
* Created new craft method + decision task call + bug 1558456 logic

* Created new craft method + decision task call + bug 1558456 logic
2019-08-07 10:01:05 -07:00
Richard Pappalardo
7ea855bda8 [fenix] Stub out tabs tests (https://github.com/mozilla-mobile/fenix/pull/4573) 2019-08-07 09:54:38 -07:00
Emily Kager
f7e64a1d0a [fenix] For https://github.com/mozilla-mobile/fenix/issues/4026 - Update BookmarkDiffUtil to update on Title or URL change 2019-08-07 00:37:16 -04:00
Jeff Boek
b17a8b8091 [fenix] For https://github.com/mozilla-mobile/fenix/issues/4557 https://github.com/mozilla-mobile/fenix/issues/3860 - Add string for collection empty state 2019-08-06 21:36:54 -07:00
Emily Kager
3e475940a9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3939 - Adds strings for delete browsing history 2019-08-06 16:06:56 -07:00
Emily Kager
8b05867538 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1749 - Land ETP Strings 2019-08-06 14:55:47 -07:00
ValentinTimisica
8581ab5f6c [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/3922: Added accessibility announcement for history empty state.
Sent an announcement when the list becomes empty in order to tell the user
that there is no history.
2019-08-06 12:32:59 -07:00
Tiger Oakes
c128f9bcc4 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/1000 - Split out common browser functions 2019-08-06 12:31:25 -07:00
Emily Kager
f569fef876 [fenix] Fro https://github.com/mozilla-mobile/fenix/issues/4563 - Update delete button alpha when history mode changes 2019-08-06 12:26:25 -07:00
Tiger Oakes
9daf0c9542 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/2379 - Generic library selection 2019-08-06 11:10:50 -07:00
Emily Kager
ad16d1efcd [fenix] No issue: Update UI tests with new engine shortcuts behavior (https://github.com/mozilla-mobile/fenix/pull/4552) 2019-08-06 08:30:15 -07:00
Amit Parameshwar
267142b6c0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4102: Upgrade Leanplum version number (https://github.com/mozilla-mobile/fenix/pull/4534)
Closes https://github.com/mozilla-mobile/fenix/issues/4102 - Upgrade Leanplum version from 4.3.1 to 5.2.3
2019-08-05 15:57:34 -07:00
ekager
ae2474323e [fenix] No issue: Removes focusableInTouchMode from home searchbar view 2019-08-05 15:42:21 -07:00
Yeon Taek Jeong
b7fa244d76 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1744: Open search shortcuts when entering search mode (https://github.com/mozilla-mobile/fenix/pull/4536) 2019-08-05 15:07:03 -07:00
Emily Kager
2bbe72a7bd [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4540 - Set correct tint for select bookmark folder icon (https://github.com/mozilla-mobile/fenix/pull/4541) 2019-08-05 14:54:39 -07:00
Emily Kager
56fac45ca3 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4537 - Adds description for onboarding placeholder string (https://github.com/mozilla-mobile/fenix/pull/4542) 2019-08-05 14:51:11 -07:00
ekager
c85692808d [fenix] For https://github.com/mozilla-mobile/fenix/issues/2021 - Update custom preferences' views with email/account changes 2019-08-05 09:53:27 -07:00
Johan Lorenzo
4793fd2226 [fenix] Revert "Temporarilly run raptor jobs on PRs"
This reverts commit bd9ff938e79b0cabc5a142f18503284c3dfa3e4d.
2019-08-05 18:52:05 +02:00
Johan Lorenzo
51645dd61b [fenix] Temporarilly run raptor jobs on PRs 2019-08-05 18:52:05 +02:00
Johan Lorenzo
deedd56be4 [fenix] Do not notify the perf sheriff team anymore when the raptor decision task fails. Also be clearer about who should look into the failure first 2019-08-05 18:52:05 +02:00
Johan Lorenzo
153c38c386 [fenix] Email the performance team when an actual raptor job fails 2019-08-05 18:52:05 +02:00