Disabled:wip AntiFeatures:NonFreeAdd,Tracking Provides:org.mozilla.firefox Categories:Internet #mostly... License:MPL2 Web Site:https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements Source Code:http://hg.mozilla.org Issue Tracker:https://bugzilla.mozilla.org Donate:https://sendto.mozilla.org/page/contribute/openwebfund Name:Fennec Fdroid Summary:Web browser Description: Browser using the Gecko layout engine to render web pages, which implements current and anticipated web standards. This is a developer build based on the latest Firefox release. Anti-features: Non-free Addons: The license of the addons/modules on addons.mozilla.org may be seen in the version notes of the addon and often the license is Custom or other non-free. However there is no such license info for most apps from the marketplace. Tracking: Stats are sent back regularly to the developers, but that can be disabled via settings. . Repo Type:hg Repo:https://hg.mozilla.org/releases/mozilla-release/ Build:31.0,2014071712 commit=FENNEC_31_0_RELEASE output=fdroid/fennec-unsigned.apk prebuild=mkdir fdroid && \ sed -i -e 's/android:debuggable="true"//g' -e 's/@ANDROID_VERSION_CODE@/2014071712/g' mobile/android/base/AndroidManifest.xml.in && \ echo "ac_add_options --with-android-ndk=\"$$NDK$$\"" > .mozconfig && \ echo "ac_add_options --with-android-sdk=\"$$SDK$$/platforms/android-20\"" >> .mozconfig && \ echo "ac_add_options --enable-application=mobile/android" >> .mozconfig && \ echo "ac_add_options --target=arm-linux-androideabi" >> .mozconfig && \ echo "ac_add_options --disable-tests" >> .mozconfig && \ echo "ac_add_options --disable-crashreporter" >> .mozconfig && \ echo "ac_add_options --with-branding=mobile/android/branding/official" >> .mozconfig && \ echo "ac_add_options --enable-official-branding" >> .mozconfig && \ echo "export MOZILLA_OFFICIAL=1" >> .mozconfig && \ sed -i -e 's/org.mozilla.firefox/org.mozilla.fennec.fdroid/g' mobile/android/branding/official/configure.sh scanignore=mobile/android/base/JavaAddonManager.java,media/webrtc/trunk/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/VideoCaptureDeviceInfoAndroid.java scandelete=xpcom/tests/unit/data/SmallApp.app/Contents/MacOS/SmallApp,dom/tests/mochitest/dom-level2-html/files/applets/org/w3c/domts/DOMTSApplet.class,toolkit/crashreporter/google-breakpad/src/third_party/linux/lib/glog/libglog.a,toolkit/crashreporter/google-breakpad/src/third_party/linux/lib/gflags/libgflags.a,toolkit/crashreporter/google-breakpad/src/client/mac/gcov/libgcov.a,toolkit/crashreporter/google-breakpad/src/tools/solaris/dump_syms/testdata/dump_syms_regtest.o,security/nss/cmd/bltest/tests/aes_gcm/iv* build=./mach build && \ ./mach package && \ fxarch=`grep "ac_add_options --target=" .mozconfig | cut -d '=' -f2` && \ mv obj-${fxarch}/dist/fennec-*.apk fdroid/fennec-unsigned.apk && \ zip -d fdroid/fennec-unsigned.apk "META-INF*" Build:31.0,2014071713 commit=FENNEC_31_0_RELEASE output=fdroid/fennec-unsigned.apk prebuild=mkdir fdroid && \ sed -i -e 's/android:debuggable="true"//g' -e 's/@ANDROID_VERSION_CODE@/2014071713/g' mobile/android/base/AndroidManifest.xml.in && \ echo "ac_add_options --with-android-ndk=\"$$NDK$$\"" > .mozconfig && \ echo "ac_add_options --with-android-sdk=\"$$SDK$$/platforms/android-20\"" >> .mozconfig && \ echo "ac_add_options --enable-application=mobile/android" >> .mozconfig && \ echo "ac_add_options --target=i386-linux-android" >> .mozconfig && \ echo "ac_add_options --disable-tests" >> .mozconfig && \ echo "ac_add_options --disable-crashreporter" >> .mozconfig && \ echo "ac_add_options --with-branding=mobile/android/branding/official" >> .mozconfig && \ echo "ac_add_options --enable-official-branding" >> .mozconfig && \ echo "export MOZILLA_OFFICIAL=1" >> .mozconfig && \ sed -i -e 's/org.mozilla.firefox/org.mozilla.fennec.fdroid/g' mobile/android/branding/official/configure.sh scanignore=mobile/android/base/JavaAddonManager.java,media/webrtc/trunk/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/VideoCaptureDeviceInfoAndroid.java scandelete=xpcom/tests/unit/data/SmallApp.app/Contents/MacOS/SmallApp,dom/tests/mochitest/dom-level2-html/files/applets/org/w3c/domts/DOMTSApplet.class,toolkit/crashreporter/google-breakpad/src/third_party/linux/lib/glog/libglog.a,toolkit/crashreporter/google-breakpad/src/third_party/linux/lib/gflags/libgflags.a,toolkit/crashreporter/google-breakpad/src/client/mac/gcov/libgcov.a,toolkit/crashreporter/google-breakpad/src/tools/solaris/dump_syms/testdata/dump_syms_regtest.o,security/nss/cmd/bltest/tests/aes_gcm/iv* build=./mach build && \ ./mach package && \ fxarch=`grep "ac_add_options --target=" .mozconfig | cut -d '=' -f2` && \ mv obj-${fxarch}/dist/fennec-*.apk fdroid/fennec-unsigned.apk && \ zip -d fdroid/fennec-unsigned.apk "META-INF*" Build:33.0,2014101300 disable=play-services commit=FENNEC_33_0_RELEASE output=fdroid/fennec-unsigned.apk prebuild=mkdir fdroid && \ sed -i -e 's/android:debuggable="true"//g' -e 's/@ANDROID_VERSION_CODE@/2014101300/g' mobile/android/base/AndroidManifest.xml.in && \ echo "ac_add_options --with-android-ndk=\"$$NDK$$\"" > .mozconfig && \ echo "ac_add_options --with-android-sdk=\"$$SDK$$/platforms/android-20\"" >> .mozconfig && \ echo "ac_add_options --enable-application=mobile/android" >> .mozconfig && \ echo "ac_add_options --target=arm-linux-androideabi" >> .mozconfig && \ echo "ac_add_options --disable-tests" >> .mozconfig && \ echo "ac_add_options --disable-crashreporter" >> .mozconfig && \ echo "ac_add_options --with-branding=mobile/android/branding/unofficial" >> .mozconfig && \ pushd mobile/android/branding/unofficial/ && \ sed -i -e '/ANDROID_PACKAGE_NAME/d' -e '/MOZ_APP_DISPLAYNAME/d' configure.sh && \ echo 'ANDROID_PACKAGE_NAME=org.mozilla.fennec.fdroid' >> configure.sh && \ echo 'MOZ_APP_DISPLAYNAME=Fennec FDroid' >> configure.sh && \ popd && \ sed -i -e '/MOZ_DEVICES/d' -e '/MOZ_NATIVE_DEVICES/d' mobile/android/confvars.sh && \ echo -e 'MOZ_DEVICES=0\nMOZ_NATIVE_DEVICES=0\n' >> mobile/android/confvars.sh build=./mach build && \ ./mach package && \ fxarch=`grep "ac_add_options --target=" .mozconfig | cut -d '=' -f2` && \ mv obj-${fxarch}/dist/fennec-*.apk fdroid/fennec-unsigned.apk && \ zip -d fdroid/fennec-unsigned.apk "META-INF*" Maintainer Notes: Issues: * Entering settings crashes when build with android-19, see https://bugzilla.mozilla.org/show_bug.cgi?id=1013870 . This is resolved in upstream's aurora channel. * Recent nightlies include PlayServices; disable MOZ_DEVICES and/or MOZ_NATIVE_DEVICES in confvars.sh (which will only work in Fx35+): * https://hg.mozilla.org/mozilla-central/file/5e9826980be5/mobile/android/confvars.sh * https://hg.mozilla.org/mozilla-central/rev/f8fb26b28dea * https://bugzilla.mozilla.org/show_bug.cgi?id=1055909 * https://bugzilla.mozilla.org/show_bug.cgi?id=1033560 * Building FENNEC_33_0_RELEASE: 0:09.21 configure: error: You must download Google Play Services to build with native video casting support enabled. Run the Android SDK tool and install Google Play Services under Extras. See http://developer.android.com/google/play-services/setup.html for more info. Dependencies: * apt-get build-dep firefox Scanner: * 2073 warnings * 17 errors * Ignoring two DexLoaders * Remove all other erros and disable functions that might be affected: --disable-tests --disable-crashreporter Updating/Versioning: * Update Check Mode:Tags ^FENNEC_[1-9][0-9]*_[0-9]*_RELEASE$ * versionCode via ANDROID_VERSION_CODE is datestring with some magic applied and changes every build! * Since we no longer target a official build, we are free to use any VC. . Auto Update Mode:None Update Check Mode:None Current Version:31.0 Current Version Code:2014071713