Closed
Bug 762109
Opened 12 years ago
Closed 10 years ago
Reader Mode: Android Sync support
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rnewman, Unassigned)
References
Details
This is a backward-compatible extension to the bookmark record format.
Bookmarks in Fennec have a "display" column (defined in the class "BrowserContract.Combined"):
1.38 + public static final int DISPLAY_NORMAL = 0;
1.39 + public static final int DISPLAY_READER = 1;
1.43 + public static final String DISPLAY = "display";
and we have a new root with a new magic GUID:
1.20 + public static final String READING_LIST_FOLDER_GUID = "readinglist";
This bug tracks adding support for these to Android Sync.
Reporter | ||
Comment 1•12 years ago
|
||
See Bug 762108 for the desktop side of this.
Updated•12 years ago
|
Priority: -- → P2
Reporter | ||
Comment 2•12 years ago
|
||
lucasr, mfinkle: is this something we can leave until Bug 745408 washes over us like a wave (October or later?), or should we explore solutions now?
Comment 3•12 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #2)
> lucasr, mfinkle: is this something we can leave until Bug 745408 washes over
> us like a wave (October or later?), or should we explore solutions now?
Probably. We also need Reader for Desktop working for this to be useful in Sync. That work is starting soon.
Comment 4•12 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #3)
> (In reply to Richard Newman [:rnewman] from comment #2)
> > lucasr, mfinkle: is this something we can leave until Bug 745408 washes over
> > us like a wave (October or later?), or should we explore solutions now?
>
> Probably. We also need Reader for Desktop working for this to be useful in
> Sync. That work is starting soon.
I want to make sure we don't lose this: is this still work in progress?
Comment 5•12 years ago
|
||
(In reply to Nick Alexander :nalexander from comment #4)
> (In reply to Mark Finkle (:mfinkle) from comment #3)
> > (In reply to Richard Newman [:rnewman] from comment #2)
> > > lucasr, mfinkle: is this something we can leave until Bug 745408 washes over
> > > us like a wave (October or later?), or should we explore solutions now?
> >
> > Probably. We also need Reader for Desktop working for this to be useful in
> > Sync. That work is starting soon.
>
> I want to make sure we don't lose this: is this still work in progress?
Students are still working on the front-end bits of reader mode on desktop. It will take some time until they actually start dealing with reading list, Places, and sync. I'd probably wait until reader mode is functional on desktop (on an alpha-level even).
Reporter | ||
Comment 6•12 years ago
|
||
(In reply to Lucas Rocha (:lucasr) from comment #5)
> Students are still working on the front-end bits of reader mode on desktop.
> It will take some time until they actually start dealing with reading list,
> Places, and sync. I'd probably wait until reader mode is functional on
> desktop (on an alpha-level even).
Out of interest, is this making progress, and does it have a bug #?
Flags: needinfo?(lucasr.at.mozilla)
Comment 7•12 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #6)
> (In reply to Lucas Rocha (:lucasr) from comment #5)
>
> > Students are still working on the front-end bits of reader mode on desktop.
> > It will take some time until they actually start dealing with reading list,
> > Places, and sync. I'd probably wait until reader mode is functional on
> > desktop (on an alpha-level even).
>
> Out of interest, is this making progress, and does it have a bug #?
I need to talk with Jared about our plan for reader in desktop Firefox. The current patch (can't find the bug number right now) needs work before landing I think.
Flags: needinfo?(lucasr.at.mozilla)
Assignee | ||
Updated•12 years ago
|
Product: Mozilla Services → Android Background Services
Updated•10 years ago
|
Reporter | ||
Comment 8•10 years ago
|
||
WONTFIX in favor of Bug 1082011.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Android Background Services → Firefox for Android
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
•