Closed
Bug 1948761
Opened 7 months ago
Closed 2 months ago
[composable toolbar] Configure the QR scan button
Categories
(Firefox for Android :: Toolbar, task, P3)
Tracking
()
RESOLVED
FIXED
143 Branch
Tracking | Status | |
---|---|---|
firefox143 | --- | fixed |
People
(Reporter: petru, Assigned: harrisono)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group3][composable toolbar])
Attachments
(5 files)
Similar to the current functionality we should add a button to allow entering scanning a link to access when in edit mode.
Since the QR scanning functionality is outside of the toolbar composable we should use the AppStore
to put the application in the "need QR scanning" mode and then have the toolbar middleware consume the identified url from AppState
As a new development, this button should not be shown for Android automotive, see bug 1964497.
Updated•7 months ago
|
Reporter | ||
Updated•7 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
Depends on D254893
Updated•3 months ago
|
Assignee: nobody → hoglesby
Status: NEW → ASSIGNED
Updated•3 months ago
|
Attachment #9496610 -
Attachment description: Bug 1948761 - Add QrScanner actions, state and binding → Bug 1948761 - Part 1: Add QrScanner actions, state and binding
Assignee | ||
Comment 2•3 months ago
|
||
Assignee | ||
Comment 3•3 months ago
|
||
Depends on D255184
Assignee | ||
Comment 4•2 months ago
|
||
Updated•2 months ago
|
Attachment #9497086 -
Attachment description: Bug 1948761 - Part 2: Add permission flow to QrScannerDelegate → Bug 1948761 - Part 2: Add camera permission flow to QrScannerDelegate and HomeActivity for QR scanner in toolbar
Reporter | ||
Comment 5•2 months ago
|
||
This is very similar to the BackHandler
from Jetpack Compose but will work with any Views.
Updated•2 months ago
|
Attachment #9500986 -
Attachment description: WIP: Bug 1948761 - Add a View.handleBackEvents method to allow more easily intercept back buttons/gestures → Bug 1948761 - Add a View.handleBackEvents method to allow more easily intercept back buttons/gestures r=#android-reviewers
Pushed by plingurar@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/72e70bf40a50
https://hg.mozilla.org/integration/autoland/rev/8ba3d2ccb4ef
Add a View.handleBackEvents method to allow more easily intercept back buttons/gestures r=android-reviewers,harrisono
Comment 7•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Updated•2 months ago
|
Attachment #9496610 -
Attachment description: Bug 1948761 - Part 1: Add QrScanner actions, state and binding → Bug 1948761 - Part 1: Add QrScanner actions, state and binding r=#android-reviewers
Updated•2 months ago
|
Attachment #9497086 -
Attachment description: Bug 1948761 - Part 2: Add camera permission flow to QrScannerDelegate and HomeActivity for QR scanner in toolbar → Bug 1948761 - Part 2: Add camera permission flow to QrScannerDelegate and HomeActivity for QR scanner in toolbar r=#android-reviewers
Updated•2 months ago
|
Attachment #9497392 -
Attachment description: Bug 1948761 - Part 3: Add open other app intents to QrScannerDelegate → Bug 1948761 - Part 3: Add open other app intents to QrScannerDelegate r=#android-reviewers
Updated•2 months ago
|
Attachment #9499631 -
Attachment description: Bug 1948761 - Part 4: fix QrFragment back handling for API 33+ → Bug 1948761 - Part 4: fix QrFragment back handling for API 33+ r=#android-reviewers
Updated•2 months ago
|
Attachment #9499631 -
Attachment description: Bug 1948761 - Part 4: fix QrFragment back handling for API 33+ r=#android-reviewers → Bug 1948761 - Part 4: fix QrFragment back handling for API 33+
Pushed by hoglesby@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/dfe20089558f
https://hg.mozilla.org/integration/autoland/rev/5881d1b71ac1
Part 1: Add QrScanner actions, state and binding r=android-reviewers,petru
https://github.com/mozilla-firefox/firefox/commit/0f7a739bea5b
https://hg.mozilla.org/integration/autoland/rev/5dde9bb11536
Part 2: Add camera permission flow to QrScannerDelegate and HomeActivity for QR scanner in toolbar r=android-reviewers,petru
https://github.com/mozilla-firefox/firefox/commit/76ed8db8706d
https://hg.mozilla.org/integration/autoland/rev/136ad9652457
Part 3: Add open other app intents to QrScannerDelegate r=android-reviewers,petru
https://github.com/mozilla-firefox/firefox/commit/bca9e9d5fd7a
https://hg.mozilla.org/integration/autoland/rev/f418c31e37f6
Part 4: fix QrFragment back handling for API 33+ r=android-reviewers,petru
Comment 9•2 months ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•