Bug #3201
kerplapp should regenerate QR/buttonname on wifi change
Status: | Closed | Start date: | 04/05/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | Integrate Kerplapp into FDroid | |||
Component: |
Description
When the Wifi AP changes, Kerplapp should update the repo info
Associated revisions
WifiStateChangeService/Receiver for broadcasting network update triggers
Get the WiFi state changes from the system, if that results in a new
connection, then send a local broadcast to tell everything to update.
move all QR Code image generation into AsyncTask to keep things snappy
Generating the QR Code image can take some time, so do it in an AsyncTask
which then updates the ImageView once the QRCode is complete.
QR Code image generation into AsyncTask to keep things snappy
Generating the QR Code image can take some time, so do it in an AsyncTask
which then updates the ImageView once the QRCode is complete. This will be
used for the kerplapp repo swapping process.
refs #3204 https://dev.guardianproject.info/issues/3204
refs #3201 https://dev.guardianproject.info/issues/3201
History
#1 Updated by hans almost 4 years ago
- Target version set to improved security/usability
#2 Updated by hans over 3 years ago
- Target version changed from improved security/usability to Integrate Kerplapp into FDroid
#3 Updated by hans over 3 years ago
It should also send RESTART
to LocalRepoService
to make the webserver get the new IP address.
#4 Updated by hans over 3 years ago
- Status changed from New to Resolved
#5 Updated by hans over 3 years ago
Applied in changeset kerplapp|commit:014af66fbe5fe4391eecfb6c68e8af9423795b98.
#6 Updated by hans over 3 years ago
- Status changed from Resolved to Closed