Mobile/Fennec/Android/ActivityStream: Difference between revisions

From MozillaWiki
< Mobile‎ | Fennec‎ | Android
Jump to navigation Jump to search
(Add screenshots section)
(→‎Build setup: Add pref switch to instructions)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:


   ac_add_options MOZ_ANDROID_ACTIVITY_STREAM=1
   ac_add_options MOZ_ANDROID_ACTIVITY_STREAM=1
You will then be able to enable the new UI using Settings->Advanced->Experimental Features->Activity Stream.


== Bugs ==
== Bugs ==
Line 28: Line 30:
| http://people.mozilla.org/~ahunt/as/sprint_01/01_detailview_history_small.png || http://people.mozilla.org/~ahunt/as/sprint_01/01_detailview_bookmarks_small.png
| http://people.mozilla.org/~ahunt/as/sprint_01/01_detailview_history_small.png || http://people.mozilla.org/~ahunt/as/sprint_01/01_detailview_bookmarks_small.png
|}
|}
=== ahunt - search activity ===
In future these searches will be history / bookmark specific, right now we're using the mixed/combined query. And the appearance is completely wrong.
http://people.mozilla.org/~ahunt/as/sprint_01/01_search_history_small.png

Latest revision as of 18:45, 2 August 2016

Work in Progress: here are some notes on the current effort to build Activity Stream for Firefox on Android.

Build setup

Follow the default build instructions for an artifact build as per https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_for_Android_build , but make sure you add the following line to your mozconfig to enable the Activity Stream panel:

 ac_add_options MOZ_ANDROID_ACTIVITY_STREAM=1

You will then be able to enable the new UI using Settings->Advanced->Experimental Features->Activity Stream.

Bugs

Bug 1288102: AS Panel Metabug with tree of individual bugs

Mocks

Main Panel static mock

https://bug1288117.bmoattachments.org/attachment.cgi?id=8772865

Invision mock

https://mozilla.invisionapp.com/share/VW7ZBXV8Q#/screens/174427347_Browsing_-_Mozilla

WIP screens

Important.png
These are WIP screens and not the final product!
Some things in these screenshots might just be remainders of pre-existing code, crutches to help get the code running, or other development artifacts - these screenshots do not necessarily reflect what will land / be released.

ahunt - detail activity

01_detailview_history_small.png 01_detailview_bookmarks_small.png

ahunt - search activity

In future these searches will be history / bookmark specific, right now we're using the mixed/combined query. And the appearance is completely wrong.

01_search_history_small.png