2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
Commit Graph

1160 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Jeff Boek
19745d727b [fenix] Adds dialog style for Firefox Accounts 2019-06-03 19:08:26 -07:00
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) 2019-06-03 16:24:37 -05:00
Axel Hecht
00d8b80e19 [fenix] Import strings from android-l10n (https://github.com/mozilla-mobile/fenix/pull/3085)
Status: mozilla-l10n/android-l10n@929a19e9f8
2019-06-03 15:07:14 -05:00
Jonathan Almeida
9dc845f79f [fenix] For https://github.com/mozilla-mobile/fenix/issues/2562: Make version codes selectable 2019-06-03 16:02:06 -04:00
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) 2019-06-03 14:11:17 -05:00
Tiger Oakes
b297d8c4b8 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3091 - Hide Pull to Refresh under flag (https://github.com/mozilla-mobile/fenix/pull/3092)
This was merged in after feature freeze so we're pulling it out for
now. Pull to refresh will continue to work in debug mode so that the
design can be iterated on easily.
2019-06-03 14:10:53 -05:00
Colin Lee
242169b1fd [fenix] For https://github.com/mozilla-mobile/fenix/issues/3073 'Open in Firefox Preview' no longer opens in app
Saving and restoring the custom tab session ID fixed one problem while causing another. I added code to only restore the ID if the session has a customTabConfig associated.
2019-06-03 10:04:17 -07:00
Mitchell Hentges
4e17c26bed [fenix] Migrates "raptor" build type to work for chrome-perf-testing, too (https://github.com/mozilla-mobile/fenix/pull/2926) 2019-06-03 16:32:38 +02:00
ekager
97dcb6fa03 [fenix] Clean up logic to return margin pairs for readability 2019-06-03 10:00:00 -04:00
ekager
a2aaa7d970 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2794 - Adjust engine margins when enter/exit fullscreen 2019-06-03 10:00:00 -04:00
ekager
db03554fe8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2223 , For https://github.com/mozilla-mobile/fenix/issues/371 - Replace Toolbar with FIP when opened 2019-06-01 10:24:55 -07:00
ekager
11054b82b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3056 - Filter sessions on invoke for pending delete all job 2019-05-31 18:52:02 -07:00
Jeff Boek
0d227b360f [fenix] For https://github.com/mozilla-mobile/fenix/issues/1158 - Use a dot instead of an underscore to seperate values 2019-05-31 18:15:07 -07:00
Colin Lee
b095f86cbf [fenix] No issue: Store the Custom Tab Session ID to avoid a crash (https://github.com/mozilla-mobile/fenix/pull/3062) 2019-05-31 17:03:58 -05:00
Emily Kager
0d07b7f477 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2133 - Remove delete icon from delete history button (https://github.com/mozilla-mobile/fenix/pull/3053) 2019-05-31 16:27:36 -05:00
Arturo Mejia
ccdeb42ecb [fenix] For https://github.com/mozilla-mobile/fenix/issues/1919- Websites' icons are not displayed on Site permissions (https://github.com/mozilla-mobile/fenix/pull/3050)
Exceptions.
2019-05-31 16:27:12 -05:00
Emily Kager
e47017f13e [fenix] For https://github.com/mozilla-mobile/fenix/issues/2941 - Remove Delete Dialog, Theme Dialogs (https://github.com/mozilla-mobile/fenix/pull/3052) 2019-05-31 16:26:34 -05:00
Jeff Boek
79100798fa [fenix] For https://github.com/mozilla-mobile/fenix/issues/3049 - Updates sign in card visual style 2019-05-31 13:53:15 -07:00
Sawyer Blatz
06dc879aa3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1572: Removes padding from error page button 2019-05-31 12:34:25 -07:00
Jeff Boek
db5953750f [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/3045 - Allows scrolling the entire home layout to fix landscape scrolling issues 2019-05-31 12:26:55 -07:00
Emily Kager
95e158af05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2977 - Update add new collections flow (https://github.com/mozilla-mobile/fenix/pull/2991)
* For https://github.com/mozilla-mobile/fenix/issues/2977 - Update add new collections flow

* Rename shared elements to be more general

* Make tab list not clickable in other modes

* For https://github.com/mozilla-mobile/fenix/issues/2577 - Stop Flickering in List

* Add extensions function for next step with collections list size
2019-05-31 12:59:51 -05:00
Emily Kager
ebba29d2cd [fenix] No issue: Always try to pop to browser when navigating to browser (https://github.com/mozilla-mobile/fenix/pull/3043) 2019-05-31 12:57:34 -05:00
Jeff Boek
02bdecb714 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/3041 - Fixes the string that gets displayed in the FxA Onboarding card 2019-05-31 10:44:14 -07:00
James Hugman
ce4a686423 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1570 - Enable app-links feature 2019-05-31 10:39:47 -07:00
Sawyer Blatz
dd926e554c [fenix] For https://github.com/mozilla-mobile/fenix/issues/2836: Fixes custom tab close button color 2019-05-31 09:50:46 -07:00
Jeff Boek
01aea08ffc [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 - Adds completion snackbar 2019-05-31 09:42:44 -07:00
Jeff Boek
761817acfa [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/3037 - Unchecks boxes after deletion 2019-05-31 09:42:44 -07:00
Jeff Boek
99ecf15989 [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 - Fixes crash by moving GeckoView calls t othe main thread 2019-05-31 09:42:44 -07:00
Emily Kager
26652ede97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3027, For https://github.com/mozilla-mobile/fenix/issues/2858 Pass in Fenix Snackbar for Context Menu Candidate (https://github.com/mozilla-mobile/fenix/pull/3028) 2019-05-31 10:16:08 -05:00
Jonathan Almeida
160c0b77eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/2052: Fix BrowserToolbar overlapping web content 2019-05-30 20:40:56 -04:00
Jeff Boek
71309d11f3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2723 - Cleans up code formatting 2019-05-30 16:38:31 -07:00
Jeff Boek
b2f4e4327b [fenix] For https://github.com/mozilla-mobile/fenix/issues/2723 - Creates callbacks to wire up the mode and theme manager together 2019-05-30 16:38:31 -07:00
Jeff Boek
708aa16d1c [fenix] For https://github.com/mozilla-mobile/fenix/issues/2723 - Fixes theme manager 2019-05-30 16:38:31 -07:00
Emily Kager
8fceae18b3 [fenix] Fixes Crash: Pop up to Browser Fragment if exists when coming from Search 2019-05-30 16:30:06 -07:00
Emily Kager
4b1f85bc70 [fenix] No issue: Simplify and speed up shared element transitions 2019-05-30 16:30:06 -07:00
Emily Kager
f523d9df59 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1973 - Toggle QR button on deny permissions, fix engineView crashes 2019-05-30 16:06:37 -07:00
Colin Lee
50c466c86b [fenix] For https://github.com/mozilla-mobile/fenix/issues/2893, https://github.com/mozilla-mobile/fenix/issues/2673, https://github.com/mozilla-mobile/fenix/issues/2916, https://github.com/mozilla-mobile/fenix/issues/2314: Fix race condition navigating to browser (https://github.com/mozilla-mobile/fenix/pull/3023)
Since the Navigation library restores the fragment after memory eviction, if we're already on the BrowserFragment and we deep link navigate to the BrowserFragment, we briefly get two of them. This crashes GeckoView.
2019-05-30 17:43:32 -05:00
Emily Kager
095ebee6f0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2990 - Remove library content descriptions from browsing data items (https://github.com/mozilla-mobile/fenix/pull/3017) 2019-05-30 17:07:52 -05:00
Emily Kager
07c032c277 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2230 - Fix theme selection radio button for Android 6 (https://github.com/mozilla-mobile/fenix/pull/3019) 2019-05-30 17:06:46 -05:00
Tiger Oakes
3960fb8f43 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/103 - Pull to refresh (https://github.com/mozilla-mobile/fenix/pull/3020) 2019-05-30 17:05:49 -05:00
Sawyer Blatz
9ccf6fb1e7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2227: Fixes issue with bookmark selection (https://github.com/mozilla-mobile/fenix/pull/3021) 2019-05-30 17:01:51 -05:00
Sawyer Blatz
06b5e1abaf [fenix] For https://github.com/mozilla-mobile/fenix/issues/2931: Show browser snackbar above quick action sheet 2019-05-30 14:52:09 -07:00
Sawyer Blatz
190bbe503e [fenix] For https://github.com/mozilla-mobile/fenix/issues/2327: Fix early return from displayAccountError 2019-05-30 13:45:56 -07:00
Sawyer Blatz
1b6f0f5b1a [fenix] For https://github.com/mozilla-mobile/fenix/issues/1679: Pause media playback when backgrounded 2019-05-30 13:06:37 -07:00
Jeff Boek
1e70a65502 [fenix] For https://github.com/mozilla-mobile/fenix/issues/255 - Moves all deletion operations to the same coroutine 2019-05-30 13:05:51 -07:00
Christian Sadilek
75f98070d2 [fenix] No issue: ClipboardProvider no longer needs to be added/removed based on input 2019-05-30 13:03:50 -07:00
Emily Kager
322aedd4da [fenix] For https://github.com/mozilla-mobile/fenix/issues/3011 - Size EngineView for Custom Tab Fixed Toolbar 2019-05-30 12:40:54 -07:00
Emily Kager
1c75ee039e [fenix] For https://github.com/mozilla-mobile/fenix/issues/3011 - Size EngineView for Custom Tab Fixed Toolbar 2019-05-30 12:40:54 -07:00
Sawyer Blatz
9a301da8bb [fenix] For https://github.com/mozilla-mobile/fenix/issues/2327: Fixes nits 2019-05-30 11:45:39 -07:00
Sawyer Blatz
957e4c5bbe [fenix] For https://github.com/mozilla-mobile/fenix/issues/2327: Adds error state syncing 2019-05-30 11:45:39 -07:00
Emily Kager
99c382f52a [fenix] For https://github.com/mozilla-mobile/fenix/issues/2979 - Prevent double navigation to Create Collection Fragment 2019-05-30 10:58:56 -07:00
Grisha Kruglov
dbc2a132be [fenix] No issue: improve allowUndo
This patch fixes a few issues:
- it was an extension on a CoroutineScope, but that was quite misleading
since the Main dispatcher would be always used regardless of what dispatcher
the owning CoroutineScope was configured with.
- timing was reliant on exact value of the undocumented Snackbar.LENGTH_LONG duration
- coroutine cancellation relied on cooperation of the 'operation' suspend function,
which we can't depend on

New 'allowUndo' fully controls its timing, doesn't imply a dispatcher to its consumers,
and doesn't rely on cooperation of passed-in suspend blocks for cancellation to work.
2019-05-30 10:48:59 -07:00
Emily Kager
a7288fcceb [fenix] For https://github.com/mozilla-mobile/fenix/issues/2980 - Pop to home if no session exists in Browser Fragment 2019-05-30 09:05:10 -07:00
Emily Kager
654d4c2a37 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2938 - Remove save to collection from PB browsing menu 2019-05-30 08:42:20 -07:00
Emily Kager
87ffe440ab [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2186 - Search Fragment search bar margins should be 8dp 2019-05-30 08:39:35 -07:00
Emily Kager
ee1df8ac9d [fenix] No issue: Check search engine icon exists before setting drawable 2019-05-30 08:33:30 -07:00
Denys M
490a5b621d [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/2254/https://github.com/mozilla-mobile/fenix/issues/2709. Observe browser sessions changes on HomeFragment. 2019-05-29 15:13:15 -07:00
Jeff Boek
15d69cff63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2738 - Re-throws exceptions to send better data into the crash reporters 2019-05-29 13:33:36 -07:00
Emily Kager
62859b0df6 [fenix] Refactor new param to startInEditMode 2019-05-29 12:27:48 -07:00
Emily Kager
cef7339070 [fenix] Start MotionLayout animation to end while navigating to search fragment 2019-05-29 12:27:48 -07:00
Emily Kager
6f63340e63 [fenix] Init Toolbar in edit mode so we don't see the flash 2019-05-29 12:27:48 -07:00
ekager
eb2fbd2c6e [fenix] Adds Shared Transition between Home and Search 2019-05-29 12:27:48 -07:00
Jeff Boek
36d0eb1ca3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2419 - Adds a deletion state to the history component 2019-05-29 12:20:19 -07:00
Denys M
3512befa25 [fenix] For https://github.com/mozilla-mobile/fenix/issues/747. Improve HistoryFragment readability. 2019-05-29 10:21:48 -07:00
Denys M
324684a1fe [fenix] For https://github.com/mozilla-mobile/fenix/issues/747. Fix coroutines leaks in HistoryFragment. 2019-05-29 10:21:48 -07:00
Jonathan Almeida
0d756ce080 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2968: Specify the activity name in the share item 2019-05-29 13:12:46 -04:00
Grisha Kruglov
b3fdb575ea [fenix] No issue: increase likelyhood of notification showing up as 'heads-up' 2019-05-29 09:52:35 -07:00
Grisha Kruglov
15025138d9 [fenix] No issue: sync and refresh device state on foreground 2019-05-29 09:52:35 -07:00
Emily Kager
ca2b1a355e [fenix] For https://github.com/mozilla-mobile/fenix/issues/2972 - Call session feature back press before custom tab back press 2019-05-29 09:40:52 -07:00
Jeff Boek
3e36b2ec4a [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/2920 - Adds missing data review links 2019-05-29 09:21:32 -07:00
Grisha Kruglov
30f64236c9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2835: Do not assume bookmarks fragment is attached while processing operations
This is mostly necessary when we're running stuff in a coroutine, so the patch likely goes
overboard a bit with the nullability checks... but it shouldn't hurt.
2019-05-29 09:19:03 -07:00
Colin Lee
94a94edca6 [fenix] Update flipper to make LeakCanary traces appear (https://github.com/mozilla-mobile/fenix/pull/2971) 2019-05-29 11:17:56 -05:00
Sawyer Blatz
fb3e821fb3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2948: Adds menu button add tab to collection 2019-05-29 09:08:11 -07:00
Sawyer Blatz
ab2459162d [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/2942: Updates strings for l10n (https://github.com/mozilla-mobile/fenix/pull/2950) 2019-05-29 10:47:19 -05:00
Stefan Arentz
264f522b37 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/445 - Ship Fenix x86_64 builds (https://github.com/mozilla-mobile/fenix/pull/2856) 2019-05-29 09:19:17 -04:00
Emily Kager
d54244f1b1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2891 - Make checkbox invisible so text isn't cut off 2019-05-28 20:57:02 -07:00
Emily Kager
375fc8f516 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2110 - Pressing back on external link should close the tab 2019-05-28 17:55:17 -07:00
Emily Kager
27ad5a5b74 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2952 - Delete All Tabs should run on Main Thread 2019-05-28 16:25:39 -07:00
Arturo Mejia
b8188c9cbb [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2903: Fixed crash when trying to rate the app on a devices without
the play store app.
2019-05-28 15:14:56 -07:00
Jonathan Almeida
83897a1e60 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2878: Cleanup with card-like styling 2019-05-28 15:11:41 -07:00
Arturo Mejia
fd9466a652 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2673: File manager allows to upload files from third party apps. 2019-05-28 15:07:40 -07:00
Arturo Mejia
3ecb0d4e59 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2900: Fix crash when trying to show site info panel with
a null session.
2019-05-28 15:05:49 -07:00
Jonathan Almeida
6237057252 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2886: Fix sending multiple tabs to another device (https://github.com/mozilla-mobile/fenix/pull/2923)
* For https://github.com/mozilla-mobile/fenix/issues/2886: Fix sending multiple tabs to another device

* Update share methods to use new API
2019-05-28 15:05:16 -07:00
Axel Hecht
cb5dd52a31 [fenix] Import strings from android-l10n
Status: mozilla-l10n/android-l10n@acf17ea0cf
2019-05-28 15:03:13 -07:00
Arturo Mejia
ac5da6d329 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2789: Custom tabs is not covering the full screen size. 2019-05-28 15:01:18 -07:00
Emily Kager
e815bf359e [fenix] For https://github.com/mozilla-mobile/fenix/issues/2133 - Add destructive text color to delete history button 2019-05-28 14:59:21 -07:00
Emily Kager
e3fb81cfdc [fenix] For https://github.com/mozilla-mobile/fenix/issues/2919 - Invoke Pending Delete Jobs in onPause 2019-05-28 14:59:05 -07:00
Emily Kager
ff1f777b55 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2417 - Fade end of Edit Bookmark edit text 2019-05-28 14:58:51 -07:00
Emily Kager
88e64fbbb2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2898 - Adds Deselect All in Collection Creation Select Tabs Step 2019-05-28 14:58:16 -07:00
Emily Kager
aa741c1aa6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2337 - Open Report Site in Browser from Custom Tab 2019-05-28 14:56:01 -07:00
Emily Kager
95b2ea5d21 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2941 - Creates delete dialog style 2019-05-28 13:41:38 -07:00
Emily Kager
1ed5fb7c96 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2823 - Invoke pending jobs with context on switch to private mode 2019-05-28 12:48:02 -07:00
Jonathan Almeida
cb46cff423 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2890: Sending tab from another device shows empty title 2019-05-27 16:39:56 -04:00
Jonathan Almeida
5ff5b7b0b1 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/2872: Send tab notification never dismisses (https://github.com/mozilla-mobile/fenix/pull/2889) 2019-05-27 19:31:59 +02:00
Harsh Shandilya
992b873122 [fenix] treewide: Resolve compilation warnings (https://github.com/mozilla-mobile/fenix/pull/2859)
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-05-27 19:04:17 +02:00
Jonathan Almeida
ee5b227c4b [fenix] For https://github.com/mozilla-mobile/fenix/issues/2876: Fix crash on sync now button clicked 2019-05-27 12:38:11 -04:00
Tiger Oakes
31d199fe63 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/2862 - Fix about_content placeholder
The exact fix was described in the issue :)

Co-authored-by: Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
2019-05-27 11:37:44 -04:00
Mitchell Hentges
b8e5d35f19 [fenix] Passes variants without parsing (https://github.com/mozilla-mobile/fenix/pull/2408) 2019-05-27 15:00:44 +02:00
Jeff Boek
5722009a52 [fenix] Moves finalized onboarding strings to strings.xml 2019-05-24 18:08:40 -07:00
Jeff Boek
c98463e17a [fenix] For https://github.com/mozilla-mobile/fenix/issues/927 - Adds build type to glean to report the channel 2019-05-24 17:43:24 -07:00
Sawyer Blatz
e73188f04c [fenix] For https://github.com/mozilla-mobile/fenix/issues/1190: Adds additional telemetry for FxA login 2019-05-24 17:39:19 -07:00
Sawyer Blatz
b479cc4320 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1190: Adds telemetry for FxA login 2019-05-24 17:39:19 -07:00
Emily Kager
7fdc9784e7 [fenix] No issue: Correct material dependency and anchor snackbar above toolbar 2019-05-24 17:38:20 -07:00
Jeff Boek
b3096c1536 [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 - Address small nits, changes default color of ic_delete 2019-05-24 17:16:03 -07:00
Jeff Boek
2460c68edb [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 - Properly delete collections 2019-05-24 17:16:03 -07:00
Jeff Boek
1fd2b24bc9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 - Deletes data on button press 2019-05-24 17:16:03 -07:00
Jeff Boek
c412afec23 [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 - Adds button to delete browsing data 2019-05-24 17:16:03 -07:00
Jeff Boek
cce2ebb754 [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 -Adds checkbox listener to data items 2019-05-24 17:16:03 -07:00
Jeff Boek
66af144c4f [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 - Adds icons for list items 2019-05-24 17:16:03 -07:00
Jeff Boek
ccf637a74e [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 - Adds list items for delete browsing data 2019-05-24 17:16:03 -07:00
Jeff Boek
f0e5e9a3b7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 - Adds delete browsing data fragment 2019-05-24 17:16:03 -07:00
Emily Kager
df015ab86a [fenix] For https://github.com/mozilla-mobile/fenix/issues/2843 - Improve Collections UI and UX (https://github.com/mozilla-mobile/fenix/pull/2851) 2019-05-24 17:06:17 -07:00
mheubusch
08b639f0d8 [fenix] Update static_strings.xml 2019-05-24 16:02:44 -07:00
Jonathan Almeida
8434ca83a5 [fenix] No issue: Add device name to account page 2019-05-24 15:29:34 -07:00
Sawyer Blatz
9dc3ef840a [fenix] No issue: Updates l10n static strings 2019-05-24 15:29:18 -07:00
Sawyer Blatz
f57e0b4bbc [fenix] For https://github.com/mozilla-mobile/fenix/issues/2327: Adds error state strings for syncing 2019-05-24 14:52:36 -07:00