Closed
Bug 1311555
Opened 8 years ago
Closed 8 years ago
Consider filling bookmark star in AS context menu for bookmarked pages
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect, P1)
Firefox for Android Graveyard
Awesomescreen
Tracking
(firefox53 fixed)
VERIFIED
FIXED
Firefox 53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: ahunt, Assigned: ahunt)
References
Details
(Whiteboard: [MobileAS])
Attachments
(2 files)
The Activity Stream context menu has a bookmark item: the label for this menu item changes depending on bookmark star, however the icon is a static hollow star.
Do we want to show a filled (blue) star for consistency with the main app menu?
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ahunt
Priority: -- → P1
Summary: Consideri filling bookmark star in AS context menu for bookmarked pages → Consider filling bookmark star in AS context menu for bookmarked pages
Whiteboard: [MobileAS]
Updated•8 years ago
|
Blocks: as-android-newtab
Updated•8 years ago
|
Iteration: --- → 1.7
Assignee | ||
Updated•8 years ago
|
Iteration: 1.7 → ---
Priority: P1 → P2
Assignee | ||
Updated•8 years ago
|
Assignee: ahunt → nobody
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ahunt
Iteration: --- → 1.13
Priority: P2 → P1
Assignee | ||
Updated•8 years ago
|
Status: NEW → ASSIGNED
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8827853 [details]
Bug 1311555 - Use filled bookmark star in ActivityStream context menu
https://reviewboard.mozilla.org/r/105452/#review106656
Attachment #8827853 -
Flags: review?(s.kaspari) → review+
Assignee | ||
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8827852 [details]
Bug 1311555 - Pre: remove unused imports
https://reviewboard.mozilla.org/r/105450/#review106762
Attachment #8827852 -
Flags: review+
Comment 5•8 years ago
|
||
Backed out for Android build bustage:
https://hg.mozilla.org/integration/autoland/rev/4a24f1c6fd662b9629952a086ae9ead1d532d6be
https://hg.mozilla.org/integration/autoland/rev/f3bdcf57e1cfd674cc145edc5f9578e9293fc84c
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=d8c85b0ed424e7e92c6b4ba30f756a0f5af04174
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=70407113&repo=autoland
[task 2017-01-19T17:55:25.488011Z] 17:55:25 INFO - Copying resources from program jar [/home/worker/workspace/build/src/obj-firefox/dist/exploded-aar/play-services-measurement-8.4.0/play-services-measurement-8.4.0-classes.jar]
[task 2017-01-19T17:55:27.654911Z] 17:55:27 INFO - /home/worker/workspace/build/src/mobile/android/base/java/org/mozilla/gecko/home/activitystream/menu/ActivityStreamContextMenu.java:83: error: cannot find symbol
[task 2017-01-19T17:55:27.655000Z] 17:55:27 INFO - bookmarkItem.setIcon(R.drawable.as_bookmark_filled);
[task 2017-01-19T17:55:27.655048Z] 17:55:27 INFO - ^
[task 2017-01-19T17:55:27.656964Z] 17:55:27 INFO - symbol: variable as_bookmark_filled
[task 2017-01-19T17:55:27.657021Z] 17:55:27 INFO - location: class drawable
[task 2017-01-19T17:55:27.657107Z] 17:55:27 INFO - /home/worker/workspace/build/src/mobile/android/base/java/org/mozilla/gecko/home/activitystream/menu/ActivityStreamContextMenu.java:113: error: cannot find symbol
[task 2017-01-19T17:55:27.657170Z] 17:55:27 INFO - bookmarkItem.setIcon(R.drawable.as_bookmark_filled);
[task 2017-01-19T17:55:27.657223Z] 17:55:27 INFO - ^
[task 2017-01-19T17:55:27.657268Z] 17:55:27 INFO - symbol: variable as_bookmark_filled
[task 2017-01-19T17:55:27.657308Z] 17:55:27 INFO - location: class drawable
[task 2017-01-19T17:55:28.416748Z] 17:55:28 INFO - Note: Some input files use or override a deprecated API.
[task 2017-01-19T17:55:28.416953Z] 17:55:28 INFO - Note: Recompile with -Xlint:deprecation for details.
[task 2017-01-19T17:55:28.417089Z] 17:55:28 INFO - 2 errors
Flags: needinfo?(ahunt)
Pushed by ahunt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/57ccc83a450f
Pre: remove unused imports r=ahunt
Assignee | ||
Comment 7•8 years ago
|
||
I majorly messed this up - the new VectorDrawable (when added by Android Studio's Vector Studio), ended up in a different resource directory - mach builds ignore that location, and I didn't do a try build to discover that either...
Flags: needinfo?(ahunt)
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 10•8 years ago
|
||
Pushed by ahunt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f560f0eef6be
Pre: remove unused imports r=ahunt
https://hg.mozilla.org/integration/autoland/rev/ef92919b4aca
Use filled bookmark star in ActivityStream context menu r=sebastian
Comment 11•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f560f0eef6be
https://hg.mozilla.org/mozilla-central/rev/ef92919b4aca
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
Updated•8 years ago
|
status-firefox52:
affected → ---
Comment 12•8 years ago
|
||
Tested with the latest Nightly build 54.0a1 (2017-02-16) using the following devices:
- Huawei MediaPad M2 (Android 5.1.1);
- Asus Transformer Pad (Android 4.2.1);
- Samsung Galaxy Note 4 (Android 5.0.1).
Bookmark star icon is now filled when adding a website to Bookmarks (for both Top sites and Highlights context menus).
I'm marking this as Verified.
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•