Nick Alexander
45d8ab044c
Bug 1065306 - Part 4: Write localized res/raw-*/browsersearch.json. r=mshal
2014-09-23 09:52:47 -07:00
Nick Alexander
988177efcd
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
773cabd42d
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
760aed223b
Bug 1056920 - Create grid based layout for tabs (r=lucasr)
2014-09-23 15:06:36 +01:00
Manu Jain
24f7a396e3
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
86f20b8c20
Bug 1051973 - Refine appearance of suggestions/search history items. r=wesj
2014-09-22 17:46:29 -07:00
Margaret Leibovic
2408095abc
Bug 965377 - Add android:summary to preferences_customize_tablet.xml. r=liuche
2014-09-22 17:40:37 -07:00
Margaret Leibovic
4de3cf4798
Bug 965377 - Add android:summary text to settings. r=liuche
2014-09-22 17:36:41 -07:00
Margaret Leibovic
bb39e40b85
Bug 1060470 - Handle orientation changes in search activity. r=lucasr
2014-09-22 16:04:44 -07:00
vivek
2023c46c36
Bug 1066062 - Remove "source" from about:feedback submission. r=margaret
2014-09-22 16:00:01 -07:00
Brian Nicholson
b197fd0b71
Bug 1030896 - Add swipe-to-dismiss to PreSearchFragment list. r=margaret
2014-09-22 15:20:31 -07:00
Brian Nicholson
3cdf2182f1
Bug 1030896 - Fixes to SwipeDismissListViewTouchListener. r=margaret
2014-09-22 15:20:31 -07:00
Brian Nicholson
dd8b170091
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
2cdbf1cd8e
Bug 1066253 - Part 2: Put favicons in the tab strip. r=lucasr
2014-09-22 14:44:49 -07:00
Michael Comella
bba35c63d0
Bug 1066253 - Part 1: Remove favicon from BrowserToolbar. r=lucasr
2014-09-22 14:44:39 -07:00
Jim Chen
fa166a4078
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
a6b445bb97
Bug 788073 - Use platform touch redirection. r=kats,wesj
2014-09-22 11:53:12 -07:00
Brian Nicholson
0b36c3c3e6
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
96351dba4e
Bug 1067429 - Create GeckoAppBase as the parent for Gecko.App. r=lucasr
2014-09-22 11:46:33 -07:00
Brian Nicholson
3575c9f6c1
Bug 1067429 - Alphabetize theme styles. r=lucasr
2014-09-22 11:46:33 -07:00
Ryan VanderMeulen
71109d0f95
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
27d745fedf
backout 8ff6b2bf34cd (bug 989094) for regressions. r=backout
2014-09-22 09:22:06 -07:00
Martyn Haigh
f9c0301701
Bug 1056920 - Create grid based layout for tabs (r=lucasr)
2014-09-22 17:22:13 +01:00
Martyn Haigh
6f1f760fac
Backout bug 1056920 - incorrectly pushed (r=backout)
2014-09-22 16:44:45 +01:00
Martyn Haigh
e88c788d14
Bug 1056920 - Create grid based layout for tabs (r=lucasr)
2014-09-22 16:29:35 +01:00
Martyn Haigh
f07d0aac8f
Bug 1055539 - Rename TabsPanel internal class from TabsListContainer to PanelViewContainer (r=lucasr)
2014-09-22 15:37:34 +01:00
Martyn Haigh
204dc57a70
Bug 1061163 - Rename tab_row to tabs_layout_item_view (r=lucasr)
2014-09-22 15:28:28 +01:00
Randall Barker
5c2cfb478d
Bug 1048425 - Enable support for tab sharing with Roku device. r=wesj r=mfinkle
2014-09-19 13:50:00 +02:00
Wes Johnston
f970ee0237
Bug 815682 - Lockscreen widget for guest sessions. r=bnicholson, rnewman
2014-09-10 16:32:14 -07:00
Chris Kitching
a15a56e4f4
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
7774990532
Bug 1067056: Remove JavaDomKeyLocation and GeneratorOptions annotation. r=jchen
2014-09-13 17:42:03 -07:00
Wes Kocher
42857b1c19
Backed out changeset ba244ef9dead (bug 1064669) for android bustage on a CLOSED TREE
2014-09-19 18:16:51 -07:00
Wes Johnston
b71c5eeb5c
Bug 1064669 - Move casting initialization to delayed startup. r=rnewman
2014-09-19 16:55:18 -07:00
Wes Johnston
47ee587b91
Bug 1069182 - Move guest notification handling. r=bnicholson
2014-09-19 16:53:17 -07:00
vivek
fb13dcba6c
Bug 1066062 - Add additional fields to about:feedback submission. r=margaret
2014-09-19 16:40:22 -07:00
Vikneshwar
f71f213c9e
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
365a93c274
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
92cdf2fa86
No bug - Fix example comments in Messaging.jsm. DONTBUILD
2014-09-19 15:23:46 -07:00
Randall Barker
95fc158605
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
426219f82f
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
bc49b0fd22
backout 79bf6ebacb09 for causing 1070072
2014-09-19 12:19:19 -07:00
Garvan Keeley
e53c4003d0
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
12f9645113
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
bf5a9e4e42
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
ea1a091c4e
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
ef86fda69b
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
1ec0a582d1
Bug 1054520 - Add ifdef to enable stumbler in nightly. r=nalexander
2014-08-15 14:30:00 -04:00
Nick Alexander
4af3551a7e
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
09ef230aff
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
527e8c6482
Bug 1066634 - Make new Tablet configuration-related strings localizable (r=mcomella)
2014-09-19 15:18:17 +01:00