Mobile/Fennec/Android/ActivityStream: Difference between revisions
(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
ahunt - detail activity
![]() |
|
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.
