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
Sawyer Blatz
18000bbd6d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2788 : Fixes string issues ( https://github.com/mozilla-mobile/fenix/pull/2841 )
2019-05-24 14:07:10 -07:00
Emily Kager
346f0f5538
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2780 - Fix home screen attributes for API 21-22 ( https://github.com/mozilla-mobile/fenix/pull/2844 )
2019-05-24 14:03:59 -07:00
Jonathan Almeida
fd82bacd40
[fenix] No issue: Add ellipses to syncing string
2019-05-24 16:50:58 -04:00
Tiger Oakes
478bde80b4
[fenix] Use a ListAdapter for SessionControl
2019-05-24 13:13:52 -07:00
Jonathan Almeida
ad9a544319
[fenix] No issue: Fix NotificationManager icon color
2019-05-24 11:32:55 -07:00
Sawyer Blatz
a314d6616f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/658 : Adds your rights page link
2019-05-24 11:32:27 -07:00
Emily Kager
9160f1ca67
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2529 - Remove "Delete Collection" button from private browsing
2019-05-24 10:53:15 -07:00
Emily Kager
7ee012205b
[fenix] No issue: Register observers with owner view
2019-05-24 10:53:05 -07:00
Emily Kager
2d14e3416e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/966 - Preserve CustomTab history when opening in browser
2019-05-24 10:50:20 -07:00
Sawyer Blatz
3307cf3205
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2732 : Removes view model usage from collection creation
2019-05-24 10:40:32 -07:00
ekager
30807f9d8b
[fenix] Cancel pending findBookmarkJob if another is started
2019-05-24 09:42:22 -07:00
Emily Kager
daea15328b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2228 - Update Bookmark Status in onUrlChanged
2019-05-24 09:42:22 -07:00
Emily Kager
7fce039fc0
[fenix] Update string
2019-05-24 09:42:05 -07:00
Emily Kager
97f1406882
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1286 - Add Automatic Font Sizing Preference
2019-05-24 09:42:05 -07:00
Emily Kager
281567995e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2815 - Use RootView for displaying snackbar in browserfragment ( https://github.com/mozilla-mobile/fenix/pull/2816 )
2019-05-23 23:35:05 -07:00
Emily Kager
1890d7fa7c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2721 - Reorder onboarding theme settings ( https://github.com/mozilla-mobile/fenix/pull/2817 )
2019-05-23 23:34:11 -07:00
Jeff Boek
5517cdc589
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/2811 - Removes custom attributes
2019-05-23 22:07:54 -07:00
Emily Kager
f1a268ab5a
[fenix] No issues: Set ThemeFragment title in onResume ( https://github.com/mozilla-mobile/fenix/pull/2801 )
2019-05-23 21:30:29 -07:00
Emily Kager
711afa0213
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2806 - navigate up from SearchFragment instead of activity back press ( https://github.com/mozilla-mobile/fenix/pull/2812 )
2019-05-23 21:30:05 -07:00
Emily Kager
1560dff1e3
[fenix] No issue: Update Account UI and visibility in onCreate so it doesn't flash ( https://github.com/mozilla-mobile/fenix/pull/2804 )
2019-05-23 16:52:31 -07:00
Jonathan Almeida
65ccd287b0
[fenix] Add connect another device dialog ( https://github.com/mozilla-mobile/fenix/pull/2803 )
2019-05-23 19:51:25 -04:00
Grisha Kruglov
fc2709d8fc
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2252 : Show "Desktop Bookmarks" in the Bookmarks library ( https://github.com/mozilla-mobile/fenix/pull/2797 )
...
This patch adds in a virtual "Desktop Bookmarks" folder to the top
of the mobile root child list, and makes sure to change internal
bookmark root names to user friendly labels.
2019-05-23 19:33:06 -04:00
Jonathan Almeida
07f5b8b763
[fenix] Adds send tab functionality to UI ( https://github.com/mozilla-mobile/fenix/pull/2790 )
...
* Closes https://github.com/mozilla-mobile/fenix/issues/2782 : Hide send tab when no devices available
* For https://github.com/mozilla-mobile/fenix/issues/2752 : Enabled send tab for debug and nightly builds
* For https://github.com/mozilla-mobile/fenix/issues/2753 : Add Send Tab functionality to UI
2019-05-23 18:38:03 -04:00
Denys M
2a17207de3
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/2739 . Update sign-in preference visibility when screen is resumed.
2019-05-23 15:34:29 -07:00
Emily Kager
3fd777fff6
[fenix] Remove unused import
2019-05-23 13:41:00 -07:00
Emily Kager
352a0b5ea2
[fenix] Add back fade in fade out pop anim
2019-05-23 13:41:00 -07:00
Emily Kager
e744af696c
[fenix] Hide toolbar in activity and remove label from home fragment
2019-05-23 13:41:00 -07:00
Emily Kager
ff410a0f95
[fenix] Restore progress
2019-05-23 13:41:00 -07:00
Emily Kager
2b722626c3
[fenix] Do not use ClipChildren false on homeLayout parent
2019-05-23 13:41:00 -07:00
ekager
3010c75ff1
[fenix] Try to pop up to home if it exists on stack from browserfragment
2019-05-23 13:41:00 -07:00
Emily Kager
7261ee08c5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1287 - Create animation for opening and closing tab from home
2019-05-23 13:41:00 -07:00
Grisha Kruglov
86fefa5990
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2770 : Allow receiving tabs from FxA devices ( https://github.com/mozilla-mobile/fenix/pull/2772 )
...
* Closes https://github.com/mozilla-mobile/fenix/issues/2770 : Allow receiving tabs from FxA devices
Now that we're on a-c 0.54, we can land this since it supports device
capability migration.
This patch adds a SEND_TAB device capability, making Fenix a valid target
in the Send Tab device list on Desktop Firefox.
Additionally, it adds a notification manager which manages notification
channels and knows how to display "received tabs" notifications".
* Post: remove unusued test file that's causing issues
2019-05-23 13:13:27 -07:00
Sawyer Blatz
dbe697d102
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2784 : Removes undo from collection deletion ( https://github.com/mozilla-mobile/fenix/pull/2786 )
2019-05-23 12:16:40 -07:00
Jonathan Almeida
fb1ef670ba
[fenix] Add custom share sheet and send tab support ( https://github.com/mozilla-mobile/fenix/pull/2757 )
...
* Closes https://github.com/mozilla-mobile/fenix/issues/2751 : Add custom app share sheet
* Closes https://github.com/mozilla-mobile/fenix/issues/2753 : Add send tab devices to share sheet
* Closes https://github.com/mozilla-mobile/fenix/issues/2752 : Add build flag for send tab
* Replace Context.share with ShareFragment
2019-05-23 10:48:22 -07:00
Emily Kager
b74a413e08
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2061 - Added Find in Page Bar No Matches Text Color ( https://github.com/mozilla-mobile/fenix/pull/2746 )
2019-05-23 10:47:15 -07:00
Sawyer Blatz
0be9adefae
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2728 & https://github.com/mozilla-mobile/fenix/issues/2729 : Uses view model selected tabs for collection creation ( https://github.com/mozilla-mobile/fenix/pull/2748 )
2019-05-23 10:46:54 -07:00
Tiger Oakes
cea10f040e
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/654 - Update refresh/stop toolbar buttons ( https://github.com/mozilla-mobile/fenix/pull/2702 )
...
(Also back and forward)
2019-05-23 10:46:22 -07:00
Jeff Boek
237c06cfc1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2717 - Hides onboarding card when signed into a firefox account
2019-05-23 10:26:55 -07:00
Jeff Boek
d01c2f9121
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2717 - Adds auto signed in state to the accounts onboarding card
2019-05-23 10:26:55 -07:00
Grisha Kruglov
06fb88d9b0
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2713 : Weave in "onboarding state" and split adapter items accordingly
...
we're ensuring that it has been initialized.
I wonder if we could just make background services load eagerly (they're lazy init now), instead.
2019-05-23 10:26:55 -07:00
Sawyer Blatz
7a0a43ff48
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2689 : Turns dynamic toolbar into fixed toolbar
2019-05-23 08:37:00 -07:00
Emily Kager
5793d18da7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2530 - Show report site issue and TP off globally in quick settings
2019-05-23 08:34:24 -07:00
Sawyer Blatz
21b247d82c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2205 : Updates collection title constraints
2019-05-23 08:33:42 -07:00
Sawyer Blatz
79e336a61a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/911 : Adds reader mode notification on first launch
2019-05-23 08:27:07 -07:00
Ryan Kelly
36686f3fd8
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2555 : Remove appservices gradle plugin, perform megazord substitution by hand.
2019-05-23 08:23:17 -07:00
Sören Hentzschel
f987d5ae88
[fenix] fixed wrongly named variable
2019-05-23 08:22:34 -07:00
Sören Hentzschel
82cc85bcdd
[fenix] fixed linting issues
2019-05-23 08:22:34 -07:00
Sören Hentzschel
11ccbfdab2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2435 - adds URL to bookmarks in library
2019-05-23 08:22:34 -07:00
Sawyer Blatz
61ef2c4121
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2655 : Adds undo snackbar for closing all tabs
2019-05-23 07:26:00 -07:00
Jeff Boek
de79d482e2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2762 - Prevents crash when a device has a font scale other than 1.0
2019-05-22 18:38:20 -07:00
Sawyer Blatz
cca76e8a66
[fenix] No issue: Updates string comment for collection renamed
2019-05-22 17:20:09 -07:00
Emily Kager
350c4b1b5f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1286 - Dynamically set fontsizefactor and reload current session
2019-05-22 14:07:11 -07:00
Sebastian Kaspari
f1e94d09ea
[fenix] Switch to browser-engine-gecko-beta (GeckoView 68.0).
2019-05-22 11:14:02 -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
Axel Hecht
df65c988ef
[fenix] Import strings from android-l10n
...
Status: mozilla-l10n/android-l10n@ec762fcedc
2019-05-22 08:56:30 -07:00
Jeff Boek
2a8931a64c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2719 - Fixes crash by registering to observer with a lifecycle owner
2019-05-21 21:43:33 -07:00
Emily Kager
f0ebdd9d11
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2377 - Added ability to share multiple history items
2019-05-21 21:35:34 -07:00
Jeff Boek
5af8b93707
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2531 - Adds privacy notice to settings
2019-05-21 21:34:06 -07:00
Sawyer Blatz
05217c6248
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1578 : Adds delete collection with undo
2019-05-21 14:02:56 -07:00
Emily Kager
78915862d3
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2699 - Removes Feedback from Settings
2019-05-21 13:37:00 -07:00
Sawyer Blatz
2ac0a8a94d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2688 : Corrects extra key of library selected item telemetry
2019-05-21 13:36:52 -07:00
Emily Kager
cec1917e4b
[fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/1578 : Adds delete collection with undo"
...
This reverts commit 2f1be24bac789f77d9399f746273a482f1958292.
2019-05-21 13:04:47 -07:00
Sawyer Blatz
60e8b5f074
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1578 : Adds delete collection with undo
2019-05-21 11:03:44 -07:00
Arturo Mejia
5783d2d677
[fenix] Updated tracking protectionPolicy to the recommend one.
2019-05-21 10:51:30 -07:00
Sawyer Blatz
d3a92a0c7d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1576 : Adds tab collection renaming
2019-05-21 10:34:42 -07:00
Sawyer Blatz
f842693457
[fenix] No issue: Removes usage of COLLECTIONS_ENABLED flag
2019-05-21 10:34:30 -07:00
Emily Kager
b4b6f760ee
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1826 - Create ViewModel for Restoring Home Scroll Position
2019-05-21 10:29:15 -07:00
Emily Kager
cf3b20fd34
[fenix] No issue: Save/Restore State in HomeFragment
2019-05-21 10:29:15 -07:00
Sawyer Blatz
6539a5aad2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1242 : Adds telemetry for error pages
2019-05-21 10:12:52 -07:00
Sawyer Blatz
27b16dda39
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2584 : Adds opening a single tab from tab collection
2019-05-21 09:42:40 -07:00
Sawyer Blatz
d96137f8da
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2584 : Adds opening tab collections
2019-05-21 09:42:40 -07:00
Sawyer Blatz
a1001bafde
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1575 : Enables adding tabs to existing collection
2019-05-21 09:39:55 -07:00
Sawyer Blatz
70eb92f24b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2377 : Adds share to tabs and tab collections
2019-05-21 09:37:04 -07:00
Axel Hecht
182b19dedb
[fenix] Import strings from android-l10n
...
Status: mozilla-l10n/android-l10n@edd6b0e79f
2019-05-21 08:55:04 -07:00
Jeff Boek
fd55bcc441
[fenix] No Issue - Fixes nits in https://github.com/mozilla-mobile/fenix/pull/2669
2019-05-20 23:32:58 -07:00
Jeff Boek
d06a3b0c6c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2391 - Dismiss tour when navigating to search or settings
2019-05-20 23:32:58 -07:00
Jeff Boek
6d5139ec6e
[fenix] No Issue - Always complete motionLayout transition on restore
2019-05-20 23:32:58 -07:00
Jeff Boek
928d68f32b
[fenix] No Issue - Remove debugging code for onboarding
2019-05-20 23:32:58 -07:00
Jeff Boek
d9812a5ce0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2395 - Navigates to turn on sync on button press
2019-05-20 23:32:58 -07:00
Jeff Boek
eca427d9f9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2389 - Save state on homeview when switching themes
2019-05-20 23:32:58 -07:00
Jeff Boek
e4da145a51
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2395 - Adds sign into sync card
2019-05-20 23:32:58 -07:00
Jeff Boek
a896a807da
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2399 - Wires up tracking protection onboarding card
2019-05-20 23:32:58 -07:00
Jeff Boek
c0e9d4b0a1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/982 - Opens privacy policy in a custom tab
2019-05-20 23:32:58 -07:00
Jeff Boek
b19827859d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/982 - Adds icon and button for privacy notice onboarding card
2019-05-20 23:32:58 -07:00
Jeff Boek
faaa8d9b93
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2392 - Adds icon to private browsing onboarding card
2019-05-20 23:32:58 -07:00
Jeff Boek
ea87c7384c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2392 - Centers private browsing icon
2019-05-20 23:32:58 -07:00
Tiger Oakes
20619bce23
[fenix] Use UpdateTrackingProtectionUseCase
...
https://github.com/mozilla-mobile/android-components/issues/2746
2019-05-20 19:39:20 -07:00
Sören Hentzschel
56a8f91a34
[fenix] No issue - make spacing in history view consistent with spacing on tabs view
2019-05-20 19:38:20 -07:00
Emily Kager
9f890210e8
[fenix] No issue: Use ExcludeTypes instead of filtering after retrieving
2019-05-20 19:37:35 -07:00
Tiger Oakes
90f290dc1d
[fenix] Add wordmark variants for different dpi levels
2019-05-20 19:36:09 -07:00
Sebastian Kaspari
c88ed40dd7
[fenix] Install the "icons" WebExtension to automatically load icons for every visited website.
2019-05-20 19:34:49 -07:00
Sawyer Blatz
2dc63e54e0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/976 : Adds telemetry for library
2019-05-20 19:30:29 -07:00
Emily Kager
689d89aaa5
[fenix] No issue: remove unused restore state code
2019-05-20 19:29:28 -07:00
Emily Kager
1ec5717b42
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2028 - Pass Session ID for Custom Tab Prompts, Theme Dialogs
2019-05-20 19:24:48 -07:00
Emily Kager
6e6df202d8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2025 - Create and theme Dialog for deleting all history
2019-05-20 19:24:48 -07:00
Emily Kager
900ecb27e8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1249 - Create Empty History State
2019-05-20 19:23:14 -07:00
Emily Kager
70aac86c2b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2474 - Pop Up to Bookmark Fragment when navigating to Browser
2019-05-20 19:18:14 -07:00
Jeff Boek
1d446204db
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2414 - Fixes custom tab crash
2019-05-20 16:09:37 -07:00
Sawyer Blatz
6a01e837bc
[fenix] Revert https://github.com/mozilla-mobile/fenix/issues/2533 : Removes feature flag for tab collections
2019-05-20 15:22:45 -07:00
Sawyer Blatz
3ead23a3a9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1574 : Cleans up unused code and refactors
2019-05-20 14:31:17 -07:00
Sawyer Blatz
66d7c77ea1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2205 : Truncates tab collection titles
2019-05-20 14:31:17 -07:00
Sawyer Blatz
9cb3781789
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1574 : Displays previous tab collections when creating
2019-05-20 14:31:17 -07:00
Sawyer Blatz
1d5d864aa7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2351 : Fixes backspace key ignored in collections
2019-05-20 14:31:17 -07:00
Sawyer Blatz
307481bc42
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1574 : Adds tab collection creation
2019-05-20 14:31:17 -07:00
Michael Droettboom
8c0519e7a7
[fenix] Add pings.yaml metadata
2019-05-20 13:26:40 -07:00
Emily Kager
0a031ee076
[fenix] Move strings to static_strings
2019-05-20 11:10:20 -07:00
ekager
3ecfe34582
[fenix] Add content description for images and radio button
2019-05-20 11:10:20 -07:00
Emily Kager
1448dbd813
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2389 - Create Theme Onboarding Card
2019-05-20 11:10:20 -07:00
ekager
e91da532d0
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2635 - Save settings changes to new Shared Preferences file
2019-05-20 08:58:45 -07:00
Sawyer Blatz
121f16f710
[fenix] No issue: Fixes home crash if url host is malformed
2019-05-20 08:52:37 -07:00
Jonathan Almeida
3a523552c5
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2097 : Stop video playback when custom tab closes
2019-05-17 16:24:40 -07:00
Sawyer Blatz
b13095adb3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1857 : Adds telemetry for QR scanner
2019-05-17 10:46:53 -07:00
Sören Hentzschel
5c78b25385
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1800 - "report site issue" should open in a new tab
2019-05-16 22:28:02 -07:00
Emily Kager
75982fb559
[fenix] Update mapping to represent steps of 5 from 50-200
2019-05-16 22:26:54 -07:00
Emily Kager
fef28a284a
[fenix] Change min and max scale for text scale
2019-05-16 22:26:54 -07:00
Emily Kager
6d2b714986
[fenix] Add Accessibility Fragment and Text Size Adjustment Setting
2019-05-16 22:26:54 -07:00
Emily Kager
1886e227eb
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2528 - Fixes Dialog navigation
2019-05-16 22:24:09 -07:00
Sebastian Kaspari
72411cc622
[fenix] Remove feature-session-bundling component.
2019-05-16 22:23:23 -07:00
Axel Hecht
69f5fcef4d
[fenix] Import strings from android-l10n
...
Status: mozilla-l10n/android-l10n@27dbd72e7d
2019-05-16 18:20:18 -04:00
Sawyer Blatz
848fbe390c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2205 & https://github.com/mozilla-mobile/fenix/issues/1578 : Integrates tab collection storage ( https://github.com/mozilla-mobile/fenix/pull/2478 )
...
* For https://github.com/mozilla-mobile/fenix/issues/2205 : Adds TabCollectionStorage
* For https://github.com/mozilla-mobile/fenix/issues/1578 : Adds delete to TabCollection
2019-05-16 14:02:24 -07:00
Emily Kager
9b5ae0cbe7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2561 - Dynamically set EngineView behavior in BrowserFragment
2019-05-16 11:22:14 -07:00
ekager
afbe46b7a1
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2553 - wrap_content for header text for RTL
2019-05-15 23:26:58 -07:00
Jeff Boek
69cd4c3ef4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2390 - Adds local feature flag for onboarding
2019-05-15 23:18:37 -07:00
Jeff Boek
fb3f8cd17d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2390 - Adds the start browser button
2019-05-15 23:18:37 -07:00
Jeff Boek
25ea98ae9d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2390 - Adds views for every onboarding card
2019-05-15 23:18:37 -07:00
Jeff Boek
0a935eda06
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2390 - Adds a theme picker card
...
- applies generic styling to cards
- adds margins to headers and onboarding cards
2019-05-15 23:18:37 -07:00
Jeff Boek
8f619fad01
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2390 - Adds onboarding section headers
2019-05-15 23:18:37 -07:00
Jeff Boek
221f7a609b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2390 - Adds the onboarding welcome message
2019-05-15 23:18:37 -07:00
Jeff Boek
4eb5a4a2e2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2390 - Applies onboarding mode on start
2019-05-15 23:18:37 -07:00
Richard Pappalardo
ce9ac9e988
[fenix] Add automated UI test for main three dot menu ( https://github.com/mozilla-mobile/fenix/pull/2540 )
2019-05-15 17:32:25 -07:00
Jeff Boek
47c166824f
[fenix] Small refactor before we add onboarding cards ( https://github.com/mozilla-mobile/fenix/pull/2541 )
...
* For https://github.com/mozilla-mobile/fenix/issues/2390 - Cleans up the toAdapterList method before we add onboarding
* For https://github.com/mozilla-mobile/fenix/issues/2514 - Hide tabs menu when no tabs are open
2019-05-15 17:06:49 -07:00
Michael Droettboom
703a47f96c
[fenix] 1551700: Enable custom pings from debug dashboard ( https://github.com/mozilla-mobile/fenix/pull/2516 )
...
Fix re-enabling of telemetry
2019-05-15 14:51:55 -07:00
Sawyer Blatz
fce0a93745
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1291 : Reduces length of private mode animation ( https://github.com/mozilla-mobile/fenix/pull/2534 )
2019-05-15 14:48:40 -07:00
Sören Hentzschel
789ca2973b
[fenix] No issue: Fixes alignment of overflow menu in library
2019-05-15 14:48:24 -07:00
Jeff Boek
2b98bd4a69
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/2533 - Adds the feature flag to the menu item to create a collection
2019-05-15 13:32:37 -07:00
Sebastian Kaspari
d610202774
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/2458 : Use correct Socorro product name.
2019-05-15 11:53:41 -07:00
Sawyer Blatz
5a2f2e6d86
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2224 : Removes select bookmark and fixes crash
2019-05-15 11:46:46 -07:00
Vlad Filippov
5527c027cb
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2518 - Fix back button in PairFragment
2019-05-15 11:46:34 -07:00
Sawyer Blatz
0e108d83f0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2315 & For https://github.com/mozilla-mobile/fenix/issues/2494 : Adds scrolling to custom tabs ( https://github.com/mozilla-mobile/fenix/pull/2521 )
2019-05-15 09:37:05 -07:00
Sebastian Kaspari
4bbd0100ce
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/552 : Use EngineViewBottomBehavior to draw bottom-aligned web content above the toolbar.
2019-05-15 07:43:42 -07:00
Jeff Boek
c391139359
[fenix] Teases apart ViewModel dependencies ( https://github.com/mozilla-mobile/fenix/pull/2499 )
...
* No Issue - pulls render outside of the viewmodel
* No Issue - Properly subscribes to the changesObservable
* No Issue - Fixes ViewModel tests
2019-05-14 23:16:48 -07:00
ekager
4650f3dc85
[fenix] Suppress ComplexMethod error for openToBrowser
2019-05-14 22:48:40 -07:00
ekager
79989c03a3
[fenix] Added BrowserDirection values for New Fragments
2019-05-14 22:48:40 -07:00
Emily Kager
58e3976be4
[fenix] Fix navigation for pairing
2019-05-14 22:48:40 -07:00
Vlad Filippov
e6485853fb
[fenix] Add FxA Pairing feature to "Turn On Sync"
2019-05-14 22:48:40 -07:00
ekager
8f82a49003
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2422 If TP disabled globally disable quicksettings TP exception toggle
2019-05-14 15:38:39 -07:00
Emily Kager
4f0355f323
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2101 - Set status bar color to black in light mode for API 21-22 ( https://github.com/mozilla-mobile/fenix/pull/2461 )
2019-05-14 14:35:09 -07:00
Emily Kager
e5a8741994
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2035 - Register Accessibility Manager Listener ( https://github.com/mozilla-mobile/fenix/pull/2462 )
2019-05-14 14:34:01 -07:00
Emily Kager
a6053716da
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2460 - Announce "Syncing" for a11y feedback when "Sync Now" pressed ( https://github.com/mozilla-mobile/fenix/pull/2463 )
2019-05-14 14:32:45 -07:00
Sawyer Blatz
c361ad6551
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2315 : Hides URL bar when scrolling in custom tab ( https://github.com/mozilla-mobile/fenix/pull/2485 )
2019-05-14 14:32:28 -07:00
Emily Kager
2bb892b6eb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2302 - Listen to session to update QuickSettingsSheetDialogFragment
2019-05-14 13:49:59 -07:00
Colin Lee
a25b0dc24b
[fenix] Fix ViewModel States ( https://github.com/mozilla-mobile/fenix/pull/2457 )
...
Co-authored-by: Jeff Boek <jeff@jeffboek.com>
2019-05-14 13:49:02 -07:00
Emily Kager
2f435aea35
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2336 - Pass EngineSession to TP adjustment fun
2019-05-14 13:08:25 -07:00
Sawyer Blatz
e23400b544
[fenix] For https://github.com/mozilla-mobile/fenix/issues/563 : Restyles history favicons ( https://github.com/mozilla-mobile/fenix/pull/2455 )
2019-05-14 08:41:45 -07:00
Sawyer Blatz
c26524bd60
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2245 : Updates quick action bar state and animation ( https://github.com/mozilla-mobile/fenix/pull/2451 )
...
* Revert quick action changes
* For https://github.com/mozilla-mobile/fenix/issues/2245 : Updates quick action bar state and animation
2019-05-14 08:14:41 -07:00
Colin Lee
c243dbfaaa
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2436 : TransactionTooLargeException saving many tabs ( https://github.com/mozilla-mobile/fenix/pull/2453 )
2019-05-13 21:03:51 -05:00
Axel Hecht
cfe43d3eb1
[fenix] Import strings from android-l10n
...
State: mozilla-l10n/android-l10n@4e63500774
2019-05-13 16:25:38 -04:00
Colin Lee
bd297b392d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2449 : App crashes when switching themes ( https://github.com/mozilla-mobile/fenix/pull/2450 )
2019-05-13 10:59:05 -05:00
Denys M
ad83c0141b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/747 . Fix possible memory leak on HomeActivity
. ( https://github.com/mozilla-mobile/fenix/pull/2440 )
2019-05-13 02:07:30 -05:00
Denys M
521001ea05
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1083 . Don't print sensitive data to logs in the production app. ( https://github.com/mozilla-mobile/fenix/pull/2437 )
2019-05-11 22:01:41 -07:00
Emily Kager
7c3da988a2
[fenix] No issue: Refactor dialogs to use nav graph
2019-05-10 19:58:48 -07:00
Emily Kager
38eaa83d43
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1876 - Correct Navigation Bar Color Logic ( https://github.com/mozilla-mobile/fenix/pull/2427 )
2019-05-10 20:26:44 -05:00
Sawyer Blatz
f053f4dd6e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2384 : Updates scrim colors ( https://github.com/mozilla-mobile/fenix/pull/2423 )
2019-05-10 20:25:50 -05:00
Denys M
f8ac2cc841
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2340 . Set navigation icon color on library screen. ( https://github.com/mozilla-mobile/fenix/pull/2415 )
...
Applying color filter to `toolbar.navigationIcon`.
2019-05-10 20:24:56 -05:00
Arturo Mejia
0b028b8331
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1411 : Added disabled style for permissions site info panel. ( https://github.com/mozilla-mobile/fenix/pull/2354 )
2019-05-10 20:23:18 -05:00
Colin Lee
5d588b1a5a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1909 : Tabs disappear intermittently ( https://github.com/mozilla-mobile/fenix/pull/2426 )
2019-05-10 15:20:45 -07:00