Tiger Oakes
c7ad818506
[fenix] Remove unused sessions resources
2019-07-16 09:15:50 -07:00
Colin Lee
755e717e82
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/4072 : Re-installing Fenix shows tabs from previous install ( https://github.com/mozilla-mobile/fenix/pull/4076 )
2019-07-16 08:28:18 -07:00
Jonathan Almeida
d973f3aaed
[fenix] No issue: Enable send tab in nightly legacy
2019-07-16 08:54:45 -04:00
Emily Kager
68a26abe61
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3134 - Add confirmation dialog to sign out of FxA ( https://github.com/mozilla-mobile/fenix/pull/3959 )
2019-07-15 16:21:13 -07:00
Jeff Boek
89e9293c18
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3633 - Creates generic store provider ( https://github.com/mozilla-mobile/fenix/pull/4060 )
2019-07-15 15:54:13 -07:00
Arnold Iakab
38162fd5d1
[fenix] Increase number of crafted tasks for raptor-tp6m-cold tests ( https://github.com/mozilla-mobile/fenix/pull/3682 )
2019-07-15 15:29:15 -07:00
Sawyer Blatz
f428d7a545
[fenix] No issue: Speed up onboarding UI test ( https://github.com/mozilla-mobile/fenix/pull/4061 )
2019-07-15 17:02:55 -05:00
Tiger Oakes
ce333bc7b9
[fenix] Use tools:text to avoid inflating strings twice ( https://github.com/mozilla-mobile/fenix/pull/3619 )
2019-07-15 17:01:37 -05:00
Jonathan Almeida
74f2b435f8
[fenix] No issue: Add comments on the push flag state
2019-07-15 17:42:58 -04:00
Sawyer Blatz
da7f3ddb75
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4027 : Adds search fragment UI tests ( https://github.com/mozilla-mobile/fenix/pull/4033 )
2019-07-15 14:25:31 -07:00
Axel Hecht
6ed01ce746
[fenix] Import strings from android-l10n ( https://github.com/mozilla-mobile/fenix/pull/4054 )
...
State: mozilla-l10n/android-l10n@64a8eca673
2019-07-15 16:09:44 -05:00
Björn Petersen
e071984e41
[fenix] No Issue: Add pre-push hook instruction for PowerShell ( https://github.com/mozilla-mobile/fenix/pull/4018 )
...
The mklink command is not available in PowerShell, making the previous
documentation for pre-push hooks on Windows incomplete.
2019-07-15 16:04:45 -05:00
ekager
a7d73b28e6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3554 - Add DiffUtil to HistoryAdapter
2019-07-15 13:46:21 -07:00
Jonathan Almeida
01457f8490
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3015 : Add push support for send tab
2019-07-15 16:38:49 -04:00
Sebastian Kaspari
5aa444e448
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4052 : Remove pending intent workaround. ( https://github.com/mozilla-mobile/fenix/pull/4059 )
...
Previously we needed to set a static launch function to be invoked when the find in page
integration should be launched. Now we can access the integration class directly and
can avoid the static property that caused issues when used by multiple activities.
2019-07-15 14:15:59 -05:00
Colin Lee
71f174f922
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3865 : Use separate app name and icon for Nightly build ( https://github.com/mozilla-mobile/fenix/pull/3873 )
2019-07-15 14:12:30 -05:00
Christian Sadilek
70c981cc25
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3633 : Add unit tests for SearchStore
2019-07-15 13:47:01 -04:00
Mitchell Hentges
e7609cd953
[fenix] Moves artifact ABI information to directory name ( https://github.com/mozilla-mobile/fenix/pull/3908 )
2019-07-15 09:59:54 -07:00
Sebastian Kaspari
ad2d2072de
[fenix] Use updated feature-tab-collections API. ( https://github.com/mozilla-mobile/fenix/pull/4056 )
2019-07-15 09:58:33 -07:00
Christian Sadilek
0ce2651610
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1350 : Use GeckoView fetch client for service-fretboard / kinto
2019-07-15 11:26:40 -04:00
Tiger Oakes
26e5073816
[fenix] No issue: Use putCompoundDrawables helper ( https://github.com/mozilla-mobile/fenix/pull/3982 )
2019-07-15 08:24:59 -07:00
ekager
32ab171f8f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4039 - Set angle of progress bar gradient
2019-07-15 08:02:06 -07:00
Sebastian Kaspari
30f9fdfa86
[fenix] After mege day: Switch from GV 68 beta to GV 68 release.
2019-07-15 16:29:41 +02:00
Sebastian Kaspari
3e44741d8d
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3996 : Remove workaround for opening custom tab in browser.
...
`EngineView` now allows releasing the `Session` so that it can be rendered by an
other `EngineView` instance.
2019-07-15 10:52:57 +02:00
Jeff Boek
8f72063d99
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3633 - Refactors the search screen to use lib-state
...
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds SearchStore
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Refactors AwesomeBarUIView
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Refactors ToolbarUIView to use lib-state
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Fixes a couple of state bugs
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Moves all user interaction to SearchInteractor
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds kdocs to SearchStore and SearchInteractor
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds documentation for the properties on SearchState
Also removes uneccessary property
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Creates `StateViewModel` to handle state restoration
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds a test for onTextChanged
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds tests for SearchInteractor
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Fixes bugs and adds documentation
2019-07-12 16:32:00 -07:00
Sawyer Blatz
e3ae3bf145
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4032 : Fixes broken homescreen UI tests ( https://github.com/mozilla-mobile/fenix/pull/4011 )
2019-07-12 16:19:08 -07:00
Emily Kager
691a67c66d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3997 - Use ScrollView so landscape mode displays entire view
2019-07-12 11:49:12 -07:00
Emily Kager
ea3bfeaa16
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3568 - Use correct styling for QR and Share Alert Dialogs
2019-07-12 11:40:33 -07:00
Tiger Oakes
8d3020ebcf
[fenix] No issue: Normalize license header comment ( https://github.com/mozilla-mobile/fenix/pull/3909 )
2019-07-12 11:38:15 -07:00
Emily Kager
f914c789d4
[fenix] No issue: Remove rounded QAB corners to avoid overlapping web content
2019-07-12 09:59:19 -07:00
Colin Lee
0644a18942
[fenix] No issue: Enable Strict Mode in Debug Builds ( https://github.com/mozilla-mobile/fenix/pull/4014 )
2019-07-12 00:23:28 -05:00
Emily Kager
cb3f6eaf24
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3997 - Use srcCompat for sign in ImageView
2019-07-11 13:29:24 -04:00
Emily Kager
6a3eb71c7c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3806 - Adds corner radius to QAB and dialogs
2019-07-11 12:57:27 -04:00
Grisha Kruglov
8729a8cc7f
[fenix] Update FxA integration to new APIs
2019-07-11 13:19:37 +02:00
Grisha Kruglov
e8f820bf98
[fenix] Bump a-s version
2019-07-11 13:19:37 +02:00
Emily Kager
deabbf47df
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3772 - Update FXA sign in UI ( https://github.com/mozilla-mobile/fenix/pull/3933 )
2019-07-10 21:20:06 -05:00
Emily Kager
3c50e4efd8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3906 - Add backgrounds to Permissions Buttons ( https://github.com/mozilla-mobile/fenix/pull/3958 )
2019-07-10 20:59:47 -05:00
Emily Kager
38266569b2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1949 - Fixes bookmark separator appearance, removes menu ( https://github.com/mozilla-mobile/fenix/pull/3957 )
2019-07-10 14:23:35 -05:00
Emily Kager
6cd52f7838
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3478 - Add Tab sent snackbar confirmation for device sharing
2019-07-10 14:13:10 -04:00
Mitchell Hentges
49ce3d4937
[fenix] Loads firebase secret from Taskcluster for nightly ( https://github.com/mozilla-mobile/fenix/pull/3634 )
...
* Loads firebase secret from Taskcluster for each release
* Nightly legacy should use custom set of secrets
2019-07-10 10:32:33 -07:00
ekager
5fd2bbd1e1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3240 - Create AuthCustomTabActivity to fix dead end on auth
2019-07-10 12:23:01 -04:00
Sebastian Kaspari
483f850886
[fenix] Update to Mozilla Android Components 4.0.0-SNAPSHOT.
2019-07-10 12:22:38 -04:00
Emily Kager
80655c80f2
[fenix] No issue: Adds new strings for sync, fxa, and settings
2019-07-09 18:52:36 -04:00
Richard Pappalardo
4bcbc91e9e
[fenix] Update HomeScreenTest and add first run ( https://github.com/mozilla-mobile/fenix/pull/3951 )
2019-07-09 14:52:15 -07:00
Delphine Lebédel
17a0dcadbf
[fenix] Adding a temporary section for l10n ( https://github.com/mozilla-mobile/fenix/pull/3943 )
...
Adding this small point while we ramp up our localization story (many people have started localizing this project directly from GitHub which is not our current process).
2019-07-08 23:06:51 -05:00
Colin Lee
97636e4615
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3818 : Handle crashes accessing view after onDestroyView ( https://github.com/mozilla-mobile/fenix/pull/3942 )
2019-07-08 18:42:17 -05:00
Sawyer Blatz
61bb1ef218
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3175 : Correctly grabs focus in search fragment ( https://github.com/mozilla-mobile/fenix/pull/3938 )
2019-07-08 14:44:30 -07:00
Tiger Oakes
301b057d02
[fenix] Replace deprecated pxToDp ( https://github.com/mozilla-mobile/fenix/pull/3932 )
2019-07-08 14:45:07 -05:00
Mugurell
50820c4ae0
[fenix] Fix https://github.com/mozilla-mobile/fenix/issues/3425 - Use Share header text as contentDescription ( https://github.com/mozilla-mobile/fenix/pull/3822 )
2019-07-08 14:35:53 -05:00
Jeff Boek
ece0478446
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2094 - Keep motionlayout internals from being optimized away by ( https://github.com/mozilla-mobile/fenix/pull/3937 )
...
proguard
Co-Authored-By: sblatz <sdblatz@gmail.com>
2019-07-08 14:29:51 -05:00