2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-07 15:20:38 +00:00
Commit Graph

488 Commits

Author SHA1 Message Date
MickeyMoz
780ec96d7e [fenix] Update Android Components version to 59.0.20200914130326. 2020-09-14 09:09:34 -07:00
MickeyMoz
983b608631 [fenix] Update Android Components version to 59.0.20200913130629. 2020-09-14 11:44:40 +02:00
ekager
71abc5c450 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2486 - Adds Recently Closed Tabs 2020-09-11 12:02:30 -07:00
MickeyMoz
991f938f40 [fenix] Update Android Components version to 59.0.20200911130559. 2020-09-11 08:53:51 -07:00
Jeff Klukas
4cec8a9fab [fenix] Update documentation on the epoch date used for version codes
Addresses https://github.com/mozilla-mobile/fenix/issues/14031
2020-09-11 11:38:01 +02:00
ekager
90f9a16f0d [fenix] No issue - Updates AC to 58.0.20200910190642 and fixes imports 2020-09-11 10:57:24 +03:00
MickeyMoz
f014fd8360 [fenix] Update Android Components version to 58.0.20200908130811. 2020-09-09 08:41:50 -07:00
Sebastian Kaspari
a9c11d6f3b [fenix] Update to new state API and update Mozilla Android Components version.
The EngineSessionState of a tab is now always accessible through tab.engineState.engineSessionState. It will
never get cleared.
2020-09-08 18:08:01 +02:00
MickeyMoz
477f7f17dd [fenix] Update Android Components version to 58.0.20200906130403. 2020-09-07 10:27:01 +03:00
Mickey Moz
d2c323d281 [fenix] Update Android Components version to 58.0.20200904130229. (https://github.com/mozilla-mobile/fenix/pull/14688) 2020-09-04 13:59:36 -04:00
MickeyMoz
c66f2e4188 [fenix] Update Android Components version to 58.0.20200901190136. 2020-09-02 19:48:07 +03:00
Arturo Mejia
ef41c4e785 [fenix] Pin AC TO 57.0.0 and remove feature flag for view downloads (https://github.com/mozilla-mobile/fenix/pull/14592)
* Update Android Components version to 57.0.0.

* Remove feature flag for "View Downloads".

* Update search enginer list from changes by https://github.com/mozilla-mobile/fenix/issues/13452

Co-authored-by: Chenxia Liu <liuche@mozilla.com>
2020-09-01 20:04:31 -07:00
MickeyMoz
9464b0dd2c [fenix] Update Android Components version to 57.0.20200831130101. 2020-08-31 10:28:46 -07:00
Arturo Mejia
d0f70927f6 [fenix] Update ac version to 57.0.20200831010556 2020-08-30 22:36:40 -04:00
Arturo Mejia
6deca4a4a2 [fenix] Add support for restoring downloads 2020-08-29 12:04:23 -04:00
MickeyMoz
a56c97b3f0 [fenix] Update Android Components version to 57.0.20200827190112. 2020-08-28 17:15:30 -04:00
Jeff Boek
a4a8e9ed88 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14318 - Use old API to try to fix startup crash without GPS 2020-08-28 13:04:22 -07:00
Elise Richards
fcdd29e56e [fenix] Allow play store in app review to be shown to users 2020-08-26 21:02:02 -07:00
Christian Sadilek
df886ca4cb [fenix] Fixes for A-C 57.0.20200826190111: Move EngineSession to BrowserState 2020-08-26 18:39:05 -04:00
MickeyMoz
b2cb7e6a6a [fenix] Update Android Components version to 57.0.20200826130107. 2020-08-26 18:39:05 -04:00
Tiger Oakes
6fca4119f6 [fenix] Fix breaking AC change to support monochrome icons 2020-08-25 13:06:33 -04:00
Gabriel Luong
19f204d032 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8312 - Show Top Sites in a ViewPager (https://github.com/mozilla-mobile/fenix/pull/14116) 2020-08-24 19:52:33 -04:00
Jonathan Almeida
728d78bf10 [fenix] Update Android Components to 56.0.20200819190136 2020-08-21 16:01:19 -04:00
MickeyMoz
4fa1c2fda9 [fenix] Update Android Components version to 56.0.20200819190136. 2020-08-19 20:57:19 -04:00
MickeyMoz
814a92e2de [fenix] Update Android Components version to 54.0.20200818130156. 2020-08-18 11:33:12 -04:00
Kainalu Hagiwara
abc6217f9e [fenix] For https://github.com/mozilla-mobile/fenix/issues/13030 - Use material design animation values for swipe to switch tabs. 2020-08-18 14:59:05 +03:00
Gilbert Gilb's
17973c382e [fenix] Add custom Activity to show libraries licenses.
As Google's library for showing licences isn't open-source, this commit
reimplements its main Activity. This is in prevision to having an OSS
flavor of fenix.

We chose to not introduce dependencies to third-party libraries
such as AboutLibraries for now, and we'll stick to using Google's gradle
plugin for the dependencies extraction.

Fixes https://github.com/mozilla-mobile/fenix/issues/7584

See also https://github.com/mozilla-mobile/fenix/issues/162
2020-08-17 19:18:22 -07:00
MickeyMoz
56c18860c3 [fenix] Update Android Components version to 54.0.20200814130102. 2020-08-17 11:31:29 -04:00
Mickey Moz
10e711982b [fenix] Update Android Components version to 54.0.20200813130057. (https://github.com/mozilla-mobile/fenix/pull/13796) 2020-08-14 10:47:53 -04:00
MickeyMoz
bc05628beb [fenix] Update Android Components version to 54.0.20200812130143. 2020-08-12 19:13:46 -04:00
MickeyMoz
76c41cceb7 [fenix] Update Android Components version to 54.0.20200810074539. 2020-08-10 12:54:25 -04:00
Jonathan Almeida
9ff6729e7a [fenix] Update Android Components and fix breaking tests 2020-08-07 19:49:59 -04:00
Tiger Oakes
3d046dcfa2 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/13404: Update github checks URL (https://github.com/mozilla-mobile/fenix/pull/13407) 2020-08-07 15:39:06 -07:00
MickeyMoz
1ba67fe6b1 [fenix] Update Android Components version to 54.0.20200806130142. 2020-08-07 13:50:50 +02:00
MickeyMoz
54b7ada5db [fenix] Update Android Components version to 53.0.20200804130112. 2020-08-04 11:42:02 -04:00
MickeyMoz
ba3f480a98 [fenix] Update Android Components version to 53.0.20200803131508. 2020-08-03 12:07:33 -04:00
Ankur Khandelwal
f07dd7cc58 [fenix] Renamed Deps.mozilla_ui_publicsuffixlist to Deps.mozilla_lib_publicsuffixlist (https://github.com/mozilla-mobile/fenix/pull/13201) 2020-08-02 17:23:39 -04:00
MickeyMoz
b04d32dfd4 [fenix] Update Android Components version to 53.0.20200802130440. 2020-08-02 17:23:17 -04:00
MickeyMoz
319c2b648d [fenix] Update Android Components version to 53.0.20200801130512. 2020-08-01 12:23:12 -04:00
MickeyMoz
15e8fe05fd [fenix] Update Android Components version to 53.0.20200731130051. 2020-07-31 12:23:58 -04:00
Tiger Oakes
a2d4efd120 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7992: Use favicon style from AC (https://github.com/mozilla-mobile/fenix/pull/12608) 2020-07-30 11:21:17 -07:00
Jeff Boek
f726bbaf72 [fenix] No Issue - Updates AC 2020-07-29 17:47:18 -07:00
Tiger Oakes
77a88426b9 [fenix] Switch to groovy in buildSrc (https://github.com/mozilla-mobile/fenix/pull/12329) 2020-07-29 10:55:03 -07:00
Jonathan Almeida
a48f4282b3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12856: Add save to collections button to Tabs Tray
Using the ConcatAdapter, we're now able to insert multiple data sources
of information into one RecyclerView and preserve layout/scrolling in
addition to adding the 'Save to Collection' button.
2020-07-28 11:14:08 -07:00
MickeyMoz
05a059ecaf [fenix] Update Android Components version to 52.0.20200728130711. 2020-07-28 13:24:03 -04:00
MickeyMoz
cbb5b64437 [fenix] Update Android Components version to 52.0.20200727130115. 2020-07-27 12:48:25 -04:00
Tiger Oakes
a0f58194e2 [fenix] Add concept-menu dependency 2020-07-25 19:38:35 -04:00
MickeyMoz
853a96896b [fenix] Update Android Components version to 52.0.20200725130253. 2020-07-25 19:38:35 -04:00
MickeyMoz
86ad22e003 [fenix] Update Android Components version to 52.0.20200724130127. 2020-07-24 16:52:06 -04:00
MickeyMoz
2f9b77ad74 [fenix] Update Android Components version to 52.0.20200723130248. 2020-07-23 12:17:51 -04:00