Lucas Rocha
7831128f38
Bug 1015447 - Top-level container for tab strip with 'new tab' button (r=mcomella)
2014-09-12 11:45:58 +01:00
Lucas Rocha
f19655c2c9
Bug 1014987 - Gracefully handle out-of-bounds positions in TabsStripAdapter (r=mcomella)
2014-09-11 00:27:01 +01:00
Lucas Rocha
8245382a91
Bug 1014987 - Introduce the new tab strip views (r=mcomella)
2014-09-10 21:28:58 +01:00
Lucas Rocha
0194b9ae40
Merge m-c to larch
2014-09-09 17:46:44 +01:00
Lucas Rocha
c3cf5229af
Backout bug 1014987, reftest failures (r=backout)
2014-09-09 17:17:03 +01:00
Lucas Rocha
0e9f5d4c95
Bug 1014987 - Introduce the new tab strip views (r=mcomella)
2014-09-09 13:45:18 +01:00
Richard Newman
79255fd04c
Bug 1044334 - Part 3: fix access to tabs_panel_footer in TabsPanel. r=lucasr
2014-09-08 21:32:47 -07:00
Martyn Haigh
55ca8ea289
Bug 1060345: Create a way of dynamically inflating the correct tab layout (r=lucasr)
2014-09-05 16:52:44 +01:00
Lucas Rocha
740450e49e
Merge m-c to larch
2014-09-05 14:37:02 +01:00
Martyn Haigh
53ee3821ed
Bug 1055595 - Part 4: rename and extract adapter, make abstract and create concrete implementation within the list view (r=lucasr)
2014-09-05 09:28:25 +01:00
Martyn Haigh
71983060f5
Bug 1055595 - Part 3: introduce newView/bindView constructs in to adapter (r=lucasr)
2014-09-05 09:28:24 +01:00
Martyn Haigh
aae7fd2298
Bug 1055595 - Part 2: move code from layout to item view (r=lucasr)
2014-09-05 09:28:24 +01:00
Martyn Haigh
40ca757e3d
Bug 1055595 - Part 1: Simplify adapter (r=lucasr)
2014-09-05 09:28:24 +01:00
Lucas Rocha
c80bc46157
Backout bug 1055595, build failures (r=backout)
2014-09-04 18:29:19 +01:00
Martyn Haigh
a804ea7ae3
Bug 1055595 - Part 4: rename and extract adapter, make abstract and create concrete implementation within the list view (r=lucasr)
2014-09-04 16:54:01 +01:00
Martyn Haigh
2bcc6dcc13
Bug 1055595 - Part 3: introduce newView/bindView constructs in to adapter (r=lucasr)
2014-09-04 16:54:01 +01:00
Martyn Haigh
e1bf6195a0
Bug 1055595 - Part 2: move code from layout to item view (r=lucasr)
2014-09-04 16:54:01 +01:00
Martyn Haigh
2bd49aaa2a
Bug 1055595 - Part 1: Simplify Adapter (r=lucasr)
2014-09-04 16:54:00 +01:00
Martyn Haigh
d287fdf6d0
Bug 1056169 - Factor out TabRow and rename it to TabsLayoutItemView (r=lucasr)
2014-08-27 17:11:56 +01:00
Martyn Haigh
a688d971da
Bug 1046209 - Part 2: Extract TabsLayout interface (r=lucasr)
2014-08-27 16:17:59 +01:00
Martyn Haigh
0d8c52185d
Bug 1046209 - Part 1: Rename TabsTray to TabsListLayout (r=lucasr)
...
--HG--
rename : mobile/android/base/tabs/TabsTray.java => mobile/android/base/tabs/TabsListLayout.java
2014-08-27 15:45:23 +01:00
Federico Paolinelli
489e95cb88
Bug 1056315 - Animate tab panel header on first tabs panel open. r=nalexander
2014-08-21 11:31:00 -04:00
Lucas Rocha
b13dcb2928
Bug 1055576 - Factor out code to draw tab curves (r=mcomella)
2014-08-21 17:14:28 +01:00
Ed Morley
372619d8fd
Backed out changeset efe3c7a0091c (bug 1016613) for causing bug 1054623 again
2014-08-18 08:19:39 +01:00
Ethan Pransky
74490c15d4
Bug 1016613 - Replace RemoteTabsPanel view with ViewStub in tabs_panel.xml and create new layout file to inflate the ViewStub when user clicks on 3rd button in TabsPanel. r=mcomella
...
This was done in order to save on resources and not create the RemoteTabsPanel until needed
2014-08-13 10:39:32 -07:00
Lucas Rocha
b69ffd0488
Bug 1046212 - Rename tabspanel package to simply tabs (r=mcomella)
...
--HG--
rename : mobile/android/base/tabspanel/PrivateTabsPanel.java => mobile/android/base/tabs/PrivateTabsPanel.java
rename : mobile/android/base/tabspanel/RemoteTabsContainerPanel.java => mobile/android/base/tabs/RemoteTabsContainerPanel.java
rename : mobile/android/base/tabspanel/RemoteTabsList.java => mobile/android/base/tabs/RemoteTabsList.java
rename : mobile/android/base/tabspanel/RemoteTabsPanel.java => mobile/android/base/tabs/RemoteTabsPanel.java
rename : mobile/android/base/tabspanel/RemoteTabsSetupPanel.java => mobile/android/base/tabs/RemoteTabsSetupPanel.java
rename : mobile/android/base/tabspanel/RemoteTabsVerificationPanel.java => mobile/android/base/tabs/RemoteTabsVerificationPanel.java
rename : mobile/android/base/tabspanel/TabsPanel.java => mobile/android/base/tabs/TabsPanel.java
rename : mobile/android/base/tabspanel/TabsTray.java => mobile/android/base/tabs/TabsTray.java
2014-08-06 15:59:41 +01:00
Nick Alexander
3f1715f746
Bug 1057637 - Extract a re-usable ExpandableListAdapter out of RemoteTabsList. r=mcomella
...
This patch does a few other small things as well:
* It exposes the client device type. This will be used later, as part of
the visual refresh.
* Aligns the field names in remote_tabs_child with the names used by
TwoLinePageRow. This will be used later, when we finally use said
standard view class.
--HG--
extra : rebase_source : 291f69a5f9b68801dd9154c5d291c6795d218ff6
2014-08-29 11:56:41 -07:00