Commit Graph

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

Author SHA1 Message Date
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 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
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
Mozilla L10n Automation Bot f6684862a4 Import l10n. 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
codrut.topliceanu b892af773e For #14546 - Speculative fix for ANR 4 years ago
Abhijit Valluri 0f8fd0c10f Enable pull to refresh feature 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
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
Elise Richards 4afaf34a78
Access shared prefs in fxa pairing (#14997) 4 years ago
Jeff Boek 79180250ea For #14283 - Fixes overlapping search suggestions and hint 4 years ago
ekager 09fbb43f80 For #2486 - Adds Recently Closed Tabs 4 years ago
codrut.topliceanu cce58e7d51 For #14725 - Resize search engine radio button 4 years ago
ekager b986730031 No issue - Updates AC to 58.0.20200910190642 and fixes imports 4 years ago
Mugurell b54949e58f
For #14902 - Disabling bottom toolbar animation now works (#14927) 4 years ago
Jeff Boek f9b2d65993 For #5745 - Create preference to disable domain autocompletion 4 years ago
Mozilla L10n Automation Bot 8e7d10c33c Import l10n. 4 years ago
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
4 years ago
Abhijit Kiran Valluri b0729f655c
Fix #14950 - Make the "Add new tab" button visible in private mode on light theme (#14951) 4 years ago
bbigam 50d5c26d1b
Update RemoteMessage.java 4 years ago
bbigam 4e9220e843
Update FirebaseMessagingService.java 4 years ago
bbigam f37b205f91
Update GooglePlayServicesRepairableException.java 4 years ago
bbigam 26782a0aac
Update GooglePlayServicesNotAvailableException.java 4 years ago
bbigam 6676134729
Update AdvertisingIdClient.java 4 years ago
bbigam 39dfdca3b3
Update OnAttributionChangedListener.java 4 years ago
bbigam 0fff2abfbf
Update LogLevel.java 4 years ago
bbigam 0cfbf2f4d2
Update AdjustConfig.java 4 years ago
bbigam 9955aeb44a
Update AdjustAttribution.java 4 years ago
bbigam 405e6a40d1
License 4 years ago
Mugurell a6a50d78e0 For #14903 - Prevent BrowserFragment's view leak 4 years ago
Oana Horvath 2e38635781 For #13829: Disables verifyAddonsCanBeUninstalled UI test 4 years ago
Adam Novak 626f916d1b Mirror tab_tray_item changes in tab_tray_item_compact to prevent a crash when compact tabs are enabled 4 years ago
ekager 82d7313add For #13467 For #14910 - Dismiss dialog on blank URL commit 4 years ago
ekager 806f74abe7 For #14680 - Revert ObserverRegistry changes to WifiConnectionMonitor 4 years ago
Adam Novak 948aab1bd0 Merge remote-tracking branch 'origin/fork' into fork 4 years ago
Michael Debertol 4142c36820 For #14212: Pass historyStorage to ToolbarView 4 years ago
Michael Debertol cc8aa1f381 For #13423: Pass isPrivate flag to ToolbarView 4 years ago
Adam Novak 030f0d5369 Merge remote-tracking branch 'upstream/master' into fork 4 years ago
Mozilla L10n Automation Bot c7a25cd8aa Import l10n. 4 years ago
Sijan Rijal 18de605ac4 Closes #14053
Set the padding on the download action button as it didn't have a padding as the numbers of characters in the text of the button grew.
4 years ago
Sören Hentzschel 103c183265 For #14194 - avoid leak when opening the "Libraries that we use" screen 4 years ago
Jeff Boek 66ecc15b40 For #14543 - Prevents IllegalStateException by not moving to another thread 4 years ago
mcarare 4de80a0493 For #14540: Fix updating list and item info for a11y services. 4 years ago
Gabriel Luong 6d133c8d0c For #14529 - Show a dialog when the top sites limit has been reached 4 years ago
ekager de7e6663ce Closes #14895 - Adds paste to context menu ordering preference 4 years ago
codrut.topliceanu 21cbbdc7c8 For #13949 - Turn off tip regarding beta/nightly 4 years ago
Mugurell d8d896c500 For #10240 - New preferences to control gesture based features
Three new settings and one for which this patch just pre-lands the strings.
The behavior for the "Swipe toolbar up to open tabs" is to be added as part of
a later ticket.
4 years ago
mcarare f7217021da For #14718: Increase touch target for resync button. 4 years ago
Tiger Oakes 4b6a589f24
Extract checkbox selected mask (#14308) 4 years ago
mozilla-l10n-automation-bot 0e8cd65d48
Import l10n. (#14867) 4 years ago
Tiger Oakes 53d16e78e1
For #14460: Fix PBM notification tint (#14699) 4 years ago
Tiger Oakes 043e061087
For #14376: Reverse items with bottom toolbar (#14451) 4 years ago
Tiger Oakes 113241e8ce
Enforce IO thread inside of components (#14704)
* Automatically run PermissionStorage on IO thread

* Run TabCollectionStorage on dedicated scope + IO

* Update findSitePermissionsBy calls
4 years ago
Gabriel Luong 7aa6514499
For #14629 - Enable showing frequently visited sites ON by default (#14630) 4 years ago
Sebastian Kaspari e0071341c7 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.
4 years ago
Oana Horvath 100cc7c088 Closes #14277: Ads idling resources for History UI tests 4 years ago
bbigam a323d9bdab
Add files via upload 4 years ago
bbigam 4e02af64bc
Add files via upload 4 years ago
bbigam 7f78a670e9
Add files via upload 4 years ago
bbigam 322149494c
Add files via upload 4 years ago
bbigam d79c042104
Add files via upload 4 years ago
Oana Horvath cf69058ce8 Closes #12645: Re-enable mediaSystemNotificationInPrivateModeTest 4 years ago
Mozilla L10n Automation Bot b94a6c244b Import l10n. 4 years ago
Adam Novak 0c2a3451fd Tell tests about ForkDebug channel 4 years ago
Adam Novak 5d6f47ae7e Make sure telemetry is off by default 4 years ago
Adam Novak 5da84d4271 Hack functionality into fake Google Play stubs
This makes the relevant tests pass
4 years ago
Adam Novak 287c9d7ea8 Change what's new URL to fix #74 4 years ago
Adam Novak 687c000fa5 Merge remote-tracking branch 'bbigam/fork' into fork 4 years ago
Adam Novak 115a52b409 Merge remote-tracking branch 'upstream/master' into fork 4 years ago
Mozilla L10n Automation Bot 4a1c1addb5 Import l10n. 4 years ago
mcarare c350a5f3b9 For #9506: Add session observer to check conditions for displaying banner. 4 years ago
mcarare d7668b16fc For #9506: Create show open in app banner preference. 4 years ago
mcarare 653a279101 For #9506: Implement banner custom view based on material design specs. 4 years ago
mcarare 20794296dc For #9506: Add possibility to navigate to a preference in settings. 4 years ago
bbigam 61a440b4df
Update ReviewPromptController.kt 4 years ago
bbigam a33d070781
Update build.gradle 4 years ago