Commit Graph

110 Commits

Author SHA1 Message Date
Nick Alexander
2185e91dfa Bug 924133 - Remove Android WebApps preprocessing. r=wesj
The existing code complicates the build system and IDE integration.
This keeps most of the flexibility while simplifying the build system.
2013-10-09 17:05:36 -07:00
Brian Nicholson
a21e0dcb79 Bug 917538 - Fix Fennec Restarter flags and remove System.exit(0). r=blassey 2013-09-26 16:34:38 -07:00
Brad Lassey
37fb82a515 bug 918378 - restrict WiFi permissions to nightly and aurora r=mfinkle
--HG--
extra : rebase_source : 93f39055a6a52d7fd632bcbef4e62c46003a9d54
2013-09-19 13:11:30 -04:00
Sriram Ramasubramanian
7a6405f632 Merge m-c to fig. 2013-08-09 10:49:51 -07:00
Margaret Leibovic
6804b8467f merge m-c into fig 2013-07-28 12:08:01 -07:00
Sriram Ramasubramanian
51d7d46e2f Merge m-c to fig. [r=karma] 2013-07-03 17:08:31 -07:00
Shane Tully
64971d205a Bug 897561 - Bump target Android SDK to 16. r=cpeterson
--HG--
extra : rebase_source : c7cedc9047106c292a03b8c6733fd47b8cac89f7
2013-07-24 19:21:00 -07:00
Shane Tully
455dfd4d66 Bug 857730 - Part 1: Add read and write contacts Android permissions to Android manifest file. r=cpeterson 2013-07-23 13:12:00 -07:00
Shilpan Bhagat
f8227ab819 Bug 886996 - Set as wallpaper now sets wallpapers using a chooser. r=margaret 2013-08-02 13:33:30 -07:00
Margaret Leibovic
251ea42e65 Bug 876712 - Kill AweseomeBar/AwesomeBarTabs. r=sriram,wesj 2013-06-12 13:33:13 -07:00
Richard Newman
69579460b9 Bug 858742 - Part 2: manifest change for Firefox Health Report content provider. r=trivial 2013-05-22 10:23:29 -07:00
Jim Chen
63849758c6 Bug 880650 - Clean up hiding/showing VKB in the awesome screen; r=cpeterson 2013-06-18 15:49:14 -04:00
Nick Alexander
68f11f8588 Bug 828654, Bug 840127 - Android service for submitting Firefox Health Report payloads. r=rnewman 2013-06-12 16:17:47 -07:00
Chris Peterson
d198d96e9a Back out changeset 12cdc8931e48 (Bug 857730) to remove Android Contacts permission. 2013-06-10 11:24:27 -07:00
Shane Tully
68ea4dca7a Bug 857730 - Add read and write contacts Android permissions to Android manifest file. r=cpeterson 2013-06-04 10:18:28 -07:00
Kartikaya Gupta
7da66726be Bug 879369 - Make NFC not a required hardware feature. r=blassey 2013-06-04 15:44:46 -04:00
Brad Lassey
b8e52632df bug 866957 - Collect and report WiFi AP info r=hannos,snorp 2013-06-04 11:09:54 -04:00
Brian Nicholson
3eb57b08a9 Bug 860523 - Add namespace wrapper for WebApps. r=wesj
--HG--
rename : mobile/android/base/WebApps.java.in => mobile/android/base/WebApp.java.in
rename : mobile/android/base/WebApp.java => mobile/android/base/WebAppImpl.java
2013-04-17 16:24:02 -07:00
Kartikaya Gupta
ffc10a4dea Bug 847898 - Put Android Beam support behind a confvar variable. r=mfinkle 2013-04-17 16:08:11 -04:00
Sriram Ramasubramanian
eabf013363 Bug 823644: Base theme for Fennec. [r=mfinkle]
--HG--
extra : rebase_source : a28315779ceba56cb8f8269bb5009eee254926cb
2013-03-13 15:04:50 -07:00
Brian Nicholson
64d573656b Bug 856163 - Part 5: Reduce preprocessing in WebApp. r=mfinkle
--HG--
rename : mobile/android/base/WebApp.java.in => mobile/android/base/WebApp.java
2013-04-09 17:10:48 -07:00
Brian Nicholson
e3dad06d73 Bug 856163 - Part 4: Use gecko package for database classes. r=lucasr f=rnewman
--HG--
rename : mobile/android/base/db/BrowserContract.java.in => mobile/android/base/db/BrowserContract.java
rename : mobile/android/base/db/BrowserProvider.java.in => mobile/android/base/db/BrowserProvider.java
rename : mobile/android/base/db/FormHistoryProvider.java.in => mobile/android/base/db/FormHistoryProvider.java
rename : mobile/android/base/db/GeckoProvider.java.in => mobile/android/base/db/GeckoProvider.java
rename : mobile/android/base/db/PasswordsProvider.java.in => mobile/android/base/db/PasswordsProvider.java
rename : mobile/android/base/db/TabsProvider.java.in => mobile/android/base/db/TabsProvider.java
2013-04-09 17:10:48 -07:00
Brian Nicholson
173d669b69 Bug 856163 - Part 2: Move preprocessed code to AppConstants. r=kats,mfinkle,rnewman
--HG--
rename : mobile/android/base/CrashReporter.java.in => mobile/android/base/CrashReporter.java
rename : mobile/android/base/GeckoActivity.java.in => mobile/android/base/GeckoActivity.java
rename : mobile/android/base/Restarter.java.in => mobile/android/base/Restarter.java
rename : mobile/android/base/SmsManager.java.in => mobile/android/base/SmsManager.java
rename : mobile/android/base/UpdateServiceHelper.java.in => mobile/android/base/UpdateServiceHelper.java
rename : mobile/android/base/resources/menu-large-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-large-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu/browser_app_menu.xml.in => mobile/android/base/resources/menu/browser_app_menu.xml
rename : mobile/android/base/resources/xml/preferences.xml.in => mobile/android/base/resources/xml/preferences.xml
2013-04-09 17:10:47 -07:00
Brian Nicholson
0f8d1753c0 Bug 856163 - Part 1: Remove unused classes. r=wesj 2013-04-09 17:10:46 -07:00
Margaret Leibovic
91f5ff57b5 Bug 851170 - Put homescreen wallpaper feature behind confvars variable. r=ted 2013-03-21 14:01:02 -07:00
Brian Nicholson
29bd66e1e9 Bug 851056 - Remove NotificationHandler. r=kats 2013-03-19 14:09:44 -07:00
Chris Peterson
95485e5674 Bug 847839 - Part 1a: Port XUL Fennec's VideoPlayer to Native Fennec. r=mfinkle
--HG--
rename : embedding/android/VideoPlayer.java => mobile/android/base/VideoPlayer.java
rename : embedding/android/resources/layout/videoplayer.xml => mobile/android/base/resources/layout/videoplayer.xml
2013-03-07 14:44:22 +00:00
Mark Finkle
73f606027a Backout bc88f1602468, Bug 842911 - Remove support for Samsung mini-app mode r=blassey 2013-03-18 23:32:52 -04:00
Phil Ringnalda
7d8a10d60b Back out a23ff3177682 (bug 823644), 02d63d7e6c87 (bug 848961), 505fbab9b980:2f24c9525f57 (bug 823644) for mochitest-1 and robocop-2 bustage
CLOSED TREE
2013-03-18 20:00:04 -07:00
Phil Ringnalda
840720b543 Back out 28db68d1a57a (bug 842911) for Android 2.2 destruction
CLOSED TREE
2013-03-18 19:50:50 -07:00
Mark Finkle
ca4f989448 Backout bc88f1602468, Bug 842911 - Remove support for Samsung mini-app mode r=blassey a=blassey 2013-03-18 20:02:40 -04:00
Sriram Ramasubramanian
feb64d8f1b Bug 823644: Base theme for Fennec. [r=mfinkle]
--HG--
extra : rebase_source : e65143bdcbcc334b8d239bfb495f27583d8fd05f
2013-03-13 15:04:50 -07:00
Brian Nicholson
041549b10b Bug 823285 - Use foreground notification service for downloads. r=kats
--HG--
extra : rebase_source : 004e31f0379819c5f72420223b24ed0ceccb2e2e
2013-03-11 11:59:23 -07:00
Kartikaya Gupta
c948f4560f Bug 726335 - Add support for receiving URLs via Android Beam. r=mfinkle 2013-03-05 13:05:52 +00:00
Brian Nicholson
dd1ae46a26 Bug 845335 - Add back support for small screens. r=mfinkle
--HG--
extra : rebase_source : 002202390b8e24b876d7b72b5620fe8de49752f1
2013-02-27 16:50:28 -08:00
Mark Finkle
2f067c24b8 Bug 835399 - Allow launching non-privileged webapps with a URL r=wesj 2013-02-13 10:26:03 -05:00
Sriram Ramasubramanian
28374e6dda Bug 833427: Hide the homescreen widget. [r=mfinkle]
--HG--
extra : rebase_source : ea9ef68ad33e8fd0c4ad37e43de10cf11fdb1f94
2013-01-22 11:23:50 -08:00
Gian-Carlo Pascutto
1293fd1727 Bug 812650 - Enable WebRTC audio recording on Android. r=dmose 2013-01-16 10:14:49 +01:00
Sriram Raghuraman
82c626e3d0 Bug 715736 - Add 'Save as Wallpaper' Android functionality in context menu when viewing images. r=snorp,margaret 2012-12-17 23:00:01 +05:30
Wes Johnston
02e09f52e0 Bug 810415 - Support miniApp mode on samsung devices. r=mfinkle 2012-11-09 17:35:24 -08:00
Brad Lassey
7014381f45 bug 805191 - reflect HVGA minimum requirement in the AndroidManifest r=minkle 2012-10-24 17:26:48 -04:00
Matt Brubeck
8b7c078df5 Bug 791267 - Back out d627e554fff4 (bug 788666) hack for ABI filtering on Google Play [r=mfinkle]
--HG--
extra : rebase_source : bf8c4aa533982fcaba3dc88ae7823877666fc9c5
2012-10-19 15:38:06 -07:00
Sriram Ramasubramanian
fcfb1d38d7 Bug 708707: Fennec home screen widget. [r=mfinkle]
--HG--
extra : rebase_source : 63871fd8412c45931e8739b1550ebf537638549f
2012-10-19 11:15:06 -07:00
Richard Newman
7df74a1241 Bug 793053 - Part 2: include new manifest fragments. r=blassey 2012-10-11 10:19:36 -07:00
Richard Newman
e44bb4471c Bug 798043 - Move 'sync' to 'services' as a precursor to landing product announcements. r=blassey
--HG--
rename : mobile/android/base/android-sync-files.mk => mobile/android/base/android-services-files.mk
rename : mobile/android/sync/README.txt => mobile/android/services/README.txt
rename : mobile/android/sync/android-drawable-hdpi-resources.mn => mobile/android/services/android-drawable-hdpi-resources.mn
rename : mobile/android/sync/android-drawable-ldpi-resources.mn => mobile/android/services/android-drawable-ldpi-resources.mn
rename : mobile/android/sync/android-drawable-mdpi-resources.mn => mobile/android/services/android-drawable-mdpi-resources.mn
rename : mobile/android/sync/android-drawable-resources.mn => mobile/android/services/android-drawable-resources.mn
rename : mobile/android/sync/android-layout-resources.mn => mobile/android/services/android-layout-resources.mn
rename : mobile/android/sync/android-values-resources.mn => mobile/android/services/android-values-resources.mn
rename : mobile/android/sync/java-sources.mn => mobile/android/services/java-sources.mn
rename : mobile/android/sync/java-third-party-sources.mn => mobile/android/services/java-third-party-sources.mn
rename : mobile/android/sync/manifests/SyncAndroidManifest_activities.xml.in => mobile/android/services/manifests/SyncAndroidManifest_activities.xml.in
rename : mobile/android/sync/manifests/SyncAndroidManifest_permissions.xml.in => mobile/android/services/manifests/SyncAndroidManifest_permissions.xml.in
rename : mobile/android/sync/manifests/SyncAndroidManifest_services.xml.in => mobile/android/services/manifests/SyncAndroidManifest_services.xml.in
rename : mobile/android/sync/preprocess-sources.mn => mobile/android/services/preprocess-sources.mn
rename : mobile/android/sync/strings.xml.in => mobile/android/services/strings.xml.in
2012-10-11 10:10:49 -07:00
Wes Johnston
7b7e693347 Bug 799221 - Remove marketplace as an app. r=mfinkle 2012-10-09 10:38:30 -07:00
Sriram Ramasubramanian
e60cb270bd Bug 786029: Fennec should integrate with Android's search. [f=mfinkle, r=lucasr] 2012-10-04 16:57:39 -07:00
Mark Finkle
d86a17a7aa Bug 784157 - Google Play Campaign Tracking: Convert the INSTALL_REFERRER data to distribution prefs r=blassey 2012-10-02 22:04:05 -04:00
Brad Lassey
e7eec01256 bug 788666 - Multiple APK: Each APK must not exactly match the configuration support of another APK r=mbrubeck 2012-09-05 23:00:07 -04:00
James Willcox
464b9cc6a5 Bug 786380 - Implement new Java-based updater for Android r=cpeterson,mfinkle
--HG--
extra : rebase_source : c7e5cd8228bf226f7e15e5653f8fe6f16e64273e
2012-08-31 09:31:29 -04:00