Commit Graph

694 Commits

Author SHA1 Message Date
Shane Tully
b1a90adbf1 Bug 880118 - Android resource IDs must be mutable for library projects. r=cpeterson 2013-08-13 16:44:00 -07:00
Shilpan Bhagat
9c76d59539 Bug 853844 - Optimized pageload throbber. r=mfinkle 2013-08-06 16:38:00 -07:00
Sriram Ramasubramanian
3d5f9e884b Bug 889562: Action-mode not showing in Android 4.3 [r=mfinkle] 2013-08-01 15:39:21 -07:00
Chris Kitching
8eb44e7b8d Bug 898151 - Add informational graphic to search engine customisation menu. r=liuche 2013-08-05 08:40:09 -07:00
Chris Kitching
655d0704c2 Bug 892113 - Dialog to manage installed search providers. r=liuche 2013-08-05 08:39:29 -07:00
Mike Shal
59df047e63 Bug 748470 - Remove FORCE dependency from mobile/android/base; r=nalexander 2013-08-01 18:01:22 -04:00
Chenxia Liu
95bc69afb3 Bug 888553 - Remote Debugging Part 1: Strings and prefs layout. r=lucasr 2013-07-31 15:38:47 -07:00
Mark Capella
3881778c25 Bug 886587 - Remove profile migrator, r=gcp, f=rnewman 2013-07-24 18:50:26 -04:00
Shane Tully
4b760421c2 Bug 857730 - Part 4: Integrate contacts API Javascript with Java and Android contact API. r=cpeterson 2013-07-23 13:14:00 -07:00
Nick Alexander
461e0c09cb Bug 892603 - Remove unused MOZ_APP_ICON and LINUX_BRANDING_FILES from mobile/android/base/Makefile.in. r=mfinkle
MOZ_APP_ICON was a Makefile dependency not mentioned elsewhere in the
tree.

The text `LINUX_BRANDING` does not appear in the tree.  There are no
references to `fennec_48x48.png` or `fennec_72x72.png` outside of
mobile/android/base/Makefile.in, and that file explicitly copies the
referenced files (so does not depend on the deleted export rules).

This leaves the relevant Makefile.in files empty, so we can remove
them.

--HG--
extra : rebase_source : a62f1571ba43a8c7171db9dab7c39346ae3577b1
2013-07-19 13:59:42 -07:00
Nick Alexander
8f45876edf Bug 895670 - Remove SetupScreen and associated assets. r=mfinkle
--HG--
extra : rebase_source : 67e551da22e8490138a94cc303c1102ef49599e9
2013-07-19 13:59:42 -07:00
Margaret Leibovic
04e10fead7 Bug 885962 - Polish mixed content blocking UI. r=sriram 2013-07-18 20:03:46 -07:00
Wes Kocher
8a055ce3cf Backout 111b3d84c479 (bug 885962) for Android bustage on a CLOSED TREE
--HG--
rename : mobile/android/base/resources/drawable-mdpi/lock_identified.png => mobile/android/base/resources/drawable-mdpi/site_security_identified.png
rename : mobile/android/base/resources/drawable-mdpi/lock_verified.png => mobile/android/base/resources/drawable-mdpi/site_security_verified.png
extra : amend_source : aff11fe057de12ee7ec2fff8814a78b415d6554a
2013-07-18 21:31:44 -07:00
Margaret Leibovic
865e50681b Bug 885962 - Polish mixed content blocking UI. r=sriram 2013-07-18 20:03:46 -07:00
Nick Alexander
3d893d9a3b Bug 895635 - Make RES_DRAWABLE parallel to other RES_* in mobile/android/base/Makefile.in. r=blassey 2013-07-18 15:09:03 -07:00
Chris Kitching
cd435da803 Bug 892094 - Create "Search" page in settings. r=liuche
--HG--
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml-v11/preferences_customize.xml
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml/preferences_customize.xml.in
2013-07-16 18:44:42 -07:00
Ryan VanderMeulen
62c84f2292 Backed out changeset 5fe88df5c376 (bug 892094) for Android 2.2 robocop-2 failures.
--HG--
rename : mobile/android/base/resources/xml/preferences_customize.xml.in => mobile/android/base/resources/xml/preferences_customize.xml
2013-07-16 16:41:38 -04:00
Chenxia Liu
ed89dc4a7f Bug 892094 - Create "Search" page in settings. r=liuche
--HG--
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml-v11/preferences_customize.xml
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml/preferences_customize.xml.in
2013-07-16 10:09:28 -07:00
Shilpan Bhagat
2ecb8f3c44 Bug 734877 - Updates to pageaction based on the new design. r=wesj 2013-07-15 17:19:05 -07:00
Ed Morley
4ea7189c86 Backed out changeset 72b0a69fde77 (bug 734877) 2013-07-16 11:59:51 +01:00
Shilpan Bhagat
a46d91589e Bug 734877: Implement a page actions api. r=wesj 2013-07-15 17:19:05 -07:00
Brian Nicholson
2950cd3414 Bug 876765 - Part 1: Factor out search view into SearchEngineRow. r=lucasr
--HG--
rename : mobile/android/base/resources/layout/awesomebar_suggestion_row.xml => mobile/android/base/resources/layout/search_engine_row.xml
rename : mobile/android/base/resources/layout/awesomebar_suggestion_item.xml => mobile/android/base/resources/layout/suggestion_item.xml
2013-07-15 14:36:13 -07:00
Brad Lassey
d8503f7e8f bug 889541 - frequent build errors when editing android resources r=khuey 2013-07-02 15:57:16 -04:00
Sriram Ramasubramanian
1623994abd Bug 887572: Kill GeckoViewsFactory. [r=bnicholson] 2013-06-27 16:51:55 -07:00
Sriram Ramasubramanian
d7c47630d0 Bug 887020: Remove mLayout from BrowserToolbar. [r=mfinkle] 2013-06-25 16:10:52 -07:00
Chenxia Liu
dca16c23aa Bug 872329 - Part 2: Apply new settings layout - xml layouts. r=wesj 2013-06-26 10:57:49 -07:00
Brian Nicholson
b7341e944e Bug 849847 - Make about:home scrollable with the analog stick. r=Cwiiis 2013-06-24 21:44:07 -07:00
Max Li
96758e4ccb Bug 885298 - warning: redundant cast to android.os.IInterface in ISelfBrailleService.java. r=kats
--HG--
extra : rebase_source : 1e89c31b2d79ff262113b0d4b1cf37110f1f4882
extra : amend_source : 23f3cc6cb2b6f064b97130d6cc94aad7f41a0992
2013-06-21 14:27:38 -04:00
Phil Ringnalda
20c50535f9 Merge m-c to m-i 2013-06-22 15:56:20 -07:00
Phil Ringnalda
daffa2e519 Merge s-c to m-c 2013-06-22 15:50:51 -07:00
Richard Newman
c1c1c0749c Merge m-c to s-c. 2013-06-22 11:58:51 -07:00
Richard Newman
b4aba99a4d Bug 879558 - Add entry point to about:healthreport in Settings > Data choices on Android. r=rnewman 2013-06-22 12:25:50 -07:00
Nick Alexander
2130002cc4 Bug 885582 - Append version number query parameter to Android about:healthreport URL. r=rnewman 2013-06-21 17:42:46 -07:00
Max Li
f28dcf0bef Bug 876475 - Make braille output less verbose. r=eeejay r=kats r=ted
--HG--
rename : accessible/src/jsat/UtteranceGenerator.jsm => accessible/src/jsat/OutputGenerator.jsm
rename : accessible/tests/mochitest/jsat/utterance.js => accessible/tests/mochitest/jsat/output.js
2013-06-17 10:36:41 -04:00
Jim Chen
7ac143ee85 Bug 863777 - Add native stack JNI method definitions; r=kats 2013-06-14 12:42:10 -04:00
Margaret Leibovic
8422ac2b9c Bug 860581 - Add support for Mixed Content Blocking. r=wesj 2013-06-21 20:36:38 -07:00
Nick Alexander
e797d0b7b5 Bug 874132 - Second reland Part 3: Replace uses of apkbuilder with zip and custom debug signing tool. r=jmaher,mfinkle
This incorporates follow-ups including: rename the debug key; check if
key alias exists rather than just testing for keystore existence; set
$(AIDL).

Renaming the debug key works around an un-confirmed JDK bug in
jarsigner, where '-debug' and 'debug' compare the same.
2013-06-20 11:50:28 -07:00
Margaret Leibovic
ef0171964a Bug 751205 - (Part 4) Rename resources to be more generic for arrow popups. r=sriram
--HG--
rename : mobile/android/base/resources/drawable-hdpi/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-hdpi/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-large-hdpi-v11/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-large-mdpi-v11/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-large-xhdpi-v11/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-mdpi/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-mdpi/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-xhdpi/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-xhdpi/arrow_popup_bg.9.png
2013-06-20 08:06:15 -07:00
Margaret Leibovic
5ed9af197a Bug 751205 - (Part 1) Refactor site identity popup and doorhanger popup to use common arrow panel container. r=wesj
--HG--
rename : mobile/android/base/resources/layout/site_identity_popup.xml => mobile/android/base/resources/layout/site_identity.xml
2013-06-20 08:06:15 -07:00
Chris Peterson
f5085029b2 Bug 834033 - Part 3: Add Android JSONUtils for parsing URLs and UUIDs. r=blassey 2013-06-12 10:07:34 -07:00
Chris Peterson
a279deb591 Bug 834033 - Part 2: Import koush's android-websockets library. r=blassey 2013-05-09 14:51:27 -07:00
Nick Alexander
1c8aeab171 Bug 873569 - Part 1: Move omni.ja into assets/ directory of Android APK. r=glandium 2013-06-12 13:24:14 -07:00
Wes Johnston
197ba6ce3b Bug 872388 - Move EditBookmark dialog into its own class. r=bnicholson 2013-05-30 17:03:18 -07:00
Wes Johnston
90cbe0077f Bug 872388 - Create a buttonToast class. r=bnicholson
* * *
Bug 872388 - Style button toasts. r=bnicholson
2013-05-30 17:02:30 -07:00
Wes Johnston
a8120ccde6 Bug 874401 - Show an ongoing notification when webrtc is active. r=mfinkle 2013-06-11 12:14:43 -07:00
Sriram Ramasubramanian
69c6ba999e Bug 878929: Optimize custom menu's list view. [r=mfinkle] [r=wesj]
--HG--
extra : rebase_source : 58caf961c4d7a0521224508b44a605c466968543
2013-06-05 15:28:02 -07:00
Federico Paolinelli
12c13db841 Bug 876485 - Moved clipboard code from GeckoAppShell to a separate Clipboard class. Changed jni calls to new methods. r=cpeterson 2013-06-07 13:39:37 -07:00
Sriram Ramasubramanian
09fcd73c21 Bug 869123: Quick share action for android menu. [r=wesj]
--HG--
extra : rebase_source : bf6885fb80770efef32d91bd984871db67b78f2b
2013-05-15 10:55:06 -07:00
Brad Lassey
1b7c790391 bug 878868 - Need to bump build id of x86 builds for the play store r=mfinkle 2013-06-03 13:22:18 -04:00
Ryan VanderMeulen
3fb03ee4f9 Backed out 5 changesets (bug 872388) for Android 2.2 bustage on a CLOSED TREE.
Backed out changeset f2fbb5c6cfc7 (bug 872388)
Backed out changeset 416f9cdde0f7 (bug 872388)
Backed out changeset 684ba082942b (bug 872388)
Backed out changeset 7acb6c63fdf4 (bug 872388)
Backed out changeset 2076903c21fa (bug 872388)
2013-05-30 22:11:26 -04:00