- 23 Oct, 2020 2 commits
-
-
-
With the corresponding android-components patch, this allows all `startActivity` that may open external apps to be replaced by `TorUtils.startActivityPrompt`.
-
- 12 Aug, 2020 1 commit
-
-
Mugurell authored
Avoided passing the subject for sharing a collection of tabs in the ShareData object since ShareData is part of a web standard.
-
- 04 Aug, 2020 1 commit
-
-
ekager authored
-
- 25 Jun, 2020 2 commits
-
-
Christian Sadilek authored
-
Tiger Oakes authored
-
- 11 Jun, 2020 1 commit
-
-
Tiger Oakes authored
-
- 03 Jun, 2020 1 commit
-
-
person808 authored
-
- 02 Jun, 2020 1 commit
-
-
ekager authored
-
- 29 May, 2020 1 commit
-
-
ValentinTimisica authored
-
- 07 May, 2020 1 commit
-
-
ekager authored
-
- 23 Apr, 2020 1 commit
-
-
ekager authored
-
- 14 Apr, 2020 1 commit
-
-
Jeff Boek authored
* For #9751 - Cleans up homeFragment directions * For #9751 - Uses global actions for fragments not owned by homeFragment * For #9751 - Cleans up SearchFragment directions * For #9751 - Removes settings action from DeleteBrowsingDataFragment * For #9751 - Removes browser action from SettingsFragment * For #9751 - Adds ManagePhoneFeature global action * For #9751 - Clean up unused deletebrowsingfragment actions * For #9751 - Cleans Up HistoryFragment actions * For #9751 - Removes Home -> Search action * For #9751 - Removes the Bookmark -> Browser action * For #9751 - Cleans up bookmark fragment actions * For #9751 - Cleans up actions from ShareController * For #9751 - Removes defaultBrowserFragment to browserFragment action * For #9751 - Removes about -> browser action * For #9751 - Adds global action to TrackingProtectionFragment * For #9751 - Removes exception -> browser action * For #9751 - Removes login -> browser action * For #9751 - Fixes LoginFragment directions * For #9751 - Removes ExternalAppBrowser directions * for #9751 - Cleans up actions * For #9751 - Fixes unit tests * For #9751 - Addresses nits in PR
-
- 13 Apr, 2020 1 commit
-
-
ekager authored
-
- 08 Apr, 2020 2 commits
-
-
Michael Comella authored
They were both in their packages by themselves, which feels unnecessary. Unfortunately, a utils pkg is discouraged by kotlin but we don't have a better place for them right now. Maybe an annotations/ pkg for the latter?
-
Abhay Agarwal authored
-
- 02 Apr, 2020 1 commit
-
-
Sawyer Blatz authored
-
- 24 Mar, 2020 1 commit
-
-
mcarare authored
-
- 06 Mar, 2020 1 commit
-
-
mcarare authored
-
- 02 Mar, 2020 1 commit
-
-
Harshal Lele authored
-
- 19 Feb, 2020 2 commits
-
-
Mihai Branescu authored
-
Mihai Branescu authored
Added kapt plugin + dependencies in order to be able to use Room Added recent apps to share fragment (top 6) Extracted dimens of share_to_apps.xml in the dimens file
-
- 06 Feb, 2020 1 commit
-
-
Tiger Oakes authored
-
- 22 Jan, 2020 1 commit
-
-
David Walsh authored
-
- 09 Jan, 2020 1 commit
-
-
Mihai Adrian authored
* For #7343 Do not allow multiple share to same device * For #7343 Check current destination before dismissing share
-
- 02 Jan, 2020 1 commit
-
-
Sawyer Blatz authored
* For #6413: Adds more snackbar positioning logic * Refactor
-
- 30 Dec, 2019 1 commit
-
-
Sawyer Blatz authored
* For #6413: Fixes snackbar positionining for bottom toolbar * For #6413: Cleans up snackbar usage
-
- 17 Dec, 2019 1 commit
-
-
Suraj Shah authored
* Fixes #7048. Adds extension function to check if online or not based on capabilities Modified `buildDeviceList` Modifies tests * Fixing lint error for max length Fixing test in AppRequestInterceptorTest.kt * Adds suppression for deprecation Moving away from using anko for ConnectivityManager instance * Creates ConnectivityManager extension component * Fixes #7180 Refactors test cases to fix static mocks
-
- 14 Dec, 2019 1 commit
-
-
Ryan Kelly authored
-
- 10 Dec, 2019 1 commit
-
-
Tiger Oakes authored
-
- 25 Nov, 2019 2 commits
-
-
Tiger Oakes authored
-
Tiger Oakes authored
-
- 15 Nov, 2019 2 commits
-
-
Tiger Oakes authored
-
Tiger Oakes authored
Plus a bunch of docs and refactoring
-
- 07 Oct, 2019 2 commits
-
-
Tiger Oakes authored
-
Denys M authored
-
- 30 Sep, 2019 1 commit
-
-
Emily Kager authored
-
- 26 Sep, 2019 2 commits
-
-
Colin Lee authored
* For #2754 Add tab cards to share sheet * For #2754: Fix background near rounded corners and ShareButtonAppearanceTest * Add license to share_tab_item
-
Mugurell authored
* For #5092 - Show a Snackbar with retry option if sharing to devices fails ShareController will contain all the business logic for checking the result status of the `share to device` operations. When this fails it will show a snackbar which also offer the possibility to retry the just failed operation. To allow this even in the event the user has closed the share fragment we'll use a GlobalScope's coroutine. Refactored out the TabsSharedCallback from ShareFragment because otherwise we would have neede to sent through that the just failed operation. After the refactor the ShareController is solely responsable for showing the right snackbar and handling the retry actions. * For #5092 - Refactor ShareControllerTest * For #5092: Adds color theming of snackbars
-
- 20 Sep, 2019 1 commit
-
-
ekager authored
-