Commit Graph

9 Commits

Author SHA1 Message Date
Michelangelo De Simone
07411b2cc6 Bug 1310027 - Remove DOM/mobilemessage and related code. r=Ehsan
MozReview-Commit-ID: ENmSuOCdTnA

--HG--
extra : rebase_source : a178eee07034fb2aa1415b64bec1946230fd1c5e
2016-10-17 17:26:51 -07:00
Makoto Kato
9a8b60ffca Bug 1284283 - Remove MozContact API Android backend. r=sebastian
MozReview-Commit-ID: GLhrA1cc1Rq

--HG--
extra : rebase_source : 73efab6d9468388a6ba0be489250d8dd3d185cd6
2016-08-08 15:40:19 +09:00
Grigory Kruglov
150370f940 Bug 1245795 - Split Stumbler BroadcastReceivers into Local, System and Safe r=nalexander
SafeReceiver is responsible for registering LocalReceiver with a LocalBroadcastManager.
SystemReceiver is responsible for handling BOOT_COMPLETE and EXTERNAL_APPLICATIONS_AVAILABLE intents.
LocalReceiver is responsible for handling passed in Stumbler preferences (enabled state, API key, user agent).

StumblerPreferences are now sent using LocalBroadcastManager, avoiding any possibility of leaking API key.

MozReview-Commit-ID: J8pRN6pbLOg

--HG--
rename : mobile/android/stumbler/java/org/mozilla/mozstumbler/service/mainthread/PassiveServiceReceiver.java => mobile/android/stumbler/java/org/mozilla/mozstumbler/service/mainthread/LocalPreferenceReceiver.java
extra : rebase_source : 0f11bb5aa38c27849f1a4f35ed51bdf259c418c8
2016-07-07 19:40:11 -07:00
Nick Alexander
677ef9e6c6 Bug 1261302 - Decouple the push permission from MOZ_ANDROID_GCM. r=sebastian
MozReview-Commit-ID: 2enIZSm4FuF

--HG--
extra : rebase_source : 7bb0310c4f18fb8871c204b9ac31efe03d56c245
2016-04-04 10:38:04 -07:00
Sebastian Kaspari
458b6979fc Bug 1241810 - Run setup on app start and when the device boots. r=mcomella
MozReview-Commit-ID: 4k5KqnjLg3L

--HG--
extra : rebase_source : 438e342a6e5e205e2ff004416f9a26d62d44288c
2016-02-24 15:34:24 -08:00
Nick Alexander
0b9f03564c Bug 1258452 - Explicitly request READ_EXTERNAL_STORAGE permission. r=sebastian
This permission was added in API 16, and is only enforced in API 19+.
(It's benign to add it to APKs installed on API 15.)

We want to declare it explicitly so that the bouncer APK and the main
APK have the same permission set.  There appears to be some fanciness
with Gradle's implied permission system where the bouncer APK does not
request READ implicitly where-as the main APK does request READ
implicitly.  This just makes things explicit (and uniform).

MozReview-Commit-ID: LBblAPa0duV

--HG--
extra : rebase_source : 616fa58ccd9063088abb14240265a20ac4e48da7
extra : histedit_source : abf6211896e99cc7b53f9c36714d056f0d44d63f
2016-03-14 14:23:56 -07:00
Nick Alexander
58145966b8 Bug 1252666 - Part 3: Enable DOM Push API in Fennec Nightly. r=margaret
MozReview-Commit-ID: 19pThtRMN6r
2016-03-04 15:56:36 -08:00
Nick Alexander
778f99dc3c Bug 1221678 - Add new Android permission to Fennec Nightly (when GCM is enabled). r=margaret
MozReview-Commit-ID: 6orrWVxqLP7

--HG--
extra : rebase_source : 17c38c9397ec8874760fe32f383d1ba7c9ff0940
extra : histedit_source : a7da28cc8aa8838f027664b34feff8eb53f06b17
2016-03-01 16:53:46 -08:00
Nick Alexander
c5c4c60fc0 Bug 1236621 - Extract main APK permissions into included preamble. r=margaret
Short and sweet.

--HG--
extra : commitid : AARrKglhwh2
extra : source : bdfc4f6fe4c3154cda0e039092e82675f61dd2c8
extra : amend_source : ea249308f9ceeb3874817f7478f7bb286b2c5b8b
2016-01-27 15:23:37 -08:00