| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Also disabled listening on IPv6 because the Linux kernel currently does
not support UDP encapsulation for IPv6.
|
|
|
|
|
| |
For nestat output like ::ffff:127.0.0.1:9876 we shall not treat 127 as
port but 9876 instead.
|
| |
|
|
|
|
|
|
| |
Apparently, these functions use the user's default locale which might not
yield the expected result (e.g. lowercase I is not i in the Turkish
locale but ı instead).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
or log
|
| |
|
| |
|
|
|
|
|
| |
On large displays a two-pane layout is used that displays the list next
to the actual instructions.
|
|
|
|
| |
This fragment can later be used in one- or two-pane layouts.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The fragment hides itself if the state is unknown or the assessment
succeeded.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
The previous code worked fine on rotation changes as the fragment is
destroyed and recreated causing onCreate to be called, which restores the
saved error state. But if the user switches to a different application
and then back this is not the case. The dialog still gets dismissed (as
we have to do so to avoid nasty exceptions on rotation changes) but since
that implicitly cleared the error state the UI was never fully restored.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|