strongswan/src/frontends/android/app/src/main/java/org/strongswan/android/logic
Tobias Brunner 26354d0aba android: Replace deprecated AsyncTask instances
As suggested by the Android docs, we use a global thread pool and handler
to avoid recreating them repeatedly.  Four threads should be more than
enough as we only use this to load CA certificates when the app starts
initially and to load user certs when editing a profile.
2021-07-14 09:59:02 +02:00
..
imc Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
CharonVpnService.java android: Replace usage of deprecated Handler() constructor 2021-07-13 14:25:46 +02:00
NetworkManager.java android: Ignore deprecation warning for legacy code in NetworkManager 2020-10-29 10:22:51 +01:00
Scheduler.java android: Add Android-specific implementation of scheduler_t 2020-06-02 14:07:06 +02:00
SimpleFetcher.java Fixed some typos, courtesy of codespell 2021-06-25 11:32:29 +02:00
StrongSwanApplication.java android: Replace deprecated AsyncTask instances 2021-07-14 09:59:02 +02:00
TrustedCertificateManager.java Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
VpnStateService.java android: Replace usage of deprecated Handler() constructor 2021-07-13 14:25:46 +02:00