Commit Graph

5197 Commits (issues/115-die-for-your-ram)
 

Author SHA1 Message Date
Adam Novak 5871e3ee23 Adjust build scripts and move code for appid change 4 years ago
interfect 08af6b6cca
Merge pull request #122 from fork-maintainers/upstream-sync
Sync with Mozilla's changes
4 years ago
mcarare f793c3a5f9 For #14727: Add content description to resync tabs button. 4 years ago
Sören Hentzschel 55b5a452d1 For #14933 - Fixed private browsing icon color in preferences fragment 4 years ago
Tiger Oakes b927b688c9 Merge bookmark item and folder view holders 4 years ago
Tiger Oakes 3059a57747 Change separator to use its own view holder 4 years ago
Elise Richards 9afe9679d8
For #15079: handle QR permissions when changed in Android settings (#15097)
* Define intent data for activity

* Search dialog shows permissions for allow and deny camera

* Check camera permissions for fxa pairing

* Check camera permissions for old search

* Tests for pairing sync interactor and controller.

* Cleanup

* Use bool pref for setting. Use interfaces and default implementations for the sync interactor and controller.

* Lint
4 years ago
Sawyer Blatz 8a81c1ee1d For #15123: Fix top sites text color 4 years ago
Sawyer Blatz 1f17371df6 For #14565: Add telemetry for top sites 4 years ago
Arturo Mejia d3d24c0f48 Update Android Components version to 60.0.20200917130150. 4 years ago
Arturo Mejia 19f0c543fe Fix add-ons permissions breaking change 4 years ago
mcarare e5a9311613 For #15116: Also do not expand or set bottom toolbar behavior on TWA tabs. 4 years ago
mcarare 83478b9db4 For #15116: Do not set bottom toolbar behavior on PWA tabs. 4 years ago
mcarare c5a2e2e5a0 For #15116: Do not expand toolbar on PWA tabs. 4 years ago
mcarare 1f004aff8c For #15116: Use safe cast for layout params. 4 years ago
Sebastian Kaspari ee3384ac52 Issue #14225: Remove task when finishing ExternalAppBrowserActivity. 4 years ago
Abhijit Kiran Valluri faba50a252
Remove daily build schedule from github actions
Remove unnecessary daily build from the github actions workflow
4 years ago
interfect 877d939fbd
De-raven some real weasels (#123)
Fix https://github.com/fork-maintainers/iceraven-browser/issues/111#issuecomment-693857471
4 years ago
Adam Novak c2b9882b31 Merge remote-tracking branch 'upstream/master' into fork 4 years ago
interfect ad68fdcb26
Rebrand README and app strings to Iceraven Browser (#121)
* Rebrand README and app strings to Iceraven Browser

* Update all the README URLs for new repo location
4 years ago
Mozilla L10n Automation Bot f036d3db67 Import l10n. 4 years ago
Abhijit Kiran Valluri df9d8bceae
Create github actions for Continuous Integration! (#116)
* Add github actions workflows

* Add github actions for CI

* Fix lint and detekt errors

* Add caching to the github actions

* Add the workflow statuses to the README

* Give the jobs more descriptive names

* Consolidate github actions workflows to a single workflow

* Give the steps meaningful names, save detekt and lint results
4 years ago
MickeyMoz 68d3d85ec3 Update Android Components version to 59.0.20200916130055. 4 years ago
Mozilla L10n Automation Bot f6684862a4 Import l10n. 4 years ago
MickeyMoz 26d2eab38c Update Android Components version to 59.0.20200915130327. 4 years ago
Hakkı Kaan Çalışkan f87ca730a9 For #11245: Integrate Synced Tabs AwesomeBar suggestions
fix pr
4 years ago
bbigam 77a0a11153
Update wordmark banner for Iceraven branding (#110)
* add info for scaling of wordmark files

* fix typo

* Iceraven banner

* Iceraven banner

* Iceraven banner

* Iceraven banner

* Iceraven banner

* Delete ic_logo_wordmark_normal.png

we don't need this in root, only in fork-asset-sources

* Delete ic_logo_wordmark_private.png

we don't need this in root, only in fork-asset-sources

* upload XCFs for Iceraven rebranding

These could easily be edited in the future to add a logo, for example. See details in wordmark_dpi file.
4 years ago
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
4 years ago
mozilla-l10n-automation-bot 2059156193
Import l10n. (#15099) 4 years ago
Jeff Boek c632b6b0a1
For #15007 - Puts swipe to delete behind a feature flag (#15009) 4 years ago
Mozilla L10n Automation Bot 0a8b9e378c Import l10n. 4 years ago
Johan Lorenzo 779757f88c
Bug 1648785 - Let taskcluster upload APKs to Github releases (#12907) 4 years ago
codrut.topliceanu b892af773e For #14546 - Speculative fix for ANR 4 years ago
MickeyMoz 057ac0d8b2 Update Android Components version to 59.0.20200914130326. 4 years ago
Abhijit Valluri 0f8fd0c10f Enable pull to refresh feature 4 years ago
bbigam 0cde4da977 fix typo 4 years ago
bbigam 6d3bfc2f3b add info for scaling of wordmark files 4 years ago
Nikita Epifanov 3c0a8bcee9 Update static_strings.xml 4 years ago
Nikita Epifanov 0c536c4e3a Update static_strings.xml 4 years ago
Nikita Epifanov f32041966f Update strings.xml 4 years ago
Nikita Epifanov f3f28847a5 Update strings.xml 4 years ago
Nikita Epifanov c56f0e3346 Add Russian static_strings.xml 4 years ago
Abhijit Valluri 480d29765f Fix build.gradle to add a non-null version name 4 years ago
Abhijit Valluri 3618830001 Properly incorporate upstream fixes in tabs tray component 4 years ago
MickeyMoz f43476c184 Update Android Components version to 59.0.20200913130629. 4 years ago
Abhijit Kiran Valluri 4e6810bfb3
Merge pull request #102 from abhijitvalluri/upstream_sync
Pull in latest mozilla commits
4 years ago
Abhijit Valluri 48ea10cd9d Merge remote-tracking branch 'mozilla/master' into fork 4 years ago
Gabriel Luong 05857ba55d For #14145 - Add pinned badge for pinned sites 4 years ago
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.
4 years ago
codrut.topliceanu b5cf484360 For #14559 - Persist searchFragment keyboard status 4 years ago