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

28 Commits

Author SHA1 Message Date
Tiger Oakes
057cc0966e [fenix] For https://github.com/mozilla-mobile/fenix/issues/12095: Remove TWA feature flag (https://github.com/mozilla-mobile/fenix/pull/12096) 2020-07-01 19:14:41 -07:00
Sachin
e56cc28342 [fenix] for https://github.com/mozilla-mobile/fenix/issues/11617 added a resetPoliciesAfter ext function for StrictMode, and replaced all existing calls to "resetAfter" with "resetPoliciesAfter" (https://github.com/mozilla-mobile/fenix/pull/11619) 2020-06-16 11:12:18 -07:00
Sachin
c17dc6a61b [fenix] for https://github.com/mozilla-mobile/fenix/issues/7225, Changed strictMode thread penalty to dialog on startup and back to logs after startup is done. (https://github.com/mozilla-mobile/fenix/pull/10831)
for https://github.com/mozilla-mobile/fenix/issues/7225, refactored and cleanup the branch.

for https://github.com/mozilla-mobile/fenix/issues/7225, change strict mode policy only on main process.

for https://github.com/mozilla-mobile/fenix/issues/7225, setting thread policy inside a seperate thread to keep it from getting overridden in activities.

for https://github.com/mozilla-mobile/fenix/issues/7225 removed Handler().postAtFrontOfQueue as a solution due to unknown side effects. moved the enableStrictMode function to be static so we can reuse it.

for https://github.com/mozilla-mobile/fenix/issues/7225 lint check

for https://github.com/mozilla-mobile/fenix/issues/7225 created strict mode manager and moved enabledStrictMode function inside it.

for https://github.com/mozilla-mobile/fenix/issues/7225 removed penalty death on network

for https://github.com/mozilla-mobile/fenix/issues/7225 added allow disk access on thread for already existing violation


strict mode running in main process to see if it passes the gitlab check, will revert it if it doesnt

allowed diskread for super.onCreate for home activity

added comments for disk violation oncreate homeactivity

added fragment manager inside strictmode manager

allowed disk read for onboarding

allowed disk read for cachedTopSites
2020-06-08 10:45:33 -07:00
ekager
75816bf8f2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10691 - Turn on LeakCanary by default for debug builds 2020-05-18 15:08:09 -07:00
Sebastian Kaspari
5bc265f8e2 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/8277: Move foreground drawable from drawable-v26/ to drawable/ 2020-02-17 11:37:15 +01:00
Sebastian Kaspari
36c24d7b1b [fenix] Optimize PNGs. 2020-02-14 09:41:54 -08:00
Denys M
f69e53c92d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2441. Update LeakCanary to 2.0-beta-3 version. 2019-10-24 11:19:09 -07:00
Tiger Oakes
90d9e14b9c [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/394 - Trusted Web Activities (https://github.com/mozilla-mobile/fenix/pull/5391) 2019-10-09 09:17:49 -07:00
Yeon Taek Jeong
59c6b7725e [fenix] No issue: Update long-press shortcut strings (https://github.com/mozilla-mobile/fenix/pull/5284)
* No issue: Update long-press shortcut strings

* Updates identifiers
2019-09-26 11:57:37 -07:00
Sawyer Blatz
d95e439bab [fenix] Reverts https://github.com/mozilla-mobile/fenix/issues/1151: Removes unused Flipper library 2019-09-20 08:05:14 -07:00
Yeon Taek Jeong
6fdb6d41fa [fenix] For https://github.com/mozilla-mobile/fenix/issues/5296: Fix long-press shortcuts to work across build variants 2019-09-16 12:31:20 -07:00
Yeon Taek Jeong
c26cca80e7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/419: Create launch icon for private browsing (https://github.com/mozilla-mobile/fenix/pull/4948) 2019-09-11 10:52:33 -07:00
Tiger Oakes
664d6f2e81 [fenix] Minify the fenix 2019-08-07 14:24:32 -07:00
Tiger Oakes
8d3020ebcf [fenix] No issue: Normalize license header comment (https://github.com/mozilla-mobile/fenix/pull/3909) 2019-07-12 11:38:15 -07:00
Colin Lee
0644a18942 [fenix] No issue: Enable Strict Mode in Debug Builds (https://github.com/mozilla-mobile/fenix/pull/4014) 2019-07-12 00:23:28 -05:00
kglazko
e8acfc56b4 [fenix] Adding l10n screenshot tests for Fenix (https://github.com/mozilla-mobile/fenix/pull/3562)
* Adding l10n screenshot tests for Fenix

* fixing comments

* fix klint and detekt error and adding all tests

* better test name and doc added explaining tests
2019-07-08 11:00:29 -05:00
ekager
b0abda06b5 [fenix] No issue: Adds mischievous Fenix debug launcher 2019-07-03 09:47:41 -07:00
Tiger Oakes
79385e67f2 [fenix] Fix round icon (https://github.com/mozilla-mobile/fenix/pull/3353) 2019-06-11 12:26:08 -05:00
Tiger Oakes
636c936d79 [fenix] Minify launcher icon (https://github.com/mozilla-mobile/fenix/pull/3309) 2019-06-10 09:10:29 -05:00
Sawyer Blatz
880cf1acdc [fenix] For https://github.com/mozilla-mobile/fenix/issues/1970: Fixes Firefox Preview icon for older devices (https://github.com/mozilla-mobile/fenix/pull/2005) 2019-04-25 07:34:08 -07:00
Sawyer Blatz
e1376c46f4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1714: Updates product to Firefox Preview (https://github.com/mozilla-mobile/fenix/pull/1907) 2019-04-23 07:20:19 -07:00
Colin Lee
784857cfc3 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1151: As a developer, Flipper integration might help me with debugging 2019-03-22 17:12:53 -05:00
Jeff Boek
2c9c293c9d [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1041 - Disables telemetry when the toggle is off 2019-03-15 14:42:31 -07:00
Colin Lee
49d735a2aa [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/675: Integrate Adjust SDK (for Greenfield flavor) 2019-03-01 12:57:59 -06:00
Colin Lee
009b03a195 [fenix] Default to LeakCanary being off 2019-02-15 12:50:58 -08:00
Colin Lee
1ddaffa988 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/488: LeakCanary crash 2019-02-13 13:40:21 -08:00
Colin Lee
b3e1b4bc0a [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/401: Resolve known leak and install LeakCanary 2019-02-13 09:37:13 -08:00
Sebastian Kaspari
4f5060cf0f [fenix] Add color-shifted debug icon. 2019-01-30 09:11:42 -06:00