Mobile/Fennec/Android/ActivityStream: Difference between revisions

→‎Build setup: Add pref switch to instructions
(Add Mocks section)
(→‎Build setup: Add pref switch to instructions)
 
(3 intermediate revisions 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 ==
[https://bugzilla.mozilla.org/showdependencytree.cgi?id=1288102&hide_resolved=1 Bug 1288102: AS Panel Metabug with tree of individual bugs]


== Mocks ==
== Mocks ==
Line 13: Line 19:
=== Invision mock ===
=== Invision mock ===
https://mozilla.invisionapp.com/share/VW7ZBXV8Q#/screens/174427347_Browsing_-_Mozilla
https://mozilla.invisionapp.com/share/VW7ZBXV8Q#/screens/174427347_Browsing_-_Mozilla
== WIP screens ==
{{Admon/important|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 ===
{| class="wikitable" style="width: 85%;
|-
| 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
46

edits