Commit graph

322 commits

Author SHA1 Message Date
csagan5
0b2a41b2af Release 96.0.4664.183 2022-02-05 17:27:33 +01:00
zhmars
260fea5b66
Update zh_CN translations (#1696)
* Update zh_CN translations

* Update zh_CN translations
2022-02-05 00:04:06 +01:00
csagan5
2c4fff8752 Release 96.0.4664.104 2022-02-04 22:09:00 +01:00
csagan5
5b6a7442e0 Release 96.0.4664.54 2021-12-04 15:29:26 +01:00
csagan5
4774aeba9f Added missing improvements for v96 2021-12-03 12:36:58 +01:00
csagan5
288479a5e1 Minor fixes to build v96 2021-12-03 10:24:44 +01:00
csagan5
8b9c14c8b7 Add missing patches 2021-12-03 01:23:23 +01:00
csagan5
820e23fb3d Updated patches for v96
Minus timezone customization and user scripts patches
2021-12-03 00:26:46 +01:00
uazo
510a513535 Update Add-option-to-use-home-page-as-NTP.patch for v95 (#1586)
* update patch for v95

* ntp_set_about_blank_button removed

Co-authored-by: Carmelo Messina <uazo@users.noreply.github.com>
2021-12-02 12:25:57 +01:00
csagan5
3444be04d8 Re-introduce patch to add option to use home page as NTP 2021-12-02 12:25:57 +01:00
uazo
e14d909347
Fix crash on tablet (#1617)
Co-authored-by: Carmelo Messina <uazo@users.noreply.github.com>
2021-12-02 12:16:33 +01:00
uazo
bd6faa1227
Ask user before close all tabs (#1605)
Co-authored-by: Carmelo Messina <uazo@users.noreply.github.com>
2021-12-02 12:10:42 +01:00
csagan5
785af3a5b2 Release 95.0.4638.79 2021-11-17 18:45:34 +01:00
uazo
7700be360a
Permanently Disable Floc (#1582)
Co-authored-by: Carmelo Messina <uazo@users.noreply.github.com>
2021-11-16 09:56:44 +01:00
uazo
fb59381932
permanently removed all relative code to ENABLE_REPORTING buid flag (#1556)
* permanently removed all relative code

* removed unused constants

* use of the error directive
2021-11-15 17:45:51 +01:00
jylitalbit
ffc4e30278
Ignore StrictMode warning (#1567)
Currently the SystemWebView fails a CTS test case, specifically
testStrictMode from WebViewHostSideStartupTest, due to StrictMode
warnings. So ignore the StrictMode warning as is done elsewhere.
2021-11-15 17:43:59 +01:00
uazo
8a4476d697
Disable privacy sandbox (#1581)
Co-authored-by: Carmelo Messina <uazo@users.noreply.github.com>
2021-11-15 17:35:04 +01:00
uazo
1bf35985be
Disable conversion measurement api (#1583)
Co-authored-by: Carmelo Messina <uazo@users.noreply.github.com>
2021-11-15 17:32:19 +01:00
csagan5
43dbb5e70b Consolidate some patches, updates 2021-11-15 09:39:39 +01:00
uazo
33d0efa1fa
permanently disabled the fetch of field trials (#1558)
* permanently disabled the fetch of field trials

* fix comment
2021-11-14 22:47:32 +01:00
uazo
64b257fbeb
fix overlap in patch editing (#1555) 2021-11-14 22:45:07 +01:00
uazo
016ba130b2
removed ForceEnableOriginTrials related code (#1557) 2021-11-14 22:43:33 +01:00
uazo
bd10a43371
Disable Accessibility service by default (#1559)
* Disable Accessibility service by default

* fix not correct author

* fix, incorrect check, default false means inactive
2021-11-14 22:40:58 +01:00
csagan5
19bcbb3055 Release 95.0.4638.78 2021-11-07 11:34:05 +01:00
csagan5
ee5a65e4c1 Updated patch for third-party origin trials as suggested by @uazo
New patch to never use HTTP probes
2021-11-06 10:04:12 +01:00
csagan5
aaa6072b7a Add missing changes from third-party origin trials patch 2021-11-05 17:28:58 +01:00
Carl
2fe296b6b9
Patches for v95 (#1532)
* fix build

* only lines changes

* remove patch not referenced in patch list

* fix crash when open an offline page without any opened tabs

* Remove duplicate patch for pull-to-refresh

* Latest PRs and disable third-party origin trials

Co-authored-by: uazo <29201891+uazo@users.noreply.github.com>
2021-11-05 08:25:06 +01:00
uazo
5b51895953
removed flags exclusivity constraint (#1514) 2021-11-04 09:32:53 +01:00
uazo
6b613c2171
Keep empty tabs between sessions (#1515) 2021-11-04 09:20:19 +01:00
csagan5
fb5839d5eb Release 94.0.4606.109 2021-10-26 22:55:06 +02:00
uazo
3129f5e2c2
fix potential crash on android M (#1512) 2021-10-24 23:06:27 +02:00
uazo
5a4f720d39
enable android autofill with a flag default true (#1511)
* enable android autofill with a flag default true

* removed change of prefs::kAutofillProfileEnabled
2021-10-24 20:53:57 +02:00
uazo
01d2217a21
Experimental user scripts support (#857)
* version 0.5

* fix whitespace errors and rebase with 87.0.4280.106

* fix bug [FATAL:utf_string_conversions.cc(338)] Check failed: IsStringASCII(utf16). Tampermonkey • Userscript Sources

* add details for unmatch header, bug DOCUMENT_START not work, add a flag for logging

* deny network access to injected scripts

* removed log + fix ui + upstream update (@9f2aac4)

* update patch for v88

* force char as unsigned in invalidChar

* adapt to v89, add view script source, replace checkbox in preferences, removed extension work, add support to non-standard @url declaration, use saf directly

* updates for v90

* update for v91

* remove flag and keep only toggle
tell that the script has failed with errors
remove copy to temporary file
remove approach with XML overlays so that there are no exceptions thrown while inflating

* change install message + add homepage support + make url clickable

* adaptation for v92

* v93 ready

* add prompt also after selecting file by ui, remove prefs addon patch, add commit message

* add README.md
2021-10-23 12:53:42 +02:00
csagan5
5a25a4d9ea Release 94.0.4606.102 2021-10-20 23:58:39 +02:00
uazo
3787e8e9af
add snackbar in settings activity (#1492)
* add snackbar in settings activity to inform the user of the reboot required when change the flag

* removed BrowserRestartActivity in favor of ApplicationLifetime
2021-10-20 21:59:24 +02:00
uazo
a5e03a6664
Add custom tab intents privacy option and force open external links in incognito flag. (#1489)
Add-custom-tab-intents-privacy-option.patch and Force-open-external-links-in-incognito.patch have been unified
2021-10-20 21:56:34 +02:00
csagan5
ba293ac0dc Updated patches for v94 2021-10-20 01:34:25 +02:00
uazo
e6c854cc9c
Add recents, offlinepage and send to home screen for always incognito (#1427)
* Add recents, offlinepage and send to home screen for always incognito

* Add patch description
2021-10-20 01:25:37 +02:00
csagan5
77822a7efb Release 94.0.4606.94 2021-10-16 22:28:37 +02:00
uazo
ad34a777bb
Enable update notification (#1454)
* Enable update notification

* version check rather than build time

* fixup with Disable-Omaha-update-checks.patch

* taking the last-modified together with the redirect.

the check between build times in any case is currently commented (see isNewVersionAvailableByBuildTime)

* removed code related to build time check

* removed PREF_LATEST_MODIFIED_BUILDTIME
2021-10-16 09:27:49 +02:00
uazo
ed23baeb48
Add site setting for images (#1447) 2021-10-15 20:55:44 +02:00
csagan5
3884e3d733 Release 93.0.4577.110 2021-10-10 11:03:59 +02:00
Carmelo Messina
9b61de8734 Enable share intent patch 2021-10-09 10:12:21 +02:00
csagan5
6e457009b4 Updated recent patches 2021-10-08 01:17:15 +02:00
Carmelo Messina
ce42e0c0ea fix build 2021-10-08 01:07:50 +02:00
Carmelo Messina
229aa9a115 add Force-open-external-links-in-incognito.patch 2021-10-08 00:37:29 +02:00
Niko Lowry
07d13a350b Set enable_reporting to false
Added `ungoogled-chromium-Fix-building-without-enabling-reporting.patch`
to fix build issues. See the following PR for more details:
https://github.com/Eloston/ungoogled-chromium/pull/1416
2021-09-26 23:50:19 +02:00
csagan5
858e85b59b Release 93.0.4577.83 2021-09-25 16:23:57 +02:00
csagan5
72e4a6e1eb Release 92.0.4515.176 2021-09-12 11:38:03 +02:00
csagan5
63d816332b Release 92.0.4515.134 2021-08-05 12:04:51 +02:00