2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00
Commit Graph

5113 Commits

Author SHA1 Message Date
Abhijit Kiran Valluri
8866eb3801
Fix the 5 failing tests (#109)
* Fix all 5 failing tests

* Add Travis CI build status to README file

* Ignore an intermittently failing test, update travis config to not ignore failures
2020-09-14 21:56:49 -07:00
Abhijit Valluri
0f8fd0c10f Enable pull to refresh feature 2020-09-14 11:56:56 -04:00
bbigam
0cde4da977 fix typo 2020-09-14 11:31:42 -04:00
bbigam
6d3bfc2f3b add info for scaling of wordmark files 2020-09-14 11:31:42 -04:00
Nikita Epifanov
3c0a8bcee9 Update static_strings.xml 2020-09-14 11:09:19 -04:00
Nikita Epifanov
0c536c4e3a Update static_strings.xml 2020-09-14 11:09:19 -04:00
Nikita Epifanov
f32041966f Update strings.xml 2020-09-14 11:09:19 -04:00
Nikita Epifanov
f3f28847a5 Update strings.xml 2020-09-14 11:09:19 -04:00
Nikita Epifanov
c56f0e3346 Add Russian static_strings.xml 2020-09-14 11:09:19 -04:00
Abhijit Valluri
480d29765f Fix build.gradle to add a non-null version name 2020-09-14 09:25:55 -04:00
Abhijit Valluri
3618830001 Properly incorporate upstream fixes in tabs tray component 2020-09-14 09:25:55 -04:00
Abhijit Kiran Valluri
4e6810bfb3
Merge pull request #102 from abhijitvalluri/upstream_sync
Pull in latest mozilla commits
2020-09-13 10:46:16 -04:00
Abhijit Valluri
48ea10cd9d Merge remote-tracking branch 'mozilla/master' into fork 2020-09-13 15:40:42 +01:00
Gabriel Luong
05857ba55d For #14145 - Add pinned badge for pinned sites 2020-09-11 20:42:40 -04:00
Mugurell
75aa2d413a For #14974 - Ensure website bottom elements stay at bottom
engineView.setDynamicToolbarMaxHeight(0) vs
engineView.setDynamicToolbarMaxHeight(toolbarHeight)
ensures webpage's bottom elements are aligned to the bottom of the browser.

We also need to make sure that when the toolbar is static it does not cover the
bottom of the page - something desired when the toolbar was dynamic.
For this the engineView will have a toolbarHeight bottom margin.
2020-09-11 16:39:34 -07:00
codrut.topliceanu
b5cf484360 For #14559 - Persist searchFragment keyboard status 2020-09-11 13:58:47 -07:00
Elise Richards
4afaf34a78
Access shared prefs in fxa pairing (#14997) 2020-09-11 14:56:03 -05:00
Jeff Boek
79180250ea For #14283 - Fixes overlapping search suggestions and hint 2020-09-11 12:25:09 -07:00
ekager
09fbb43f80 For #2486 - Adds Recently Closed Tabs 2020-09-11 12:02:30 -07:00
codrut.topliceanu
cce58e7d51 For #14725 - Resize search engine radio button 2020-09-11 09:53:55 -07:00
MickeyMoz
e602720b87 Update Android Components version to 59.0.20200911130559. 2020-09-11 08:53:51 -07:00
Jeff Klukas
e6ee13dcbb 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
b986730031 No issue - Updates AC to 58.0.20200910190642 and fixes imports 2020-09-11 10:57:24 +03:00
interfect
41e6a65e86
Merge pull request #91 from bbigam/fork
Add missing license headers from liberate patch
2020-09-10 20:25:30 -07:00
Mugurell
b54949e58f
For #14902 - Disabling bottom toolbar animation now works (#14927) 2020-09-10 18:06:38 -07:00
Jeff Boek
f9b2d65993 For #5745 - Create preference to disable domain autocompletion 2020-09-10 17:39:42 -07:00
Mozilla L10n Automation Bot
8e7d10c33c Import l10n. 2020-09-10 17:34:03 -07:00
Elise Richards
87bd44145f
For #14239: Notification for QR scan when permissions have been denied (#14553)
* Show dialog when permissions are denied

* Add qr permissions dialog to search dialog fragment

* Add qr permissions dialog to the pairing screen

* Show dialog after permissions have been denied

* Reset focus after denying permissions

* Show dialog after permissions denied in search frag and par frag

* Use shared preferences to store camera permission state

* Move dialog creation into the search controller and add tests

* Dialog controller implementation and test

* Route to intent with correct activity. Set focus when dismissing dialog

* Get preferences in old search
2020-09-10 19:09:38 -05:00
Abhijit Kiran Valluri
b0729f655c
Fix #14950 - Make the "Add new tab" button visible in private mode on light theme (#14951) 2020-09-10 16:53:05 -07:00
bbigam
50d5c26d1b
Update RemoteMessage.java 2020-09-10 15:33:24 -04:00
bbigam
4e9220e843
Update FirebaseMessagingService.java 2020-09-10 15:32:33 -04:00
bbigam
f37b205f91
Update GooglePlayServicesRepairableException.java 2020-09-10 15:30:52 -04:00
bbigam
26782a0aac
Update GooglePlayServicesNotAvailableException.java 2020-09-10 15:29:59 -04:00
bbigam
6676134729
Update AdvertisingIdClient.java 2020-09-10 15:28:24 -04:00
bbigam
39dfdca3b3
Update OnAttributionChangedListener.java 2020-09-10 15:26:49 -04:00
bbigam
0fff2abfbf
Update LogLevel.java 2020-09-10 15:26:06 -04:00
bbigam
0cfbf2f4d2
Update AdjustConfig.java 2020-09-10 15:25:30 -04:00
bbigam
9955aeb44a
Update AdjustAttribution.java 2020-09-10 15:24:53 -04:00
bbigam
405e6a40d1
License 2020-09-10 15:23:21 -04:00
bbigam
19253cb693
Merge pull request #4 from fork-maintainers/fork
Upstream update
2020-09-10 15:15:40 -04:00
interfect
c199e1a37e
Merge pull request #90 from fork-maintainers/upstream-sync
Pull in upstream changes
2020-09-10 09:57:33 -07:00
liuche
1a6bb95aec
Port l10n uplift script from AC (#14904)
* Issue #14855 - Port L10N uplift script from AC, author grisha

* Issue #14855 - Additional usage note for l10n-uplift
2020-09-10 09:01:51 -07:00
Mugurell
a6a50d78e0 For #14903 - Prevent BrowserFragment's view leak 2020-09-10 18:25:54 +03:00
Oana Horvath
2e38635781 For #13829: Disables verifyAddonsCanBeUninstalled UI test 2020-09-10 15:58:11 +03:00
Adam Novak
626f916d1b Mirror tab_tray_item changes in tab_tray_item_compact to prevent a crash when compact tabs are enabled 2020-09-09 21:53:03 -07:00
ekager
82d7313add For #13467 For #14910 - Dismiss dialog on blank URL commit 2020-09-09 20:51:54 -07:00
ekager
806f74abe7 For #14680 - Revert ObserverRegistry changes to WifiConnectionMonitor 2020-09-09 20:49:56 -07:00
Adam Novak
948aab1bd0 Merge remote-tracking branch 'origin/fork' into fork 2020-09-09 20:47:50 -07:00
Michael Debertol
4142c36820 For #14212: Pass historyStorage to ToolbarView 2020-09-09 20:47:43 -07:00
Michael Debertol
cc8aa1f381 For #13423: Pass isPrivate flag to ToolbarView 2020-09-09 20:47:43 -07:00