Open
Bug 1955887
Opened 7 months ago
Updated 4 days ago
[app icon picker] Add app icon selection middleware
Categories
(Firefox for Android :: Settings, task)
Tracking
()
REOPENED
People
(Reporter: mavduevskiy, Assigned: mavduevskiy)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [fxdroid])
Attachments
(5 files)
Add app icon selection middleware handling side effects for icon selection
- NB: When processing
AppIconSelected, the icon change might result in error and we should make sure that the repository is updated to the actual state. - Should confirm with the UX the expected behaviour: should we shut down the app right away or launch a warning dialog here?
| Assignee | ||
Updated•7 months ago
|
Whiteboard: [fxdroid]
Updated•7 months ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
decided to simplify the architecture of the component, and to go without middleware/stores
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → INVALID
| Assignee | ||
Comment 2•3 months ago
|
||
the UI got more complicated, and there is need for store/reduces/middleware
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
| Assignee | ||
Updated•2 months ago
|
Assignee: nobody → mavduevskiy
| Assignee | ||
Comment 3•17 days ago
|
||
Updated•13 days ago
|
Attachment #9523638 -
Attachment description: WIP: Bug 1955887 - Add proper data layer to app icon selector feature → Bug 1955887 - Add proper data layer to app icon selector feature
Updated•13 days ago
|
Attachment #9523638 -
Attachment description: Bug 1955887 - Add proper data layer to app icon selector feature → Bug 1955887 - Part 1: Introduce a data layer to the app icon selector feature
| Assignee | ||
Comment 4•13 days ago
|
||
Updated•10 days ago
|
Attachment #9524028 -
Attachment description: WIP: Bug 1955887 - Part 2: Add an error snackbar in case changing the icon failed → Bug 1955887 - Part 2: Add an error snackbar in case changing the icon failed
| Assignee | ||
Comment 5•10 days ago
|
||
... while avoiding memory leaks.
| Assignee | ||
Comment 6•9 days ago
|
||
| Assignee | ||
Comment 7•9 days ago
|
||
Updated•8 days ago
|
Attachment #9524028 -
Attachment description: Bug 1955887 - Part 2: Add an error snackbar in case changing the icon failed → Bug 1955887 - Part 3: Preserve store state during configuration change
Updated•8 days ago
|
Attachment #9524028 -
Attachment description: Bug 1955887 - Part 3: Preserve store state during configuration change → Bug 1955887 - Part 2: Add an error snackbar in case changing the icon failed
You need to log in
before you can comment on or make changes to this bug.
Description
•