Commit Graph

10572 Commits

Author SHA1 Message Date
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
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
Vikneshwar
bbc1df1d52 Bug 1066514 - Renamed home_history_list layout to home_list and HistoryListView to HomeList;r=margaret
--HG--
rename : mobile/android/base/resources/layout-large-land-v11/home_history_list.xml => mobile/android/base/resources/layout-large-land-v11/home_list.xml
rename : mobile/android/base/resources/layout-xlarge-v11/home_history_list.xml => mobile/android/base/resources/layout-xlarge-v11/home_list.xml
rename : mobile/android/base/resources/layout/home_history_list.xml => mobile/android/base/resources/layout/home_list.xml
2014-09-19 16:39:15 -07:00
Margaret Leibovic
d1ee91dea1 Bug 1049600 - Show search engine branding. r=wesj
--HG--
rename : mobile/android/search/java/org/mozilla/search/autocomplete/ClearableEditText.java => mobile/android/search/java/org/mozilla/search/autocomplete/SearchBar.java
rename : mobile/android/search/res/layout/clearable_edit_text.xml => mobile/android/search/res/layout/search_bar.xml
2014-09-19 16:15:40 -07:00
Brian Nicholson
6d53c0f2d3 No bug - Fix example comments in Messaging.jsm. DONTBUILD 2014-09-19 15:23:46 -07:00
Randall Barker
2b7acf8ad4 Bug 1066879 - The SSDP implementation can sometimes take too long to discover a device. r=mfinkle, r=wesj 2014-09-18 11:21:00 -04:00
Nick Alexander
97f1b629dd Bug 1065773 - Part 3: Add release signed instrumentation test APKs to instrumentation/ in tests package. r=mshal 2014-09-19 13:52:56 -07:00
Margaret Leibovic
debf1c8aa2 backout 79bf6ebacb09 for causing 1070072 2014-09-19 12:19:19 -07:00
Garvan Keeley
e132000043 Bug 1068388 - Part 5: If stumbler built off, test should ignore stumbler prefs. r=nalexander 2014-09-18 12:53:00 -04:00
Garvan Keeley
aee01f3965 Bug 1068388 - Part 4: Update UI pref key value for app.geo.reportdata. r=rnewman 2014-09-17 15:27:00 -04:00
Richard Newman
5b8f5069ef Bug 1068388 - Part 3: Hide stumbler settings items if stumbler isn't built. r=garvank 2014-09-17 12:35:41 -07:00
Garvan Keeley
8f4de031bf Bug 1068388 - Part 2: Remove the use of app.geo.reportdata from gecko. r=rnewman 2014-09-17 15:25:00 -04:00
Richard Newman
406152858d Bug 1068388 - Part 1: Clarify that Stumbler pref is Android-only. r=nalexander, r=garvank 2014-09-17 12:31:47 -07:00
Garvan Keeley
85caf3c5c1 Bug 1054520 - Add ifdef to enable stumbler in nightly. r=nalexander 2014-08-15 14:30:00 -04:00
Nick Alexander
2554887d4d Bug 1068336 - Part 2: Add a slug and headers to avoid caching test JavaScript files. r=mcomella 2014-09-19 11:17:54 -07:00
Nick Alexander
277672174d Bug 1068336 - Part 1: Add a slug to avoid caching robocop_testharness.js. r=mcomella 2014-09-19 11:17:53 -07:00
Lucas Rocha
d7618a51ff Bug 1066634 - Make new Tablet configuration-related strings localizable (r=mcomella) 2014-09-19 15:18:17 +01:00
Ryan VanderMeulen
0bd9fd906d Backed out changeset 297008b7e1f6 (bug 1059792) for mass Android bustage. 2014-09-18 23:02:47 -04:00
Chenxia Liu
5f63c4168a Bug 1059792 - Launching Firefox for the first time through an external intent should not display First Run experience. r=margaret 2014-09-18 17:49:08 -07:00
Richard Newman
185a6b81e2 Bug 1069667 - Bump javac and ProGuard memory sizes when building Fennec. r=ckitching,nalexander 2014-09-18 16:23:55 -07:00
Justin Dolske
bc8d2f36a9 Bug 836415 - Kill PFS. r=bsmedberg 2014-09-18 10:01:23 -07:00
Wes Johnston
a44a3b504e Bug 816318 - Use Android DownloadManager for scanning downloads. r=mfinkle 2014-09-18 00:20:53 -07:00
Robin Ricard
52a95d659f Bug 994724 - Clean up ZoomHelper logic. r=margaret 2014-09-17 01:37:00 +02:00
Ryan VanderMeulen
0c7c2906aa Merge inbound to m-c. a=merge
CLOSED TREE
2014-09-17 22:10:31 -04:00