Brian Nicholson
11e1f9150e
Bug 1073257 - Fix condition for suggested image URL. r=me
2014-09-26 13:43:32 -07:00
Brian Nicholson
4a47ae9d7a
Bug 1073257 - Get imageurl and bgcolor from cursor
2014-09-26 11:34:39 -07:00
Wes Johnston
a2bc4495f8
Bug 1063896 - Loop over all url list, not just ones with metadata. r=lucasr
2014-09-16 17:16:42 -07:00
Chenxia Liu
fe74cb1447
Bug 1062257 - Handle HomeFragment deletions by panel/type instead of universally. r=margaret
2014-09-12 17:12:33 -07:00
Lucas Rocha
91d25bf884
Bug 1041448 - Fix crash when double-tapping on empty top site spot (r=bnicholson)
2014-09-09 11:04:12 +01:00
Chris Kitching
baed13558a
Bug 1064029: Don't keep a static context reference in Favicons. r=rnewman
2014-09-06 23:57:02 -07:00
Nick Alexander
4b65eb310a
Bug 1056225 - Part 2: Lift onConfigurationChanged to HomeFragment. r=margaret
...
I took the most commented version. There are two things to note here:
* Several panels did not define onConfigurationChanged. It's not clear
if these panels didn't need it (after some analysis?) or if they just
didn't copy-paste thoroughly. This version is always safe, if
inefficient, and I've commented to say as much.
* The order of operations for the Bookmarks panel may be delicate. I
did not preserve the original order (save stack first, then detach and
attach); it appears to not be necessary to save the stack first,
because the configuration change is completed before the containing
Activity is restarted (and the stack is restored). I tested that the
folder stack was preserved across device rotations locally.
2014-08-22 11:10:06 -07:00
Nick Alexander
7442afcedc
Bug 1056225 - Part 1: Lift mUrlOpenListener to HomeFragment. r=margaret
2014-08-22 11:10:05 -07:00
Chris Kitching
e34153973d
Bug 1047971: Delete redundant initialisers-to-default-values from constructors r=rnewman
2014-08-03 21:06:05 -07:00
Wes Johnston
35f5e1509d
Bug 1014712 - Store ms tile image information for showing on about:home. r=rnewman,lucasr
2014-06-10 06:22:47 -07:00
Chris Kitching
0403060c91
Bug 1024289: Part 3: remove display column from combined view. r=rnewman
2014-07-07 14:52:37 -07:00
Lucas Rocha
8333c2f43c
Bug 1035131 - User decoded user entered URLs in suggeste image lookups (r=mfinkle)
2014-07-07 15:59:53 +01:00
Lucas Rocha
4d4b03e37f
Bug 1035131 - Factor out methods to encode/decode user-entered:// URLs (r=mfinkle)
2014-07-07 15:59:52 +01:00
Michael Comella
985fdd4692
Bug 932208 - Part 2: Do not allow non-shareable links to be shared.
2014-06-04 14:41:30 -07:00
Richard Newman
86c8096326
Bug 1021922 - Record telemetry for browser database operations. r=mfinkle
2014-06-10 10:45:11 -07:00
Lucas Rocha
ca69884fe6
Bug 1009587 - Part 6: Don't wait for thumbnails to show blank spots (r=mfinkle)
2014-05-29 13:04:36 +01:00
Lucas Rocha
a3b992b6d7
Bug 1009587 - Part 5: Don't try to load thumbnails for blank urls (r=mfinkle)
2014-05-29 13:04:36 +01:00
Lucas Rocha
a67c3c3bbf
Bug 1009587 - Part 4: Use suggested thumbnail on top sites whenever it's available (r=mfinkle)
2014-05-29 13:04:36 +01:00
Michael Comella
64c30ea7c0
Bug 1009315 - Part 2: Refactor top sites probe names to be generic. r=liuche
2014-05-15 12:13:39 -07:00
Chenxia Liu
c6dcda146c
Bug 913457 - Part 2: Handle unpinning of removed sites. r=lucasr
2014-05-20 14:02:58 -07:00
Chenxia Liu
70e2a0a536
Bug 913457 - Part 1: Add "Remove" to Top Sites grid items. r=sola
2014-05-20 14:02:58 -07:00
Chenxia Liu
ff7aedb506
Bug 913457 - Part 0: Cleanup - Remove unused Activity var. r=lucsar
2014-05-20 14:02:57 -07:00
Lucas Rocha
68688dead7
Bug 997780 - Load suggested sites images in TopSitesGridItemView (r=wesj)
2014-05-09 16:36:54 +01:00
Lucas Rocha
8c6e122f2f
Bug 997660 - Use TopSites.TYPE* in top sites grid UI (r=wesj)
2014-05-07 12:01:20 +01:00
Lucas Rocha
76dc2f2b56
Bug 997660 - Remove unnecessary cursor checks in bindView (r=wesj)
2014-05-07 12:01:20 +01:00
Lucas Rocha
66d8f78855
Bug 996657 - Streamline schema for TopSitesCursorWrapper (r=wesj)
2014-05-07 12:01:19 +01:00
Sola Ogunsakin
6eaca35e73
Bug 977196 - Part 2: Loading URLs in about:home. r=liuche
2014-04-02 12:07:10 -07:00
Margaret Leibovic
02289d880d
Bug 988909 - Move ContextMenuInfoFactory out of HomeListView and into HomeContextMenuInfo. r=lucasr
2014-05-01 08:44:11 -07:00
Lucas Rocha
0defbb048d
Bug 993970 - Factor out TopSitesCursorWrapper into separate file (r=wesj)
2014-04-15 16:31:55 +01:00
Sola Ogunsakin
3b5c1251fb
Bug 981028 - Part 1: Probes for pinning, un-pinning & editing a top sites item. r=liuche
2014-04-02 15:16:47 -07:00
Sola Ogunsakin
fbcfeb8a3e
Bug 967293 - Remove duplicate logic from TopSitesPanel.onContextItemSelected(). r=liuche
2014-03-12 11:21:24 -07:00
Richard Newman
b9bf0ce6ac
Bug 975774 - Part 23: clean up imports in home/. r=trivial
2014-02-22 19:53:01 -08:00
Josh Dover
568b53ada2
Bug 960359: (1/4) Remove HomeBanner from TopSitesPanel. r=margaret
2014-02-13 15:41:08 -08:00
Lucas Rocha
4e5203516d
Bug 935542 - PinSiteDialog fragment should be owned by TopSitesPanel (r=mfinkle)
2014-02-13 11:48:56 +00:00
Sola Ogunsakin
c131556a65
Bug 968084 - Context menu doesn't appear on list entries in Top Sites section. r=margaret
2014-02-05 11:44:16 -08:00
Richard Newman
8aba0cd56a
Merge m-c to s-c.
2014-02-04 20:30:20 -08:00
Richard Newman
1d23267f4b
Bug 961499 - Return correct size favicons for Top Sites' add to home screen functionality. r=bnicholson
2014-02-04 17:58:15 -08:00
Margaret Leibovic
8fdfc06b18
backout 793ffe6ed42e (bug 960359)
2014-02-03 10:02:42 -08:00
Sola Ogunsakin
d731a37c35
Bug 963404 - Refactor HomeContextMenuInfo creation. r=margaret
2014-01-31 08:30:47 -08:00
Joshua Dover
b67c785d11
Bug 960359 - Refactor HomeBanner out of TopSitesPanel and display on default page. r=mleibovic
2014-01-29 14:07:05 -08:00
Lucas Rocha
1e7d8f47f7
Bug 930160 - Discard item clicks on top sites after the fragment gets destroyed (r=mfinkle)
2014-01-23 16:54:43 +00:00
Lucas Rocha
5fb437415f
Bug 958185 - Rename Page* terminology to Panel* in the home package (r=margaret)
...
--HG--
rename : mobile/android/base/home/BookmarksPage.java => mobile/android/base/home/BookmarksPanel.java
rename : mobile/android/base/home/HistoryPage.java => mobile/android/base/home/HistoryPanel.java
rename : mobile/android/base/home/LastTabsPage.java => mobile/android/base/home/LastTabsPanel.java
rename : mobile/android/base/home/ListPage.java => mobile/android/base/home/ListPanel.java
rename : mobile/android/base/home/MostRecentPage.java => mobile/android/base/home/MostRecentPanel.java
rename : mobile/android/base/home/ReadingListPage.java => mobile/android/base/home/ReadingListPanel.java
rename : mobile/android/base/home/TopSitesPage.java => mobile/android/base/home/TopSitesPanel.java
rename : mobile/android/base/resources/drawable/home_page_title_background.xml => mobile/android/base/resources/drawable/home_panel_title_background.xml
rename : mobile/android/base/resources/layout-large-land-v11/home_history_page.xml => mobile/android/base/resources/layout-large-land-v11/home_history_panel.xml
rename : mobile/android/base/resources/layout-xlarge-v11/home_history_page.xml => mobile/android/base/resources/layout-xlarge-v11/home_history_panel.xml
rename : mobile/android/base/resources/layout/home_bookmarks_page.xml => mobile/android/base/resources/layout/home_bookmarks_panel.xml
rename : mobile/android/base/resources/layout/home_history_page.xml => mobile/android/base/resources/layout/home_history_panel.xml
rename : mobile/android/base/resources/layout/home_last_tabs_page.xml => mobile/android/base/resources/layout/home_last_tabs_panel.xml
rename : mobile/android/base/resources/layout/home_most_recent_page.xml => mobile/android/base/resources/layout/home_most_recent_panel.xml
rename : mobile/android/base/resources/layout/home_reading_list_page.xml => mobile/android/base/resources/layout/home_reading_list_panel.xml
rename : mobile/android/base/resources/layout/home_top_sites_page.xml => mobile/android/base/resources/layout/home_top_sites_panel.xml
rename : mobile/android/base/tests/testBookmarksPage.java => mobile/android/base/tests/testBookmarksPanel.java
2014-01-10 17:18:07 -08:00