Sawyer Blatz
65fa1e255d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/5959 & https://github.com/mozilla-mobile/fenix/issues/5958 : Integrates download feature into Fenix ( https://github.com/mozilla-mobile/fenix/pull/6368 )
2019-10-31 14:37:05 -07:00
mcarare
6f2df90bc2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1487 Add "my library" menu category and items to home 3-dot menu.
...
Changed UI tests according to new menu items.
2019-10-31 11:29:49 -07:00
mcarare
a79c7d3bb1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1487 Add "my library" menu category and items to home 3-dot menu
2019-10-31 11:29:49 -07:00
Artur Dryomov
aa2d47a591
[fenix] No issue: Refactor errors to risk level conversion. ( https://github.com/mozilla-mobile/fenix/pull/5710 )
2019-10-30 11:08:45 -07:00
Sawyer Blatz
506fdc79a8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4456 : Adds total_uri_count to metrics core ping ( https://github.com/mozilla-mobile/fenix/pull/6003 )
2019-10-30 11:02:33 -07:00
Sawyer Blatz
3aa5901ddf
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/6344 : Adds null check for adjust campaign ( https://github.com/mozilla-mobile/fenix/pull/6348 )
2019-10-30 10:13:03 -07:00
liuche
3d3e3d3a2e
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4775 - Update README with Severity Triage process ( https://github.com/mozilla-mobile/fenix/pull/6311 )
2019-10-30 09:55:55 -07:00
Arturo Mejia
4d7068779c
[fenix] Update to AC 20.0.0-SNAPSHOT ( https://github.com/mozilla-mobile/fenix/pull/6343 )
2019-10-30 10:26:20 -04:00
Chenxia Liu
5d32b6880c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6294 - When only one tab is being saved to collection, add it to selected tabs.
2019-10-29 11:27:51 -07: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
Oana Horvath
956b506474
[fenix] History menu UI tests ( https://github.com/mozilla-mobile/fenix/pull/6272 )
...
Removed failing verifyOverflowMenuButton method
Added new Robot for MultipleSelectionTooolbar
Renamed MultipleSelectionToolbarRobot to LibrarySubMenusMultipleSelectionToolbarRobot
2019-10-29 11:36:19 +02:00
Mozilla L10n Automation Bot
9a69ac4a44
[fenix] Import l10n.
2019-10-28 17:26:28 -07:00
No-Jun Park
e40b258890
[fenix] Collection UI Test added, but set to disabled until Collection is refactored ( https://github.com/mozilla-mobile/fenix/pull/6160 )
2019-10-28 15:10:19 -04:00
Mozilla L10n Automation Bot
24268de707
[fenix] Import l10n.
2019-10-28 10:04:12 -07:00
ValentinTimisica
b02410b154
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/5128 : Changed history_empty_view to match constraints.
...
The bug occurred because the activity/fragment is not recreated on
orientation change. A simple fix was to just set width and height to 0dp
to let it match constraints.
2019-10-28 09:44:03 -07:00
Christian Sadilek
b5ef6dbcfe
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/5678 : Selected session may render in ExternalAppBrowserActivity
2019-10-28 09:43:33 -07:00
isabelrios
4eb8ad16d0
[fenix] Fix sync test after changes in the syntaxt to check the elements ( https://github.com/mozilla-mobile/fenix/pull/6249 )
2019-10-28 11:31:32 -04:00
Mihai Branescu
9ffde8da1c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/5848 Wrong toolbar colour - edit bookmark fragment ( https://github.com/mozilla-mobile/fenix/pull/6047 )
...
- Moved toolbar coloring to extension method
- Refactored classes using it
- Removed selection mode colouring for EditBookmarkFragment toolbar,
making it only black and white (normal mode)
2019-10-25 21:41:48 -07:00
Mihai Branescu
aa66b3e66e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/5733 - Private mode notification - wrong home screen ( https://github.com/mozilla-mobile/fenix/pull/6188 )
...
- added PRIVATE MODE intent extra to the notification action
(could use also the OPEN_FROM_NOTIFICATION, but I considered this one to
be more explicit. Kept the old one in case other checks will be done
filtering for it)
- added intent? param to the getPrivateModeFromIntent method, because
onNewIntent() method does not set the activities intent, and it was needed
to be used both in onCreate() and onNewIntent()
2019-10-25 21:41:31 -07:00
ValentinTimisica
799f009731
[fenix] For https://github.com/mozilla-mobile/fenix/issues/5104 : Cleanup - Use match_constraint instead of match_parent.
...
Google officially recommends using match_constraint (equivalent to 0dp)
instead of match_parent when the view is contained in a ConstraintLayout.
https://developer.android.com/reference/android/support/constraint/ConstraintLayout#widgets-dimension-constraints
2019-10-25 13:28:38 -07:00
ValentinTimisica
a33229584b
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/5104 : Changed empty_exception_container to match constraints.
...
This bug occurs because the activity/fragment is not recreated on
orientation change. A simple fix was to just set width and height to 0dp
to let it match constraints.
2019-10-25 13:28:38 -07:00
ekager
6f4fd33912
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6229 - Remove all tab options from custom tab context menu
2019-10-25 13:25:31 -07:00
Emily Kager
0a59e87224
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6219 - Reset default setting if user opts out of experiments
2019-10-25 12:50:16 -07:00
Mozilla L10n Automation Bot
9bd7b46ddb
[fenix] Import l10n.
2019-10-25 10:19:49 -07:00
Mihai Branescu
2597e6134d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6179 - Changed positioning of private mode icons in tab he… ( https://github.com/mozilla-mobile/fenix/pull/6189 )
2019-10-25 08:09:38 -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
Mozilla L10n Automation Bot
be2d12beec
[fenix] Import l10n.
2019-10-24 22:02:26 -07:00
Daphne Liu
916b172a77
[fenix] Add intent-filter to support nfc tags ( https://github.com/mozilla-mobile/fenix/pull/6257 )
2019-10-24 20:04:57 -07:00
Daphne Liu
ca0136985e
[fenix] Replaced beta square icon with round icons ( https://github.com/mozilla-mobile/fenix/pull/6261 )
2019-10-24 20:04:49 -07:00
Sawyer Blatz
8314b378d7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/5737 : Adds telemetry for open links in a private tab ( https://github.com/mozilla-mobile/fenix/pull/5975 )
2019-10-24 17:16:49 -07: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
wpanas
4447c7f9f0
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/6236 : Fix padding lint issues ( https://github.com/mozilla-mobile/fenix/pull/6240 )
2019-10-24 10:52:30 -07:00
mcarare
438fbeb2cb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/5497 Improve sync title/summary settings to support RTL
2019-10-24 10:32:59 -07:00
ekager
0c97d8780d
[fenix] No issue: Sign in button style should be ThemeIndependentMaterialGreyButton
2019-10-24 10:32:29 -07:00
ekager
36de82bdc6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/5544 : Bare Minimum Logins UI
2019-10-24 10:29:03 -07:00
Mozilla L10n Automation Bot
c92b7dc1c0
[fenix] Import l10n.
2019-10-24 10:27:53 -07:00
RaviGarbuja
1edaa81b9b
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/6237 : Change android:text to tools:text ( https://github.com/mozilla-mobile/fenix/pull/6246 )
2019-10-24 10:24:39 -07:00
Tiger Oakes
1562bce123
[fenix] Use tools:listitem with collection creation ( https://github.com/mozilla-mobile/fenix/pull/6140 )
2019-10-24 10:24:08 -07:00
psy0ch
7cc240bcd2
[fenix] Add explanation to @Ignore in CollectionTest ( https://github.com/mozilla-mobile/fenix/pull/6238 )
...
https://github.com/mozilla-mobile/fenix/issues/6235
2019-10-24 10:23:03 -07:00
obarzpaw
2a846964ca
[fenix] Closes mozilla-mobile https://github.com/mozilla-mobile/fenix/issues/4558 Change height of bookmark linearlayout
2019-10-24 09:46:09 -07:00
Ardlan Khalili
0e1f235a20
[fenix] Closes 6168: Globe icon for exceptions
2019-10-24 09:44:49 -07:00
ValentinTimisica
2e3d0e1347
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6145 : Switch drawableTint to app compat version. ( https://github.com/mozilla-mobile/fenix/pull/6151 )
...
The property android:drawableTint doesn't work on older Android devices,
so I switched to the appcompat version (app:drawableTint).
2019-10-24 09:38:58 -07:00
Jeff Boek
e6af25acca
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2477 - Adjust padding to be visually consistent with the separator
2019-10-24 09:35:21 -07:00
Jeff Boek
212d63ec39
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2477 - Adds accessibility setting to force enable zoom
2019-10-24 09:35:21 -07:00
Alessio Placitelli
9d544a27e8
[fenix] Pick up forUnitTest library for the Glean SDK test
2019-10-24 08:57:30 -07:00
Sebastian Kaspari
a81a60183d
[fenix] Update to Mozilla Android Components 19.0.0-SNAPSHOT.
2019-10-24 08:57:30 -07:00
Sebastian Kaspari
e9d21e9799
[fenix] Use new toolbar API of AC 18.0.0.
2019-10-24 08:57:30 -07:00
Sawyer Blatz
893c08050f
[fenix] No issue: Fixes string issues for l10n ( https://github.com/mozilla-mobile/fenix/pull/6158 )
...
Issues found here: https://github.com/mozilla-l10n/android-l10n/pull/89
2019-10-24 08:24:19 -07:00
isabelrios
a6f1efa25d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6208 - Sync Int Tests fix path for showing the html report file ( https://github.com/mozilla-mobile/fenix/pull/6209 )
2019-10-23 15:03:30 -07:00
Aaron Train
aa400955a6
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/6172 - Convert waitNotNull into extension function for UI tests ( https://github.com/mozilla-mobile/fenix/pull/6220 )
2019-10-23 17:40:28 -04:00