Colin Lee
5164110b46
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3238 : fixes race condition crash, nav destination unknown
2019-06-06 15:46:34 -07:00
Jonathan Almeida
437b7170cf
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3167 : Show help page in browser menu ( https://github.com/mozilla-mobile/fenix/pull/3230 )
2019-06-06 16:55:15 -05:00
Emily Kager
6e9c2e1937
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2785 - Adds back item animator session control ( https://github.com/mozilla-mobile/fenix/pull/3233 )
2019-06-06 16:54:49 -05:00
Emily Kager
c82a90a12c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3234 - Updates labels of fragments in the nav graph to avoid flash ( https://github.com/mozilla-mobile/fenix/pull/3235 )
2019-06-06 16:52:25 -05:00
Grisha Kruglov
1e8748ec3d
[fenix] No issue: Use 'Turn on Sync' instead of 'Sign In'
...
Seems like we've started using a wrong string at some point.
Thankfully, the correct one is already in the tree.
2019-06-06 14:11:54 -07:00
Colin Lee
858f7a8504
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1301 : Change ping for total_uri_count
2019-06-06 12:58:55 -07:00
Jeff Boek
aaa53dec50
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1809 - Restore all crashed tabs
2019-06-06 12:58:32 -07:00
Sawyer Blatz
37a0febae9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3215 : Restores collections properly ( https://github.com/mozilla-mobile/fenix/pull/3219 )
2019-06-06 14:26:05 -05:00
Emily Kager
c128c8317b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3156 - If only one tab adding to collection make it selected ( https://github.com/mozilla-mobile/fenix/pull/3222 )
2019-06-06 14:24:25 -05:00
Jonathan Almeida
a00f99e9cd
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3047 : Fix blank space for system edit text controls ( https://github.com/mozilla-mobile/fenix/pull/3227 )
2019-06-06 14:22:58 -05:00
Colin Lee
b2f131948b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1301 : Always observe sessions to keep uri_count ( https://github.com/mozilla-mobile/fenix/pull/3172 )
2019-06-06 14:16:31 -05:00
Sawyer Blatz
c650be0507
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1242 & https://github.com/mozilla-mobile/fenix/issues/975 : Fixes camelcase of telemetry
2019-06-06 10:59:09 -07:00
Mitchell Hentges
6f6b0d2883
[fenix] Puts all secrets for a track in a single TC secret ( https://github.com/mozilla-mobile/fenix/pull/3187 )
2019-06-06 19:43:07 +02:00
Denys M
31d40cf0c5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1366 . Update toolbar search state when typing. ( https://github.com/mozilla-mobile/fenix/pull/2908 )
2019-06-06 08:16:22 -07:00
Mitchell Hentges
500c68dcc5
[fenix] Uses "channel" instead of "google_play_track" ( https://github.com/mozilla-mobile/fenix/pull/3206 )
2019-06-06 15:30:41 +02:00
Emily Kager
94f4baba00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3141 For https://github.com/mozilla-mobile/fenix/issues/3142 Do not try to fade BrowserFragment in transitions ( https://github.com/mozilla-mobile/fenix/pull/3195 )
2019-06-05 20:37:58 -05:00
Emily Kager
46e5afb0af
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3087 - Adds disabled color attr ( https://github.com/mozilla-mobile/fenix/pull/3192 )
...
* For https://github.com/mozilla-mobile/fenix/issues/3087 - Adds disabled color attr
* Change alpha to 40%
2019-06-05 20:37:16 -05:00
Emily Kager
9cf484f22f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2253 - Shorten Fullscreen snackbar length ( https://github.com/mozilla-mobile/fenix/pull/3190 )
2019-06-05 20:36:13 -05:00
Emily Kager
5dfb499b11
[fenix] No issue: Update dependencies
2019-06-05 16:30:01 -07:00
Emily Kager
ae08113a59
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3004 - Restore MotionLayout on Home View only in onCreateView
2019-06-05 14:46:38 -07:00
Grisha Kruglov
b68bdd9f99
[fenix] Fix how we reflect FxA state in preference
...
This cleans up how we're displaying account state in the main preference UI.
Before when it worked, it worked mostly accidentally.
'launch' wrapper around "update ui" methods would trigger a race condition
between binding the account pref view holder and actually updating that view
with values. Sometimes the "update view with values" would happen after view
was bound, and the UI will be correct. Most of the time it would happen before,
and so there will be nothing to update and we'd get into an inconsistent state.
This also splits up the "accountpreference" into two: account is good,
and account needs re-auth. This greatly simplifies their management.
2019-06-05 14:38:06 -07:00
Grisha Kruglov
cd2afeebd6
[fenix] Make 'remove account' work on the "reconnect to sync" screen
...
This seems to have been copy-pasted and wasn't hooked up correctly.
2019-06-05 14:38:06 -07:00
Grisha Kruglov
dc39bbc937
[fenix] Navigate away from account settings after encountering auth problems
2019-06-05 14:38:06 -07:00
Sawyer Blatz
0680bc4e69
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1190 : Removes syncing items from FxA telemetry
2019-06-05 13:57:18 -07:00
Mitchell Hentges
e3fe12a9f6
[fenix] Adds IDE documentation for gradle versionName error
2019-06-05 15:15:03 -04:00
Jeff Boek
3c91c152fb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1158 - Add the search count to the baseline ping
2019-06-05 12:09:02 -07:00
Sawyer Blatz
f83052210f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/975 : Updates telemetry for settings ( https://github.com/mozilla-mobile/fenix/pull/3171 )
2019-06-05 13:34:42 -05:00
Sebastian Kaspari
f8e47d7aab
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/2381 : Add feature-media component and enable notification for recording devices.
2019-06-05 20:20:44 +02:00
Sebastian Kaspari
8359a6279f
[fenix] Update GeckoView Beta to 68.0.20190604110028.
2019-06-05 20:20:44 +02:00
Jeff Boek
28e59e53b7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2395 - Adds an early return statement and documents why we copy a feature
2019-06-05 10:47:21 -07:00
Jeff Boek
00bfe0bca0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2395 - Fixes test suite
2019-06-05 10:47:21 -07:00
Jeff Boek
3a4015a02d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2395 - Properly takes you back to where you start authentication on completion
2019-06-05 10:47:21 -07:00
Sawyer Blatz
7de8f59fde
[fenix] For https://github.com/mozilla-mobile/fenix/issues/977 : Listens to correct custom tab open menu fact
2019-06-05 09:34:50 -07:00
mythio
066aa10875
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3000 : Replace deprecated method
2019-06-05 09:33:58 -07:00
Emily Kager
f41c94f596
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3004 - Do not restore motionlayout state in ReloadData
2019-06-05 09:33:07 -07:00
Colin Lee
35ae44ced7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3129 : Add a production build type to Fenix ( https://github.com/mozilla-mobile/fenix/pull/3149 )
2019-06-05 10:48:10 -05:00
Mitchell Hentges
ee52f9e662
[fenix] Requires a prefixed "v" when parsing git tag name ( https://github.com/mozilla-mobile/fenix/pull/3163 )
2019-06-05 14:09:57 +02:00
Emily Kager
38a2ea53a4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3135 - Reduce swipe to delete sensitivity
2019-06-04 16:10:28 -07:00
Emily Kager
1e4d9ed747
[fenix] No issue: Update home screen margins
2019-06-04 16:06:08 -07:00
Sawyer Blatz
67c866ceac
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2316 : Adds confirmation dialog to delete bookmark
2019-06-04 14:47:11 -07:00
Sawyer Blatz
95dc2b9e00
[fenix] No issue: Updates a-c to 0.56.0
2019-06-04 13:37:28 -07:00
Tiger Oakes
51137089e8
[fenix] Redesign Report and Collection icons
...
Update icons to align with other Android icons by adjusting the weight.
2019-06-04 13:00:11 -07:00
Sawyer Blatz
4ded533432
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1192 : Updates detection for Lockwise
2019-06-04 11:23:18 -07:00
ekager
1036846133
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3101 - Do not show tab selection screen for 1 tab
2019-06-04 10:08:43 -07:00
Axel Hecht
927af096ca
[fenix] Import strings from android-l10n ( https://github.com/mozilla-mobile/fenix/pull/3120 )
...
Status: mozilla-l10n/android-l10n@03b23ceaba
2019-06-04 10:38:32 -05:00
Emily Kager
ad2e70df60
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3008 , For https://github.com/mozilla-mobile/fenix/issues/2162 Add Simple Logic for Menu Orientation ( https://github.com/mozilla-mobile/fenix/pull/3114 )
...
* For https://github.com/mozilla-mobile/fenix/issues/3008 - Adjust orientation of collections menu based on view location
* For https://github.com/mozilla-mobile/fenix/issues/2162 - Add simple menu orientation logic to bookmark menu
2019-06-04 10:37:57 -05:00
Emily Kager
17668831d0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3103 - Exit fullscreen on pause ( https://github.com/mozilla-mobile/fenix/pull/3112 )
2019-06-04 10:36:16 -05:00
Emily Kager
b6dfd81cd2
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1618 - Add fade to awesome bar list instead of shadow ( https://github.com/mozilla-mobile/fenix/pull/3110 )
...
* Closes https://github.com/mozilla-mobile/fenix/issues/1618 - Add fade to awesome bar list instead of shadow
* For https://github.com/mozilla-mobile/fenix/issues/1211 - Hide keyboard on fling suggestions list
2019-06-04 10:35:47 -05:00
Colin Lee
e128b3beac
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1966 : Up button should cancel multi-selection first ( https://github.com/mozilla-mobile/fenix/pull/3108 )
2019-06-04 10:08:06 -05:00
Jeff Boek
0a7238232f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2324 - Adds a drawable with the proper border radius
2019-06-03 19:08:26 -07:00