Commit Graph

14638 Commits

Author SHA1 Message Date
Michael Comella
b3cce5583a Bug 1072466 - Part 2: Update url bar entry asset. r=lucasr 2014-09-26 11:22:49 -07:00
Michael Comella
30683fde10 Bug 1072466 - Part 1: Update tabs panel button asset. r=lucasr 2014-09-26 11:21:24 -07:00
Projjol Banerji
eb3166e06f Bug 1060056 - Rename MainActivity to SearchActivity. r=margaret
--HG--
rename : mobile/android/search/java/org/mozilla/search/MainActivity.java => mobile/android/search/java/org/mozilla/search/SearchActivity.java
2014-09-26 11:12:59 -07:00
Lucas Rocha
808ed081be Bug 1056002 - Tint the status bar on KitKat+ (r=mfinkle) 2014-09-26 13:29:15 +01:00
Lucas Rocha
2f6381a262 Bug 1056002 - Merge picasso and nineoldandroids jars into one (r=nalexander) 2014-09-26 13:29:14 +01:00
Carsten "Tomcat" Book
e8c52fe173 merge fx-team to mozilla-central a=merge 2014-09-26 13:27:36 +02:00
Brian Nicholson
d264adbac2 Bug 1073052 - Use main looper to initialize UI thread and handler. r=rnewman 2014-09-25 13:27:03 -07:00
Margaret Leibovic
b633a50d4e Bug 1064152 - Properly handle intent:// URIs. r=wesj 2014-09-25 11:28:48 -07:00
Margaret Leibovic
d59ef6b6c1 Bug 1063703 - Use dominant color algorithm to get search engine color. r=mfinkle,bnicholson 2014-09-25 11:28:45 -07:00
Mark Finkle
401131a8d9 Bug 846184 - Lightweight theme should be shown on startup, rather than when Gecko initializes r=rnewman 2014-09-23 15:25:28 -04:00
Mark Finkle
eff06f88b9 Bug 1072263 - When using --profile, Gecko expects a nameless profile. No need to shutdown. r=bnicholson 2014-09-24 23:05:31 -04:00
Mark Finkle
428d8d9785 Bug 735740 - Use swipe-to-dismiss to delete individual formfill entries r=bnicholson 2014-09-24 19:43:04 -04:00
Michael Comella
937d77faf4 Bug 1071878 - Put an empty rectangle for websites without favicons on new tablet. r=lucasr
--HG--
rename : mobile/android/base/resources/drawable-large-hdpi-v11/favicon_none.png => mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/favicon_none.png => mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/favicon_none.png => mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/favicon_none.png => mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_default_favicon.png
2014-09-24 16:38:33 -07:00
Michael Comella
1687af0f80 Bug 1058909 - Part 4: Adjust forward button position and spacing. r=lucasr 2014-09-24 15:45:07 -07:00
Michael Comella
c760504921 Bug 1058909 - Part 3: Adjust new tablet browser_toolbar spacing. r=lucasr 2014-09-24 15:45:07 -07:00
Michael Comella
82effbc737 Bug 1058909 - Part 2: Add new tablet toolbar resources. r=lucasr 2014-09-24 15:45:07 -07:00
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
Margaret Leibovic
635afe2d63 Bug 1071022 - Make Yahoo default search engine r=mfinkle 2014-09-23 14:01:13 -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