Commit Graph

1223 Commits (858f7a850407fc03bda5ff4aa7750d63b3005d0d)
 

Author SHA1 Message Date
Colin Lee 858f7a8504 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1301: Change ping for total_uri_count 5 years ago
Jeff Boek aaa53dec50 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1809 - Restore all crashed tabs 5 years ago
Sawyer Blatz 37a0febae9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3215: Restores collections properly (https://github.com/mozilla-mobile/fenix/pull/3219) 5 years ago
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) 5 years ago
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) 5 years ago
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) 5 years ago
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 5 years ago
Mitchell Hentges 6f6b0d2883 [fenix] Puts all secrets for a track in a single TC secret (https://github.com/mozilla-mobile/fenix/pull/3187) 5 years ago
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) 5 years ago
Mitchell Hentges 500c68dcc5 [fenix] Uses "channel" instead of "google_play_track" (https://github.com/mozilla-mobile/fenix/pull/3206) 5 years ago
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) 5 years ago
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%
5 years ago
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) 5 years ago
Emily Kager 5dfb499b11 [fenix] No issue: Update dependencies 5 years ago
Emily Kager ae08113a59 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3004 - Restore MotionLayout on Home View only in onCreateView 5 years ago
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.
5 years ago
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.
5 years ago
Grisha Kruglov dc39bbc937 [fenix] Navigate away from account settings after encountering auth problems 5 years ago
Sawyer Blatz 0680bc4e69 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1190: Removes syncing items from FxA telemetry 5 years ago
Mitchell Hentges e3fe12a9f6 [fenix] Adds IDE documentation for gradle versionName error 5 years ago
Jeff Boek 3c91c152fb [fenix] For https://github.com/mozilla-mobile/fenix/issues/1158 - Add the search count to the baseline ping 5 years ago
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) 5 years ago
Sebastian Kaspari f8e47d7aab [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/2381: Add feature-media component and enable notification for recording devices. 5 years ago
Sebastian Kaspari 8359a6279f [fenix] Update GeckoView Beta to 68.0.20190604110028. 5 years ago
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 5 years ago
Jeff Boek 00bfe0bca0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2395 - Fixes test suite 5 years ago
Jeff Boek 3a4015a02d [fenix] For https://github.com/mozilla-mobile/fenix/issues/2395 - Properly takes you back to where you start authentication on completion 5 years ago
Sawyer Blatz 7de8f59fde [fenix] For https://github.com/mozilla-mobile/fenix/issues/977: Listens to correct custom tab open menu fact 5 years ago
mythio 066aa10875 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3000: Replace deprecated method 5 years ago
Emily Kager f41c94f596 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3004 - Do not restore motionlayout state in ReloadData 5 years ago
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) 5 years ago
Mitchell Hentges ee52f9e662 [fenix] Requires a prefixed "v" when parsing git tag name (https://github.com/mozilla-mobile/fenix/pull/3163) 5 years ago
Emily Kager 38a2ea53a4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3135 - Reduce swipe to delete sensitivity 5 years ago
Emily Kager 1e4d9ed747 [fenix] No issue: Update home screen margins 5 years ago
Sawyer Blatz 67c866ceac [fenix] For https://github.com/mozilla-mobile/fenix/issues/2316: Adds confirmation dialog to delete bookmark 5 years ago
Sawyer Blatz 95dc2b9e00 [fenix] No issue: Updates a-c to 0.56.0 5 years ago
Tiger Oakes 51137089e8 [fenix] Redesign Report and Collection icons
Update icons to align with other Android icons by adjusting the weight.
5 years ago
Sawyer Blatz 4ded533432 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1192: Updates detection for Lockwise 5 years ago
ekager 1036846133 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3101 - Do not show tab selection screen for 1 tab 5 years ago
Axel Hecht 927af096ca [fenix] Import strings from android-l10n (https://github.com/mozilla-mobile/fenix/pull/3120)
Status: mozilla-l10n/android-l10n@03b23ceaba
5 years ago
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
5 years ago
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) 5 years ago
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
5 years ago
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) 5 years ago
Jeff Boek 0a7238232f [fenix] For https://github.com/mozilla-mobile/fenix/issues/2324 - Adds a drawable with the proper border radius 5 years ago
Jeff Boek 19745d727b [fenix] Adds dialog style for Firefox Accounts 5 years ago
Colin Lee 6103e5535e [fenix] For https://github.com/mozilla-mobile/fenix/issues/2693: Launching Fenix via adb with URL crashes (https://github.com/mozilla-mobile/fenix/pull/3099) 5 years ago
Axel Hecht 00d8b80e19 [fenix] Import strings from android-l10n (https://github.com/mozilla-mobile/fenix/pull/3085)
Status: mozilla-l10n/android-l10n@929a19e9f8
5 years ago
Jonathan Almeida 9dc845f79f [fenix] For https://github.com/mozilla-mobile/fenix/issues/2562: Make version codes selectable 5 years ago
Emily Kager 998de2f3f1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2896 - Polish Save To Collection Button (https://github.com/mozilla-mobile/fenix/pull/3093) 5 years ago