lp://staging/~xnox/nuntium/drop-sys-events
- Get this branch:
- bzr branch lp://staging/~xnox/nuntium/drop-sys-events
Branch merges
- Martin Pitt: Pending requested
- Ubuntu Phablet Team: Pending requested
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 16 lines (+6/-2)1 file modifieddebian/nuntium.conf (+6/-2)
- Martin Pitt: Pending requested
- Ubuntu Phablet Team: Pending requested
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 6087 lines (+5849/-0) (has conflicts)44 files modified.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+150/-0)
debian/compat (+1/-0)
debian/control (+57/-0)
debian/copyright (+22/-0)
debian/golang-nuntium-mms-dev.install (+1/-0)
debian/golang-nuntium-ofono-dev.install (+1/-0)
debian/golang-nuntium-telepathy-dev.install (+1/-0)
debian/nuntium-decode-cli.install (+1/-0)
debian/nuntium.conf (+10/-0)
debian/nuntium.install (+2/-0)
debian/rules (+33/-0)
loop.go (+76/-0)
main.go (+84/-0)
mediator.go (+403/-0)
mms/attachments.go (+295/-0)
mms/decode-cli/decode.go (+70/-0)
mms/decoder.go (+437/-0)
mms/decoder_payload_test.go (+56/-0)
mms/decoder_test.go (+59/-0)
mms/download.go (+92/-0)
mms/encode_decode_test.go (+110/-0)
mms/encoder.go (+448/-0)
mms/encoder_test.go (+141/-0)
mms/mms.go (+438/-0)
mms/mms_test.go (+37/-0)
mms/parameters.go (+153/-0)
ofono/common.go (+69/-0)
ofono/context_test.go (+342/-0)
ofono/manager.go (+111/-0)
ofono/modem.go (+428/-0)
ofono/push.go (+112/-0)
ofono/push_decode_test.go (+170/-0)
ofono/pushagent.go (+153/-0)
ofono/wsp_params.go (+150/-0)
storage/const.go (+41/-0)
storage/context.go (+113/-0)
storage/mmstate.go (+54/-0)
storage/storage.go (+144/-0)
telepathy/const.go (+53/-0)
telepathy/manager.go (+132/-0)
telepathy/message.go (+117/-0)
telepathy/service.go (+385/-0)
test/test.go (+95/-0)
Related bugs
Bug #1409356: drop usage of :sys:started/stopped/starting/stopping events | Undecided | Fix Released |
Related blueprints
Branch information
Recent revisions
- 80. By Sergio Schvezov
-
Hold off on retrying when ofono fails to activate a context with a generic failure Fixes: 1380699
Approved by: Alfonso Sanchez-Beato, PS Jenkins bot - 78. By Sergio Schvezov
-
Retry on NotAttached ofono errors Fixes: 1371032
Approved by: Ricardo Salveti, PS Jenkins bot - 77. By Sergio Schvezov
-
Syncing upload/download operations with activation/
deactivation per request.
Moving all the ofono context property checks and reflection logic to proper functions for easier reuse and readability. Fixes: 1376224
Approved by: PS Jenkins bot - 76. By Sergio Schvezov
-
Allow context selection over the org.ofono.
mms.Service interface Fixes: 1370660
Approved by: Antti Kaijanmäki, PS Jenkins bot, Ricardo Salveti - 74. By Sergio Schvezov
-
Using the same optional parameters android uses for sending, fixing length encoding for lengths < 30, adding extra params to the content types. Fixes: 1349299
Approved by: PS Jenkins bot, Manuel de la Peña
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/nuntium