Commit Graph

580 Commits

Author SHA1 Message Date
Chris Kitching
b72133e63f Bug 1057086: Improve type safety in UIAsyncTask r=nalexander
--HG--
rename : mobile/android/base/util/UiAsyncTask.java => mobile/android/base/util/UIAsyncTask.java
2014-08-20 08:50:58 -07:00
Lucas Rocha
f12200f8d1 Bug 1056976 - Increase height of HomePagerTabStrip to 40dp (r=liuche) 2014-08-22 15:07:40 -07:00
Chenxia Liu
b0c98da9ee Bug 1021751 - Homepage contextual hint. r=lucasr
* * *
chained accel bounce builder
* * *
small bounce
2014-08-22 15:07:39 -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
Margaret Leibovic
6b4e192114 Bug 1011470 - Remove panel picker logic. r=liuche 2014-08-19 12:25:37 -07:00
Eric Edens
e11f08abe0 Bug 1048525 - Use SuggestClient from MC. r=margaret
--HG--
rename : mobile/android/base/home/SuggestClient.java => mobile/android/base/SuggestClient.java
2014-08-14 17:17:29 -07:00
Brian Nicholson
e3574d8dd5 Bug 1051116 - Default to a search query for search suggestions. r=wesj 2014-08-11 14:39:26 -07:00
Richard Newman
60a06f762d Bug 1050034 - Eliminate BrowserDB.URLColumns. r=lucasr 2014-08-11 10:52:37 -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
Amogh Pradeep
981830d521 Bug 1018417 - Add duration parameter to ButtonToast. r=margaret 2014-07-31 09:36:03 -07:00
Richard Newman
d023dce9af Bug 1042383 - Part 2: use optimizable build-time flags for SDK-dependent code. r=mfinkle 2014-07-30 08:19:35 -07:00
Chris Kitching
9f496ef232 Bug 1041836: Delete redundant initialisers. (generated) r=rnewman 2014-07-25 20:14:47 -07:00
Richard Newman
d299b6caad Bug 1018240 - Part 2: invalidate BrowserSearch engine list when locale has changed. r=bnicholson 2014-07-21 10:54:58 -07:00
Lucas Rocha
9641ee8e44 Bug 1039471 - Only restart loader if RecentTabsPanel is still attached (r=margaret) 2014-07-17 11:36:46 +01:00
Lucas Rocha
2a10600d6d Bug 1012462 - Part 11: Support image loading for distribution files (r=rnewman) 2014-07-15 20:56:48 +01:00
Lucas Rocha
5bae5ac678 Bug 1012462 - Part 10: Ensure URL images always fit within the view bounds (r=rnewman) 2014-07-15 20:56:44 +01: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
Brian Nicholson
fb97fd1f5f Bug 1035439 - Part 2: Show closed tabs of the current private state in RecentTabsPanel. r=margaret 2014-07-14 17:21:14 -07:00
Mark Finkle
6a5c2a1168 Bug 1035436 - Remove home.1 session because it's not useful r=liuche 2014-07-08 15:32:57 -04: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
Lucas Rocha
cd0884981b Bug 1025062 - Part 3: Exclude pinned sites from the pin dialog's search (r=rnewman) 2014-07-07 15:57:31 +01:00
Lucas Rocha
3c1d7009bb Bug 1025062 - Part 2: Add SearchLoader APIs to use the new BrowserDB.FilterFlags (r=rnewman) 2014-07-07 15:57:30 +01:00
Ed Morley
ca65ffe17d Backed out changeset 4ffb7cfcb7bb (bug 1025062) 2014-07-07 15:21:35 +01:00
Ed Morley
b675d5307a Backed out changeset 9beed56cc02a (bug 1025062) 2014-07-07 15:21:31 +01:00
Lucas Rocha
b842684ac7 Bug 1025812 - Part 2: Refresh TopSitesGridItemView's drawable state when type changes (r=rnewman) 2014-07-07 14:41:54 +01:00
Lucas Rocha
88287947b4 Bug 1025812 - Part 1: Factor out type updates into separate method (r=rnewman) 2014-07-07 14:41:53 +01:00
Lucas Rocha
1cf706a5ed Bug 1025062 - Part 3: Exclude pinned sites from the pin dialog's search (r=rnewman) 2014-07-07 14:35:26 +01:00
Lucas Rocha
9ea3377f8f Bug 1025062 - Part 2: Add SearchLoader APIs to use the new BrowserDB.FilterFlags (r=rnewman) 2014-07-07 14:35:26 +01:00
Lucas Rocha
239bab4825 Bug 1029046/1030141 - Conditionally enable new recent tabs panel in config migration (r=mfinkle) 2014-07-03 16:40:40 +01:00
Lucas Rocha
9684c8d218 Bug 1029046 - Expose HomeConfig JSON keys to other 'home' classes (r=mfinkle) 2014-07-03 16:40:40 +01:00
Mark Finkle
9cef5d4b2f Bug 1026338 - Tweak the loadurl telemetry events r=liuche 2014-07-01 08:04:23 -04:00
Margaret Leibovic
fb6150dfa8 Bug 1030736 - Don't include ignored about:home tabs in count to determine whether or not to show "Open all" button. r=liuche 2014-06-27 16:49:53 -07:00
Franz Sarmiento
9fa64c649c Bug 1028728 - Update findListViewWithTag consumers to use strings from HomePager. r=mcomella 2014-06-24 21:41:00 -04:00
Shashank Sabniveesu
1ba1f28ccf Bug 949902 - Correct "Up to" strings in Bookmarks View, deleted unused icons, and update tests. r=lucasr 2014-06-18 19:31:00 -04:00
Margaret Leibovic
89d579fb75 Bug 1026715 - Add "Open all" item to recent tabs lists. r=lucasr 2014-06-23 14:13:05 -07:00
Margaret Leibovic
cb3ad1023c Bug 1004850 - (Part 7) Update robocop tests to account for new panel. r=mcomella 2014-06-22 16:26:50 -04:00
Margaret Leibovic
f07afb55cc Bug 1004850 - (Part 6) Add HomeConfigPrefsBackend migration to add recent tabs panel. r=lucasr 2014-06-22 16:26:50 -04:00
Margaret Leibovic
8234a906e7 Bug 1004850 - (Part 5) Add recently closed tabs to RecentTabsPanel. r=lucasr,bnicholson 2014-06-22 16:26:49 -04:00
Margaret Leibovic
c4dfafde8a Bug 1004850 - (Part 4) Update RecentTabsAdapter to be a MultiTypeCursorAdapter. r=lucasr 2014-06-22 16:26:49 -04:00
Margaret Leibovic
a0e53f0768 Bug 1004850 - (Part 3) Create RecentTabsPanel from existing LastTabsPanel. r=lucasr
--HG--
rename : mobile/android/base/home/LastTabsPanel.java => mobile/android/base/home/RecentTabsPanel.java
rename : mobile/android/base/resources/layout/home_last_tabs_panel.xml => mobile/android/base/resources/layout/home_recent_tabs_panel.xml
2014-06-22 16:26:49 -04:00
Margaret Leibovic
c1bb60fed7 Bug 1004850 - (Part 2) Rename MostRecentPanel to HistoryPanel. r=lucasr
--HG--
rename : mobile/android/base/home/MostRecentPanel.java => mobile/android/base/home/HistoryPanel.java
rename : mobile/android/base/resources/layout/home_most_recent_panel.xml => mobile/android/base/resources/layout/home_history_panel.xml
2014-06-22 16:26:48 -04:00
Margaret Leibovic
ffd6ad6bcc Bug 1004850 - (Part 1) Replace HistoryPanel with MostRecentPanel. r=lucasr 2014-06-22 16:26:48 -04:00
Hathibelagal A
175535e7a5 Bug 1027831 - Switch from deprecated FILL_PARENT to MATCH_PARENT in Java and XML. r=bnicholson 2014-06-20 09:21:31 -07: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
Chenxia Liu
5ae2feb446 Bug 1010266 - Part 1: Blacklist Top Sites suggestions that have been "removed" by user. r=lucasr 2014-06-12 12:07:09 -07:00
Wes Kocher
c131f3f588 Back out three changesets (bug 932208) for robocop-1 failures
* * *
Backed out changeset d1e57e3cbba1 (bug 932208)
* * *
Backed out changeset aa4dc866e852 (bug 932208)
* * *
Backed out changeset 09caceb50f73 (bug 932208)
2014-06-10 19:04:07 -07:00
Chenxia Liu
2c04183e5b Bug 1022238 - Part 2: Handle removal correctly. r=margaret 2014-06-10 15:03:49 -07:00