Michael Comella
effaf30b0b
Bug 1007442 - Part 2: Make remote tabs panel buttons more consistent across devices. r=lucasr
2014-06-11 14:31:20 -07:00
Michael Comella
ff2023c7d8
Bug 1007442 - Part 1: Add scrolling to remote tabs tray where applicable. r=bnicholson
2014-06-11 14:31:10 -07:00
Margaret Leibovic
68b62b7f48
Backed out changeset e9a025ac70fe for tablet fail on a CLOSED TREE
2014-06-11 12:06:07 -07:00
Margaret Leibovic
cb155af46b
Bug 817716 - Add 3-dot menu to tabs panel, including a "close all tabs" option. r=bnicholson
2014-06-11 11:14:26 -07:00
Margaret Leibovic
7622cc09de
Bug 1021123 - Improve colors in remote tabs pull-to-refresh. r=mcomella
2014-06-06 11:52:48 -07:00
Lucas Rocha
e8bb31c1f5
Bug 997765 - Change bg color and image for blank spots in top sites (r=mfinkle)
2014-06-05 21:54:23 +01:00
Lucas Rocha
4d0ab0b1d2
Bug 997765 - Define initial list of suggested sites (r=mfinkle)
2014-06-05 21:54:23 +01:00
Michael Comella
9e7d5d7473
Bug 1019595 - Use light cancel edit button with dark lightweight themes. r=bnicholson
...
--HG--
rename : mobile/android/base/resources/drawable-hdpi/close_edit_mode.png => mobile/android/base/resources/drawable-hdpi/close_edit_mode_light.png
rename : mobile/android/base/resources/drawable-mdpi/close_edit_mode.png => mobile/android/base/resources/drawable-mdpi/close_edit_mode_light.png
rename : mobile/android/base/resources/drawable-xhdpi/close_edit_mode.png => mobile/android/base/resources/drawable-xhdpi/close_edit_mode_light.png
2014-06-05 11:58:17 -07:00
Richard Newman
1db35650aa
Bug 1019981 - Part 1: remove Language section from preferences if locale switching is disabled. r=nalexander
2014-06-04 19:21:33 -07:00
Nick Alexander
ecd6ed4a2e
Bug 788688 - Allow setting client's device name in FxAccountStatusActivity. r=rnewman
...
========
8c7b253142
Author: Nick Alexander <nalexander@mozilla.com>
Date: Tue Jun 3 15:48:40 2014 -0700
Bug 788688 - Review comment: Include timestamp in setClientName.
========
b53b9092c2
Author: Nick Alexander <nalexander@mozilla.com>
Date: Thu May 29 16:05:25 2014 -0700
Bug 788688 - Post: PII client data to ease debugging.
========
fd59f3c984
Author: Nick Alexander <nalexander@mozilla.com>
Date: Wed Jun 4 15:01:12 2014 -0700
Bug 788688 - Part 4: Work around Android DialogPreference caching bug.
========
87d10bc16a
Author: Nick Alexander <nalexander@mozilla.com>
Date: Thu May 29 14:44:24 2014 -0700
Bug 788688 - Part 3: Add "Device name" pref to Status activity.
In the edge case where what the user has entered (empty text) and what
is persisted (default client name) differ, Android does not update the
contents of the dialog's EditText correctly. Removing and re-creating
all preferences is the only way I found to work around this; that's in
the next commit.
========
7af72f6c2f
Author: Nick Alexander <nalexander@mozilla.com>
Date: Thu May 29 16:05:59 2014 -0700
Bug 788688 - Part 2: Upload clients and tabs records when client name changes.
========
0e99eae1b5
Author: Nick Alexander <nalexander@mozilla.com>
Date: Thu May 29 15:28:36 2014 -0700
Bug 788688 - Part 1: Add setClientName with timestamp to ClientsDataDelegate.
========
1999e263db
Author: Nick Alexander <nalexander@mozilla.com>
Date: Thu May 29 14:10:40 2014 -0700
Bug 788688 - Pre: Clean some imports.
2014-06-04 16:37:25 -07:00
Michael Comella
82596e1df3
Bug 997477 - Part 2: Add tablet editing mode cancel button.
2014-06-02 11:16:49 -07:00
Michael Comella
7c4f23aabd
Bug 1014999 - Add remote tabs setup/verification panels for tablet. r=lucasr
2014-05-30 12:13:25 -07:00
Margaret Leibovic
1a7c43372a
Bug 1017129 - Polish undo close tab button toast appearance. r=nalexander
2014-05-29 18:15:20 -07:00
Nick Alexander
638bc49bd4
Bug 997288 - Follow-up, Part 3: Revert testing code. r=me
2014-05-28 14:26:18 -07:00
Nick Alexander
c8bc881c70
Bug 1015974 - Follow-up: Only use animated Sync icon when a sync is active. r=rnewman
...
Android 4.4.2 makes using animation-list, start(), and stop(),
difficult. This works around that issue by only using animation-list
when we actually want an animated icon.
--HG--
rename : mobile/android/base/resources/drawable/tabs_synced_animation.xml => mobile/android/base/resources/drawable/tabs_synced_animated.xml
2014-05-28 14:13:55 -07:00
Nick Alexander
ef158de549
Bug 997288 - Follow-up, Part 2: Style ButtonToast. r=lucasr
2014-05-28 14:13:55 -07:00
Nick Alexander
4e6bbe504c
Bug 997288 - Follow-up, Part 1: Replace "Switch to tab" button icon and label. r=lucasr
2014-05-28 14:13:54 -07:00
Margaret Leibovic
06b2deed95
Bug 998009 - (Part 2) Give background color a more generic variable name. r=bnicholson
2014-05-28 12:06:59 -07:00
Margaret Leibovic
14c5e06da4
Bug 998009 - Add "Clear browsing history" button to history panel. r=bnicholson
2014-05-28 12:06:57 -07:00
Margaret Leibovic
eaec706e43
Bug 996708 - Set an explicit width/height for images in dynamic panel empty views. r=lucasr
2014-05-28 12:06:55 -07:00
Margaret Leibovic
686d47e2c5
Bug 701725 - Create "undo close tab" super toast. r=bnicholson
2014-05-01 16:46:46 -07:00
Lucas Rocha
40bbd8893e
Bug 1010764 - Use same placeholder image on all tabs (r=mfinkle)
2014-05-27 11:23:17 +01:00
Nick Alexander
a461b99329
Bug 998700 - Animate sync icon during refresh of Remote Tabs panel. r=lucasr
...
It turns out that animation-list can be combined with rotate to avoid
shipping extra bitmaps, and twelve frames is smooth enough. This patch
takes that approach.
The trickiest part is exposing the icon drawable in a reasonable way to
the inner PanelView.
2014-05-23 11:43:39 -07:00
Nick Alexander
21bfe1a799
Bug 997288 - Add select tab button to "New [private] tab opened" toasts. r=wesj
2014-05-23 11:43:38 -07:00
Brian Nicholson
0855e2eda8
Bug 997447 - Replace uses of EditText with FloatingHintEditText. r=lucasr
2014-05-23 09:50:18 -07:00
Brian Nicholson
ed406de802
Bug 997447 - Add FloatingHintEditText widget. r=lucasr
2014-05-23 09:50:17 -07:00
Lucas Rocha
58541bc625
Bug 1010261 - Add preferences UI for disabling suggested sites (r=liuche)
2014-05-23 14:27:52 +01:00
Michael Comella
013a32356b
Bug 958889 - Part 4: Add remote tabs verification screen for phones. r=nalexander
2014-05-22 18:38:03 -07:00
Michael Comella
dd36404bc9
Bug 958889 - Part 3: Add RemoteTabsSetupPanel for phones. r=nalexander,lucasr
2014-05-22 18:38:03 -07:00
Michael Comella
35b9345b1a
Bug 958889 - Part 2.8: Add RemoteTabsPanel. r=nalexander
2014-05-22 18:38:03 -07:00
Mark Finkle
4d4d42458d
Bug 1007431 - Add menu item that links to SUMO help r=rnewman
2014-05-22 16:31:40 -04:00
Zhanpeng Zeng
546a32e006
Bug 923368 - Home panel items should allow for copying URL. r=margaret
2014-05-21 20:27:18 +08:00
Wes Johnston
6a7829a41a
Bug 1001129 - Allow setting a default selected item in grid views. r=mfinkle
2014-05-21 12:16:26 -07:00
Margaret Leibovic
ad843fa544
Bug 1009586 - Get rid of "Add panel" item in home settings. r=liuche
2014-05-16 13:09:15 +01:00
Martyn Haigh
f7d35f5863
Bug 970203 - Animate webapp update checking and downloading icons. r=wesj
2014-05-13 09:06:00 -04:00
Richard Newman
9674f260e1
Bug 917480 - Part 6: tablet mode. r=nalexander
2014-05-13 20:50:28 -07:00
Richard Newman
fb4045eb34
Bug 917480 - Part 2: add 'Language' section to top-level preferences, allowing for browser locale switching. r=nalexander
...
* * *
Bug 917480 - Part 2d: compute locale list at build time.
2014-05-13 20:50:27 -07:00
Michael Comella
d9dc53fcdb
Bug 1009279 - Change the margins to padding in the browser toolbar. r=bnicholson
2014-05-13 14:48:06 -07:00
Margaret Leibovic
9ca3a8067d
Bug 1009473 - Use lighter gray for item descriptions. r=lucasr
2014-05-13 18:26:07 +01:00
Margaret Leibovic
19eb44568f
Bug 1009473 - Remove padding around list item images. r=lucasr
2014-05-13 18:26:04 +01:00
Lucas Rocha
fd9afc143b
Bug 997772 - Add default suggested sites for en-US (r=nalexander)
2014-05-09 09:39:13 +01:00
Nick Alexander
d5343615f6
Bug 1002575 - Part 2: Display "Last synced" time in Synced tabs panel. r=rnewman
...
For the resources, I kept the client/last_synced (group) text sizes the
same as the tab/url (child) text sizes; and I kept the group height the
same as the child height (since I didn't want to calculate the new group
size); and I stripped the (unnecessary) backgrounds.
2014-05-07 17:05:50 -07:00
Mark Finkle
52d3bfaa8d
Bug 1001280 - Add a pageaction for casting videos r=wesj
2014-05-01 23:32:05 -04:00
Michael Comella
5d0d41bc29
Bug 1000149 - Part 4: Correct url bar shrinking documentation. r=lucasr
2014-04-30 10:25:58 -07:00
Michael Comella
b2029e8c40
Bug 1000149 - Part 3: Update close button size and toolbar spacing. r=lucasr
2014-04-30 10:25:51 -07:00
Michael Comella
f64406a6d0
Bug 1000149 - Part 2: Remove edit separator. r=lucasr
2014-04-30 10:25:42 -07:00
Michael Comella
a4ee98df03
Bug 1000149 - Part 1: Remove go button from toolbar. r=lucasr
2014-04-30 10:25:33 -07:00
Michael Comella
3970ab188c
Bug 958889 - Part 1: Move tabspanel files to new tabspanel package. r=bnicholson
...
--HG--
rename : mobile/android/base/RemoteTabsContainer.java => mobile/android/base/tabspanel/RemoteTabsContainer.java
rename : mobile/android/base/RemoteTabsList.java => mobile/android/base/tabspanel/RemoteTabsList.java
rename : mobile/android/base/TabsPanel.java => mobile/android/base/tabspanel/TabsPanel.java
rename : mobile/android/base/TabsTray.java => mobile/android/base/tabspanel/TabsTray.java
2014-04-29 11:20:59 -07:00
Margaret Leibovic
ce558bed88
Bug 999760 - Apply padding to entire article item view. r=liuche
2014-04-23 18:01:34 -07:00
Josh Dover
6da0f8914d
Bug 850600 - Part 3: Add swipe to refresh to sync tab list. r=nalexander
2014-04-04 15:22:32 -07:00