Commit Graph

10597 Commits

Author SHA1 Message Date
Christian Vielma
b65d53ef7e Bug 1064068: Filtering non input text fields from text selection to prevent errors in log: r=margaret 2014-09-22 19:47:50 -07:00
Ryan VanderMeulen
79910dd5bf Merge m-c to inbound. a=merge
CLOSED TREE
2014-09-24 16:08:33 -04:00
Ryan VanderMeulen
36c25772d1 Merge fx-team to m-c. a=merge 2014-09-24 15:58:32 -04:00
Jim Chen
c665929ae2 Bug 1066760 - Redirect mozalloc_abort through Java exception handling; r=snorp 2014-09-24 14:12:54 -04:00
Lucas Rocha
74f29b3efa BUg 1061508 - Use FadedTextView in the toolbar (r=bnicholson) 2014-09-24 18:27:44 +01:00
Lucas Rocha
2059131d15 Bug 1061508 - Change FadedTextView to be a ThemedTextView (r=bnicholson) 2014-09-24 18:27:43 +01:00
Lucas Rocha
71a69470a5 Bug 1072414 - Use outsideOverlay scrollbar style in pre-search UI (r=margaret) 2014-09-24 18:25:44 +01:00
Carsten "Tomcat" Book
07d60492f6 Backed out changeset cc4d456a02e7 (bug 1065306) for breaking Android nightlys 2014-09-24 08:30:54 +02:00
Carsten "Tomcat" Book
380df73272 Backed out changeset 7a1c2d387052 (bug 1065306) 2014-09-24 08:30:35 +02:00
Carsten "Tomcat" Book
5eb8e199bc Backed out changeset c4ecd64d8b95 (bug 1065306) 2014-09-24 08:30:30 +02:00
Nick Alexander
48a60fa21f Bug 1065306 - Part 4: Write localized res/raw-*/browsersearch.json. r=mshal 2014-09-23 09:52:47 -07:00
Nick Alexander
2df6dc950f Bug 1065306 - Part 2: Extract generated_file_template. r=mshal
This was essentially mechanical: s/$/$$/; s/suggestedsites/$(1)/; move
libs realchrome:: and GARBAGE rules into template.

I feel like there should be a more direct form of $$($(1)), but I can't
think of it.
2014-09-23 09:52:45 -07:00
Nick Alexander
43e25d468d Bug 1065306 - Part 1: s/suggestedsites-json/suggestedsites/. r=mshal
This is a mechanical change.  In future, we will probably want to
generate files not named like res/raw/file.json.  I'm not going to
handle res/not-raw right now; but I am going to handle not-file.json.
This smoothes that path.
2014-09-23 09:52:44 -07:00
Martyn Haigh
a70326e54f Bug 1056920 - Create grid based layout for tabs (r=lucasr) 2014-09-23 15:06:36 +01:00
Manu Jain
9a48d8100f Bug 1061944 - Clicking link loses text selection on Android before content script click listener runs. r=margaret 2014-09-22 15:09:00 -04:00
Margaret Leibovic
973944275f Bug 1051973 - Refine appearance of suggestions/search history items. r=wesj 2014-09-22 17:46:29 -07:00
Margaret Leibovic
aa8dcf6d38 Bug 965377 - Add android:summary to preferences_customize_tablet.xml. r=liuche 2014-09-22 17:40:37 -07:00
Margaret Leibovic
c1672710ae Bug 965377 - Add android:summary text to settings. r=liuche 2014-09-22 17:36:41 -07:00
Margaret Leibovic
449785d103 Bug 1060470 - Handle orientation changes in search activity. r=lucasr 2014-09-22 16:04:44 -07:00
vivek
9a6e799e54 Bug 1066062 - Remove "source" from about:feedback submission. r=margaret 2014-09-22 16:00:01 -07:00
Brian Nicholson
696c189f1f Bug 1030896 - Add swipe-to-dismiss to PreSearchFragment list. r=margaret 2014-09-22 15:20:31 -07:00
Brian Nicholson
e74295936a Bug 1030896 - Fixes to SwipeDismissListViewTouchListener. r=margaret 2014-09-22 15:20:31 -07:00
Brian Nicholson
147ec84afc Bug 1030896 - Import SwipeToDismissNOA. r=margaret
SwipeToDismissNOA (https://github.com/JakeWharton/SwipeToDismissNOA) is
a port of Roman Nurik's swipe-to-dismiss library to use NineOldAndroids.
SwipeToDismissNOA adds swipe behavior to ListView that animates and
removes the item.

As-is, there are a few problems with this library:
* The comments about the v12 API requirements are wrong
* It has problems with async adapters, such as CursorAdapter
* The MotionEvent#obtain calls are not followed by recycle
* There are beta warnings in the comments, likely due to the problems above

As a result, this library is being imported to mobile/android/base
instead of the normal thirdparty lib directory so we can make the
necessary modifications. Subsequent patches in bug 1030896 will aim to
address these issues to make this code production-ready.
2014-09-22 15:20:31 -07:00
Michael Comella
f4a84162dd Bug 1066253 - Part 2: Put favicons in the tab strip. r=lucasr 2014-09-22 14:44:49 -07:00
Michael Comella
598c869630 Bug 1066253 - Part 1: Remove favicon from BrowserToolbar. r=lucasr 2014-09-22 14:44:39 -07:00
Jim Chen
9d321701e4 Bug 1059907 - Include access type in permission setting; r=mfinkle
--HG--
extra : amend_source : 8ce0a0d1344d249aa567d4769cddde56bbaeec1c
2014-09-22 15:33:38 -04:00
Brian Nicholson
9fb31aae04 Bug 788073 - Use platform touch redirection. r=kats,wesj 2014-09-22 11:53:12 -07:00
Brian Nicholson
9a7fac6615 Bug 1067429 - Add values-v14, removing v14-only styles from values-v11. r=lucasr
--HG--
rename : mobile/android/base/resources/values-v11/themes.xml => mobile/android/base/resources/values-v14/themes.xml
2014-09-22 11:46:34 -07:00
Brian Nicholson
0aee2b337a Bug 1067429 - Create GeckoAppBase as the parent for Gecko.App. r=lucasr 2014-09-22 11:46:33 -07:00
Brian Nicholson
54d16e8354 Bug 1067429 - Alphabetize theme styles. r=lucasr 2014-09-22 11:46:33 -07:00
Ryan VanderMeulen
15d6f5ac3e Backed out 3 changesets (bug 1056920) for Android bustage on a CLOSED TREE.
Backed out changeset 89abe3df46af (bug 1056920)
Backed out changeset 881af39f223d (bug 1056920)
Backed out changeset a21fee67d9dc (bug 1056920)
2014-09-22 12:53:16 -04:00
Wes Johnston
64a3c6e098 backout 8ff6b2bf34cd (bug 989094) for regressions. r=backout 2014-09-22 09:22:06 -07:00
Martyn Haigh
0beb28bc02 Bug 1056920 - Create grid based layout for tabs (r=lucasr) 2014-09-22 17:22:13 +01:00
Martyn Haigh
8975b51d4c Backout bug 1056920 - incorrectly pushed (r=backout) 2014-09-22 16:44:45 +01:00
Martyn Haigh
c7dbdd6f98 Bug 1056920 - Create grid based layout for tabs (r=lucasr) 2014-09-22 16:29:35 +01:00
Martyn Haigh
2edb9eebdc Bug 1055539 - Rename TabsPanel internal class from TabsListContainer to PanelViewContainer (r=lucasr) 2014-09-22 15:37:34 +01:00
Martyn Haigh
ff558ffd0f Bug 1061163 - Rename tab_row to tabs_layout_item_view (r=lucasr) 2014-09-22 15:28:28 +01:00
Randall Barker
fb03f1d81f Bug 1048425 - Enable support for tab sharing with Roku device. r=wesj r=mfinkle 2014-09-19 13:50:00 +02:00
Brad Lassey
2a10c2164b Bug 1064834 - move common second screen modules to toolkit r=mfinkle
--HG--
rename : mobile/android/modules/RokuApp.jsm => toolkit/modules/secondscreen/RokuApp.jsm
rename : mobile/android/modules/SimpleServiceDiscovery.jsm => toolkit/modules/secondscreen/SimpleServiceDiscovery.jsm
2014-09-12 12:42:28 -04:00
Martyn Haigh
878ee5bf23 Bug 1046206 - Change TabsPanel to use alternative layout when isNewTablet (r=lucasr) 2014-09-24 11:55:47 +01:00
Michael Comella
ff56023e5a Bug 1069686 - Move new tablet tab strip resources to layout-large. r=mhaigh
--HG--
rename : mobile/android/base/resources/layout/tab_strip.xml => mobile/android/base/resources/layout-large-v11/tab_strip.xml
rename : mobile/android/base/resources/layout/tab_strip_item.xml => mobile/android/base/resources/layout-large-v11/tab_strip_item.xml
rename : mobile/android/base/resources/layout/tab_strip_item_view.xml => mobile/android/base/resources/layout-large-v11/tab_strip_item_view.xml
2014-09-23 11:36:39 -07:00
Ryan VanderMeulen
efd60523ec Backed out changeset 9efd03125b0b (bug 846184) for Android reftest failures. 2014-09-23 16:35:22 -04:00
Mark Finkle
dac433b04c Bug 846184 - Lightweight theme should be shown on startup, rather than when Gecko initializes r=rnewman 2014-09-23 15:25:28 -04:00
Wes Johnston
b5af01b610 Bug 815682 - Lockscreen widget for guest sessions. r=bnicholson, rnewman 2014-09-10 16:32:14 -07:00
Chris Kitching
a2821dfb5e Bug 1067543: Hide reading list add button from overlay on low memory devices. r=rnewman 2014-09-19 18:28:31 -07:00
Chris Kitching
2a77d725c8 Bug 1067056: Remove JavaDomKeyLocation and GeneratorOptions annotation. r=jchen 2014-09-13 17:42:03 -07:00
Wes Kocher
b15d6b3049 Backed out changeset ba244ef9dead (bug 1064669) for android bustage on a CLOSED TREE 2014-09-19 18:16:51 -07:00
Wes Johnston
9bd47dbf12 Bug 1064669 - Move casting initialization to delayed startup. r=rnewman 2014-09-19 16:55:18 -07:00
Wes Johnston
93423811f4 Bug 1069182 - Move guest notification handling. r=bnicholson 2014-09-19 16:53:17 -07:00
vivek
afaf861805 Bug 1066062 - Add additional fields to about:feedback submission. r=margaret 2014-09-19 16:40:22 -07:00