Michael Comella
c80a53f93e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/20824 : use fast service loader for MainDispatcherFactory.
...
For details on the root cause, see the commit. We replaced the similar
proguard rules because:
- the key line was returning false instead of true
- the other line had the same outcome as the written code. I believe it
was a micro-optimization. Since perf seems fine without it, let's
remove it
I benchmarked this change on COLD MAIN first frame. We see an
improvement of 89ms:
- before: 1346ms
- after: 1257ms
2021-08-18 03:59:44 +00:00
Michael Comella
dc4c091f2c
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17451 : remove verbose logs with proguard.
2021-01-21 18:31:25 -05:00
isabelrios
0f6e44f7bc
[fenix] Changes to run tests on beta builds ( https://github.com/mozilla-mobile/fenix/pull/16786 )
...
* Changes to run tests on beta builds
* remove dontoptime and fix bookmarks tests
* fix ktlint and smokeTest
* add variable for package name
* rebase and fix conflicts
* add yml files and modify script to run tests
* fix yml file indentation
* changes in kind file and add try_task
* fix error kind file
* fix error kind file 2
* fix error kind file 3
* fix reviewer comments
* remove mockwebserver implementation as per reviewer comment
* run beta tests only on releases branches
* reg exp for master branch
* reg exp for master branch2
* modify try_task with release branch
* remove try file
* let's start by running only one test
* address latest reviewers comments
* double check correct tasks for release branch
* remove try file after confirming beta build run
Co-authored-by: isabel rios <isabelrios@MBP-de-isabel-2.home>
2021-01-14 15:47:36 +01:00
Mihai Adrian Carare
26854525c6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/14735 : Remove debug logs from release build. ( https://github.com/mozilla-mobile/fenix/pull/15747 )
2020-10-13 09:17:58 -04:00
Jeff Boek
81abd0c497
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8949 - Removes old motionlayout code, fixes how shadow is drawn
2020-03-11 17:10:40 -07:00
Colin Lee
fbe4ebc5d9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4064 : Update R8/ProGuard config for new Kotlin coroutines library ( https://github.com/mozilla-mobile/fenix/pull/7218 )
2019-12-17 10:41:54 -06:00
Jeff Boek
59fbfbf59b
[fenix] No Issue - Adds proguard rules for Lifecycle component ( https://github.com/mozilla-mobile/fenix/pull/6632 )
...
This is a potential fix for https://bugzilla.mozilla.org/show_bug.cgi?id=1596302
2019-11-15 17:10:38 -08:00
Sawyer Blatz
ed0d2c0c0c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1298 : Fixes issue with Adjust campaign not sending through Glean ( https://github.com/mozilla-mobile/fenix/pull/5896 )
2019-10-29 10:09:07 -07:00
Jonathan Almeida
e5f9064701
[fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/373 - Integrate leanplum-fcm"
...
This reverts commit b1ce8ffcb7710fd98b692358309db42690593e11.
We're choosing to revert LeanPlum push messaging integration since we believe
that this has introduced a crash in Firebase push messaging. To verify
this assumption we're reverting this change, and when confirmed, we can
re-introduce Leamplum in a safer manner.
See https://github.com/mozilla-mobile/fenix/issues/6250 and https://github.com/mozilla-mobile/fenix/issues/6251 for related info.
2019-10-25 10:24:40 -04:00
Jeff Boek
d09494613a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/373 - Integrate leanplum-fcm
2019-10-09 14:43:48 -07:00
Colin Lee
b472ab03be
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4064 : Old R8 & keep rules are inhibiting optimizations ( https://github.com/mozilla-mobile/fenix/pull/4930 )
2019-08-29 10:16:26 -05:00
Colin Lee
bd400b8f53
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4064 : Dispatchers.Main still has long cold start delay (Phase II)
2019-08-21 14:32:44 -07:00
Jeff Boek
ece0478446
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2094 - Keep motionlayout internals from being optimized away by ( https://github.com/mozilla-mobile/fenix/pull/3937 )
...
proguard
Co-Authored-By: sblatz <sdblatz@gmail.com>
2019-07-08 14:29:51 -05:00
Christian Sadilek
dfe883a345
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3914 : Exclude gecko.util.DebugConfig from Proguard optimization
2019-07-07 18:37:39 -07:00
Will Hawkins
9f6ee0a8f3
[fenix] Fix https://github.com/mozilla-mobile/fenix/issues/2612 : Force PG to keep kotlinx coroutines
2019-05-22 11:13:31 -07:00
Jeff Boek
880d7dc75f
[fenix] adds missing class
2019-04-10 10:37:34 -07:00
Colin Lee
1b34bb137a
[fenix] Fix build breakage: extra space in ProGuard rule
2019-04-10 10:00:13 -07:00
Jeff Boek
a77ae0b18d
[fenix] No Issue - Adds some proguard clauses
2019-04-10 09:34:21 -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
Christian Sadilek
09a2fc139d
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/309 : Add proguard rule for FenixMegazord
2019-02-28 17:08:46 +01:00
Colin Lee
70bd9d76c3
[fenix] Add initial proguard rules
2019-02-13 10:07:27 -08:00
Jeff Boek
06f1bf6471
[fenix] Initializes Android project
...
Co-authored-by: Colin Lee <mncolinlee@gmail.com>
Co-authored-by: Sawyer Blatz <sdblatz@gmail.com>
Co-authored-by: Emily Kager <emilykager@gmail.com>
2018-12-07 15:25:38 -05:00