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)

ARM
Android
defect

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.
See Bug 762108 for the desktop side of this.
See Also: → 762108
Depends on: 762118
Priority: -- → P2
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?
(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.
(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?
(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).
(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)
(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)
Product: Mozilla Services → Android Background Services
See Also: → 1024289
WONTFIX in favor of Bug 1082011.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Product: Android Background Services → Firefox for Android
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.